@CHARSET "UTF-8";
 .promotion-main {
    background: #01112a url(../images/promotions/banner.png) top center no-repeat;
    background-size: 1920px 675px;
}
.promotion-wp {
    width: 1195px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.aside-promotion {
    padding-top: 504px
}

.tab-promotion {
    display: flex;
}

.tab-promotion li:nth-child(1) {
    border-left: none
}

.tab-promotion li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    font-size: 16px;
    color: #adb1c9;
    background: #374056;
    text-align: center;
}

.tab-promotion li:nth-child(2n) a {
    background: #2D3147;
}

.tab-promotion li.active a,.tab-promotion li:hover a {
    background: #B28D56;
    color: #fff
}

.tab-promotion li a i {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    display: inline-block;
    margin-right: 10px;
}

.tab-promotion li .icon-qb {
    background: url("../images/promotions/icon-quanbu.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.tab-promotion li:hover .icon-qb {
    background: url("../images/promotions/icon-quanbu-active.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.tab-promotion li.active .icon-qb {
    background: url("../images/promotions/icon-quanbu-active.png") 0 0 no-repeat;
    background-size: 100% 100%;
}


.tab-promotion li .icon-xinren {
    background: url("../images/promotions/icon-xinren.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.tab-promotion li.active .icon-xinren {
    background: url("../images/promotions/icon-xinren-active.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.tab-promotion li:hover .icon-xinren {
    background: url("../images/promotions/icon-xinren-active.png") 0 0 no-repeat;
    background-size: 100% 100%;
}



.tab-promotion li .icon-lhj {
    background: url("../images/promotions/icon-lhj.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.tab-promotion li:hover .icon-lhj {
    background: url("../images/promotions/icon-lhj-active.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.tab-promotion li.active .icon-lhj {
    background: url("../images/promotions/icon-lhj-active.png") 0 0 no-repeat;
    background-size: 100% 100%;
}


.tab-promotion li .icon-tiyu {
    background: url("../images/promotions/icon-tiyu.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.tab-promotion li:hover .icon-tiyu {
    background: url("../images/promotions/icon-tiyu-active.png") 0 0 no-repeat;
    background-size: 100% 100%;
}


.tab-promotion li.active .icon-tiyu {
    background: url("../images/promotions/icon-tiyu-active.png") 0 0 no-repeat;
    background-size: 100% 100%;
}


.tab-promotion li .icon-zhenren {
    background: url("../images/promotions/icon-zhenren.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.tab-promotion li:hover .icon-zhenren {
    background: url("../images/promotions/icon-zhenren-active.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.tab-promotion li.active .icon-zhenren {
    background: url("../images/promotions/icon-zhenren-active.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.tab-promotion li .icon-jieshu {
    background: url("../images/promotions/icon-jieshu.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.tab-promotion li:hover .icon-jieshu {
    background: url("../images/promotions/icon-jieshu-active.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.tab-promotion li.active .icon-jieshu {
    background: url("../images/promotions/icon-jieshu-active.png") 0 0 no-repeat;
    background-size: 100% 100%;
}




.promotion-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    padding-top: 2px;
}

.promotion-list .slider {
    margin: 34px 27px 0 0;
}

.promotion-list .slider:nth-child(3n) {
    margin-right: 0;
}

.promotion-info {
    position: relative
}

.promotion-mask {
    width: 100%;
    height: 50px;
    background: #374056;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.promotion-mask .title {
    color: #fff;
    font-size: 18px;
    font-weight: bolder
}

.promotion-mask .btn-info {
    width: 90px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(to bottom, #B28D56, #E6C195);
    border-radius: 50px;
    cursor: pointer;
}

#modal-login {
    margin: 0 auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000002!important;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

#modal-login .modal-dialog {
    position: relative;
    margin: 0 auto;
    top: 16%;
    width: 836px;
    height: 624PX;
    color: #fff;
    font-size: 24px;
    text-align: center
}

#modal-login .modal-dialog .close {
    position: absolute;
    top: -39px;
    right: -35px;
    width: 32px;
    height: 32px;
    background: url(/images/promotions/dialogClose.png) top center no-repeat;
    font-size: 30px;
    cursor: pointer
}

.rightBox > .title {
    text-align: left;
    margin-left: 20px;
    font-size: 18px;
    color: #000
}

#dialogloginname,#dialogpassword {
    width: 233px;
    height: 44px;
    margin-top: 20px;
    padding-left: 10px;
    border-radius: 5px
}

#modal-title {
    height: 60px;
    line-height: 2.5;
    color: #f0bb46;
    font-weight: bolder
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001!important;
    background-color: #000
}

.modal-backdrop.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

#modal-content {
    width: 762px;
    height: 537px;
    margin: 0 auto;
    padding: 10px 30px 15px;
    color: #c0caef
}

#contentbg .content {
    width: 1000px;
    overflow: hidden;
    margin: 1px auto
}

#contentbg .content .main {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto
}

#contentbg .content .main .left {
    position: relative;
    width: 245px;
    float: left
}

#contentbg .content .main .sidebar {
    width: 245px;
    min-height: 630px;
    position: relative
}

#contentbg .content .main .right {
    width: 690px;
    min-height: 1400px;
    float: right;
    padding-top: 20px
}

#contentbg .content .main .sidebar ul {
    display: block;
    width: 250px;
    overflow: hidden;
    padding-top: 150px
}

#contentbg .content .main .sidebar ul li.default {
    color: #fff
}

#contentbg .content .main .sidebar a.img {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 10px
}

#contentbg .content .main .right {
    width: 700px;
    overflow: hidden;
    min-height: 700px;
    float: right;
    margin-right: 20px
}

#contentbg .content .main .right .item {
    width: 700px;
    overflow: hidden;
    margin-bottom: 10px
}

#contentbg .content .main .right .item h2 {
    display: block;
    height: 128px;
    width: 700px;
    cursor: pointer;
    margin-bottom: 1px
}

#contentbg .content .main .right .item dl {
    display: none;
    min-height: 700px
}

#contentbg .content .main .right .item dl.on {
    display: block
}

#contentbg .content .main .right .item dl dt {
    color: #e16d00;
    font-weight: 700
}

#contentbg .content .main .right .item dl dd {
    line-height: 180%;
    letter-spacing: 1px
}

#contentbg .content .main .right .item dl dd a.join {
    font-family: "Microsoft YaHei";
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 300px;
    height: 80px;
    margin: 0 auto;
    background: #e16d00;
    line-height: 80px;
    cursor: pointer
}

#contentbg .content .main .right .item dl dd a.join:hover {
    background: #382e2f;
    color: #FF0
}

#contentbg .content .main .right .item dl table {
    border-collapse: collapse;
    width: 100%
}

#contentbg .content .main .right .item dl table tr {
    height: 30px
}

#contentbg .content .main .right .item dl table th {
    background: #382e2f;
    font-weight: 700;
    color: #fff;
    border: 1px solid #7d6549;
    text-align: center
}

#contentbg .content .main .right .item dl table td {
    border: 1px solid #7d6549;
    text-align: center
}

#contentbg .content .main .right .item dl table td span {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #e16d00;
    text-align: center
}

#contentbg .content .main .right .item .totitle {
    display: none;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    background: #999;
    margin: 0 auto
}

#contentbg .content .main .right .item a.on {
    display: block
}

#contentbg .content .main .right .item .totitle:hover {
    font-size: 17px;
    background-color: #F60
}

.imggray img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.lazy {
    width: 380px;
    height: 220px;
}
