body{
    color: #525252;
    background: #ABABAB;
}
.wrapper{
    padding-top: 120px;
}
.site-header {
    background: #A5A5A5;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    padding:0px;
}
.site-header .container {
    max-width: 1760px;
    margin: 0;
}
.site-title {
    float: left;
    padding: 30px 20px;
    background: url(../../images/common/index/site_title_bg.png) no-repeat 100% 0;
    margin-left: -15px;
    width: 47%;
    max-width: 790px;
    box-sizing: border-box;
}
.site-title .logo {
    background: url(../../images/common/index/logo.png) no-repeat 50% 50%;
    background-size: contain;
    width: 501px;
    height: 60px;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.sect{
}
.sect .col {
    float: left;
    width: 50%;
    height: 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 538px;
}
.sect .col .ibtn {
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
}
.sect .col .title {
    color: #575757;
    font-weight: bold;
    font-family: "微軟正黑體", Arial, "Gill Sans MT";
    text-align: center;
    font-size: 38px;
    padding: 60px 10px 30px 10px;
    text-indent: 0px;
    line-height: 1.2;
}
.sect .col .logo {
    padding: 0 10px;
    text-align: center;
    text-indent: 0px;
    margin-bottom: 30px;
}
.sect .col1 {
    background-image: url(../../images/common/index/bg_l.jpg);
}
.sect .col2 {
    background-image: url(../../images/common/index/bg_r.jpg);
}
.sect .col .btn_u {
    display: inline-block;
    width: 100%;
    max-width: 220px;
    padding: 5px;
    font-size: 19px;
    font-weight: bold;
    background: #FFF;
    margin: 0 5px;
    text-align: center;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.1);
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    transition: all .3s ease;
    position: relative;
}
.sect .col .btn_u:after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-left: 5px;
}
.sect .col1 .btn_u:after {
    background: url(../../images/common/index/ar.png) 0 0;
}
.sect .col2 .btn_u:after {
    background: url(../../images/common/index/ar.png) 0 -15px;
}
.sect .col .btn_u:hover {
    color: #FFF;
}
.sect .col1 .btn_u:hover {
    background: #FF0000;
}
.sect .col1 .btn_u:hover:after {
    background: url(../../images/common/index/ar.png) 0 -28px;
}
.sect .col2 .btn_u:hover {
    background: #000;
}
.sect .col2 .btn_u:hover:after {
    background: url(../../images/common/index/ar.png) 0 -28px;
}

a.vip {
    position: absolute;
    right: 2%;
    top: 10%;
    background: url(../../images/common/index/vip.png) 0 0 no-repeat;
    width: 250px;
    height: 96px;
}
a.vip:hover {
    background: url(../../images/common/index/vip.png) 0 100% no-repeat;
}


.actors,.O500{display: block;position: absolute;bottom: -70px;width: 100%;transition: all .3s ease;}.sect .col .btn_u:hover .actors,.sect .col .btn_u:hover .O500{color:#000}
@media screen and (max-width: 1000px) {
    .wrapper{
        padding-top: 40px;
    }
    .sect .col {
        float: none;
        width: auto;
        /*padding-top: 90%;*/
        position: relative;
        height: 480px;
    }
    .sect .col .ibtn {
        background-position: 50% 25%;
        position: absolute;
        left: 0;
        top: 0;
        min-height: 100%;
    }
    .site-header {
        position: static;
    }
    .site-header .container{
        padding: 0;
    }
    .site-title, .header-fixed .site-title {
        float: none;
        padding: 14px 10px;
        margin: 0;
        background: #E40011;
        width: 100%;
        min-width: 100%;
        padding-right: 90px;
    }

    .header-fixed .site-title .logo, .site-title .logo {
        width: 190px;
        height: 35px;
    }
    a.vip ,a.vip:hover{
        right: 2%;
        top: 55px;
        background-size: 100% auto;
        width: 100px;
        height: 37px;
        z-index: 80;
        background-position: 0 0;
    }
    .sect .col .title {
        font-size: 25px;
    }
    .actors, .O500 {
        display: block;
        position: absolute;
        bottom: -70px;
        width: 100%;
    }
        .sect .col2 .btn_u {
        margin-bottom: 80px;
    }
    .sect .col2 {
        height: 630px;
    }
}
