body{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑";
}
.bg{
	width:100%;
	height:1090px;
	padding-bottom: 100px;
}
.heade {
    margin: 0 auto;
    padding-top: 45px;
    width: 1220px;
}
.logo{
	background:url(/Public/common/images/schemelogo.png) no-repeat;
	width:208px;
	height:33px;
	float:left;
}
.x {
    background: none repeat scroll 0 0 #2b2b2b;
    display: block;
    float: left;
    height: 32px;
    margin-left: 15px;
    width: 1px;
}
.heade span {
    color: #2b2b2b;
    font-family: "微软雅黑";
    font-size: 17px;
    line-height: 35px;
    margin-left: 20px;
}
.container{
	width:1245px;
	height:1050px;
	margin:25px auto;
    box-shadow: 4px 4px 20px #ccc;
}
.scheme {
    border: 1px solid #ccc;
    float: left;
    height: 125px;
    margin: 21px 0 0 20px;
    width: 386px;
}
.content{
	 
	height:80px;
	margin:33px auto 0px;
	font-size:16px;
	font-family: "微软雅黑";
	color:#555;
	width: 280px;
	float:right;
}
.content i{
	width:80px;
	height:50px;
	float:left;
}
.scheme img{
	float:left;
	margin: 30px 20px;
}
.content a {
    position: relative;
    text-decoration: none;
    top: 7px;
}
.feture{
	font-size:24px;
	color:#000;
	font-family:"微软雅黑";
}
.feture2{
	position:relative;
	top:10px;
	color:#555;
}
.m_banner {
    background: none repeat scroll 0 0 #fff;
    height: 300px;
    position: relative;
}
.m_banner .banner {
    background-position: center top;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner_ctrl {
    height: 100px;
    left: 50%;
    margin: -50px 0 0 -480px;
    position: absolute;
    top: 50%;
    z-index: 2;
}
.banner_ctrl a {
    background: url("/Public/common/images/banner_ctrl.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 100px;
    opacity: 0.1;
    position: absolute;
    width: 30px;
}
.banner_ctrl a.prev {
    left: -30px;
}
.banner_ctrl a.next {
    background-position: -30px 0;
    position: relative;
    right: -970px;
}
.m_banner .banner .main_c {
    height: 300px;
    position: relative;
    z-index: 10;
}