#contetns{
    line-height: 1.8;
    width: 1110px;
    margin: 0 auto;    
    font-size: 14px;
    text-align: left;    
}

#contetns .btn a{
    display: block;
}

#contetns .btn a:hover{
    text-decoration: none;
}

#contetns .visua_area{
    overflow: hidden;
}

#contetns .visua_area .left,
#contetns .visua_area .right{
    float: left;
    position: relative;
}

#contetns .visua_area .left .btn{
    width: 390px;
    margin: 0 auto;
    position: absolute;   
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    bottom: 35px;
    left: 80px;

}

#contetns .visua_area .left .btn a{
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    position: relative;
    color: #ff0000;
    padding: 15px 0;
}

#contetns .visua_area .left .btn a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: solid 1px #ff0000;
    border-bottom: solid 1px #ff0000;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    position: absolute;
    top: 49%;
    right: 20px;
}


#contetns .visua_area .left .btn a:hover{
    opacity: 0.8;
    background: #fff;
}

#contetns .visua_area .right .btn{
    position: absolute;
    top: 256px;
    left: 90px;
}

#contetns .visua_area .right .btn li a{
    width: 150px;
    font-size: 12px;
    position: relative;
    background: #333333;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

#contetns .visua_area .right .btn li a:hover{
    opacity: 0.8;
}

#contetns .visua_area .right .btn li a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    position: absolute;
    top: 49%;
    right: 10px;
}

#contetns .visua_area .right .btn li:nth-child(2){
    margin: -32px 0 0 245px;
}

#contetns .visua_area .right .btn li:nth-child(3){
    margin: 180px 0 0 ;
}

#contetns .visua_area .right .btn li:nth-child(4){
    margin: -32px 0 0 245px;
}

#contetns .movie_area{
    padding: 60px 0;
    margin: 0 0 60px 0;
    border-bottom: 2px solid #e6e6e6;
}

#contetns .movie_area p{
    /*width: 576px;*/
    margin: 0 auto;
}

#contetns .box_area > ul > li{
    overflow: hidden;
    padding: 0 60px 60px 60px ;
    margin: 0 0 60px 0;
    border-bottom: 2px solid #e6e6e6;
}

#contetns .box_area .panel{
    width: 435px;
    float: left;
    margin: 0 60px 0 0;
}

#contetns .box_area .detail{
    overflow: hidden;
    width: 495px;
    padding: 35px 0 0 0;
}

#contetns .box_area .detail .tex{
    margin: 0 0 30px 0;
}

#contetns .box_area .detail .tex span{
    color: #ff0000;
}

#contetns .box_area .detail .btn{
    margin: 0 0 40px 0;
}

#contetns .box_area .detail .btn li{
    width: 370px;
    text-align: center;
}

#contetns .box_area .detail .btn li:nth-child(2){
    margin: 15px 0 0 0;
}

#contetns .box_area .detail .btn li a{
    background: #000;
    border: 2px solid #000;
    border-radius: 50px;
    position: relative;
    color: #fff;
    padding: 15px 0;
}

#contetns .box_area .detail .btn li a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    position: absolute;
    top: 49%;
    right: 20px;
}

#contetns .box_area .detail .btn li a:hover{
    opacity: 0.8;
}



/* bnr_area */

#contetns .bnr_area{
    background: #ffffe3;
    padding: 15px 20px;
}

#contetns .bnr_area .title{
    text-align: center;
    font-weight: bold;
    margin: 0 0 15px 0;
}

#contetns .bnr_area .bnr:hover{
    opacity: 0.8;
}

#contetns .bnr_area img {
    width: 100%;
}