*{
		margin: 0;
		padding: 0;
	}
	body{
		width:100%;
		height:130%;
		font-family:"微软雅黑";
        background-image: url(../bg.jpg);
        background-size:100% 700px;
        background-repeat: no-repeat;
	}
	.out_box{
		width:100%;
		height:auto;
        margin-top: 100px;
		/*overflow:hidden;*/
		position:relative;
	}
	.out_box img{
		width:100%;
	}
	.content{
		width: 100%;
		height: auto;
		position:absolute;
		top:200%;
        margin-top: 10%;
	}
    .title{
    	width: 30%;
    	height: auto;
    	overflow:hidden;
    	margin: 3px auto;
    }
    .title img{
     	width: 100%;
    }
    .box{
    	width: 100%;
    	height: auto;
    	margin: 0 auto;
    }
    .box a{
    	width:100%;
    	height:auto;
    	overflow:hidden;
		display:block;
		text-align:center;
    }
    .box img{
    	width:55%;
    	height: auto;
    }

    .imgs{
    	width:100%;
    	height:auto;
    	overflow:hidden;
    	margin-bottom:10px;
    	display:none;
    	position:relative;
    }
    .imgs img{
    	width:100%;
    }
    .button{
        width:100%;height:50px;background-color: #F7813B;color: #fff;line-height:50px;text-align:center;font-size:20px;position: fixed;bottom: 0;}