.banner{
	position: relative;
	height: 260px;
	background: url(../images/slider2-1.jpg) no-repeat;
	background-size: cover;
}
.banner_content{
	position: absolute;
	top: 163px;
	left: 13%;
	color: #fff;

}
.banner_content span{
	font-size: 18px;
}
.banner_content span.platform{
	font-size: 36px;
	margin-right: 10px;
}
.content{
	height: auto;
}
.wrap_fo{
	position: relative;
	margin: 0 auto;
	width: 72%;
	min-width: 1024px;
	overflow: hidden;
}
.wrap{
	position: relative;
	margin: 0 auto;
	width: 1190px;
	min-width: 1024px;
	overflow: hidden;
}
.content_fixed{
	position: fixed; 
	top: 76px;
}
.left{
	float: left;
	text-align: right;
	width: 200px;
	padding-top: 60px;
	height: auto;
}
.left ul {
	width: 200px;
	
}
.left ul li {
	margin:50px auto;
	width: 100%;
}
.left ul li a{
	display: inline-block;
	width: 100%;
	position: relative;
	font-size: 18px;
    height: 32px;
    line-height: 32px;
    clear: both;
    color: #333;
    text-align: right;
    padding-right: 20px;
    cursor: pointer;
}
.left ul li a.current{
	color: #ff5b21;
}
.left ul li a.current span.point {
	background-color: #ff5b21;
}
.left ul li a span.point{
	position: absolute;
	right: -7px;
    top: 10px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #9d9d9d;
    border-radius: 10px;
}
.right{
	float: right;
    width: 990px;
    padding: 0 79px 100px 84px;
    border-left: 1px solid #e9e9e9;
	
}
.right .container-item{
	height: auto;
    margin-top: 85px;
}
.right .container-item h2{
	font-size: 36px;
    color: #333;
    border-bottom: 1px solid #e9e9e9;
    line-height: 84px;
    font-weight: 500;
}
.right .container-item p{
	font-size: 16px;
    color: #777;
    text-indent: 2em;
    line-height: 28px;
    padding-top: 20px;
}
.right .container-item ul{
	font-size: 16px;
    color: #777;
    padding-left: 2em;
    line-height: 28px;
    margin-top: 5px;
}
.right .container-item ul li{
	list-style: disc;
}
 .pin-wrapper{
 	float: left;
 } 
 /*.right .container-item h3+p{
 	padding-top: 10px;
 }*/