body{
    background-image: url("../images/index-bg.png");
}
.header{
    background-image: none!important;
}
.body-top{
    margin-bottom: 25px;
    margin-top: 30px;
}
.body-top .content{
    overflow: hidden;
}
.body-top-left{
    width: 260px;
}
.body-top-right{
    width: 930px;
    height: 460px;
    box-sizing: border-box;
    border: 1px solid #00a0e9;
    padding: 30px 40px;
    overflow: hidden;
    display: none;
    background-color: #FFFFFF;
}
.banner{
    padding: 0;
    width: 930px;
    height: 460px;
    box-sizing: border-box;
    border: 1px solid #00a0e9;
    overflow: hidden;
    display: none;
    background-color: #FFFFFF;
}
.body-top-left li{
    width: 260px;
    height: 80px;
    line-height: 80px;
    background-color: #0077ae;
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
}
.body-top-left li.on{
    background:#3996e9; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(left, #006797,#0080bd, #008ccf);
    background:-webkit-linear-gradient(left, #006797,#0080bd, #008ccf);
    background:-o-linear-gradient(left, #006797,#0080bd, #008ccf);
}
.body-top-left a{
    display: block;
    color: #ffffff;
}
.body-top-right-title{
    border-bottom: 1px solid #4d80c2;
    margin-bottom: 40px;
}
.changeBody {
    position:relative;
}
.changeTitle {
    padding: 20px 0 20px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #4d80c2;
    margin-bottom: 0;
}
.changeContent {
    height:350px;
}
.body-top-right-title ul{
    overflow: hidden;
}
.body-top-right-title li{
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}
.body-top-right-title li a{
    font-size: 24px;
    color: #333333;
}
.pull-down{
    text-align: center;
    margin-bottom: 20px;
    opacity: 0;
}
.body-top-right-title li.on .pull-down{
    opacity: 1;
}
.body-top-right-title li.on a{
    color: #00a0e8;
}
.icon-div{
    position: absolute;
}
.icon-div-one{
    top: 2px;
    left: 30px;
    background-image: url("../images/index-icon1.png");
    width: 28px;
    height: 28px;
}
.body-top-right-title li.on .icon-div-one{
    background-image: url("../images/index-icon11.png");
}
.body-top-right-title li:hover .icon-div-one{
    background-image: url("../images/index-icon11.png");
}
.body-top-right-title li:hover .icon-div-two{
    background-image: url("../images/index-icon22.png");
}
.body-top-right-title li:hover .icon-div-three{
    background-image: url("../images/index-icon33.png");
}
.body-top-right-title li:hover .icon-div-four{
    background-image: url("../images/index-icon44.png");
}
.icon-div-two{
    top: 0;
    left: 24px;
    background-image: url(../images/index-icon2.png);
    width: 32px;
    height: 28px;
}
.icon-div-three{
    top: 0;
    left: 26px;
    background-image: url("../images/index-icon3.png");
    width: 30px;
    height: 30px;
}
.icon-div-four{
    top: 4px;
    left: 20px;
    background-image: url("../images/index-icon4.png");
    width: 36px;
    height: 24px;
}
.body-top-right-content{
    font-size: 16px;
    color: #777777;
}
.body-top-right-content li{
    overflow: hidden;
    margin-bottom: 18px;
}
.body-top-right-content a{
    font-size: 16px;
    color: #777777;
}
.title-font{
    font-size: 24px;
    color: #010101;
    /*padding-bottom: 20px;
    margin-bottom: 30px;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.headline{
    text-align: center;
    font-size: 20px;
    color: #000000;
    margin-bottom:10px;
}
.content-font{
    /*margin-top: 20px;*/
    color: #777777;
    font-size: 16px;
    line-height: 32px;
}
.time{
    text-align: right;
    margin-top: 10px;
    color: #777777;
    font-size: 16px;
}
.apply-btn{
    top: 260px;
    position: absolute;
    width: 91%;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    border-radius: 8px;
    margin-bottom: 15px;
    background:#64c4ef; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(left, #3996e9,#19d9fc, #19d9fc);
    background:-webkit-linear-gradient(left, #3996e9,#19d9fc, #19d9fc);
    background:-o-linear-gradient(left, #3996e9,#19d9fc, #19d9fc);
}
.apply-btn div{display:none}
.apply-btn a{
    display: block;
    color: #ffffff;
}
.icon-list ul{
    overflow: hidden;
}
.icon-list li{
    width: 25%;
    float: left;
    text-align: center;
}
.icon-list2 li{
    width: 50%;
    float: left;
    text-align: center;
}
.icon-list li p{
    margin-top: 20px;
    font-size: 18px;
}
.title-font-two{
    font-size: 24px;
    color: #010101;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.lobby-content{
    overflow: hidden;
}
.lobby-fl{
    width: 237px;
    height: 150px;
    margin-right: 40px;
    text-align: center;
    overflow: hidden;
}
.lobby-fr{
    width: 640px;
}
.lobby-fl img{
    min-width: 100%;
    min-height: 100%;
}
.lobby-fr-title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.lobby-fr-title a{
    color: #000000;
}
.lobby-fr-font{
    font-size: 18px;
    color: #777777;
    line-height: 32px;
}
.lobby-message{
    text-align: right;
    font-size: 16px;
    color: #777777;
}
.issuer{
    margin-right: 30px;
}
.league-information{
    padding: 10px;
}
.league-information ul{
    overflow: hidden;
}
.league-information li{
    float: left;
    width: 33.333%;
    height: 225px;
    box-sizing: border-box;
    padding:0 20px;
}
.league-information li:hover{
    border: 3px solid #00a0e9;
}
.fr-border{
    border-right: 2px solid #e2e2e2;
}
.bottom-border{
    border-bottom: 2px solid #e2e2e2;
}
.league-information li a{
    display: block;
    text-align: center;
}
.league-information-title{
    color: #000000;
    font-size: 20px;
    margin-top: 35px;
}
.league-information-icon{
    display: inline-block;
    height: 80px;
    margin-top: 30px;
}
.league-information-font{
    font-size: 14px;
    color: #777777;
    line-height: 20px;
}
.link{
    text-align: center;
    margin-top: 50px;
    overflow: hidden;
}
.link a{
    width: 50%;
    float: left;
    /*color: #ef0303;
    font-size: 14px;
    font-weight: bold;*/
    color: black;
    font-size: 18px;
}
.body-bottom ul{
    overflow: hidden;
    margin: 0 -7px;
}
.body-bottom li{
    width: 33.333%;
    height: 250px;
    float: left;
    padding:0 7px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.body-bottom li a{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/index-bg1.png");
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 110px 85px 0 85px;
}
.body-bottom li:nth-child(2) a{
    background-image: url("../images/index-bg2.png");
}
.body-bottom li:nth-child(3) a{
    background-image: url("../images/index-bg3.png");
}
.body-bottom li:nth-child(4) a{
    background-image: url("../images/index-bg4.png");
}
.body-bottom li:nth-child(5) a{
    background-image: url("../images/index-bg5.png");
}
.body-bottom li:nth-child(6) a{
    background-image: url("../images/index-bg6.png");
}
.body-bottom a{
    text-align: center;
    color: #FFFFFF;
    padding-top: 85px;
}
.body-bottom-title{
    text-align: center;
    font-size: 23px;
    margin-bottom: 10px;
    padding-top: 20px;
}
.body-bottom p{
    font-size: 15px;
}
.xf-kuang{
    position: fixed;
    bottom: 50px;
    right: 50px;
}
.footer{
    background-image: url("../images/footer-img.jpg");
}
.slideBox {
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 12px;
    z-index: 1;
    margin-right: -51px;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width:15px;
    height:15px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 100%;
}

.slideBox .hd ul li.on {
    background: #1490ef;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.slideBox li img {
    width: 100%;
    height: 460px;
    vertical-align: bottom;
}
.desc{
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    bottom: 0;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}
.icon-list2{
    margin-top: 60px;
}
.icon-list a{
    color: #000000;
}
.addImage {
    margin-right: 17px;
    height: 30px;
    vertical-align: middle;
}