@media (min-width: 1200px){
	.Carousel {
		margin: 0px auto 20px;
		position: relative;
		width: 100%;
		height: 200px;
		overflow: hidden;
		zoom: 1;
		background-color:#F6F6F6;
	}
	.Carousel .slides li {
		width: 100%;
		height: 100%;
	}
	
	.Carousel .slides a img {
		width: 100%;
		height: 170px;
		display: block;
	}
	.flex-control-nav {
		width: 100%;
		position: absolute;
		bottom: -10px;
		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/index/dot.png) no-repeat 0 -16px;
		display: block;
		height: 16px;
		overflow: hidden;
		text-indent: -99em;
		width: 16px;
		cursor: pointer;
	}
	
	.flex-control-paging li a.flex-active,
	.flex-control-paging li.active a {
		background-position: 0 0;
	}
	.hehe.hehe2,.hehe3{
		 width:980px;
		 height:170px;
	}
	.hehe{
		 background: url(../images/index/slider1.png) no-repeat center;
	}
	.hehe2{
		 background: url(../images/index/slider2.png) no-repeat center;
	}
	.hehe3{
		 background: url(../images/index/slider3.png) no-repeat center;
	}
}
@media (max-width: 479px){	
	.hehe{
		 background: url(../images/index/slider1.png) no-repeat center;
		 background-size:360px 62px;
	}
	.hehe2{
		 background: url(../images/index/slider2.png) no-repeat center;
		 background-size:360px 62px;
	}
	.hehe3{
		 background: url(../images/index/slider3.png) no-repeat center;
		 background-size:360px 62px;
	}
	.Carousel {
		margin: 0px auto 20px;
		position: relative;
		width: 100%;
		height: 200px;
		overflow: hidden;
		zoom: 1;
		background-color:#F6F6F6;
	}
	.Carousel .slides li {
		width: 100%;
		height: 100%;
	}
	
	.Carousel .slides a img {
		width: 100%;
		height: 170px;
		display: block;
	}
	.flex-control-nav {
		width: 100%;
		position: absolute;
		bottom: -10px;
		text-align: center;
		margin-left:-20px;
	}
	.flex-control-nav li {
		margin: 0 2px;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	
	.flex-control-paging li a {
		background: url(../images/index/dot.png) no-repeat 0 -16px;
		display: block;
		height: 16px;
		overflow: hidden;
		text-indent: -99em;
		width: 16px;
		cursor: pointer;
	}
	
	.flex-control-paging li a.flex-active,
	.flex-control-paging li.active a {
		background-position: 0 0;
	}
	.slides li a img{
		width:380px;
		height:66px;
	}
}