/*header*/
.header{
    height: 270px;
    padding-top: 70px;
    background: url("../img/header_bg.jpg") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.header .wrap{
    position: relative;
    height: 100%;
}
.header .wrap .smzyzbox{
	position: absolute;
	right: 148px;
	top: 160px;
	color: #c31303

}
.hidden-sm{
    display: none;
}
.wrap{
    width: 1025px;
    margin: 0 auto;
}
.header-text{
    margin-top: 19px;
}
.header-pic{
    position: absolute;
    right: 0;
    bottom: 0;
}

/*nav*/
.nav-box{
    height: 52px;
    background: #c31303;
}
.nav-box ul li{
    float: left;
    width: 12.5%;
    height: 100%;
    line-height: 52px;
    font-size: 18px;
    text-align: center;
}
.nav-box ul li a{
    color: #f6f6f6;
}

/*content*/
.content{
    background: #fff;
    padding-top: 24px;
}
.banner-box{
    height: 348px;
}

.banner-wrap{
    float: left;
    width: 592px;
    height: 100%;
    border: 1px solid #f3f3f3;
    padding: 6px  4px;
    overflow: hidden;
}
.banner{
    position: relative;
    width: 100%;
    height: 100%;
}
.banner .tempWrap{
    width: 100%;
    height: 100%;
}
.banner .bd,
.banner .bd ul,
.banner .bd li{
    position: relative;
    width: 100%;
    height:334px;
    overflow: hidden;
}
.banner .bd li .banner-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    background: rgba(0,0,0,0.5);
    font-size: 18px;
    color: #fff;
    padding-left: 8px;
    line-height: 38px;
}
.banner .bd li img{
    width: 100%;
    /*height: 100%;*/
}
.banner .hd{
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: right;
    padding-right:10px;
    z-index: 2;
}
.banner .hd ul{
    display: inline-block;
    height: 24px;
    padding-top: 5px;
    padding-left: 10px;
    border-radius: 24px;
}
.banner .hd ul li{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    border-radius: 14px;
    background: rgba(255,255,255,0.5);
}
.banner .hd ul li.on{
    background: #fff;
}
.banner .prev{
    position: absolute;
    top: 162px;
    left: 10px;
    width: 35px;
    height: 35px;
}

.banner .next{
    position: absolute;
    top: 162px;
    right: 10px;
    width: 35px;
    height: 35px;
}
.banner_servie{
    height: 298px;
}
.banner_servie .prev,.banner_servie .next{
    top: 122px;
}
.banner .arrow{
    display: block;
    width: 100%;
    height: 100%;
}
.banner .prev .arrow{
    background: url("../img/prev.png") no-repeat;
    background-size: 100% 100%;
}
.banner .next .arrow{
    background: url("../img/next.png") no-repeat;
    background-size: 100% 100%;
}


.banner-ac{
    float: right;
    width: 406px;
    height: 100%;
}
.banner-ac-title{
    height: 35px;
    line-height: 35px;
    border-bottom: 3px solid #fd0009;
    font-size: 18px;
    font-weight: bolder;
    color: #484444;
    background: url("../img/ac_title_bg.png") repeat-x left 17px;
    background-size: auto 8px;
}
.banner-ac-title span,
.banner-ac-title a{
    background: #fff;
}
.banner-ac-title-big{
    font-size: 23px;
    color: #e82f37;
}
.banner-ac-title a{
    width: 50px;
    height: 32px;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}
