*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
}
ul li{
    display: inline-block;
}

/**/
.box{
    width: 1920px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;

}
.box_main{
    width: 1200px;
    /*border: 1px solid red;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.header{
    width: 100%;
    height: 100px;
    position: relative;
}
.header .box_main{
    height: 100px;
}
.header .box_main .logo{
    display: inline-block;
    width: 180px;
    height: 60px;
    margin-top: 20px;
}
.header .box_main .logo img{
    width: 180px;
    height: 60px;

}

.header .box_main ul{
    width: 716px;
    height: 100px;
    /*border: 1px solid black;*/
    position: absolute;
    right: 0;
    top: 0;
}
.header .box_main  ul li{
    height: 54px;
    color: #FA786E;
    font-size: 20px;
    line-height: 60px;
    padding: 20px;
    /*border: 1px solid black;*/
}
.header .box_main  ul li:hover{
    cursor: pointer;
}

.header .box_main  ul li:nth-child(1){
    border-bottom: 6px solid #FA786E;
}
.main{
    width: 100%;

}
.main .banner{
    width: 100%;
    height: 958px;
    background: url("img/banner.png") no-repeat 100%;
    background-size: 100% 100%;
}
.main .banner .box_main{
    height: 958px;
}
.main .banner .box_main .banner_word{
    width: 772px;
    height: 320px;
    position: absolute;
    left: 0;
    right: 0;
    top: 420px;
    margin: auto;
}
.main .banner .box_main .banner_word p:nth-child(1){
    width: 772px;
    height: 118px;
    font-size: 84px;
    font-weight: 600;
    color: #FAFDFC;
    line-height: 118px;
    text-align: center;
}
.main .banner .box_main .banner_word span{
    display: inline-block;
    width: 772px;
    height: 2px;
    background: #FA786E;
}
.main .banner .box_main .banner_word .banner_word_p2{
    width: 772px;
    height: 62px;
    font-size: 44px;
    font-weight: 600;
    color: #FAFDFC;
    line-height: 62px;
    text-align: center;
}
.main .banner .box_main .banner_word ul{
    width: 361px;
    position: relative;
    left: 0;
    right: 0;
    top: 21px;
    margin: auto;
    text-align: center;
}
.main .banner .box_main .banner_word ul li {
    color: #FAFDFC;
    padding: 10px 38px;
    background: rgba(39, 39, 39, 0.56);
    box-shadow: inset 0px 0px 7px 5px rgba(148, 55, 48, 0.31);
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(250, 120, 110, 1), rgba(120, 57, 40, 1)) 2 2;
    margin-top: 10px;
}
.main .main_show{
    height: 1020px;
    background: rgba(24, 24, 24, 1);
}
.main .main_show .box_main{
    height: 1020px;
}
.main .main_show .box_main .mainShow_box{
    width: 1200px;
    height: 1220px;
    /*border: 1px solid blue;*/
    position: absolute;
    top: -200px;
}
.main .main_show .box_main .mainShow_list{
    width: 588px;
    height: 570px;
    background: url("img/mainShow_list.png") no-repeat 100%;
    background-size: 100% 100%;
    float: left;
    margin-top: 30px;
    margin-left: 8px;
    position: relative;
}
.main .main_show .box_main .mainShow_list .list_title{
    margin-top: 30px;
    width: 400px;
    height: 56px;
    padding: 0 35px;
    font-size: 40px;
    color: #FAFDFC;
}
.main .main_show .box_main .mainShow_list .list_img{
    width: 316px;
    height: 181px;
    position: absolute;
    left: 0;
    right: 0;
    top: 116px;
    margin: auto;
    /*border: 1px solid red;*/
}
.main .main_show .box_main .mainShow_list .list_img img{
    width: 318px;
    height: 183px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:  auto;
}
.main .main_show .box_main .mainShow_list .list_info{
    padding: 35px;
    color: #FAFDFC;
    font-size: 24px;
    letter-spacing: 1px;
    position: absolute;
    top: 300px;
    text-align: justify;
    line-height: 38px;
}
.main .main_show .box_main .mainShow_list .list_go:hover{
    cursor: pointer;
}
.main .main_show .box_main .mainShow_list .list_go{
    width: 202px;
    height: 60px;
    background: url("img/list_go.png") no-repeat 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 454px;
    margin: auto;
    line-height: 60px;
    font-size: 28px;
    /*font-weight: 600;*/
    color: #FAFDFC;
    /*text-align: center;*/
    text-indent: 60px;
}
.main .main_show .box_main .mainShow_list .list_go img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto;
}
.game_list{
    width: 100%;
    height: 350px;
    background: rgba(24, 24, 24, 1);
}
a{
    text-decoration: none;
}
.game_list .box_main{
    height: 350px;
}
.game_list .box_main .gameList{
    padding: 30px;
    width: 1140px;
    height: 110px;
    /*border: 1px solid black;*/
    position: relative;

    background: rgba(39, 39, 39, 0.56);

}
.game_list .box_main .gameList .gameList_img{
    width: 110px;
    height: 110px;
    position: relative;
}
.game_list .box_main .gameList .gameList_img img{
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    margin: auto;
}
.game_list .box_main .gameList .gameList_img p{
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #FAFDFC;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    bottom: 9px;

}
.game_list .box_main .game_list_1 .gameList_img{
    background: linear-gradient(180deg, #FA786E 0%, rgba(250, 120, 110, 0) 100%);
    box-shadow: inset 0px 0px 7px 5px rgba(148, 55, 48, 0.31);
}
.game_list .box_main .game_list_2 .gameList_img{
    background: linear-gradient(180deg, #FBDD81 0%, rgba(250, 120, 110, 0) 100%);
    box-shadow: inset 0px 0px 7px 5px rgba(227, 198, 107, 0.4);
}
.game_list .box_main .gameList .gameList_list{
    width: 1040px;
    /*border: 1px solid blue;*/
    position: absolute;
    top: 50px;
    left: 140px;
    height: 70px;
}
.game_list .box_main .gameList .gameList_list li{
    display: inline-block;
    width: 70px;
    height: 70px;
    /*border: 1px solid yellow;*/
    /*line-height: 70px;*/
    text-align: center;
    float: left;
    margin-left: 22px;
}
.main .other{
    width: 100%;
    height: 380px;
    background: rgba(24, 24, 24, 1);
}
.main .other .box_main{
    height: 380px;
}
.main .other .box_main .other_box{
    width: 1200px;
    height: 340px;
    background: url("img/shoubox.png") no-repeat 100%;
    background-size: 100% 100%;
    margin-top: 20px;
}
.main .other .box_main .other_box ul{
    width: 1200px;
    height: 240px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main .other .box_main .other_box ul li {
    width: 171px;
    height: 240px;
    /*border: 1px solid white;*/
    margin-left: 50px;
}
.main .other .box_main .other_box ul li p{
    font-size: 30px;
    margin-top: 10px;
    color: #FFFFFF;
    text-align: center;
}
.main .news{
    width: 100%;
    height: 400px;
    background: rgba(24, 24, 24, 1);
    /*background: rgba(39, 39, 39, 0.56);*/
}
.main .news .box_main{
    height: 380px;
}
.main .news .box_main .news_box{
    padding: 30px;
    width: 1140px;
    height: 320px;
    background: rgba(39, 39, 39, 0.56);
}
.main .news .box_main .news_box .news_left{
    width: 260px;
    height: 320px;
    /*border: 1px solid black;*/
}
.main .news .box_main .news_box .news_left p{
    font-size: 20px;
    color: #FAFDFC;
    text-align:justify;
    line-height: 28px;
}
.main .news .box_main .news_box .news_right ul{
    width: 860px;
    /*border: 1px solid red;*/
    position: absolute;
    top: 30px;
    right: 30px;

}
.main .news .box_main .news_box .news_right ul li{
    width: 420px;
    height: 40px;
    /*border: 1px solid black;*/
    float: left;
    line-height: 38px;
    color: #FAFDFC;
    font-size: 16px;
    position: relative;
}
.main .news .box_main .news_box .news_right ul li p{
     position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 300px;
    height: 38px;
    overflow: hidden;
}

   
.main .news .box_main .news_box .news_right ul li span{
    color: #888888;
    font-size: 12px;
    position: absolute;
    right: 20px;
}
.footer {
    width: 100%;
    height: 200px;
    background: #333333;
}
.footer .box_main ul{
    float: left;
}
.footer .box_main ul:nth-child(1){
    color: #EEEEEE;
    font-size: 14px;
    width: 380px;
}
.footer .box_main ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.footer .box_main ul:nth-child(2){
    width: 150px;
    color: #8B8B8B;
    font-size: 14px;
}
.footer .box_main ul:nth-child(3){
    width: 150px;
    color: #8B8B8B;
    font-size: 14px;
}
.footer .box_main ul:nth-child(4){
    width: 420px;
    font-size: 14px;
    color: #EEEEEE;
}

