.container{
	width: 100%;
	height: 100%;
/*	position: relative;*/
}
body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bannerBox{
	width: 100%;
	position: absolute;
	bottom: 75px;
	left: 0px;
	top: 0px;
	overflow: hidden;

}
.banners{
	display: none;
	position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background-size:cover;
    -ms-behavior: url(Public/Index/Css/backgroundsize.min.htc);
    behavior: url(Public/Index/Css/backgroundsize.min.htc);
}
.banners img{
	width: 100%;
	height: 100%;
}
/*.bg1{ 
	display: block;
    background: url("../Img/bg3.jpg") no-repeat center center;  
}
.bg2{ 
    background: url("../Img/bg1.png") no-repeat center center;  
}
.bg3{ 
    background: url("../Img/bg2.png") no-repeat center center;  
}*/
@media screen and (min-width: 1200px){
	.banners{
		background-size: 100% 100%;
	}

}
@media screen and (max-width: 1200px){
	.banners{
		background-size:cover;
	}
	.bannerBox{	
		max-width: 1920px;
    	min-width: 1200px;
    }
}
/*标语*/
.biaoyu{
	width: 1200px;
	height: 120px;
	position: absolute;
	top: 235px;
	left: 50%;
	margin-left: -600px;
	z-index:2;
}
.biaoyu img{
	width: 480px;
	height: 72px;
	float: right;
	margin-right: 220px;
}
/*底部的两大模块部分*/
.main_type{
	width: 1050px;
	height: 75px;
	margin: 0 auto;
	position: absolute;
	bottom: 75px;
    left: 50%;
    margin-left: -513px;
    z-index: 3;
}
.type_bottom{
	width: 100%;
	height: 100%;
}
.type_bottom .blocks{
	width: 340px;
	height: 75px;
	line-height:75px;
	font-size: 30px;
	float: left;
	position: relative;
	margin-right: 6px;
}
.main_span{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0px;
	*left: 4px;
	z-index: 100;
}
.type_bottom .blocks.type1 > a{
	background-color: #000;
	opacity: 0.4;
	filter: Alpha(Opacity=50);
	z-index: 1;
}
.type_bottom .blocks.type2 > a{
	background-color: #000;
	opacity: 0.4;
	filter: Alpha(Opacity=50);
	z-index: 1;
}
.type_bottom .blocks.type3 > a{
	background-color: #000;
	opacity: 0.4;
	filter: Alpha(Opacity=50);
	z-index: 1;
}
.type_bottom .blocks > a{
	display: block;
	width: 340px;
	height: 75px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.type_bottom .blocks .none_list{
/*	display: none;*/
	position: absolute;
	top: 0px;
	*left: 0px;
	background:url("../Img/bg_b.png") repeat-y;
	opacity: 0;
	width: 300px;
	height: auto;
	z-index: 1;
	padding:0 20px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.none_list a{
	display: block;
	width: 260px;
	height: 30px;
	line-height: 30px;
	color: #e2e2e2;
	font-size: 15px;
	float: left;
	position: relative;
	padding-left: 15px;
	margin-left: 20px;
	overflow: hidden;
}
.none_list a i{
	display: block;
	width: 6px;
	height: 11px;
	position: absolute;
	top: 10px;
	left: 0px;
	background: url("../Img/icon1.png") no-repeat;
}