﻿/* 首页样式 */

/* 轮播图 */
/* 轮播图容器 */
.bannerbox {
    width: 100%;
    height: 330px;
    overflow: hidden;
    position: relative;
}

/* 轮播图内容区域 */
.bannerbox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

/* 轮播图项目 */
.bannerbox .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    height: 330px;
}

/* 轮播图链接 */
.bannerbox .bd li a {
    display: block;
}

/* 轮播图图片 */
.bannerbox .bd img {
    width: 1920px;
    height: 330px;
    border: medium none;
    left: 50%;
    margin: 0 auto 0 -960px;
    overflow: hidden;
    padding: 0;
    position: relative;
    visibility: visible;
}

/* 轮播图指示器 */
.bannerbox .hd {
    z-index: 100;
    border: medium none;
    left: 50%;
    margin: 303px auto 0 -960px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: visible;
    width: 1920px;
    text-align: center;
}

/* 轮播图指示器列表 */
.bannerbox .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    height: auto;
}

/* 轮播图指示器项 */
.bannerbox .hd ul li {
    width: 30px;
    height: 10px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 15px;
    margin: 0 2px;
    background: #fff;
    transition: .5s;
    opacity: 0.6;
    filter: Alpha(opacity=60);
    filter: Alpha(opacity=60);
}

/* 轮播图当前指示器项 */
.bannerbox .hd ul li.on {
    width: 12px;
    background: #f03736;
    color: #fff;
    transition: .5s;
    opacity: 1;
    filter: Alpha(opacity=100);
    filter: Alpha(opacity=100);
}


/* 前/后翻页按钮 */
.bannerbox .prev,
.bannerbox .next {
    display: none;
    position: absolute;
    left: 13%;
    top: 50%;
    margin-top: -18px;
    width: 45px;
    height: 60px;
    background: url("/web/images/df/index_slider-arrow.png") -108px 0 no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 100;
}

.bannerbox .next {
    left: auto;
    right: 13%;
    background-position: 0 0;
}

.bannerbox .prev:hover,
.bannerbox .next:hover {
    filter: alpha(opacity=80);
    opacity: .8;
}

.bannerbox .prevStop {
    display: none;
}

.bannerbox .nextStop {
    display: none;
}

/* 登录/用户信息浮动框 */
.bannerbox .fucen_box {
    background: #fff;
    filter: Alpha(opacity=95);
    filter: Alpha(opacity=95);
    width: 289px;
    height: 256px;
    padding: 19px 23px 0 23px;
    position: absolute;
    left: 50%;
    top: 26px;
    margin: 0 0 0 264px;
    z-index: 50;
}

/* 登录表单 */
.bannerbox .fucen_box .sign_box {
    width: 289px;
    height: auto;
    overflow: hidden;
}

.bannerbox .fucen_box .sign_box dd {
    margin: 0 auto;
    width: 289px;
    height: auto;
    overflow: hidden;
    font-size: 13px;
}

.bannerbox .fucen_box .sign_box dd div.frame {
    width: 287px;
    height: auto;
    padding: 0;
    border: 1px solid #eeeeef;
    background: #fff;
    overflow: hidden;
    margin-bottom: 8px;
}

.bannerbox .fucen_box .sign_box dd div.frame b {
    width: 16px;
    height: 36px;
    display: inline-block;
    margin: auto 12px auto 17px;
    float: left;
}

.bannerbox .fucen_box .sign_box dd div.frame b.zh {
    background: url("/web/images/df/index_ever.png") 0 0 no-repeat;
    background-position-y: 7px;
}

.bannerbox .fucen_box .sign_box dd div.frame b.mm {
    background: url("/web/images/df/index_ever.png") -25px 0 no-repeat;
    background-position-y: 7px;
}

.bannerbox .fucen_box .sign_box dd div.frame b.yzm {
    background: url("/web/images/df/index_ever.png") -50px 0 no-repeat;
    background-position-y: 8px;
}

.bannerbox .fucen_box .sign_box dd div.frame input {
    float: left;
    border: 0px;
    width: 230px;
    height: 36px;
    line-height: 36px;
    outline: none;
    color: #666;
    font-size: 13px;
}

.bannerbox .fucen_box .sign_box dd div.ss {
    width: 175px;
    float: left;
}

.bannerbox .fucen_box .sign_box dd div.ss input {
    width: 115px;
}

