html,body {
	width: 100%;
	height: 100%;
	background: white;
}
		/*game_banner*/
		.game_banner {
			width: 100%;
			height: 200px;
			background: url(../images/banner_v1.jpg) no-repeat center;
			background-size: cover;
		}
		/*join*/
		.join {
			position: relative;
			width: 100%;
			height: 1000px;
			background: white;
		}
			.join_tab_main {
				position: inherit;
				top: 30px;
				width: 930px;
				height: 600px;
			}
				.join-infro {
					width: 100%;
					border-bottom: 1px solid #D5D5D5;
					font-weight: bold;
					padding-bottom: 6px;
				}
				.join-infro_title {
					display: inline-block;
					color: #5E5E5E;
					font-size: 24px;
				}
				.join-infro_title2 {
					padding-left: 8px;
					color: #DEDEDE;
					font-size: 18px;
				}
				.join_tab {
					margin-top: 50px;
					width: 100%;
					height: 55px;
				}
					.join_tab ul {
						height: 100%;
						width: 100%;
						color: #9b9b9b;
						text-align: center;
						line-height: 53px;
					}
						.join_tab ul li {
							float: left;
							width: 12%;
							margin-left: 6.5%;
							height: 97%;
							border: 1px solid #9b9b9b;
						}
						.join_tab ul li:hover {
							cursor: pointer;
							font-weight: bold;
						}
				.join_tab_con {
					margin-top: 50px;
					width: 100%;
					height: 800px;
					font-size: 12px;
				}
					.join_tab_con ul li {
						height: 50px;
						width: 100%;
						border: 1px solid #CCCCCC;
						line-height: 50px;
						text-align: center;
					}
					.join_tab_con ul li:last-child {
						border-bottom: 1px solid #CCCCCC;
					}
					.join_tab_con .content {
						width: 100%;
						height: 0;
						background: white;
						display: none;
					}
						.content_div {
							width: 70%;
							height: 85%;
							margin-left: 50px;
							margin-top: 30px;
							text-align: left;
							line-height: 20px;
							color: #666666;
							display: none;
						}
							.c_d_title {
								font-weight: bold;
							}
							.c_d_font {
								margin: 10px 0;
								line-height: 26px;
							}
							.c_d_btn {
								height: 40px;
								line-height: 40px;
								margin-left: 0px;
								margin-top: 20px;
							}
					.join_tab_con ul li:hover {
						cursor: pointer;
					}
					.join_tab_con ul .li_first:hover {
						cursor: default;
					}
					.join_tab_con ul .li_first {
						background: #EAEAEA;
						font-weight: bold;
						color: #666;
						border-bottom:none; 
					}
					
						.li_ohter ul li {
							color: #6b6b6b;
						}
						.li_first ul li,.li_ohter ul li {
							width: 80px;
							float: left;
							margin-left: 45px;
							border: none;
						}
						.li_first ul .li_li_frist,.li_ohter ul .li_li_frist {
							width: 150px;
						}
				.addBlue {
					background: #2E93D6;
					color: white;
				}
				.addF2FBFF {
					background: #F2FBFF;
				}
		@media screen and (max-width: 1250px){
			.game_banner,.contact_us,.join {
				width: 1250px;
			}
		}