.layout-header {
    top:0;
    left:0;
    z-index: 999;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 5px #ddd;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.banner{
	position: relative;
	height: 579px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.load{
	position: relative;
	height: 600px;
	width: 100%;
	min-width: 960px;
	/*border: 1px solid pink;*/
}
.load .container{
	position: absolute;
	/*border: 1px solid yellow;*/
	width: 60%;
	height: 80%;
    left: 20%;
    text-align: left;
    top: 10%;
}
.load .container .left{
	width: 40%;
	height:100%;
	left: 6%;
	position: absolute;
	
}
.load .container .right{
	left: 50%;
	width: 50%;
	height: 100%;
	position: absolute;
}
.load .container .soft-image{
   background-repeat: no-repeat;
   background-position: center;
}
.load .container .soft-info{
	top: 5%;
}
.load .container .load-title{
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: #666;
}

.load .container .load-content{
	font-size: 14px;
	margin: 15px auto;
	line-height: 30px;
	color: #666;
}

.load .container .load-versions{
	font-size: 14px;
	margin: 30px auto;
	line-height: 30px;
	color: #666;
}
.load .container .load-btn{
	display: inline-block;
	width: 280px;
	height: 87px;
	background-repeat: no-repeat;
	opacity: 0.5;
}
.load .container .load-btn:hover{
	opacity: 1;
}