.bannerbox .fucen_box .sign_box dd .code_img {
    float: right;
    margin: 8px 10px auto auto;
}

.bannerbox .fucen_box .sign_box dd .zddl {
    float: left;
}

.bannerbox .fucen_box .sign_box dd p {
    display: inline-block;
    float: right;
}

.bannerbox .fucen_box .sign_box dd p a:hover {
    color: #f03736;
}

.bannerbox .fucen_box .sign_box dd #LoginWay {
    margin: 3px 5px auto auto;
    float: left;
}

.bannerbox .fucen_box .sign_box dd .sign {
    width: 289px;
    height: 45px;
    line-height: 45px;
    display: block;
    background: #fa4c4b;
    border: 0px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    outline: none;
    cursor: pointer;
}

.bannerbox .fucen_box .sign_box dd .sign:hover {
    background: #f03736;
}

/* 用户信息展示框 */
.bannerbox .fucen_box .message_box {
    width: 289px;
    height: auto;
    overflow: hidden;
    padding: 0 0 2px 0;
    margin-bottom: 15px;
}

.bannerbox .fucen_box .message_box .img {
    margin-top: 5px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    border: 2px solid #e9e9e9;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.bannerbox .fucen_box .message_box .img img {
    width: 50px;
    height: auto;
}

.bannerbox .fucen_box .message_box .text {
    float: left;
    margin-left: 25px;
    color: #666;
    font-size: 12px;
}

.bannerbox .fucen_box .message_box .text h3 {
    margin: 0 auto;
    line-height: 30px;
    margin-top: 2px;
    font-size: 16px;
}

.bannerbox .fucen_box .message_box .text p {
    color: #3f4f6f;
    line-height: 26px;
    font-size: 13px;
}

