﻿.baiyi-content .banner-wrap {
    width: 100%;

    position: relative;
}

.baiyi-content .banner-wrap .bd {
    width: 100%;
    overflow: hidden;
	    background: url("https://img.alicdn.com/imgextra/i4/300222528/O1CN01JREcVo1UXs6k2ezcJ_!!300222528.png") center center no-repeat;
		    height: 768px;

}
.baiyi-content .banner-wrap .bd ul {
    width: 500%;
    font-size: 0;
    position: relative;
}

.baiyi-content .banner-wrap .bd ul li {
    width: 20%;
    height: 100%;
    display: inline-block;
}

.baiyi-content .banner-wrap .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    height: 658px;
}

.baiyi-content .banner-wrap .bd ul li a img {
    width: 100%;
    display: block;
}

.baiyi-content .banner-wrap .hd ul {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -60px;
    width: 200px;
	text-align:center;
}

.baiyi-content .banner-wrap .hd ul li {
    float: left;
    margin-left: 8px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #b5beca;
    cursor: pointer;
}

.baiyi-content .banner-wrap .hd ul li.on {
    width: 64px;
    background: #f80005;
}

.baiyi-content .hot-game {
    height: 320px;
    position: relative;
    margin: 0 auto;
}

.baiyi-content .hot-game .hot-game-area {
    width: 1007px;
    margin: 40px auto 0 auto;
    height: 340px;
    overflow: hidden;
    zoom: 1;
}

.baiyi-content .hot-game .game-slide {
    width: 100%;
}

.baiyi-content .hot-game .hot-game-area ul li {
    float: left;
    position: relative;
    /*width: 316px;*/
    width: 290px;
    height: 275px;
    background: #ffd739;
    margin: 0 20px;

}

/*.baiyi-content .hot-game .hot-game-area ul li.tw {*/
/*margin: 0 34px;*/
/*}*/

.baiyi-content .hot-game .hot-game-area ul li a {
    display: block;
}

.baiyi-content .hot-game .hot-game-area ul li .one-game-top {
    height: 166px;
}

.baiyi-content .hot-game .hot-game-area ul li.banner1 .one-game-top {
    background: url("../images/index_banner1.jpg");
    background-size: cover;
}

.baiyi-content .hot-game .hot-game-area ul li.banner2 .one-game-top {
    background: url("../images/index_banner2.jpg");
    background-size: cover;
}

.baiyi-content .hot-game .hot-game-area ul li.banner3 .one-game-top {
    background: url("../images/index_banner3.jpg");
    background-size: cover;
}

.baiyi-content .hot-game .hot-game-area ul li.banner4 .one-game-top {
    background: url("../images/index_banner4.jpg");
    background-size: cover;
}

.baiyi-content .hot-game .hot-game-area ul li.banner5 .one-game-top {
    background: url("../images/index_banner5.jpg");
    background-size: cover;
}

.baiyi-content .hot-game .hot-game-area ul li .one-game-bottom {
    height: 130px;
    padding: 0 10px;
    box-sizing: border-box;
}

.baiyi-content .hot-game .hot-game-area ul li .one-game-bottom p {
    font-size: 16px;
    line-height: 25px;
    color: #5f5f5f;
}

.baiyi-content .hot-game .hot-game-area ul li .one-game-bottom p.lowred {
    color: #f25e40;
}

.baiyi-content .hot-game .hot-game-area ul li .one-game-bottom .game-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.baiyi-content .hot-game .hot-game-area ul li .one-game-top:before {
    content: '';
    position: absolute;
    z-index: 100;
    left: -4px;
    top: -6px;
    width: 68px;
    height: 67px;
    background: url("../images/game_sign.png");
}

