.slider {
    height: 4px;
    background: orangered;
    position: absolute;
    top: 70px;
    left: 35px;
}

#ad {
    width: 100%;
    height: 620px;
}

#ad_img {
    width: 100%;
    height: 545px;
    display: block;
}

#location {
    width: 100%;
    height: 75px;
    background: url(../images/index_jump_bg.jpg) no-repeat;
    position: relative;
}

#location ul {
    position: absolute;
    left: 750px;
}

#location li {
    display: inline-block;
    margin-right: 30px;
}

#gaming_service {
    width: 100%;
    height: 695px;
}

.service_header {
    width: 1140px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}

#hand_service {
    background: url(../images/index_hand_bg.png);
    height: 706px;
    width: 100%;
}


/*
    主页中各个业务标题的共同样式
*/

.service_title {
    height: 100px;
    position: absolute;
    text-align: center;
    padding-top: 20px;
}

.service_header a {
    display: block;
    float: right;
    text-decoration: none;
    margin-top: 60px;
    font-style: italic;
    font-size: 10px;
}

#gaming_content {
    width: 1145px;
    height: 525px;
    margin: 0 auto;
    background: url(../images/gaming_service.jpg) no-repeat;
    position: relative;
}

#gaming_content span {
    display: inline-block;
    margin-bottom: 10px;
}

#gaming_txt1 {
    display: inline-block;
    position: absolute;
    top: 80px;
    left: 220px;
}

#gaming_txt2 {
    display: inline-block;
    position: absolute;
    top: 360px;
    left: 35px;
}

#gaming_txt3 {
    display: inline-block;
    position: absolute;
    top: 380px;
    left: 500px;
}

#gaming_txt4 {
    display: inline-block;
    position: absolute;
    top: 90px;
    right: 40px;
}

.big_title {
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
}

.line_left {
    height: 1px;
    background: gray;
    width: 100px;
    float: left;
}

.line_right {
    height: 1px;
    background: gray;
    width: 100px;
    float: right;
}


/*
    调整主页中电竞事业群标题的宽度及居中
*/

#gaming_title {
    width: 400px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -200px;
}

#hand_title {
    width: 500px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -250px;
}

#cloud_title {
    width: 500px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -250px;
}

#hand_content {
    width: 1140px;
    height: 586px;
    margin: 0 auto;
}


/*
    主页手游事业群内容左侧样式
*/

#hand_left {
    width: 520px;
    height: 440px;
    background: white;
    float: left;
    border: 1px solid lightgray;
    padding: 50px   ;
    position: relative;
}

#hand_left a {
    position: relative;
    display: block;
    color: black;
}

.handitem_left {
    width: 33.33%;
    height: 540px;
    float: left;
}

.handitem_left li {
    margin-bottom: 30px;
}

.hand_big_title {
    display: inline-block;
    position: absolute;
    width: 180px;
    margin-left: 5px;
    font-size: 13px;
}

.hand_title {
    display: inline-block;
    position: absolute;
    width: 120px;
    margin-left: 10px;
    margin-top: 30px;
    font-size: 10px;
    color: #0000FF;
}



.handitem_right li {
     margin-bottom: 30px;
 }
.handitem_left img{
    width: 60px;
 }

/*
    主页手游事业群内容右侧样式
*/

#hand_right {
    width: 450px;
    height: 90%;
    /* background: url(../images/hand_item2.png) no-repeat; */
    /* background-position: 30px; */
    float: right;
    position: relative;
}

.right-items {
    position: absolute;
}

#hand_right ul {
    margin-left: 100px;
    margin-top: 60px;
}

#hand_right li {
    margin-top: 65px;
}

.hand_right_big_title {
    font-weight: bold;
    color: #FF6400;
    font-size: 18px;
}

.hand_right_details {
    font-size: 10px;
}

#cloud_content {
    width: 1145px;
    height: 590px;
    margin: 0 auto;
    /* font-size:0;
	*font-size:0;
	font-family:arial;
	*letter-spacing:normal;
    *word-spacing:-1px; */
    background: url(../images/index_yun_bg.jpg) no-repeat;
    position: relative;
}

.cloud_item {
    width: 200px;
    height: 450px;
    display: inline-block;
    /*
        解决div里面有内容基线变化导致其他div位置发生变化的问题
    */
    /* vertical-align: middle;

    *display:inline;
	*zoom:1;
	font-size:14px;
	letter-spacing:normal;
	word-spacing:normal; */
}


/* .cloud_img{
    width: 198px;
    height: 313px;
    border: 1px solid lightgray;
    background: url(../images/cloud_item1.png) no-repeat;
} */

.cloud_txt {
    width: 200px;
    height: 135px;
    position: absolute;
    align-content: center;
    text-align: center;
}

#cloud_item1 {
    top: 470px;
    left: 20px;
}

#cloud_item2 {
    top: 20px;
    left: 240px;
}

#cloud_item3 {
    top: 470px;
    left: 470px;
}

#cloud_item4 {
    top: 20px;
    left: 700px;
}

#cloud_item5 {
    top: 470px;
    left: 930px;
}

.cloud_item span {
    display: block;
    text-align: center;
}

.cloud_big_title {
    color: #FFD5bb;
    font-size: 40px;
    padding-top: 30px;
}

.cloud_title {
    color: #FF7D27;
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
}

.cloud_service {
    height: 800px;
}