@charset "utf-8";

/* sidebar start */

.sidebar {
    position: fixed;
    top: 380px;
    right: 40px;
    width: 44px;
    height: 233px;
}

.sidebar-box {
    position: relative;
    display: inline-block;
    margin-bottom: -3px;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.sidebar-box img {
    width: 100%;
    height: 100%;
}

.qr-img {
    position: absolute;
    top: 0;
    left: -138px;
    padding: 7px;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.qr-img img {
    padding-bottom: 5px;
}

.qr-img:after {
    position: absolute;
    top: 57px;
    right: -5px;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
    z-index: -1;
}


/* sidebar end */


/* opportunities start */

.opportunities {
    padding-bottom: 30px;
    background-color: #fff;
}

.tabs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 77px;
    width: 100%;
}

.tabs_item {
    height: 410px;
}

.tabs .tabs_item:hover .tab-item {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.tab-item {
    transition: all 0.3s ease;
}

.tabs .tabs_item:hover .item_bg1 {
    background: url("../../image/news_img/img-opportunity1-active.png") no-repeat;
}

.tabs .tabs_item:hover .item_bg2 {
    background: url("../../image/news_img/img-opportunity2-active.png") no-repeat;
}

.tabs .tabs_item:hover .item_bg3 {
    background: url("../../image/news_img/img-opportunity3-active.png") no-repeat;
}

.tabs .cureentA {
    background-color: #3270ff;
    color: #fff;
}

.tab-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5px;
    width: 295px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 10px rgba(189, 202, 253, 0.2);
}

.tab-item img {
    padding: 44px 34px;
}

.tab-item hr {
    margin: 25px auto;
    width: 70%;
    color: #eee;
}

.tab-item .tab-text {
    position: absolute;
    bottom: 46px;
}

.tab-item .tab-text p {
    line-height: 30px;
}

.tab-item a {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -70px;
    display: inline-block;
    padding: 10px 40px;
    border: 2px solid #3270ff;
    color: #3270ff;
    border-radius: 40px;
    font-size: 16px;
    background-color: #fff;
}

.tab-item .tab-top h3 {
    font-size: 20px;
}

.tab-item .text-2p {
    display: none;
}


/* .tab-item:hover a {
    background-color: #3270ff;
    color: #fff;
} */


/* opportunities end */


/* process start */

.process {
    padding-bottom: 50px;
    background: url("../../image/news_img/bg-process.jpg") no-repeat center center;
}

.process-box {
    position: relative;
    margin: 60px auto 68px;
    width: 100%;
    height: 122px;
}

.process-item {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 62px;
    width: 266px;
    height: 122px;
    background-color: lightblue;
}

.process-item1 {
    padding-left: 0;
    left: 0;
    background: url("../../image/news_img/img-process-box1.png") no-repeat center center;
    background-size: 100% 100%;
}

.process-item2 {
    left: 231px;
    background: url("../../image/news_img/img-process-box2.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 100;
}

.process-item3 {
    left: 465px;
    background: url("../../image/news_img/img-process-box2.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 102;
}

.process-item4 {
    left: 699px;
    background: url("../../image/news_img/img-process-box2.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 103;
}

.process-item5 {
    right: 0;
    background: url("../../image/news_img/img-process-box3.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 104;
}

.process-item img {
    margin: 0 10px 25px 0;
    width: 31px;
    height: 31px;
}

.process-item h4 {
    padding: 10px 0 0 0;
    /* font-weight: 600; */
}

.process-item h4:hover {
    color: #3270ff;
}

.process-item p {
    width: 60%;
    color: #999;
}

.process-detail {
    margin: 0 auto;
    width: 300px;
    overflow: hidden;
}

.process-detail a {
    float: left;
    line-height: 46px;
    background-color: #3270ff;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    width: 125px;
    text-align: center;
    margin: 0 12px;
}

.process-detail2 {
    width: 145px;
    border: solid 1px #3270ff;
    color: #3270ff;
    line-height: 46px;
    border-radius: 30px;
}

.process-detail2:hover {
    background-color: #ff9400;
    border: solid 1px #ff9400;
    color: #fff;
}

.process-detail a:hover {
    background-color: #ff9400;
    color: #fff;
}

.process-item1 .hover1 {
    background-image: url('../../image/news_img/img-process1.jpg');
    background-repeat: no-repeat;
    background-position: left 0px top 15px;
    padding-left: 40px;
    background-size: 25px auto;
}

.process-item2 .hover2 {
    background-image: url('../../image/news_img/img-process2.jpg');
    background-repeat: no-repeat;
    background-position: left 0px top 15px;
    padding-left: 40px;
    background-size: 25px auto;
}

.process-item3 .hover3 {
    background-image: url('../../image/news_img/img-process3.jpg');
    background-repeat: no-repeat;
    background-position: left 0px top 15px;
    padding-left: 40px;
    background-size: 25px auto;
}

.process-item4 .hover4 {
    background-image: url('../../image/news_img/img-process4.jpg');
    background-repeat: no-repeat;
    background-position: left 0px top 15px;
    padding-left: 40px;
    background-size: 25px auto;
}

.process-item5 .hover5 {
    background-image: url('../../image/news_img/img-process5.jpg');
    background-repeat: no-repeat;
    background-position: left 0px top 15px;
    padding-left: 40px;
    background-size: 25px auto;
}

.process-item1:hover .hover1 {
    background-image: url('../../image/news_img/img-process1-active.png');
}

.process-item2:hover .hover2 {
    background-image: url('../../image/news_img/img-process2-active.png');
}

.process-item3:hover .hover3 {
    background-image: url('../../image/news_img/img-process3-active.png');
}

.process-item4:hover .hover4 {
    background-image: url('../../image/news_img/img-process4-active.png');
}

.process-item5:hover .hover5 {
    background-image: url('../../image/news_img/img-process5-active.png');
}


/* process end */


/* deal start */

.deal {
    padding-bottom: 50px;
    background-color: #fff;
}

.deal .table {
    margin: 60px auto 50px;
}

.deal .table td {
    border: 1px solid #eee;
}

.deal .table td:hover {
    background-color: rgba(189, 202, 253, 0.2);
    box-shadow: 1px 1px 8px 3px rgba(189, 202, 253, 0.2);
}

.deal .table p:first-child {
    font-weight: bold;
    color: #333;
}

.deal .table p:last-child {
    color: #999;
}

.deal .table td:hover p:first-child {
    color: #3270ff;
}

.deal-domain {
    font-weight: 600;
}


/* 公告 */

.bulletin-bar .wrapper .firstLi {
    color: #3270ff;
}


/* deal end */


/* statistics start */

.statistics {
    padding: 30px 0;
    background: url("../../image/news_img/bg-statistics.jpg") no-repeat center center;
    background-size: 100% auto;
}

.statistics .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.statistics-box {
    width: 33.3%;
    height: 90px;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.statistics-box:last-child {
    border-right: none;
}

.statistics-box h2 {
    margin-top: 0;
    font-weight: lighter;
    font-size: 50px;
    color: #fff;
    font-family: none;
}

.statistics-box p {
    font-size: 18px;
    color: #fff;
}


/* statistics end */


/* news start */

.news {
    padding-bottom: 60px;
    background-color: #fff;
}

.news-conetent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    width: 100%;
    height: 375px;
}

.news-box {
    width: 340px;
    height: 347px;
    border: 1px solid #eee;
    background-color: #fff;
    transition: all 0.3s ease;
    position: relative;
}

.news-top {
    padding: 1px 30px 0;
    height: 92px;
    background-color: #e7eeff;
}

.news-top>h3 a {
    margin-bottom: 5px;
    color: #3270ff;
}

.news-top p {
    color: #7c7d80;
}

.news-list {
    padding: 30px 22px 0;
}

.news-list li {
    line-height: 40px;
    margin-bottom: 0;
    float: none;
}

.news-list .news-text {
    width: 68%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .news-time {
    width: 32%;
    color: #999;
}

.news-list a {
    color: #333;
}

.news-list p {
    position: absolute;
    text-align: center;
    left: 138px;
    bottom: 0;
    display: none;
}

.news-list p>a {
    color: #fff;
}

.news-box:hover {
    background-color: #3270ff;
    height: 375px;
}

.news-box:hover .news-top {
    background: url("../../image/news_img/bg-news.jpg") no-repeat center center;
    background-size: cover;
}

.news-box:hover .news-top h3,
.news-box:hover .news-top p {
    color: #fff;
}

.news-box:hover .news-top h3 a {
    color: #fff;
}

.news-top h3 a:hover {
    /* border-bottom:1px solid #fff; */
    cursor: pointer;
    padding-bottom: 4px;
}

.news-box:hover .news-top h3 {
    margin-bottom: 12px;
}

.news-list li .currentbw {
    color: rgba(255, 255, 255, .7) !important;
    border-bottom: solid 1px rgba(255, 255, 255, .3) !important;
}

.news-list li .currentbv {
    color: #fff !important;
    /* border-bottom: 1px #fff solid; */
}


/* news end */

.notice li {
    position: relative;
}

.notice .news_img {
    background: url('../../image/news_img/new.gif');
    position: absolute;
    right: 26px;
    top: 20px;
    width: 22px;
    height: 9px;
}

.novice_btn {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    bottom: -58px;
    line-height: 46px;
    background-color: #3270ff;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    width: 125px;
    text-align: center;
    cursor: pointer;
}

.novice_btn:hover {
    background: #ff9400;
}


/* vdieo 视频 */

.video-box,
.video-box1 {
    width: 863px;
    height: 498px;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    padding: 10px 6px;
    margin-left: -425px;
    margin-top: -240px;
    z-index: 10000;
}

.video-close,
.video-close1 {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -12px;
    top: -12px;
    color: #fff;
    background: url(http://file.digua.com/common/dg/style/css/img/video-close.png) no-repeat center center;
    cursor: pointer;
    z-index: 96
}

.maskx {
    position: fixed;
    top: 0;
    width: 100% !important;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .8);
    text-align: center !important;
    cursor: pointer;
    filter: Alpha(opacity=80);
    z-index: 9999;
}

.pause {
    position: absolute;
    width: 74px;
    height: 74px;
    top: 120px;
    left: 226px;
    background: url('../image/icon_start.png') no-repeat;
    animation: mymove 1s infinite alternate;
    z-index: 10;
}

@keyframes mymove {
    from {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

@keyframes mymove {
    from {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}