/* BASIC css start */
.subpromotion_area{padding:50px 0 120px;}
.subpromotion_box{min-width:1300px;max-width:1600px;margin:0 auto;}
.subpromotion_box li{margin-top:50px;}
.subpromotion_box .box{position:relative;overflow:hidden;height:500px;}
.subpromotion_box .box12{background:#e0ab63;}
.subpromotion_box .box1{background:#be9881;}
.subpromotion_box .box2{background:#cfc3b5;}
.subpromotion_box .box3{background:#c2cdd3;}
.subpromotion_box .box4{background:#b0b8ad;}
.subpromotion_box .box5{background:#d8caaf;}
.subpromotion_box .box6{background:#beada6;}
.subpromotion_box .box7{background:#c0c0cc;}
.subpromotion_box .box8{background:#96a7b1;}
.subpromotion_box .box9{background:#d5c48e;}
.subpromotion_box .box10{background:#7d5e4a;}
.subpromotion_box .box11{background:#9da79e;}

.subpromotion_box dl{position:absolute;bottom:50px;left:50px;width:50%;}
.subpromotion_box dt{font-size: 35px;
    line-height: 45px;
    color: #fff;}
.subpromotion_box dd{font-size: 18px;
    line-height: 30px;
    color: #fff;
    letter-spacing: -1px;
    margin: 25px 0 40px;
    font-weight: 300;}
.subpromotion_box .img{float:right;width:50%;height:500px;}
.subpromotion_box .box12 .img{background:url("//dainpark06.cafe24.com/sunny/images/banbg_promotion12.jpg") no-repeat center center;background-size:cover;}
.subpromotion_box .box1 .img{background:url("//dainpark06.cafe24.com/sunny/images/banbg_promotion1.jpg") no-repeat center center;background-size:cover;}
.subpromotion_box .box2 .img{background:url("//dainpark06.cafe24.com/sunny/images/banbg_promotion2.jpg") no-repeat center center;background-size:cover;}
.subpromotion_box .box3 .img{background:url("//dainpark06.cafe24.com/sunny/images/banbg_promotion3.jpg") no-repeat center center;background-size:cover;}
.subpromotion_box .box4 .img{background:url("//dainpark06.cafe24.com/sunny/images/banbg_promotion4.jpg") no-repeat center center;background-size:cover;}
.subpromotion_box .box5 .img{background:url("//dainpark06.cafe24.com/sunny/images/banbg_promotion5.jpg") no-repeat center center;background-size:cover;}
.subpromotion_box .box6 .img{background:url("//dainpark06.cafe24.com/sunny/images/banbg_promotion6.jpg") no-repeat center center;background-size:cover;}
.subpromotion_box .box7 .img{background:url("//dainpark06.cafe24.com/sunny/images/banbg_promotion7.jpg") no-repeat center center;background-size:cover;}
.subpromotion_box .box8 .img{background:url("//dainpark06.cafe24.com/sunny/images/banbg_promotion8.jpg") no-repeat center center;background-size:cover;}
.subpromotion_box .box9 .img{background:url("//dainpark06.cafe24.com/sunny/images/banbg_promotion9.jpg") no-repeat center center;background-size:cover;}
.subpromotion_box .box10 .img{background:url("//dainpark06.cafe24.com/sunny/images/banbg_promotion10.jpg") no-repeat center center;background-size:cover;}
.subpromotion_box .box11 .img{background:url("//dainpark06.cafe24.com/sunny/images/banbg_promotion11.jpg") no-repeat center center;background-size:cover;}

.subpromotion_box .btn{margin:0;}
.subpromotion_box .btn .Button{margin:0;}


.cons {}
.cons li {margin-bottom:30px;border-radius:10px;overflow:hidden;}
.cons li img{width:100%;}

.cons .img_box{position:relative;overflow:hidden;}
.cons .bg{position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0);
transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
z-index:2;}
.cons li:hover .bg{
background:rgba(0,0,0,.2);
transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;}

.cons .img{position:relative;overflow:hidden;z-index:1;}
.cons .img img{
width:100%;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
z-index:1;
}
.cons li:hover .img img{
transform: scale(1.02);
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
-ms-transform: scale(1.02);
-o-transform: scale(1.02);
transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
}

/* BASIC css end */

