.nav .logo{
	width:120px;
	height:57px;
	float:left;
	margin: 13px 0 10px 60px;
	background:url("../img/index/logo.png") no-repeat top left;
}
#slider{
	position: relative;
	top:0px;
	left:0px;
	width: 100%;
	margin:0 auto;
	height: 100%;
	min-width: 1200px;
}
#imgs{
	width: 100%;
	height:100%;
	position:absolute;
	top:0px;
	font-size:0;
}
#imgs li{
	position:absolute;
	top:0;
	left:0;
	display: none;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
}
#imgs li.li1{
	background-color:#0c71c4;
}
#imgs li.li2{
	background-color:#943098;
}
#imgs li.li3{
	background-color: #24bebb;
}
#imgs li.li4{
	background-color:#005ea8;
	background-image:url(../img/index/banner_04bg.png);
}
#indexs{
	position:absolute;
	bottom: 121px;
	text-align: center;
	font-size:0px;
	width:100%;
	height: 30px;
}
#indexs li{
	display: inline-block;
	width:10px;
	height:10px;
	background-color: #000;
 	opacity: 0.4 ;
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
 /* background-color: rgba(255,255,255,0.4);*/
	border-radius:50%;
	margin:0 6px;
	cursor: pointer;
}
#indexs li.active{
	background: #fff;
	opacity: 1;
}
#slider .btn{
	position:absolute;
	top:50%;
	margin-top:-54px;
	width: 48px;
	height: 107px;
	cursor: pointer;
	display: none;
}
#slider:hover .btn{
	display: block;
}
#slider .left{
	background: url(../img/index/left.png) 0 0 no-repeat;
	left: 50px;
}
#slider .right{
	background: url(../img/index/right.png) 0 0 no-repeat;
	right: 50px;
}
.shade{
	position:absolute;
	bottom: 0px;
	width:100%;
	height: 126px;
	background:rgba(0,0,0,0.4);
	background:#000;
	opacity:0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.artical{
	position: absolute;
	bottom: 0px;
	width:100%;
	min-width:1200px;
	margin: 20px auto 0px;
	text-align: center;
	font-size:0px;
}
.artical .content{
	display: inline-block;
	margin:0 90px;
	text-align: left;
}
.artical .content>div{
	width:150px;
	height: 96px;
	display: inline-block;
	vertical-align: top;
}
.artical .content .imgl{
	background:url(../img/index/artical_01.png) no-repeat center center;
}
.artical .content .imgr{
	background:url(../img/index/artical_02.png) no-repeat center center;
}
.artical .content .rt{
	display: inline-block;
	margin-left:25px;
	margin-top:10px;
}
.artical .content h2{
	font-size:20px;
	color:#fefefe;
}
.artical .content a{
	display: inline-block;
	line-height: 30px;
	margin-top:14px;
	color:#fefefe;
	font-size:14px;
	border:1px solid #DCDCDC;
	border-radius:3px;
	padding: 4px 46px 4px 24px;
	cursor:pointer;
	background: url(../img/index/circle.png) no-repeat 99px 50%;
}
.artical .content a.rightButton{
	position: absolute;
    margin-left: 10px;
}
.footer{
	width:100%;
	min-width:1200px;
	text-align: center;
	margin-top:15px;
}
.footer p{
	font-size:12px;
	color:#C6C6C6;
	margin:0 auto;
}
.picbg1{
	width: 58%;
	height: 100%;
	position:absolute;
	top:10%;
	left:50%;
	margin-left: -29%;
	background:url(../img/index/banner_01.png) no-repeat top center;
	background-size: contain;
}
.picbg2{
	width: 63%;
	height: 100%;
	position:absolute;
	top:10%;
	left:50%;
	margin-left: -31%;
	background:url(../img/index/banner_02.png) no-repeat top center;
	background-size: contain;
}
.picbg3{
	width: 49%;
	height: 56%;
	position:absolute;
	top:10%;
	left:50%;
	margin-left: -25%;
	background:url(../img/index/banner_03.png) no-repeat top center;
	background-size: contain;
}
.picbg4{
	width: 100%;
	height: 88%;
	position:absolute;
	top:10%;
	left:50%;
	margin-left: -50%;
	background:url(../img/index/banner_04.png) no-repeat top center;
	background-size: contain;
}
.pic1{
	width: 58%;
	position:absolute;
	top:10%;
	left:50%;
	margin-left: -29%;
}
.pic2{
	width: 63%;
	position:absolute;
	top:10%;
	left:50%;
	margin-left: -31%;
}
.pic3{
	width: 49%;
	position:absolute;
	top:10%;
	left:50%;
	margin-left: -25%;
}
.pic4{
	width: 100%;
	position:absolute;
	top:10%;
	left:50%;
	margin-left: -50%;
}
