﻿li {
	list-style: none;
}
img {
	border: 0;
}
._con {
	overflow: hidden;
	margin: 10px auto;
	width: 100%;
	box-sizing: border-box !important;
}
#carousel_container {
	position: relative;
	height: 100px;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
#carousel_container ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#carousel_inner {
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
#left_scroll {
	position: absolute;
	width: 9px;
	height: 50px;
	left: 0;
	top: 0;
	cursor: pointer;
	cursor: pointer;
	background: url(../images/left_arrow.png) no-repeat;
	background-size: 100% 100%
}
#right_scroll {
	position: absolute;
	right: 3px;
	width: 9px;
	height: 50px;
	cursor: pointer;
	cursor: pointer;
	background: url(../images/right_arrow.png) no-repeat;
	background-size: 100% 100%
}
#carousel_ul {
	width: 9999px;
	height: 82px;
	position: relative;
}
#carousel_ul li {
	float: left;
	width: 82px;
	height: 82px;
	vertical-align: middle;
	margin-right: 0;
	text-align: center;
}
#carousel_ul li a {
	display: block;
	border: solid 1px #ececec;
	width:80px;
	height: 80px;
	background:#fff;
}
#carousel_ul li a i {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
#carousel_ul li a:hover {
	border: solid 1px #0070c2;
}
#carousel_ul li img {
	vertical-align: middle;
	max-width: 80px;
	max-height: 80px; background:#fff;
_width: expression((this.offsetWidth > 40) ? "40px" : this.offsetWidth + "px" );
_height: expression((this.offsetHeight > 40) ? "40px" : this.offsetHeight + "px" );
}

@media screen and (max-width: 1280px)
{

}
@media screen and (max-width: 1140px)
{

}
@media screen and (max-width: 1024px)
{

}
@media screen and (max-width: 520px)
{

}


