.homeContainer {
    overflow: hidden;
}

.superIndex-container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.superIndex-container .center {
    width: 1000px;
    margin: 0 auto;
}

.superIndex-container .center .solgan {
    padding-top: 380px;
    height: 224px;
    margin-bottom: 108px;
}

.superIndex-container .center .solgan img {
    display: block;
    margin: 0 auto;
}

.homeContainer .banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 848px;
}

.videoModel {
    position: absolute;
    /* left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.videoModel #myVideo {
    opacity: 0;
}

.lodingBanner {
    opacity: 1;
    width: 100%;
}

.lodingBanner img {
    width: 100%;
    margin: 0 auto;
}

.homeContainer .banner video {
    display: block;
    width: 100%;
    min-width: 1920px;
}

.centerBox {
    width: 1200px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    margin: -150px auto 0;
}

.centerBox .act-wrap {
    width: 100%;
    height: 276px;
    overflow: hidden;
    margin-bottom: 10px;
}

.centerBox .act-wrap .downCell {
    float: left;
    height: 276px;
}

.centerBox .act-wrap .downCell .dwnBtn {
    display: block;
    position: relative;
    height: 128px;
}

.centerBox .act-wrap .main {
    padding: 12px 10px;
    width: 231px;
    overflow: hidden;
    background: #33477d;
    position: relative;
}

.centerBox .act-wrap .main .lingxing {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 116px;
    top: 67px;
    background: #33477d;
    border: 1px solid #4b6bc4;
    transform: rotate( 45deg);
    z-index: 9;
}

.centerBox .act-wrap .main .item {
    width: 112px;
    height: 63px;
    float: left;
    color: #FFF;
}

.centerBox .act-wrap .main .item img {
    display: block;
    margin: 0 auto;
    width: 24px;
    padding-top: 6px;
}

.centerBox .act-wrap .main .item p {
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
    transition: all 0.2s ease-out 0s;
}

.centerBox .act-wrap .main .item.active {
    border-bottom: 1px solid #4b6bc4;
    border-right: 1px dashed #4b6bc4;
}

.centerBox .act-wrap .main .item.rt {
    border-bottom: 1px solid #4b6bc4;
}

.centerBox .act-wrap .main .item.fn {
    border-right: 1px dashed #4b6bc4;
}

.introduce .item:hover p {
    color: #b39160;
}

.introduce .item:hover img {
    transform-style: preserve-3d;
    animation: e-icon 1.8s linear both infinite;
}

@keyframes e-icon {
    to {
        transform: rotateY(360deg)
    }
}


/*轮播 banner*/

.centerBox .act-wrap .banner {
    width: 557px;
    height: 276px;
    float: left;
    overflow: hidden;
}

.flexslider {
    width: 100%;
    position: relative;
    height: 276px;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav {
    display: none;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 96%;
    position: absolute;
    bottom: 10px;
    text-align: right;
    z-index: 11;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -22px;
    display: block;
    height: 22px;
    overflow: hidden;
    text-indent: -99em;
    width: 22px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}


/*轮播 banner*/

.centerBox .act-wrap .notice {
    width: 392px;
    height: 276px;
    float: left;
    background: url(../images/noticeBj.png) repeat;
}

.centerBox .act-wrap .notice .center {
    margin: 0 24px;
}

.centerBox .act-wrap .notice .center .top {
    margin-top: 2px;
    height: 42px;
    border-bottom: 1px solid #2a61d1;
}

.centerBox .act-wrap .notice .center .top .item {
    float: left;
    margin-right: 16px;
    position: relative;
    font-size: 16px;
    line-height: 42px;
    width: 41px;
    text-align: center;
    cursor: pointer;
}

.centerBox .act-wrap .notice .center .top .item span {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 41px;
    background: #435984;
    opacity: 0;
    transition: all 0.2s ease-out 0s;
}

.centerBox .act-wrap .notice .center .top .item.active span {
    display: block;
    transition: all 0.2s ease-out 0s;
    opacity: 1;
}

.centerBox .act-wrap .notice .center ._main .box {
    display: none;
    padding-top: 14px;
    height: 200px;
    overflow: hidden;
}

.centerBox .act-wrap .notice .center ._main .box .li {
    line-height: 32px;
    font-size: 14px;
    color: #333333;
    height: 32px;
    display: block;
    transition: all 0.2s ease-out 0s;
}

.centerBox .act-wrap .notice .center ._main .box .li:hover {
    color: #2a61d1;
}

.centerBox .act-wrap .notice .center ._main .box .li .title {
    float: left;
    font-weight: bold;
    width: 40px;
    margin-right: 12px;
}

.centerBox .act-wrap .notice .center ._main .box .li .text {
    width: 240px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.centerBox .act-wrap .notice .center ._main .box .li .time {
    float: right;
    width: 40px;
}

.centerBox .act-mod {
    overflow: hidden;
    margin-bottom: 10px;
}

.centerBox .act-mod .materialsGame {
    width: 251px;
    height: 350px;
    background: #33477d;
    float: left;
}

.centerBox .act-mod .materialsGame .top {
    margin: 0 17px;
    padding: 17px 0 15px;
    border-bottom: 1px solid #415da8;
    overflow: hidden;
}

.centerBox .act-mod .materialsGame .name {
    float: left;
    font-size: 18px;
    color: #FFF;
}

.centerBox .act-mod .materialsGame .top a {
    display: block;
    float: right;
}

.centerBox .act-mod .materialsGame .top a img {
    width: 14px;
}

.centerBox .act-mod .materialsGame .list {
    margin: 0 17px;
}

.centerBox .act-mod .materialsGame .list .model {
    padding: 20px 0;
    border-bottom: 1px dashed #4b6bc4;
}

.centerBox .act-mod .materialsGame .list .model.active {
    border-bottom: none;
}

.centerBox .act-mod .materialsGame .list .model .title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #FFF;
}

.centerBox .act-mod .materialsGame .list .model .li {
    overflow: hidden;
}

.centerBox .act-mod .materialsGame .list .model .li a {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    margin-right: 12px;
    transition: all 0.2s ease-out 0s;
}

.centerBox .act-mod .materialsGame .list .model .li a:hover {
    color: #b39160;
}

.centerBox .act-mod .role {
    width: 949px;
    height: 350px;
    background: url(../images/act-wrap-juese_Bj.png) no-repeat;
    float: left;
    position: relative;
}

.centerBox .act-mod .role .tabs {
    position: absolute;
    top: 12px;
    left: 25px;
    z-index: 9;
}

.centerBox .act-mod .role .tabs .tab {
    width: 73px;
    height: 36px;
    float: left;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #33477d;
    margin-right: 25px;
    border-radius: 8px;
    cursor: pointer;
}

.centerBox .act-mod .role .tabs .tab.active {
    background: #33477d;
    color: #FFF;
}

.centerBox .act-mod .role .tabMain ._box {
    width: 949px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.centerBox .act-mod .role .tabMain ._box .left {
    float: left;
    width: 434px;
    padding-left: 25px;
    font-size: 16px;
}

.centerBox .act-mod .role .tabMain ._box .left p {
    color: #280a05;
    margin-bottom: 20px;
}

.centerBox .act-mod .role .tabMain ._box .left p span {
    font-weight: bold;
}

.centerBox .act-mod .role .tabMain ._box .left p.first {
    padding-top: 87px;
    margin-bottom: 14px;
}

.centerBox .act-mod .role .tabMain ._box .text {
    line-height: 26px;
}

.centerBox .act-mod .role .tabMain ._box .rightimg {
    position: absolute;
    right: 18px;
    bottom: 0;
    width: 340px;
}

.act-Movies {
    overflow: hidden;
    margin-bottom: 16px;
}

.act-Movies .customerService {
    width: 251px;
    height: 454px;
    float: left;
    background: #33477d;
}

.act-Movies .customerService .top {
    margin: 0 17px;
    padding: 17px 0 15px;
    border-bottom: 1px solid #415da8;
    overflow: hidden;
}

.act-Movies .customerService .name {
    float: left;
    font-size: 18px;
    color: #FFF;
}

.act-Movies .customerService .top a {
    display: block;
    float: right;
}

.act-Movies .customerService .top a img {
    width: 14px;
}

.act-Movies .customerService .list {
    overflow: hidden;
    padding: 12px 17px;
}

.act-Movies .customerService .list a {
    float: left;
    width: 102px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
    cursor: pointer;
    color: #000000;
    background: #FFF;
    border: 1px solid #2c5bbd;
    margin-bottom: 12px;
    transition: all 0.2s ease-out 0s;
}

.act-Movies .customerService .list a:hover {
    color: #b39160;
}

.act-Movies .customerService .list a.active {
    float: right;
}

.act-Movies .customerService .quncode {
    width: 134px;
    margin: 0 auto 12px;
}

.act-Movies .customerService .text {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 16px;
}

.act-Movies .customerService .clickInQQqun {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    text-decoration: underline;
    display: block;
    margin: 0 auto;
    transition: all 0.2s ease-out 0s;
}

.act-Movies .customerService .clickInQQqun:hover {
    color: #b39160;
}

.act-Movies .imgList {
    width: 949px;
    height: 454px;
    float: left;
}

.act-Movies .imgList .item {
    float: left;
    width: 463px;
    height: 222px;
    margin: 0 0 10px 11px;
}

.act-Movies .imgList .item a {
    display: block;
    width: 462px;
    height: 221px;
    position: relative;
    overflow: hidden;
    border: 1px solid #20747e;
}

.act-Movies .imgList .item a .black {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 34px;
    font-weight: bold;
    line-height: 222px;
    text-align: center;
    background: url(../images/movies.png) repeat;
    top: 0;
    left: 0;
}

.act-Movies .imgList .item a:hover .bj {
    transform: scale(1.1);
    transition: ease .6s;
}

.friendChain {
    width: 100%;
    height: 70px;
    background: #FFF;
    margin: 22px 0 26px;
}

.friendChain .title {
    line-height: 70px;
    font-size: 16px;
    color: #222222;
    margin: 0 20px 0 21px;
    float: left;
}

.friendChain .logo {
display: block;
    float: left;
    width: 110px;
    margin-top: 16px;
    margin-right: 8px;
    line-height: 40px;
    font-size: 20px;
    color: #338bbe;
    text-align: center;
} 

@media screen and (min-width: 1930px) and (max-width:2400px) {
    .videoModel {
        width: 100%;
    }
    .homeContainer .banner,
    .lodingBanner {
        min-height: 848px;
    }
}

@media screen and (min-width: 2400px) {
    .videoModel {
        width: 100%;
    }
    .homeContainer .banner,
    .lodingBanner {
        min-height: 1133px;
    }
}