@charset "utf-8";
/* CSS Document */

.list_case_big{
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    margin-top: 80px;
}
.slidebox{
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
}
.slidepic{
    position:absolute;
    width:  4800px;
}
.slidepic li{
    width: 1200px;
    height:600px;
    overflow:hidden;
    float:left;
    position: relative;
}
.slidepic li a,.slidepic li a img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s;
}
.slidebtn{
    position:absolute;
    bottom:24px;
    left:96px;
}
.slidebtn li{
    border:1px solid #fff;
    cursor:pointer;
    float:left;
    font-family:arial;
    height:24px;
    line-height:24px;
    width:24px;
    margin:4px;
    text-align:center;
    color:#fff;
    overflow: hidden;
}
.slidebtn li:first-child{margin-left: 0;}
.slidebtn li.current{
    border:1px dashed #fff;
}
.list_case_big_font{
    width: 100%;
    height: 186px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient( linear, left top, right top, color-stop(3%, #F9D4B3), color-stop(97%, #FE7900) );
}
.list_case_big_font a{
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
}
.list_case_big_font a b{
    width: 84%;
    margin: 0 auto;
    font-size: 28px;
    display: block;
    padding-top: 20px;
}
.list_case_big_font a p{
    width: 84%;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 16px;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
}
.slidepic li:hover a img{transform:scale(1.1)}
.list_case_small{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: table;
    margin-bottom: 80px;
}
.list_case_small ul{
    width: 100%;
    height: 100%;
}
.list_case_small li{
    float: left;
    width: 396px;
    height: 300px;
    overflow: hidden;
    margin: 0 3px 5px 0;
    position: relative;
}
.list_case_small li:nth-child(3n){margin-right: 0;}
.list_case_small a,.list_case_small a img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s;
}
.list_case_small li:hover a img{transform:scale(1.1)}
.list_case_small_font{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(6%, rgba(255,255,255,0.5)), color-stop(88%, #FE7900) );
    display: none;
    transition: 0.6s;
}
.list_case_small_font a{
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}
.list_case_small_font a b{
    display: block;
    width: 86%;
    margin: 0 auto;
    font-size: 24px;
    padding-top: 150px;
    font-weight: normal;
    letter-spacing: 1px;
}
.list_case_small_font a p{
    display: block;
    width: 86%;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 20px;
    height: 46px;
    line-height: 24px;
    overflow: hidden;
}
.list_case_small li:hover .list_case_small_font{display: block;}