body,html{height: auto;}
.call_center_hd{
    width: 100%;
    max-height: 421px;
    height: 41.5vh;
    background: url("/public/images/service_top_bg.jpg") no-repeat center 0;
    background-size: cover;

}
.call_center_hd .sponsor_box{
    width: 1200px;
    margin: auto;
    overflow: hidden;

}
.box_shadow{
    width: 100%;
    height: 0;

}
.call_center_hd .sponsor{
    color: #000000;
    margin-right: 63px;
    width: 50%;
    margin-left: 50%;
    font-size: 16px;
    margin-top: 11vh;
    padding-left: 88px;
}
.call_center_hd .sponsor li i{
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 14px solid red;
    border-right: 14px solid transparent;
    margin-right: 10px;
}
.call_center_hd .sponsor .ads{
    margin-top: 3%;
}
.call_center_hd .sponsor .eg{
    margin: 2vh 0 3vh;
}



.call_center{
    width: 100%;
    height: auto;
    background: url("/public/images/call_center_bg.jpg") no-repeat center -130px;
    background-size: cover;
    background-color: #000000;
    position: relative;
    color: #ffffff;

}
.call_center:before{
    content: '';
    display: block;
    position: absolute;
    top: -31px;
    left: 0;
    width: 100%;
    height: 29px;
    background: url("/public/images/shdow_bg.png") repeat-x;
    background-size: contain;
    z-index: 2;
    box-shadow: 0 13px 30px #aaaaaa;
}


.game_server{
    width: 1085px;
    height: 100%;
    background-color: rgba(250,250,250,0.7);
    margin: auto;
    background-image: url("/public/images/Game-Service.png") ;
    background-repeat: no-repeat;
    background-position: right 0;
    overflow: hidden;
}

.assist{
    color: #333333;
    padding-left: 200px;
    margin: 80px 0 60px;
    font-size: 16px;
}
.assist .tit{
    font-weight: bold;
    width: 227px;
    height: 50px;
    border-right: 1px solid #6a6a6a;
}
.assist .tit i{
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 14px solid red;
    border-right: 14px solid transparent;
    margin-right: 10px;
}
.assist .txt{
    height: 50px;
    border-right: 1px solid #6a6a6a;
    line-height: 25px;
    padding: 0 50px;
}

.game_list{
    margin-top: 60px;
    margin-left: 60px;
    overflow: hidden;
    margin-bottom: 60px;
}
.game_box{
    float: left;
    width: 308px;
    height: 211px;
    margin: 10px;
}
.game_box img{
    width: 100%;
    height: 100%;
}