.baiyi-content .hot-game .hot-game-area ul li .mask {
    position: absolute;
    z-index: 888;
    left: 0;
    top: 0;
    width: 290px;
    height: 166px;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.baiyi-content .hot-game .hot-game-area ul li .mask img {
    position: absolute;
    width: 103px;
    height: 102px;
    left: 50%;
    margin-left: -51.5px;
    top: 50%;
    margin-top: -51px;
}

.baiyi-content .hot-game .hot-game-area ul li:hover .mask {
    display: block;
}

.baiyi-content .hot-game .hot-game-area ul .clear-marginLeft {
    margin-right: 0;
}

.baiyi-content .hot-game .slide-ctrl {
    position: relative;
}

.baiyi-content .hot-game .slide-ctrl .next {
    position: absolute;
    z-index: 999;
    /*left: -63px;*/
    left: -18px;
    top: 156px;
    width: 25px;
    height: 47px;
    background: url("../images/slide_left.png");
    cursor: pointer;
}

.baiyi-content .hot-game .slide-ctrl .prev {
    position: absolute;
    z-index: 10;
    /*right: -63px;*/
    right: -33px;
    top: 156px;
    width: 25px;
    height: 47px;
    background: url("../images/slide_right.png");
    cursor: pointer;
}

.baiyi-content .hot-game .slide-ctrl ul {
    position: absolute;
    left: 50%;
    top: 350px;
    width: 60px;
    margin-left: -30px;
}

.baiyi-content .hot-game .slide-ctrl ul li {
    float: left;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 16px;
    margin-right: 6px;
    text-indent: -999px;
    background: url("../images/ctrl_next.png");
    cursor: pointer;
}

.baiyi-content .hot-game .slide-ctrl ul li.on {
    background: url("../images/ctrl_prev.png");
}

.baiyi-content .baiyi-info-wrap {
    position: relative;
    background-color: #eaf1f5;
    width: 100%;
    height: 840px;
    margin-top: 0px;
    /*background: url("../images/efun_info_bg.png");*/
}

.baiyi-content .baiyi-info-wrap img {
    display: block;
    width: 100%;
    padding-top: 115px;
}

.baiyi-content .baiyi-info-wrap .baiyi-info {
    width: 1100px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -602px;
}

.baiyi-content .baiyi-info-wrap .baiyi-info h2 {
    width: 100%;
    font-size: 40px;
    line-height: 140px;
    text-align: center;
    color: #3a3a3a;
}

.baiyi-content .baiyi-info-wrap .baiyi-info .info-left {
    float: left;
    width: 450px;
    height: 320px;
}

.baiyi-content .baiyi-info-wrap .baiyi-info .info-left .video-top {
    position: relative;
    height: 250px;
    background: url("../images/video_bg.jpg") no-repeat;
    cursor: pointer;
}

.baiyi-content .baiyi-info-wrap .baiyi-info .info-left .video-top .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -34px;
    width: 68px;
    height: 68px;
    background: url("../images/video_play.png");
}

.baiyi-content .baiyi-info-wrap .baiyi-info .info-left .text-bottom {
    height: 76px;
    background: #ffd739;
    text-align: center;
    line-height: 76px;
    color: #5f5f5f;
    font-size: 20px;
}

.baiyi-content .baiyi-info-wrap .baiyi-info .info-right {
    float: left;
    margin-left: 250px;
    width: 606px;
    height: 368px;
    border-top: 1px dashed #a3a3a3;
}

.baiyi-content .baiyi-info-wrap .baiyi-info .info-right li {
    height: 80px;
    padding-top: 12px;
    line-height: 22px;
    border-bottom: 1px dashed #a3a3a3;
    font-size: 14px;
    color: #3a3a3a;
    cursor: pointer;
}

.baiyi-content .baiyi-info-wrap .baiyi-info .info-right li a {
    display: block;
}

.baiyi-content .baiyi-info-wrap .baiyi-info .info-right li p {
    color: #3a3a3a;
    font-size: 16px;
}