.banner-ac-top-title{
    padding-top: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.banner-ac-top-title a{
    color: #181818;
}
.banner-ac-text{
    margin-top: 15px;
    font-size:14px ;
    line-height: 25px;
    color: #696969;
    text-indent: 28px;
    padding-bottom: 12px;
    border-bottom: 2px dashed #f3f3f3;
}
.banner-ac-list{
    margin-top: 9px;
}
.banner-ac-list li{
    position: relative;
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    overflow: hidden;
}
.banner-ac-list li a{
    color: #39363a;
}
.banner-ac-list li span{
    position: absolute;
    top: 14px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #39363a;
}

/*pic-1*/
.pic-1{
    height: 85px;
    margin: 12px 0 20px;
}
.pic-1 img{
    width: 100%;
    height: 100%;
}

/*־Ը����*/
.team-box{
    height: 522px;
}
.team{
    float: left;
    width: 639px;
    height: 100%;
}
.team-title{
    height: 44px;
    margin-bottom: 10px;
    line-height: 44px;
    font-size: 23px;
    font-weight: bold;
    border-bottom: 2px solid #f3f3f3;
}
.team-title span{
    display: inline-block;
    height: 44px;
    border-bottom: 3px solid #fd0009;
    color: #e82f37;
}
.team-title .fr{
    font-size: 12px;
    font-weight: normal;
}
.team-list li{
    position: relative;
    padding-top: 8px;
}
.team-list a{
    display: block;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 8px;
}
.team-list a:after{
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: "."
}
.team-pic{
    float: left;
    width: 160px;
    height: 100%;
    position: relative;
}
.team-pic span.vedio{
    display: block;
    width: 28px;
    height: 28px;
    background:url('../img/v-icon05.png') no-repeat;
    position: absolute;
    right: 0;
    bottom: 8px;
}
.team-pic img{
    width: 160px;
    height: 99px;
}
.team-content{
    float: left;
    width: 330px;
    margin-left: 20px;
}
.team-sub-title{
    padding-top: 3px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #000;
}
.team-text{
    font-size: 12px;
    color: #979696;
    line-height: 21px;
}
.team-text span{
    display: inline-block;
    margin-right: 30px;
}
.team-list li button{
    position: absolute;
    top: 45px;
    right: 57px;
    width: 81px;
    height: 29px;
    border: 1px solid #dcdcdc;
    border-radius: 9px;
    background: #fff3f3;
    color: #e82f37;
    font-size: 12px;
    outline: none;
    cursor: pointer;
}
.team-right{
    float: right;
    width: 356px;
}
.login-box{
    height: 267px;
    border: 1px solid #e93840;
    border-radius: 2px 2px 0 0;
    background: #fff3f3;
}
.login-title{
    height: 47px;
    line-height: 47px;
    background: #e82f37;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.login-title img,
.login-title span{
    vertical-align: middle;
}
.login-text{
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #e72f37;
    text-align: center;
}
.login-wrap{
    width: 318px;
    margin: 0 auto;
}
.login-row{
    height: 33px;
}
.login-row span{
    float: left;
    display: inline-block;
    width: 62px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    color: #2a2a2a;
}
.login-row input{
    float: left;
    width: 250px;
    height: 33px;
    padding-left: 10px;
    border: 1px solid #f3f3f3;
    outline: none;
}
.login-password{
    margin: 11px 0 24px;
}
.login-wrap button{
    width: 100%;
    height: 33px;
    border: none;
    background: #e72f37;
    color: #fff;
    font-size: 18px;
    outline: none;
}
.login-link{
    text-align: right;
    padding-top: 13px;
    font-size: 14px;
}
.login-link a{
    display: inline-block;
    color: #e72f37;
}
.login-link a:first-child{
    margin-right: 17px;
}
.pic-2,.pic-3{
    width: 356px;
    height: 120px;
}
.pic-2 a,
.pic-3 a{
    display: block;
}
.pic-2 a img,
.pic-3 a img{
    width: 100%;
    height: 100%;
}
.pic-2{
    margin: 10px 0 9px;
}

/*־Ը��֯�*/
.ac-box{
    height: 800px;
    margin: 36px 0 0;
}
.index-title-box{
    position: relative;
    height: 42px;
    line-height: 42px;
    text-align: center;
}
.index-title{
    position: relative;
    display: inline-block;
    width: 230px;
    height: 42px;
    background: #e82f37;
    color: #fff;
    font-size: 24px;
    z-index: 2;
}
.index-title a{
    color: #ffffff
}
.index-title-line{
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e82f37;
}
.ac-list{
    height: 720px;
    padding-top: 30px;
}
.ac-list li{
    position: relative;
    float: left;
    width: 337px;
    height: 338px;
    padding: 2px;
    margin-right: 6px;
    margin-bottom: 12px;
    border: 1px solid #f3f3f3;
}
.ac-list li:nth-child(3n){
    margin-right: 0;
}
.ac-pic{
    height: 229px;
}
.ac-pic img{
    width: 100%;
    height: 100%;
}
.ac-title{
    padding-top: 10px;
    padding-left: 8px;
    font-size: 18px;
    color: #424242;
}
.ac-content{
    padding-top: 5px;
    padding-left: 8px;
    font-size: 12px;
    color: #8b8a8a;
    line-height: 21px;
}
.ac-content-row div,
.ac-content-row span{
    vertical-align: middle;
}
.ac-icon{
    width: 20px;
}
.ac-content p{
    margin: 0;
}
.ac-state{
    position: absolute;
    bottom: 9px;
    right: 8px;
    width: 93px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
}
.ac-state-finished{
    background: #adadad;
}
.ac-state-ing{
    background: #e82f37;
}


/*־Ը�߷��*/

.pic-banner{
    position: relative;
    width: 1025px;
    height: 292px;
    margin-top: 36px;
    overflow: hidden;
}
.pic-banner .bd ul li{
    width: 154px;
    margin-right: 20px;
    float: left;
}
.pic-banner .bd ul li .zyz-pic,
.pic-banner .bd ul li .zyz-pic img{
    width: 154px;
    height: 187px;
}
.zyz-name{
    text-align: center;
    font-size: 14px;
    padding-top: 7px;
    color: #2c2c2c;
}

/*link*/
.link{
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    color: #000;
    background: #e1e1e1;
}
.link a{
    margin-right: 10px;
}

/*footer*/
.footer{
    height: 165px;
    padding-top: 40px;
    background: #c31303;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
}
.footer p{
    margin: 0;
}

.team-list a{
    cursor: pointer;
}


@media (max-width: 768px){
    .location{display: none;}
    .wrap{
        width: 100%;
    }
    .hidden-xs{
        display: none;
    }
    .hidden-sm{
        display: block;
    }
    /*header*/
    .header{
        padding-top: 40px;
        background: url("../img/header_bg.jpg") no-repeat center center;
        background-size: auto;
    }
    .logo{
        width: 90%;
    }
    .header-text{
        width: 80%;
    }
    .header-pic{
        width: 30%;
    }

    .header-xs{
        height: 58px;
        line-height: 58px;
        text-align: left;
        color: #fff;
        background: #d73240;
    }
    .header-xs-text{
        padding-left: 12px;
        font-size: 20px;
        vertical-align: middle;
    }
    .header-xs-text b{font-weight: normal;}
    .header-xs .inb{
        height: 99%;
        padding-right: 12px;
        vertical-align: middle;
    }
    .header-xs .inb img,
    .header-xs .inb span,
    .header-xs .inb a{
        vertical-align: middle;
        font-size: 14px;
        color: #fff;
    }
    .login-line{
        display: inline-block;
        margin: 0 3px;
    }
    .user-name{
        display: inline-block;
        max-width: 50px;
    }

    /*nav*/
    .nav-box{
        height: auto;
        background: #fff;
    }
    .nav-box ul li{
        float: left;
        width: 25%;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        text-align: center;
        background: #f3f3f3;
        border: 1px solid #fff;
    }
    .nav-box ul li a{
        color: #606060;
        display: block;
    }
    .nav-box ul li.on{
        font-weight: bold;
        background: #f9f9f9;
    }
    .nav-box ul li.on a{
        color: #d73240;
    }

    /*content*/
    .content{
        padding-top: 0;
    }
    .banner-box{
        height: auto;
    }
    .banner-wrap{
        float: none;
        width: 100%;
        height: auto;
        border: none;
        padding: 0;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .banner{
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .banner .tempWrap{
        width: 100%;
        /*height: 100%;*/
    }
    .banner .bd,
    .banner .bd ul,
    .banner .bd li{
        position: relative;
        width: 100%;
        height: 240px;
        overflow: hidden;
        /*height: 100%;*/
    }
    .banner .bd li a{
        display: block;
    }
    .banner .bd li img{
        width: 100%;
        max-height: 240px;
        /*max-height: 240px;*/
    }

    .banner .prev{
        position: absolute;
        top: 45%;
        left: 10px;
        width: 35px;
        height: 35px;
    }
    .banner .next{
        position: absolute;
        top:45%;
        right: 10px;
        width: 35px;
        height: 35px;
    }

    .banner-ac{
        float: none;
        width: 100%;
        height: auto;
    }
    .banner-ac-title{
        margin: 0 12px;
        font-size: 15px;
    }
    .banner-ac-title-big{
        font-size: 21px;
    }
    .banner-ac-top-title{
        margin: 0 12px;
        font-size: 18px;
    }
    .banner-ac-text{
        margin: 12px 12px 0;
        font-size:13px ;
        text-indent: 26px;
    }
    .banner-ac-list{
        margin-top: 9px;
        padding: 0 12px;
    }

    /*־Ը����*/
    .team-box{
        height: auto;
    }
    .team{
        float: none;
        width: 100%;
        height: 100%;
    }
    .team-title{
        margin: 0 12px 10px;
        font-size: 21px;
    }

    .team-list .morexz span{
        margin-top: 30px;
    }

    .team-pic{
        /*float: none;*/
        width: 30%;
        height: auto;
    }
    .team-pic img{
        width: 100%;
        height: auto;
    }
    .team-content{
        width: 70%;
        margin-left: 0;
        padding: 0 12px;
    }
    .team-list li{
        height: auto;
        padding: 5px 12px;
    }
    .team-list li button{
        width: 70px;
        /*position: static;*/
        left: 0;
        top: 5px;
        margin: 10px 0 0 12px;
    }
    .team-text span{
        display: inline-block;
        margin-right: 2px;
    }
    .team-right{
        float: none;
        width: 98%;
        margin: 20px auto;
    }
    .login-wrap{
        width: 300px;
        margin: 0 auto;
    }
    .login-row input{
        float: left;
        width: 235px;
    }
    .pic-2,.pic-3{
        width: 100%;
        height: auto;
    }

    /*־Ը��֯�*/
    .ac-box{
        height: auto;
        margin-top: 20px;
    }

    .ac-list{
        height: auto;
        padding-top: 10px;
    }
    .ac-list li{
        float: none;
        width: 95%;
        margin: 0 auto 12px;
    }
    .ac-list li:nth-child(3n){
        margin-right: auto;
    }

    /*־Ը�߷��*/
    .pic-box{
        margin-top: 36px;
    }
    .pic-banner{
        width: 100%;
        height: 292px;
        margin-top: 36px;
        overflow: hidden;
    }
    .pic-banner{
        width: 100%;
        overflow: hidden;
    }

    /*link*/
    .link{
        height: auto;
        line-height: 25px;
        padding: 12px;
    }
    .link a{
        margin-right: 10px;
    }

    /*footer*/
    .footer{
        height: auto;
        padding: 20px 0;
        background: #c31303;
        color: #fff;
        font-size: 12px;
        line-height: 21px;
        text-align: center;
    }
    .footer p{
        margin: 0;
    }

    .login-box-bg{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9999999;
    }
    .login-box-xs{
        position: fixed;
        top: 30%;
        left: 1%;
        width: 98%;
        padding-bottom: 10px;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
    }
    .waptop10{
        padding-top: 10px;
    }

}

@media (max-width:320px){
    .header-xs-text{
        font-size: 16px;
    }
}

.team-list{
    padding-top: 10px;
}

/****************************team detail page**********************************/
.team-wrap{
    width: 1024px;
    margin: 0 auto;
}
.location{
    height: 45px;
    border-bottom: 1px solid #f3f3f3;
    line-height: 45px;
    font-size: 12px;
    color: #999;
}
.location  img,
.location  span,
.location  a{
    vertical-align: middle;
}
.location .team-wrap a{
    color: #333;
}
.team-page-box{
    margin-top: 25px;
    margin-bottom: 73px;
    padding: 27px 25px 270px;
    border: 1px solid #f3f3f3;
}
.team-top{
    position: relative;
    height: 310px;
    overflow: hidden;
}
.team-page-pic{
    float: left;
    width: 480px;
    height: 310px;
    padding: 9px;
    border: 1px solid #f3f3f3;
}
.team-page-pic img{
    width: 100%;
    height: 100%;
}
.team-page-content{
    float: left;
    margin-left: 24px;
     width: 320px;
/*    max-width: 450px;
    width: 450px*/
}
.team-page-title{
    padding: 17px 0 23px;
    font-size: 23px;
    color: #000;
}
.team-page-row{
    margin-bottom: 15px;
    font-size: 15px;
    color: #333;
}
.team-page-row span{
    color: #b30000;
}
.team-page-content .team-page-row:last-child{
    margin-bottom: 0;
}
.service_btns{
    padding-top: 15px;
}
.team-page-btn{
    margin-top: 10px;
    padding: 10px 50px;
    height: 39px;
    font-size: 14px;
    color: #fff;
    background: #d73240;
    border-radius: 8px;
    border: none;
    text-align: center;
}

.team-tab-box{
    margin-top: 12px;
}
.team-tab-list{
    width: 100%;
    height: 39px;
    border-bottom:1px solid #f3f3f3;
}
.team-tab-list li{
    float: left;
    width: 120px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #ebebeb;
    border-radius: 5px 5px 0 0;
    margin-right: 8px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.team-tab-list li.on{
    background: #d73240;
    color: #fff;
}
.team-tab-content{
    display: none;
    min-height: 60px;
    padding-top: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding-bottom: 12px;
}
.team-tab-content.on{
    display: block;
}
.team-tab-content-2 table{
    width: 100%;
    border: solid #f3f3f3;
    border-width: 1px 1px 0 0;
}
.team-tab-content-2 table tr{
    height: 40px;
    line-height: 40px;

    font-size: 14px;
}
.team-tab-content-2 table tr td,
.team-tab-content-2 table tr th{
    border: solid #f3f3f3;
    border-width:  0 0 1px 1px;
    text-align: center;
    line-height: 14px;
}
.team-member-title{
    border-bottom: 1px solid #f3f3f3;
}
.team-member-title span{
    display: block;
    width: 120px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #d73240;
    color: #fff;
    border-radius: 5px 5px 0 0;
    margin-right: 8px;
    font-size: 14px;
}
.team-member-list li{
    float: left;
    /*display: inline-block;*/
    width: 12.5%;
    height: 140px;
    padding-top: 28px;
    text-align: center;
}
.team-member-avatar{
    width: 90px;
    height: 90px;
    margin: 0 auto 8px;
    border-radius: 90px;
    overflow: hidden;
}
.team-member-avatar img{
    width: 100%;
    height: 100%;
}
.team-member-name{
    font-size: 14px;
    color: #737373;
}
.team-member-name span{
    color: #b0aeb0;
    font-size: 12px;
}


@media (max-width: 768px) {
    .team-wrap{
        width: 100%;
    }
    .location{
        padding-left: 10px;
    }
    .team-page-box{
        border: none;
        margin-top: 0;
        margin-bottom: 25px;
        padding: 0 0 20px;
    }
    .team-top{
        height: auto;
    }
    .team-page-pic{
        float: none;
        width: 100%;
        height: 240px;
        padding: 0;
        border: none;
    }
    .team-page-content{
        width: 100%;
        overflow: hidden;
        margin: 0px;
        padding: 0px 10px;
    }
    .team-page-title{
        font-size: 21px;
    }
    .team-page-content .team-page-row:last-child{
        margin-bottom: 15px;
    }
    .team-page-btn{
        position: static;
        display: block;
        width: 100%;
        height: 39px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 5px;
    }
    .team-member-list li{
        float: left;
        width: 33.33%;
    }
    .epages{
        padding: 10px 0;
        text-align: center;
    }
    .team-tab-box{
        padding-left: 10px;
        padding-right: 10px;
    }
    .team-tab-list{

    }
    .team-member-title{
        margin-left: 10px;
    }
    .team-tab-content-2{
        padding-top: 0;
    }
    .team-ac-name{
        max-width: 100px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
/***********************ac page*********************8*/
.ac-page-box{
    margin-top: 0;
}
/******************************team page*********************************/
.troop-container{
    margin-top: 25px;
    margin-bottom: 70px;
    border: 1px solid #f3f3f3;
}
.troop-container .team-box{
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding-top: 35px;
}
.troop-container .team-box .team{
    float: none;
    width: 100%;
}
.troop-container .epages{
    padding: 50px 0 35px;
}
.pagination{
    display: flex;
    flex-direction:row ;
    justify-content:center;
    margin: 30px 0;
}
.pagination li{
    padding: 3px 8px;
    background: #e6e6e6;
    margin: 3px;
    font-size: 14px;
    line-height:24px;
}
.pagination li.disabled{
    color: #a3a3a3;
}
.pagination li.active{
    background: #c31202;
}
.pagination li.active a{
    color: #ffffff;
}


@media (max-width: 768px) {
    .troop-container{
        margin-top:0;
        margin-bottom: 20px;
        border: none;
    }
    .troop-container .team-box{
        width: 100%;
        padding-top: 10px;
    }
    .troop-container .epages{
        padding: 20px 0;
    }
}

/******************************vote page*******************************/
.vote-wrap{
    margin-top: 39px;
    margin-bottom: 17px;
}
.vote-left{
    float: left;
    width: 100%;
    padding: 13px 20px 15px;
    border: 1px solid #f3f3f3;
}
.vote-list li{
    float: left;
    width: 230px;
    height: 180px;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.vote-pic{
    height: 150px;
}
.vote-pic img{
    width: 100%;
    height: 100%;
}
.vote-name{
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    color: #444444;
}
.vote-list button{
    width: 133px;
    height: 32px;
    border-radius: 4px;
    background: #d73240;
    color: #fff;
    font-size: 12px;
    border: none;
    cursor: pointer;
}
.vote-list button img,
.vote-list button span{
    vertical-align: middle;
}
.vote-right{
    float: left;
    width: 249px;
    margin-left: 10px;
}
.vr-title{
    height: 54px;
    padding-left: 9px;
    line-height: 54px;
    border: 1px solid #f3f3f3;
    font-size: 22px;
    color: #c31303;
    font-weight: bold;
}
.vr-title img,
.vr-title span{
    vertical-align: middle;
}
.vr-title img{
    margin-right: 5px;
}
.vr-list{
    padding-top: 5px;
}
.vr-list li{
    position: relative;
    height: 43px;
    line-height: 43px;
    padding-left: 4px;
    border-bottom: 1px solid #f3f3f3;
}
.vr-num{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #808080;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    margin-left: 5px;
}
.vr-name{
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #444;
    font-weight: bold;
}
.vr-list li .fr{
    display: inline-block;
    height: 40px;
    padding-top: 2px;
    vertical-align: middle;
    padding-right: 12px;
    font-size: 16px;
    color: #d73240;
    font-weight: bold;
}
.top-3{
    background: #d73240;
}

@media(max-width: 768px){
    .vote-wrap{
        margin-top: 0;
        margin-bottom: 17px;
    }
    .vote-left{
        float: none;
        width: 100%;
        padding: 13px 10px 15px;
        border: none;
    }
    .vote-list li{
        width: 49%;
        margin-right: 1%;
        height: 150px
    }
    .vote-list li:nth-child(2n){
        margin-right: 0;
    }

    .vote-list button{
        width: 133px;
        height: 32px;
    }
    .vote-pic{
        height: 120px;
    }

    .vote-right{
        float: none;
        width: 96%;
        margin: 10px auto 0;
    }
    .vr-title{
        height: 54px;
        padding-left: 9px;
        line-height: 54px;
        border: 1px solid #f3f3f3;
        font-size: 22px;
        color: #c31303;
        font-weight: bold;
    }
    .vr-title img,
    .vr-title span{
        vertical-align: middle;
    }
    .vr-title img{
        margin-right: 5px;
    }
    .vr-list{
        padding-top: 5px;
    }
    .vr-list li{
        position: relative;
        height: 43px;
        line-height: 43px;
        padding-left: 4px;
        border-bottom: 1px solid #f3f3f3;
    }
    .vr-num{
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #808080;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        margin-left: 15px;
    }
    .vr-name{
        vertical-align: middle;
        display: inline-block;
        margin-left: 10px;
        font-size: 16px;
        color: #444;
        font-weight: bold;
    }
    .vr-list li .fr{
        display: inline-block;
        height: 40px;
        padding-top: 2px;
        vertical-align: middle;
        padding-right: 12px;
        font-size: 16px;
        color: #d73240;
        font-weight: bold;
    }
    .top-3{
        background: #d73240;
    }
}
.huodong-titme{margin-left: 0}
.huodong-wrap{margin-top: 25px;}
.news-list-content{width:560px;}
@media(max-width: 768px){
    .huodong-wrap{margin-top: 0px;}
    .news-list-content{width:70%;}
    .news-list-intro{ width:100%; height: 40px;display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
        .nav-box li.on a{font-weight: bold;}
}

.nav-box li:hover{ background:#d73240;}
.nav-box li:hover a{ color: #ffffff; }


.logged-wrap{
    width: 328px;
    height: 151px;
    padding: 14px 15px 0;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    margin: 0 auto;
}
.logged-wrap button{
    cursor: pointer;
}
.logged-top{
    height: 86px;
}
.logged-avatar{
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    overflow: hidden;
    border: 1px solid #f3f3f3;
}
.logged-avatar img{
    width: 100%;
    height: 100%;
}
.logged-content{
    float: left;
    padding-top: 3px;
    margin-left: 12px;
    font-size: 12px;
    color: #7d7d7d;
    line-height: 20px;
}
.logged-btn-box a,
.logged-btn-box button{
    display: inline-block;
    width: 104px;
    height: 31px;
    background: #f8d8d8;
    font-size: 12px;
    text-align: center;
    border: 1px solid #f8d8d8;
    border-radius: 5px;
}
.logged-btn-box a{
    margin-right: 10px;
    line-height: 31px;
    color: #e82f37;
}
.logged-btn-box button{
    color: #746e6e;
}


/* 需求表单 */
.fromxq{padding:20px;}
.fromxq h1{font-size: 24px;font-weight: bold; padding-bottom: 20px;color: #c31303;padding-left: 3px}
.fromxq h1 span{font-size: 14px;}

/*需求列表*/
.fuwu_left{width:100%;border-right: 1px solid #f3f3f3}
.fuwu_right{width:260px;float: right;}
.fw_title{ height: 40px;background:#f6f6f6; line-height: 40px;padding-left: 20px;}
.fw_title span{display: block;float: left; }
.fw_title .tt{font-size: 20px;color: #c31303;font-weight: bold; width:200px;float: left;}
.fw_title .tab{ float: left; }
.fw_title .tab a{font-size: 14px; display: block; float: left;padding:0px 12px;margin-top: 6px; line-height: 34px;}
.fw_title .tab a.over{background:#ffffff;}
.fw_title .btn{float:right;padding-right: 10px}
.fw_title .btn a{font-size: 14px;padding-right:8px;color: #c31403;font-weight: bold;}
.fuwu_list{padding:20px;}

.fwrt_title{font-size: 16px;color: #cd0028;height: 40px; line-height: 40px;padding-left:12px;border-bottom: 1px solid #f3f3f3;}
.fwpaihang{width:100%}
.fwph_ul{padding:15px 10px;}
.fwph_ul li{height: 64px;border-bottom: 1px dotted #f3f3f3;margin-top: 10px}
.fwph_ul img{width:54px; height: 54px;float: left;border-radius: 64px;}
.fwph_ul div{font-size: 12px;padding-left: 10px;float: left; }
.fwph_ul div span{display: block;}
.fwph_ul div span.tt{line-height: 24px;padding-top: 8px;}
.fwph_ul div span.tt b{font-weight: normal;color: #939293;padding-left: 10px;}
.fwph_ul div span.ff{color: #939293}
.wap_fwbtn{display: none;}
.fw_more{height: 35px; text-align: center;line-height: 35px;background:#f6f6f6;margin-top:15px;font-size: 14px; cursor: pointer}
.fw_no_more{height: 35px; text-align: center;line-height: 35px;margin-top:15px;font-size: 14px;display: none;}
#suoluetu{width: 50%; float: left}
em{font-style: normal}
@media(max-width: 768px){
    #suoluetu{width: 100px}
    .fw_no_more{margin-top: 0}
    .fw_title .tt{width: 120px;}
    .fuwu_left{width:100%}
    .fuwu_list{padding:10px;}
    .fw_title .btn{display: none;}
    .fuwu_right{width:100%}
    .location{display: none}
    .wap_fwbtn{ display: block; width: 94%; height: 35px;line-height: 35px;text-align: center; margin:10px auto;background:#cd0028 }
    .wap_fwbtn a{color: #ffffff}
    .fw_title .tab{float: right;margin-right:10px }
}
@media(max-width: 360px){
    #suoluetu{width: 50px}
    .fw_title .tt{width: 100px;}

}


.member_progress{
    margin-top: 20px;
}
.act_dongt{
    padding: 0 10px;
    margin-top: 12px;
}
.act_dongt .hd{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 12px;
}
.act_dongt .hd span{
    display: block;
    float: left;
}
.act_dongt .hd span.title{
    font-size: 14px;
    padding-left: 5px;
}
.act_dongt .hd span.img img{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-top: 5px;
}
.act_dongt .hd span.time{
    float: right;
    font-size: 12px;
}
.act_dongt .pics{
    overflow: hidden;
    margin-bottom: 12px;

}
.act_dongt .pics img{
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #f6f6f6;
}
.act_dongt .cont{
    line-height: 24px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #666666;
}
.pro_more{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f6f6f6;
    font-size: 14px;
    cursor: pointer;
}

.spec_title{
    position: relative;
    height: 37px;
    border-bottom: 3px solid #cd0625;
}
.spec_title .wrap{
    width: 100%;

    height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/title_bg_spe.png") no-repeat;
}
.spec_title  span{
   line-height: 37px;
    display: block;
    float: left;
}
.spec_title .t1{
    width: 149px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color:  #ffffff;
}
.spec_title .t2{
    font-size: 18px;
    font-weight: bold;
    width: 80px;
    text-align: center;
}
.spec_title .t2 a:hover{
    color: #ca0009;
}
.spec_title .more{
    line-height: 37px;
    font-size: 12px;
    float: right;
    padding-right: 12px;
    color: #aaaaaa;
}
.spec_title .more a{color: #868083;}

.tabbox_2{
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
    text-indent: 2em;
    display: none;
}
.tabbox_3{
    display: none;
    margin-top:8px;
}
.tabbox_2 a{color: #ca0009}

.zydw_pc_tab_box{
    height: 50px;
}
.zydw_pc_tab_box span{
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    width: 210px;
    background: #e1d7dc;
    text-align: center;
    margin-right: 12px;
    cursor: pointer;
    font-weight: bold;
}
.zydw_pc_tab_box span.over{
    background: #ca0009;
    color: #ffffff;
}

.wap_duiwu_btn{
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #bfb9b9;
    color: #ffffff;
    margin-bottom: 3px;

}
.wap_duiwu_btn span.t{
    padding-left: 8px;
    float: left;
}
.wap_duiwu_btn span.m{
    padding-right: 8px;
    float: right;
}
.wap_duiwu_btn span.m b{
    display: none;
}
.wap_duiwu_btn span.m b.on{
    display: initial;
}
.tabimgbox{
    max-height: 300px;
    overflow: hidden;
}

#add_duiwu_btn{
    clear: both;
}
.team-list .children{
    width: 100%;
    clear: both;
    border-bottom: 1px solid #f3f3f3;
    display: none;
}
.team-list .over{
    display: block;
}
.team-list .children:after{
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: "."
}
.team-list .childbox{
    width: 140px;
    float: left;
    margin: 10px;
}
.team-list .childbox img{
    width: 140px;
    height: 80px;
}
.team-list .childbox span{
    display: block;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
}
.team-list .childbox a{
    border: none;
}
.team-list .morexz{
    width: 40px;
    height: 100%;
    line-height: 100%;
    position: absolute;
    right: 12px;
    top: 0px;
    text-align: center;
}
.team-list .morexz span{
    display: block;
    margin-top: 52px;
    font-size: 24px;
    color: #bfb9b9;
}


.nvpage{
    line-height: 30px;
    text-align: center;
}
.nvpage a{
    padding: 3px 6px;
}
.nvpage a b{
    padding: 0;
    background: none;
}
.nvpage b{
    padding: 3px 5px;
    background: #f2dede;
}


@media(max-width: 768px){
    .team-list .morexz span{
        margin-top: 35px;
    }
    .team-list .childbox a{
        padding-bottom: 0px;
    }
    #add_duiwu_btn{
        margin-left: 0px;
    }
}
@media(max-width: 320px){
    .team-list .childbox img{
        width: 120px;
    }
    .team-list .childbox{
        width: 120px;
    }
    .banner .bd li img {
        max-height: 200px;
    }
}

@media (max-width:320px){
    .team-page-pic{
        height: 200px;
    }
}


