.control-box
{
    position: relative;
    width: 1440px;
    height: 335px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
.control-box ul
{
    position: absolute;
    width: 1440px;
    height: 75px;
    z-index: 10;
}
.control-box ul li
{
    position: absolute;
    top: 130px;
    cursor: pointer;
}
.prev
{
    left: 28px;
}
.next
{
    right: 28px;
}
.bigbox
{
    background: url(../image/ind_honorbg.png) repeat center;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    width: 1440px;
    height: 335px;
    z-index: 1;
}
#switcher
{
    height: 190px;
    left: 0;
}
.content_1.content_2
{
    padding: 0 16px;
    width: 100%;
    float: left;
}
.box
{
    width: 360px;
    height: 253px;
    float: left;
}
.box img
{
    padding: 0 16px;
    width: 360px;
    height: 253px;
    float: left;
}
.shadow
{
    width: 255px;
    height: 60px;
    background-color: rgba(0,0,0,.45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    margin-top: 130px;
    color: #fff;
    font-size: 14px;
}
.shadow a
{
    display: inline-block;
    width: 225px;
    height: 60px;
    color: #fff;
    text-decoration: none;
    margin-left: 18px;
    margin-top: 10px;
}