﻿
#pg_top_pic {
    height: 305px;
    background: url(../image/pctop.jpg) no-repeat center;
    background-color: #000;
    background-size: cover;
}
#topdh{
    color:#FFF;
    padding-top:90px;
}

#topdh dt{
    font-size:40px;
    color:#FFF;
    margin-bottom:10px;
}
    #topdh dd {
        font-size: 12px;
        color: #FFF;
        text-transform: Uppercase;
    }

        #topdh dd a{
            color:#FFF;
        }



#topname {
    text-align: center;
    border-bottom: 1px solid #ccc;
    /*padding-top: 43px;*/    
    padding-bottom: 23px;    
    margin-bottom:10px;
}
#pgname {
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 3px solid #E8B98F;
    padding-bottom: 23px;
}

#topvoid{
    /*background:url(../image/ustpvoidbg.jpg) no-repeat center center;*/
    /*width:100%;
    min-height:685px;*/
}
    #topvoid a {
        text-align: center;
        display: block;
        width: 100%;
        min-height: 455px;
        line-height: 455px;
        opacity: 0.6;
    }
    #topvoid a:hover{
        opacity:1;
    }
#fxright:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*无敌的闭合*/

#rw0 {
    padding: 25px 0;
}

#rw0:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*无敌的闭合*/

#rw1 {
    font-size: 14px;
    padding-bottom: 25px;
    border-bottom: 1px solid #CFCECE;
}
#rw2 {
    padding: 30px 0 60px 0;
}

#rw4{
    position:relative;
    padding-bottom:20px;
}

#rw4 img{
    position: absolute;
    left:50%;
    bottom:-70px;
    margin-left:-14px;
}

#abusbody img{
    max-width:100%;
}


/*动画*/
.trans {
    cursor: pointer;
    transition: all 0.6s;
}

    .trans:hover {
        transform: scale(1.1);
        z-index:100;
    }

/*动画*/
.bodymove {
    /*-webkit-transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;*/
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    /*-ms-transition: all 1.5s;*/
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0.5;
}

    .bodymove:hover {
        /*border-color: #d0cdcd;*/
        opacity:1;
    }