.hjContainer {
    overflow: hidden;
}

.hjContainer .banner {
    position: relative;
    width: 100%;
    height: 100vh;
    /* background: url(../../../assets/images/NEWGIF.gif) no-repeat center; */
    background: url(../../../static/images/newEdition/main_banner.png) no-repeat center;
    background-size: cover;
}

.hjContainer .banner>.center_text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    width: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.hjContainer .banner>.center_text .left_content {
    width: 80%;
}

.hjContainer .banner>.center_text .left_content>img {
    width: 100%;
}

.hjContainer .banner>.center_text .right_content {
    width: 20%;
}

.hjContainer .banner>.center_text .right_content .download_text {
    display: block;
    width: 100%;
}

.hjContainer .banner>.center_text .right_content .qrcode {
    display: block;
    width: 70%;
    margin: 14px auto 0;
}

.hjContainer .banner>.tip {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.hjContainer .function_area {
    width: 100%;
    height: 100vh;
    background: url(../../../static/images/newEdition/middle_bg.png) no-repeat center;
    background-size: cover;
    background-position: bottom;
}

.hjContainer .function_area .center {
    position: relative;
    width: 70%;
    height: 100%;
    margin: 0 auto;
}

.hjContainer .function_area .center .left {
    position: absolute;
    z-index: 0;
    left: 0;
}

.hjContainer .function_area .center .left img {
    height: 938px;
}

.hjContainer .function_area .center .right {
    position: absolute;
    right: 100px;
    top: 0;
    z-index: 0;
}

.hjContainer .function_area .center .right img {
    height: 800px;
}

.hjContainer .function_area .center .right, .hjContainer .function_area .center .left {
    transition: 1s;
    cursor: pointer;
    -webkit-mask: linear-gradient(135deg, #000c 50%, #000, #000c 55%);
}

.hjContainer .function_area .center .right:hover, .hjContainer .function_area .center .left:hover {
    -webkit-mask-position: 0 0;
}



.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}



.flex-direction-nav a {
    /* width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/default/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease; */
    display: none;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}


.flex-control-nav {
    width: 96%;
    position: absolute;
    bottom: 18px;
    text-align: left;
    padding-left: 4%;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a {
    background: url(../images/home/paymentActive.png) no-repeat 0 -18px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}

.ftCell {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 30px;
    box-sizing: border-box;
}

.ftCell .ftCell-header {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 39%;
    margin: 7% auto 6%;
}

.ftCell .ftCell-header video {
    width: 40%;
}

.fle {
    height: 100%;
}

.flexslider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.flexslider .flex-vifewport {
    height: 100%;
}

.flexslider .flex-vifewport * {
    height: inherit;
}

.flexslider .flex-vifewport .slides {
    zoom: 1;
}

.flexslider .flex-vifewport .slides li a img {
    display: block;
    width: 100%;
}

.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);
}

.ftCell .center_bottom {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 49%;
}

.ftCell .center_bottom .left_img {
    position: relative;
    align-self: end;
    height: 93%;
}

.ftCell .center_bottom .show_more {
    position: absolute;
    right: 20px;
    bottom: 15px;
    cursor: pointer;
}

.ftCell .center_bottom .show_more a {
    color: #fff;
}

.ftCell .center_bottom .show_more a:hover {
    color: #ffb920;
}

.ftCell .center_bottom .show_more a span {
    vertical-align: middle;
}

.ftCell .center_bottom .show_more a img {
    vertical-align: middle;
    width: 25px;
    margin-left: 4px;
}

.ftCell .ftCell-footer {
    display: flex;
    justify-content: space-around;
}

.ftCell .ftCell-footer a {
    display: block;
    width: 20%;
}

.ftCell .ftCell-footer a img {
    width: 100%;
}

.ftCell .notice {
    width: 500px;
    height: 90%;
    /* float: left; */
    /* background: url(../images/home/bjopcen.png) repeat; */
    /*background-color: rgba(0, 0, 0, 0.3);*/
    /* background-color: #9c3522; */
    position: relative;
    z-index: 1;
}

.ftCell .notice::-webkit-scrollbar {
    /*隐藏滚轮*/
    display: none;
}

.ftCell .notice ._center {
    margin: 0 24px;
}

