.index{
	width:100%;
	height:auto;
	float:left;
}
.index .top{
	width:100%;
	height:122px;
	float:left;
	background:#fff;
}
.top .logo{
	width:657px;
	height:104px;
	background:url(../images/logo.jpg) no-repeat;
	float:left;
	margin-right:100px;
}
.top .daohang{
	width:760px;
	height:100%;
	margin-top:52px;
	float:left;
}
.daohang ul{
	width:100%;
	height:52px;
	float:left;
}
.daohang ul li{
	width:120px;
	height:100%;
	float:left;
	color:#000000;
	line-height:52px;
	font-size:16px;
}
.daohang ul li a{
	color:#000000
}
.index .banner{
	width:100%;
	height:403px;
	float:left;
}
.banner_main1{
	width:100%;
	height:403px;
	float:left;
}
.banner_main1 .banner_main1_01{
	width:100%;
	height:100%;
	float:left;
	position: relative;
	/*border:1px solid black;*/
}

.banner_main1_01 .flexslider {
	/*margin: 0px auto 20px;*/
	position: relative;
	width: 100%;
	height:100%;
	float:left;
	overflow: hidden;
	/*zoom: 1;*/
}
.slider{
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	overflow: hidden;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	float:left;
}

.flex-direction-nav a {
	width: 40px;
	height: 72px;
	line-height: 99em;
	overflow: hidden;
	/*margin: -35px 0 0;*/
	display: block;
	background: url(../images/ad_ctr2.png) no-repeat;
	position: absolute;
	top: 30%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;    /*È¥µô´Ë²»Í¸Ã÷*/
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flexslider .slides a img {
	width: 100%;
	height:auto;
	display: block;
}
.flex-direction-nav .flex-next {
	background-position: 0 -74px;
	right: 10%;
}
.flex-direction-nav .flex-prev {
	left:10%;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot2.png) no-repeat 0 -18px;
	display: block;
	height: 17px;
	overflow: hidden;
	text-indent: -99em;
	width: 17px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}
.index .chanpin{
	width:1200px;
	height:100%;
	margin:0 auto; 
}
.chanpin .leixing{
	width:290px;
	height:340px;
	float:left;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
}
.leixing .div{
	width:290px;
	height:100%;
	background:#ffffff;
	float:left;
	overflow:hidden;
	
}
.leixing .div img{
	width:265px;
	height:144px;
	border: 1px solid #cecece;
	float:left;
	margin-left:15px;
	margin-top:32px;
	margin-right:10px;	
}
.leixing .div span{
	width:100%;
	height:30px;
	font-size:24px;
	font-family:"Î¢ÈíÑÅºÚ";
	color:#000000;
	float:left;
	margin-top:55px;
	margin-bottom:55px;
	overflow:hidden;
	text-align:center;
}
.leixing .div span a{
	color:#000000;
}
.leixing ul{
	width:250px;
	height:210px;
	float:left;
	overflow:hidden;
}
.leixing ul li{
	width:250px;
	height:26px;
	line-height:26px;
	color:#000000;
	font-size:16px;
	background:#ffffff;
	margin-left:40px;
	margin-right:10px;
	float:left;
	
}
.leixing ul li a{
	color:#000000;
}
.index .foot{
	width:100%;
	height:100%;
	background:#fff;
	border-top:4px solid #0073bc;
	float:left;
	margin-top:10px;
}
.foot .footer{
	width:1200px;
	height:100px;
	margin:0 auto;
	background:url(../images/foot.jpg) no-repeat;
}



@media screen  and (max-width: 1400px) {
	   .top .logo{
	
			margin-right:60px;
		}
		.top .daohang{
			width:530px;
			
		}
		.daohang ul{
			width:100%;
			height:52px;
			float:left;
		}
		.daohang ul li{
			width:80px;
			
		}
	}
	