.baiyi-content .baiyi-info-wrap .baiyi-info .info-right li p.news-text {
    height: 115px;
    display: -webkit-box;
    /*-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
    font-size: 16px;
    overflow: hidden;
}

.baiyi-content .baiyi-info-wrap .baiyi-info .info-right li p.news-time {
    font-size: 14px;
}

.baiyi-content .baiyi-info-wrap .baiyi-info .info-right li:hover {
    background: #dddfe1;
}

.baiyi-content .baiyi-info-wrap .baiyi-info .moreNews1 {
    position: absolute;
    right: 629px;
    top: 255px;
    width: 223px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    background: #dddfe1;
    font-size: 16px;
    color: #3a3a3a;
    border: 1px solid #bec7cf;
    border-radius: 5px;
    background: #ffffff;
}

.baiyi-content .baiyi-info-wrap .baiyi-info .moreNews2 {
    position: absolute;
    right: 350px;
    top: 255px;
    width: 270px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    background: #dddfe1;
    font-size: 16px;
    color: #3a3a3a;
    border: 1px solid #bec7cf;
    border-radius: 5px;
    background: #ffffff;
}

.baiyi-content .baiyi-info-wrap .baiyi-info .moreNews3 {
    position: absolute;
    right: 297px;
    top: 307px;
    width: 557px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    background: #dddfe1;
    font-size: 16px;
    color: #3a3a3a;
    border: 1px solid #bec7cf;
    border-radius: 5px;
    background: #ffffff;
}

.baiyi-content .baiyi-info-wrap .baiyi-info .moreNews:hover {
    background: #dddfe1;
}

.baiyi-content .baiyi-info-wrap .recruit-info {
    position: fixed;
    right: 120px;
    bottom: 400px;
    width: 112px;
    height: 182px;
    background: url("../images/recruit_info.png");
}

.baiyi-content .baiyi-link {
    display: none;
    height: 190px;
    padding: 61px 0 68px 0;
    box-sizing: border-box;
}

.baiyi-content .baiyi-link .link-center {
    padding-left: 190px;
}

.baiyi-content .baiyi-link .link-center a {
    position: relative;
    float: left;
    display: block;
    width: 319px;
    height: 94px;
    line-height: 94px;
    background: #ffffff;
    margin-left: 66px;
    font-size: 24px;
    color: #3f89ed;
    text-indent: 153px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 14px #cccccc;
    -moz-box-shadow: 0px 3px 14px #cccccc;
    box-shadow: 0px 3px 14px #cccccc;
}

.baiyi-content .baiyi-link .link-center .wanter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 63px;
    width: 67px;
    height: 94px;
    color: #3f89ed;
    background: url("../images/wanter_blue.png") no-repeat;
}

.baiyi-content .baiyi-link .link-center .wanter:hover {
    color: #ffffff;
    background: #3f89ed;
}

.baiyi-content .baiyi-link .link-center .wanter:hover:before {
    background: url("../images/wanter.png") no-repeat;
}

.baiyi-content .baiyi-link .link-center .linkWay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 63px;
    width: 64px;
    height: 94px;
    color: #3f89ed;
    background: url("../images/linkway_blue.png") no-repeat;
}

.baiyi-content .baiyi-link .link-center .linkWay:hover {
    color: #ffffff;
    background: #3f89ed;
}

.baiyi-content .baiyi-link .link-center .linkWay:hover:before {
    background: url("../images/linkway.png") no-repeat;
}

.advert{
    width: 100%;
    height: 215px;
    margin-top: 10px;
}
.advert_cent_1{
    background: url("../images/banquan.jpg") no-repeat;
    width:640px ;

    height: 215px;
    float: left;
    position: absolute;

}
.advert_cent_2{
    background: url("../images/youxi.jpg") no-repeat;
    width:640px ;

    height: 215px;
    float: left;
    position: absolute;
    margin-left: 640px;

}
.advert_cent_3{
    background: url("../images/wanshouyou.jpg") no-repeat;
    width:640px ;

    height: 215px;
    float: left;
    position: absolute;
    margin-left: 1280px;

}

.advert_title{
    margin-left: 250px;
    color: #ffffff;
    font-size: 18pt;
    margin-top: 20px;
}
.advert_info{

    margin-left: 235px;
    color: #ffffff;
    font-size: 13pt;
    margin-top: 13px;
}

.baiyi-info-hot{
    background-color: #eaf1f5;
}
.baiyi-info-hot h2{
    width: 90%;
    font-size: 40px;
    line-height: 140px;
    text-align: center;
    color: #3a3a3a;
}

.hot-list{
    width: 1280px;
    height: 575px;
    margin-left: -10%;
}
.hot-left{
    float: left;
    width: 447px;
    height: 515px;
}
.hot-right{
    float: left;
    position: absolute;
    margin-left: 460px;
    width: 980px;
}

.hot-image{
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}

.hot-left-img{
    display: none;
    background: url("../images/1-1.png") no-repeat;
    width: 447px;
    height: 515px;
    position: absolute;
}
.hi1-img{
    display: none;
    background: url("../images/2-1.png") no-repeat;
    width: 447px;
    height: 252px;
    position: absolute;
}

.hi2-img{
    display: none;
    background: url("../images/3-1.png") no-repeat;
    width: 447px;
    height: 252px;
    position: absolute;
}

.hi3-img{
    display: none;
    background: url("../images/4-1.png") no-repeat;
    width: 447px;
    height: 252px;
    position: absolute;
}
.hi4-img{
    display: none;
    background: url("../images/5-1.png") no-repeat;
    width: 447px;
    height: 252px;
    position: absolute;
}
.news-list{
    width: 1365px;
    height: 575px;
    margin-top: 30px;
    margin-left: -10%;
}
.news-left{
    background: url("../images/news.png") no-repeat;
    width: 362px;
    height: 421px;
    float: left;
}
.news-left-title{
    margin-top: 390px;
    margin-left: 99px;
    font-size: 13pt;
}
.news-right{
    /* float: left; */
    position: absolute;
    /* margin-left: 480px; */
    width: 125%;
}
.news li{
    border-top:1px dashed #cccccc;
    font-size: 13pt;
    color: #494949;
    width: 100%;
}
.news li :hover{
    color: #cc0000;
}
.add-time{
    float: right;
    color: #999999;
    font-size: 13pt;
}
.news-right-title{
    margin-top: 15px;
    margin-bottom: 15px;

}
.news-more{
    background: url("../images/gengduo.png") no-repeat;
    width: 118px;
    height: 36px;
    float: right;
    text-align: center;
    font-size: 13pt;
    line-height: 33px;
}
.hover{
    background: url("../images/gengduo2.png") no-repeat;

}
.recruit{
    background: url("../images/zhaopin.png") no-repeat;
    width: 300px;
    height: 80px;
    float: left;
    cursor: pointer;
}
.call{
    background: url("../images/lianxi.png") no-repeat;
    width: 300px;
    height: 80px;
    float: left;
    cursor: pointer;
    margin-left: 30%;
}
.news-bottom{
    margin-top: -45px;
    margin-left: 20%;
}
.news-bottom p{
    color: #ffffff;
    font-size: 20pt;
    text-align: center;
    line-height: 78px;
    line-left: 47px;
    /* left: 87px; */
    margin-left: 58px;
}