.ftCell .notice ._center .top {
    margin-top: 2px;
    height: 42px;
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ftCell .notice ._center .top .item {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    width: 23%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    padding-left: 3%;
    box-sizing: border-box;
}

/* .ftCell .notice ._center .top .item span {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 41px;
    background: #ffb920;
    opacity: 0;
    transition: all 0.2s ease-out 0s;
} */

.ftCell .notice ._center .top .item.active {
    background: url("../../images/newEdition/tab_bg_small.png") no-repeat;
    background-size: 100% 100%;
}

/* .ftCell .notice ._center .top .item.active span {
    display: block;
    transition: all 0.2s ease-out 0s;
    opacity: 1;
} */

.ftCell .notice ._center ._main .box {
    display: none;
    padding-top: 14px;
    height: 380px;
    overflow-y: auto;
}

.ftCell .notice ._center ._main .box::-webkit-scrollbar {
    display: none;
}

.ftCell .notice ._center ._main .box .li {
    line-height: 3;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease-out 0s;
}

.ftCell .notice ._center ._main .box .li:hover {
    color: #ffb920;
}

.ftCell .notice ._center ._main .box .li .title {
    width: 40px;
    margin-right: 12px;
}

.ftCell .notice ._center ._main .box .li .title.fn01 {
    color: #ffb920;
}

.ftCell .notice ._center ._main .box .li .title.fn02 {
    color: #ffb920;
}

.ftCell .notice ._center ._main .box .li .text {
    width: 200px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.ftCell .notice ._center ._main .box .li .time {
    float: right;
    width: 40px;
}

.operation {
    position: relative;
    z-index: 1;
    width: 260px;
    float: left;
}

.operation .downBtn {
    display: block;
    width: 260px;
    height: 114px;
    background: url(../images/home/downBj.png) no-repeat center;
    overflow: hidden;
}

.operation .downBtn img,
.operation .orbtn img {
    display: block;
    margin: 0 auto;
    padding-top: 32px;
    transition: all 0.3s;
}

.operation .downBtn:hover img,
.operation .orbtn:hover img {
    transform: scale(0.98);
}

.operation .orbtn {
    display: block;
    width: 259px;
    height: 90px;
    border-left: 2px solid #0c0707;
    border-bottom: 2px solid #0c0707;
    background: #1a181e;
}

.operation .orbtn img {
    padding-top: 9px;
}

.rowsBanner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../../images/newEdition/info_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rowsBanner .left_tab {
    width: 15%;
    height: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rowsBanner .left_tab .left_items {
    width: 49%;
    height: 100%;
}

.rowsBanner .left_tab .vertical_line {
    width: 2px;
    height: 100%;
    background-color: #ffb920;
}

.rowsBanner .left_tab .right_items {
    width: 49%;
    height: 100%;
}

.rowsBanner .left_tab .tab_box {
    height: 25%;
}

.rowsBanner .left_tab .tab_box.actual {
    transition: all 0.3s;
    cursor: pointer;
}

.rowsBanner .left_tab .tab_box.actual.active {
    transform: scale(1.2);
}

.rowsBanner .left_tab .tab_box img {
    display: block;
    width: 100%;
}

.rowsBanner .right_info {
    width: 77%;
    height: 90%;
}

.rowsBanner .right_info img {
    display: none;
    width: 80%;
}

.rowsBanner .right_info img.active {
    display: block;
}

/* .rowsBanner .rList {
    width: 100%;
}

.rowsBanner .rList img {
    width: 100%;
}

.rowsBanner .rList .rowsitem {
    display: none;
    width: 100%;
}

.rowsBanner .rList .rowsitem.active {
    display: block;
}

.rowsBanner .dotList {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 96%;
    margin-left: 4%;
}

.rowsBanner .dotList .olItem {
    width: 20%;
    height: 100%;
    float: left;
    transform: skewX(15deg);
}

.rowsBanner .dotList .olItem.fns {
    width: 24%;
}

.rowsBanner .dotList .olItem a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
} */

.audiovisual {
    width: 100%;
    height: 789px;
    background: url(../images/home/audiovisualBj.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.audiovisual .ter,
.friendLink .centerMain {
    width: 1200px;
    margin: 0 auto;
}

.audiovisual .ter {
    position: relative;
}

.audiovisual .ter .character {
    float: left;
    margin-left: -190px;
}

.audiovisual .ter a {
    display: block;
    top: 200px;
    position: absolute;
    right: 0;
}

.friendLink {
    width: 100%;
    height: 166px;
    background: #ffc300;
}

.friendLink .centerMain .title {
    padding-top: 32px;
    font-size: 18px;
    color: #222222;
    margin-bottom: 13px;
}

.friendLink .centerMain .model {
    overflow: hidden;
}

.friendLink .centerMain .model .item {
    float: left;
    display: block;
    margin-right: 20px;
    transition: all 0.3s;
}

.friendLink .centerMain .model .item:hover {
    transform: scale(0.98);
}

.olItemBoxShow {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.olItemBoxShow img {
    display: none;
}

.olItemBoxShow img.animated {
    display: block;
    width: 100%;
    margin: 5% auto 0;
}

@media screen and (max-width: 1700px) {}

@media screen and (min-width: 1920px) {
    .rowsBanner .rList {
        width: 1920px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 2000px) {
    .olItemBoxShow img.animated {
        display: block;
        width: 80%;
        margin: 10% auto 0;
    }
}