/*轮播图start*/
.fullSlide{
	width:100%;
	height: 100%;
	position:relative;
 	background:#000;
}
.fullSlide .bd{
	width: 100%;
	height: 100%; 
	margin:0 auto; 
	position:relative; 
	z-index:0; 
	overflow:hidden;  
}
.fullSlide .bd ul{ 
	width:100%!important;  
	height:100%!important;
}
.fullSlide .bd li{ 
	width:100%!important;  
	height: 100%!important;
	overflow:hidden; 
	text-align:center;  
}
.fullSlide .hd{ 
	position:absolute; 
	z-index:1; 
	bottom:40px; 
	left: 0;
	right:0;
	height:10px; 
	line-height:10px;  
}
.fullSlide .hd ul{ 
	text-align:center;
}
.fullSlide .hd ul li{ 
	cursor:pointer; 
	display:inline-block; 
	*display:inline; 
	zoom:1; 
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    opacity: .6;
    margin: 0 15px;
    overflow: hidden;
    line-height:9999px; 
}
.fullSlide .hd ul .on{ 
	opacity: 1;
    background: #2b6092;
}
.fullSlide .bd li .pic{
	width: 100%;
    height: 100%;
    position: relative; 
}
.fullSlide .bd li .pic img,
.fullSlide .bd li .pic video{
	position: absolute;
}
/*轮播图end*/
.index{
	width: 100%;
	height:100%;
}
.index .text{
	width: 100%;
	height: 100%;
	position: relative;
}
.index .wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align:left;
}
.index .wrap1{
	margin-top: -42px;
	margin-left: -529px;
}
.index .wrap2{
	margin-top:-122px;
	margin-left:-540px;
}
.index .wrap3{
	margin-top:-180px;
	margin-left:-546px;
}
.index .wrap h1{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 42px;
}
.index .wrap .title-mg{
	margin-bottom: 75px;
}