*{
    margin:0;
    padding:0;
}
body{
	font-family: "SimSun";
	margin:0; padding:0;
	font-size: 16px;
}
a{
	text-decoration:none;
	color: #000000;
}
a:hover{
	cursor: pointer;
	color: #6495ED;
}
img{
	border:0 none;
}
li{
	list-style: none;
}
.caption{
	margin-bottom: 40px;
	text-align: center;
}
.caption span{
	font-family: "SimSun";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    border-bottom: 2px solid #E9630C;
    padding: 7px;
}
/*文字超出边界时，隐藏 jquery.ellipsis 插件使用*/
.ellip {
  display: block;
  height: 100%;
  _height:auto;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.margin-left-0{
	margin-left: 0 !important;
}
.margin-right-0{
	margin-right: 0 !important;
}
.float-right{
	float: right !important;
}
.float-left{
	float: left !important;
}

.test{
	width: 11px; height: 18px;
    background: url(../img/css_sprites.png)  -0 -424px;
}
.test2{

    width: 120px; height: 120px;
    background: url(../img/css_sprites.png) -460px -0;

}
.test3 {
    width: 120px; height: 120px;
    background: url(../img/css_sprites.png) -460px -120px;
}
.test4{
    width: 57px; height: 57px;
    background: url(../img/css_sprites.png) -460px -240px;
}
.iframe{
	border: none;
	width: 100%;
}