.bannerbox .fucen_box .message_box .text p a.button {
    margin-top: 1px;
    display: block;
    width: 60px;
    height: 21px;
    line-height: 21px;
    float: right;
    text-align: center;
    background: #fa4c4b;
    color: #fff;
    font-size: 11px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.bannerbox .fucen_box .message_box .text p img {
    vertical-align: middle;
    margin: -5px 8px auto auto;
    width: 21px;
    height: auto;
}

.bannerbox .fucen_box .message_box .close_box {
    position: absolute;
    width: 64px;
    height: 64px;
    background: url("/web/images/df/index_ever.png") 0 -82px no-repeat;
    top: 4px;
    right: 4px;
}

.bannerbox .fucen_box .message_box .close_box:hover {
    background-position: -73px -82px;
}

.bannerbox .fucen_box .message_box .close_box a {
    display: block;
    width: 20px;
    height: 20px;
    background: url("/web/images/df/index_ever.png") -160px -100px no-repeat;
    margin: 11px 0 0 37px;
}

.bannerbox .fucen_box .user-onwer-list {
    height: 30px;
    width: 280px;
    line-height: 30px;
}

.bannerbox .fucen_box .user-onwer-list p {
    float: left;
    font-size: 13px;
    color: #666;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}

.bannerbox .fucen_box .user-onwer-list p span {
    color: #fa4c4b;
    font-weight: bold;
}

.bannerbox .fucen_box .user-onwer-list a.button {
    float: right;
    display: inline-block;
    width: 31px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    background: #fff;
    color: #9d9d9d;
    border: 1px solid #9d9d9d;
    margin-left: 5px;
    margin-top: 6px;
}

.bannerbox .fucen_box .user-onwer-list a.button:hover {
    color: #fa4c4b;
    border: 1px solid #fa4c4b;
}

.bannerbox .fucen_box .anniu_box {
    width: 289px;
    height: 59px;
    overflow: hidden;
    line-height: 59px;
    margin: 11px auto auto auto;
    border-top: 1px solid #e8e8eb;
}

.bannerbox .fucen_box .anniu_box p {
    display: inline-block;
    font-size: 13px;
    color: #666;
}

.bannerbox .fucen_box .anniu_box p span {
    color: #fa4c4b;
    font-weight: bold;
}

.bannerbox .fucen_box .anniu_box a.button {
    margin-top: 12px;
    display: block;
    width: 289px;
    height: 35px;
    line-height: 35px;
    float: right;
    text-align: center;
    background: #fa4c4b;
    color: #fff;
    font-size: 15px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

/* 页面主要内容 */
.index_center {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 25px;
    background: url(/web/images/df/bg-i1.jpg) no-repeat #f5f6f8;
    background-position: top center;
    background-size: 100%;
}

.chunjie_bg img {
    width: 1920px;
    border: medium none;
    left: 50%;
    margin: 0 auto 0 -960px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: visible;
    z-index: 0;
}

.index_center .center_box {
    margin: 0 auto;
    width: 1200px;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.index_center .center_box .step_box {
    width: 1200px;
    height: 68px;
    background: url("/web/images/df/index_step.jpg") no-repeat;
    margin-top: 20px;
}

.index_center .center_box .step_box span {
    color: #fa4c4b;
    font-size: 14px;
    float: right;
    width: 230px;
    text-align: center;
    margin: 29px 6px 0 0;
}

.index_center .center_box .step_box span b {
    font-weight: inherit;
    font-size: 22px;
}

.index_center .center_box .index_box {
    background: #fff;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.index_center .center_box .index_box .top {
    border-bottom: 1px solid #ececec;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
}

.index_center .center_box .index_box .top h2 {
    margin: 14px auto auto auto;
    color: #515151;
    font-size: 20px;
    border-left: 4px solid #f03736;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    padding-left: 10px;
    float: left;
}

.index_center .center_box .games_box,
.index_center .center_box .card_box {
    float: left;
    width: 860px;
}

.index_center .center_box .games_box .top,
.index_center .center_box .card_box .top {
    width: 837px;
}

.index_center .center_box .games_box .top .receive_box,
.index_center .center_box .card_box .top .receive_box2 {
    margin: 0 auto;
    width: 550px;
    overflow: hidden;
    position: relative;
    float: left;
}

.index_center .center_box .games_box .top .receive_box .bd,
.index_center .center_box .card_box .top .receive_box2 .bd {
    margin-left: 20px;
}

.index_center .center_box .games_box .top .receive_box .bd ul,
.index_center .center_box .card_box .top .receive_box2 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.index_center .center_box .games_box .top .receive_box .bd ul li,
.index_center .center_box .card_box .top .receive_box2 .bd ul li {
    zoom: 1;
    color: #666;
    font-size: 13px;
}

.index_center .center_box .games_box .top .receive_box .bd ul li .img,
.index_center .center_box .card_box .top .receive_box2 .bd ul li .img {
    float: left;
    width: 27px;
    height: 27px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    overflow: hidden;
    margin: 15px 5px auto auto;
}

.index_center .center_box .games_box .top .receive_box .bd ul li .img img,
.index_center .center_box .card_box .top .receive_box2 .bd ul li .img img {
    width: 27px;
    height: auto;
}

.index_center .center_box .games_box .top .receive_box .bd ul li span,
.index_center .center_box .card_box .top .receive_box2 .bd ul li span {
    margin-right: 10px;
}

.index_center .center_box .games_box .top .receive_box .bd ul li p,
.index_center .center_box .card_box .top .receive_box2 .bd ul li p {
    display: inline-block;
}

.index_center .center_box .games_box .top .receive_box .bd ul li p a,
.index_center .center_box .card_box .top .receive_box2 .bd ul li p a {
    color: #ff7928;
}

.index_center .center_box .games_box .top .receive_box .bd ul li p a:hover,
.index_center .center_box .card_box .top .receive_box2 .bd ul li p a:hover {
    text-decoration: underline;
}

.index_center .center_box .games_box .top .receive_box .bd ul li b,
.index_center .center_box .card_box .top .receive_box2 .bd ul li b {
    color: #f03736;
}

.index_center .center_box .games_box .top .receive_box .bd ul li b img,
.index_center .center_box .card_box .top .receive_box2 .bd ul li b img {
    vertical-align: middle;
    margin: -4px 0 0 3px;
}

.index_center .center_box .index_box .top a.more {
    float: right;
    font-size: 13px;
    color: #9a9a9a;
    cursor: pointer;
    margin-right: 10px;
}

.index_center .center_box .index_box .top a.more img {
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}


.index_center .center_box .index_box .list {
    height: auto;
    overflow: hidden;
    float: left;
    margin: 28px auto 10px auto
}

.index_center .center_box .index_box .list ul {
    margin-left: 5px;
}

.index_center .center_box .index_box .list li {
    width: 193px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: auto 10px 13px 10px;
}

.index_center .center_box .index_box .list li .game-type {
    width: 21px;
    height: 26px;
    position: absolute;
    display: block;
    margin-left: 10px;
    z-index: 2;
}

.index_center .center_box .index_box .list li .type1 {
    background: url("/web/images/df/yxsw_link_btn.png") 0 0 no-repeat;
}

.index_center .center_box .index_box .list li .type2 {
    background: url("/web/images/df/yxsw_link_btn.png") -25px 0 no-repeat;
}

.index_center .center_box .index_box .list li .type3 {
    background: url("/web/images/df/yxsw_link_btn.png") -50px 0 no-repeat;
}

.index_center .center_box .index_box .list li .type4 {
    background: url("/web/images/df/yxsw_link_btn.png") -75px 0 no-repeat;
}

.index_center .center_box .index_box .list li .img {
    width: 193px;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.index_center .center_box .index_box .list li .img img {
    width: 193px;
    height: 320px;
    transition: transform .5s ease-out;
}

.index_center .center_box .index_box .list li .img .hover {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#B2000000", endColorstr="#B2000000");
    background-color: rgba(0, 0, 0, .7);
    z-index: 2;
}

.index_center .center_box .index_box .list li .img .hover .link_btn {
    width: 100%;
    height: 100%;
    display: block;
}

.index_center .center_box .index_box .list li .img .hover .button {
    width: 100px;
    height: 35px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #f03736;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    display: block;
    position: absolute;
    top: 145px;
    left: 50%;
    margin: 0 0 0 -51px;
    color: #fff;
}

.index_center .center_box .index_box .list li:hover .img img {
    transform: scale(1.03, 1.03);
}

.index_center .center_box .index_box .list li:hover .hover {
    display: block;
}

.index_center .center_box .index_box .list li .news {
    position: absolute;
    margin: -53px 0 0 151px;
}

.index_center .center_box .index_box .list li .text {
    margin-top: 5px;
}

.index_center .center_box .index_box .list li .text dd {
    margin: 0 auto;
    line-height: 24px;
    height: 24px;
}

.index_center .center_box .index_box .list li .text dd span {
    float: left;
    display: inline-block;
    color: #666;
    text-align: center;
    font-size: 13px;
    width: 193px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px
}

.index_center .center_box .index_box .list li .text dd span.money {
    font-size: 14px;
    color: #f03736;
    width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_center .center_box .index_box .list li .text dd span.money img {
    margin: -3px 0 0 5px;
    vertical-align: middle;
}

.index_center .center_box .index_box .list li .text dd>b,
.index_center .center_box .games_box .list li .text dd p {
    float: right;
    display: inline-block;
}

.index_center .center_box .index_box .list li .text dd>b {
    font-size: 12px;
    color: #519bff;
    background: #f4f9ff;
    border: 1px solid #519bff;
    text-align: center;
    width: 50px;
    height: 15px;
    line-height: 15px;
    font-weight: inherit;
    margin-top: 5px;
}

.index_center .center_box .index_box .list li .text dd p {
    color: #959595;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.index_center .center_box .index_box .list li .text dd p b {
    color: #f03736;
    font-weight: inherit;
}


.index_center .center_box .news_box,
.index_center .center_box .cash_box,
.index_center .center_box .day_box {
    width: 320px;
    float: right;
}

.index_center .center_box .news_box .top,
.index_center .center_box .cash_box .top {
    width: 302px;
}

.index_center .center_box .news_box .news_list {
    width: 290px;
    margin: 5px auto;
    display: block;
}

.index_center .center_box .news_box .news_list li a {
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 35px;
    height: 35px;
    color: #666;
    font-size: 13px;
}

.index_center .center_box .news_box .news_list li a b {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    background: #ccc;
    margin: 16px 5px auto auto;
    float: left;
}

.index_center .center_box .news_box .news_list li a:hover {
    color: #f03736;
}

.index_center .center_box .news_box .news_list li a:hover b {
    background: #f03736;
}


.index_center .center_box .cash_box .cash_list {
    width: 290px;
    overflow: hidden;
    position: relative;
    margin: 5px auto 15px auto;
}

.index_center .center_box .cash_box .cash_list .bd {}

.index_center .center_box .cash_box .cash_list .infoList li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ebebeb;
    font-size: 13px;
}

.index_center .center_box .cash_box .cash_list .infoList li p {
    display: inline-block;
    float: left;
    width: 160px;
}

.index_center .center_box .cash_box .cash_list .infoList li p b {
    padding-right: 10px;
    font-weight: inherit;
}

.index_center .center_box .cash_box .cash_list .infoList li p b a {
    color: #666;
}

.index_center .center_box .cash_box .cash_list .infoList li span {
    float: right;
    display: inline-block;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    color: #5f66c4;
}

.index_center .center_box .cash_box .cash_list .infoList li span a {
    color: #5f66c4;
}

.index_center .center_box .cash_box .cash_list .infoList li span a:hover,
.index_center .center_box .cash_box .cash_list .infoList li p b a:hover {
    text-decoration: underline;
}

.index_center .center_box .day_box {
    width: 320px;
    height: 466px;
    overflow: hidden;
    margin-top: 20px;
}

.index_center .center_box .day_box ul.menu {
    border-bottom: 1px solid #ececec;
    width: 320px;
    height: auto;
    overflow: hidden;
}

.index_center .center_box .day_box ul.menu li {
    display: inline-block;
    width: 160px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    margin: 0 auto;
    float: left;
    font-size: 16px;
    color: #4c4c4c;
    cursor: pointer;
    font-weight: bold;
}

.index_center .center_box .day_box ul.menu li.list {
    border-bottom: 2px solid #f03736;
    color: #f03736;
}

.index_center .center_box .day_box ul.day_list {
    width: 320px;
    height: 357px;
    overflow: hidden;
    margin: 6px auto auto auto;
}

.index_center .center_box .day_box ul.day_list li {
    width: 300px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ebebeb;
    margin: 0 auto;
    font-size: 13px;
    float: left;
}

.index_center .center_box .day_box ul.day_list li.top {
    background: #f0f0f0;
    font-size: 13px;
    color: #333;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    width: 300px;
}

.index_center .center_box .day_box ul.day_list li.yy,
.index_center .center_box .day_box ul.day_list li.qp {
    margin-left: 10px;
}

.index_center .center_box .day_box ul.day_list li dd {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.index_center .center_box .day_box ul.day_list li dd span {
    margin-top: 9px;
}

.index_center .center_box .day_box ul.day_list li dd span.end {
    width: 16px;
    height: 16px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    background: #bababa;
    display: inline-block;
    margin-top: 14px;
}

.index_center .center_box .day_box ul.day_list li dd span.one {
    width: 19px;
    height: 26px;
    background: url("/web/images/df/yxsw_games_list.png") 0 0 no-repeat;
    display: inline-block;
}

.index_center .center_box .day_box ul.day_list li dd span.two {
    width: 19px;
    height: 26px;
    background: url("/web/images/df/yxsw_games_list.png") -22px 0 no-repeat;
    display: inline-block;
}

.index_center .center_box .day_box ul.day_list li dd span.three {
    width: 19px;
    height: 26px;
    background: url("/web/images/df/yxsw_games_list.png") -44px 0 no-repeat;
    display: inline-block;
}

.index_center .center_box .day_box ul.day_list li dd img {
    vertical-align: middle;
    margin: -3px auto auto 5px;
}

.index_center .center_box .day_box ul.day_list li dd a:hover {
    text-decoration: underline;
}

.index_center .center_box .day_box a.index_button {
    margin: 8px auto auto 9px;
    background: #f4f5f9;
    border: 1px solid #ececec;
    width: 78px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
}

.index_center .center_box .day_box a.none {
    color: #d5d5d5;
    cursor: auto;
    background: #fafafa;
    border: 1px solid #efefef;
}


.index_center .center_box .day_box .games_pages {
    text-align: center;
    margin: 7px auto 8px auto;
}

.index_center .center_box .day_box .games_pages li {
    display: inline-block;
}

.index_center .center_box .day_box .games_pages li a {
    display: inline-block;
    border: 1px solid #ececec;
    background: #f4f5f9;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin: auto 2px;
}

.index_center .center_box .day_box .games_pages li.none a {
    background: #fafafa;
    color: #d5d5d5;
    border: 1px solid #efefef;
}


.index_center .center_box .prize_box,
.index_center .center_box .work_box {
    float: left;
    width: 1200px;
}

.index_center .center_box .prize_box .top,
.index_center .center_box .work_box .top {
    width: 1175px;
}


.index_center .center_box .prize_box .award_box {
    width: 893px;
    height: auto;
    overflow: hidden;
    text-align: left;
    float: left;
    margin: 20px auto 20px 11px;
}

.index_center .center_box .prize_box .award_box .hd {
    position: relative;
    width: 118px;
    height: 412px;
    float: left;
    overflow: hidden;
}

.index_center .center_box .prize_box .award_box .hd ul {
    position: absolute;
}

.index_center .center_box .prize_box .award_box .hd ul li {
    cursor: pointer;
    width: 116px;
    height: 136px;
    border: 1px solid #f2f2f2;
    text-align: center;
    line-height: 104px;
    font-size: 14px;
    color: #5a5a5a;
    margin-bottom: -1px;
}

.index_center .center_box .prize_box .award_box .hd ul li.on {
    background: #f4605f;
    color: #fff;
    border: 1px solid #f4605f;
}

.index_center .center_box .prize_box .award_box .bd {
    float: left;
}

.index_center .center_box .prize_box .award_box .bd .pro_box {
    float: left;
    width: 775px;
    height: auto;
    overflow: hidden;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .banner_box {
    width: 293px;
    height: 412px;
    overflow: hidden;
    float: left;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .banner_box .inbd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .banner_box .inbd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    height: 330px;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .banner_box .inbd li a {
    display: block;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .banner_box .inbd img {
    width: 293px;
    height: 412px;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .banner_box .inhd {
    z-index: 100;
    border: medium none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: visible;
    width: 293px;
    text-align: center;
    margin-top: 387px;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .banner_box .inhd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    height: 18px;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .banner_box .inhd ul li {
    width: 40px;
    height: 12px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 15px;
    margin: 0 4px;
    background: #fff;
    transition: .5s;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .banner_box .inhd ul li.on {
    width: 12px;
    background: #f03736;
    color: #fff;
    transition: .5s;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .pro {
    width: 480px;
    height: auto;
    overflow: hidden;
    float: left;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .pro li {
    float: left;
    width: 152px;
    height: auto;
    overflow: hidden;
    margin: auto auto auto 8px;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .pro li .img {
    width: 150px;
    height: 150px;
    border: 1px solid #ececec;
    overflow: hidden;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .pro li .img img {
    width: 150px;
    height: 150px;
    transition: transform .5s ease-out;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .pro li:hover .img {
    border: 1px solid #cbcbcb;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .pro li:hover .img img {
    transform: scale(1.03, 1.03);
}

.index_center .center_box .prize_box .award_box .bd .pro_box .pro li:hover .hover {
    display: block;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .pro li span {
    display: inline-block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .pro li b {
    font-weight: inherit;
    color: #f03736;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    padding-bottom: 10px;
}

.index_center .center_box .prize_box .award_box .bd .pro_box .pro li b img {
    vertical-align: middle;
    margin: -4px auto auto 2px;
}

.index_center .center_box .bask_box {
    float: right;
    margin: 20px 11px auto auto;
    width: 276px;
    height: auto;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.index_center .center_box .bask_box>h2 {
    width: 262px;
    height: 52px;
    line-height: 52px;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb;
    padding-left: 14px;
}

.index_center .center_box .bask_box>h2 span {
    border-bottom: 2px solid #f03736;
    display: inline-block;
    height: 51px;
    line-height: 51px;
}

.index_center .center_box .bask_box ul {
    width: 251px;
    height: auto;
    overflow: hidden;
    margin: 9px auto auto auto;
}

.index_center .center_box .bask_box ul div.first .img {
    width: 251px;
    height: 133px;
}

.index_center .center_box .bask_box ul div.first span {
    display: inline-block;
    width: 241px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    background: rgba(0, 0, 0, .62);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-top: -25px;
    z-index: 11;
}

.index_center .center_box .bask_box ul li a {
    width: 251px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 41px;
    height: 41px;
    color: #666;
    font-size: 13px;
    border-bottom: 1px dashed #ebebeb;
}

.index_center .center_box .bask_box ul li a b {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    background: #ccc;
    margin: 19px 10px auto auto;
    float: left;
}

.index_center .center_box .bask_box ul li a span {
    display: block;
    float: left;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_center .center_box .bask_box ul li a p {
    display: inline-block;
    float: right;
    color: #b4b4b4;
}

.index_center .center_box .bask_box ul li a:hover {
    color: #f03736;
}

.index_center .center_box .bask_box ul li a:hover b {
    background: #f03736;
}

.index_center .center_box .work_box .work_list {
    width: 1148px;
    height: 173px;
    overflow: hidden;
    margin: 0 auto;
    padding: 23px 26px;
}

