.control-box {
    width: 1170px;
    height: 284px;
    background-image: url(../images/hots_bg.png);
    background-size: 1055px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
    margin-left: auto;
    margin-right: auto;
}
.control-box ul {
    list-style: none;
    position: relative;
}
.control-box ul li {
    position: absolute;
    top: 100px;
    cursor: pointer;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
.bigbox {
    overflow: hidden;
    width: 1032px;
    height: 244px;
    margin: auto 70px auto;
}
#switcher {
    height: 244px;
    left: 0px;
}
.content_1.content_2 {
    width: 100%;
    float: left;
}
.box {
    position: relative;
    width: 200px;
    height: 244px;
    float: left;
    padding: 1px;
}
.box .cc-switcher-image{
    position: absolute;top: 0;left: 0;width: 100%;
}
.box .cc-switcher-image img{
    margin: 0 auto;
}
.box:hover .shadow{
     opacity: 1;
}
.shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    transition:all .7s ease 0s;
    opacity:0;
    background: rgba(0, 0, 0, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    margin-top: 130px;
    color: white;
    font-size: 14px;
}
.shadow a {
    display: inline-block;
    width: 100%;
    height: 60px;
    color: white;
    text-decoration: none;
    padding: 10px 18px;
}
