#aboutdaniu .daniucard--wrapped{
    /*   outline:1px solid red; */
    max-width: 840px;
    margin: 0 auto;
}
#aboutdaniu .daniucard--wrapped .wrapper{
    /*margin-left:-60px;*/
}
#aboutdaniu .daniucard{
    width:360px;
    height:550px;
    text-align:center;
    outline:1px solid #f1f1f1;
    padding:16px 25px 18px;
    font-size:14px;
    color:#333;
    line-height:1;
    margin-left:60px;
    position:relative;
}
#aboutdaniu .card_img{
    width:120px;
    height:120px;
    border-radius:50%;
    overflow:hidden;
    margin:0 auto;
    position:absolute;
    top:-60px;
    left:50%;
    margin-left:-60px;
}
#aboutdaniu .card_img img{
    width:120px;
    height:120px;
}
#aboutdaniu .card_content{
    text-align:justify;
    line-height:1.7;
    margin:38px auto 8px;
    max-height:383px;
    overflow:hidden;
}
#aboutdaniu .card_title{
    font-size:22px;
    margin-top:78px;
}
/* 背景 */
#aboutdaniu .aboutdaniu_bg{
    width:1200px;
    margin:86px auto 0;
    padding-top:46px;
    height:563px;
    background: url("../image/aboutdaniubg.png") no-repeat;
    background-size:cover;
    line-height: 1;
}
#aboutdaniu .aboutdaniu_bg p{
    margin:0;
    text-align:center;
}
#aboutdaniu .aboutdaniu_bg .bg_p--title{
    font-size: 30px;
    color: #666;
    font-weight: bold;

}
#aboutdaniu .aboutdaniu_bg .hr--re{
    border-top:1px solid #999;
    width:50px;
    margin:12px auto 10px;
}
#aboutdaniu .aboutdaniu_bg .bg_p--about{
    font-size: 14px;
    color: #f60;
    opacity: 0.4;
}
#aboutdaniu .publish_button{
    width:360px;
    line-height:54px;
    font-size:18px;
    text-align:center;
    background: #f60;
    color:#fff;
    margin:50px auto 85px;
    cursor:pointer;
}
#aboutdaniu .publish_button:hover{
    background: #ff761b;
}
/* resetamaze slide*/
#aboutdaniu .am-slider-default{
    margin-bottom:35px;
    box-shadow:none;
}
#aboutdaniu .am-slider-default .am-control-nav {
    width: 100%;
    position: absolute;
    bottom: -24px;
    text-align: center;
}
#aboutdaniu .am-slider-default .am-control-nav li {
    margin: 0;
    display: inline-block;
}
#aboutdaniu .am-slider-default .am-viewport li span {
    color:#0171e4;
}
#aboutdaniu .am-slider-default .am-control-nav li a {
    width: 103px;
    height: 4px;
    background: #eee;
    border-radius: 0;
}
#aboutdaniu .am-slider-default .am-control-nav li a.am-active {
    background-color: #ffb824;
}
#aboutdaniu .am-slider-default .am-control-nav li a:hover {
    background-color: #ffb824;
}
