 @charset "utf-8";
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
a{
	text-decoration: none;
}
html,body{
	height: 100%;
}
body{
	
	font-size: 16px;
	line-height: 16px;
	font-family: "微软雅黑";
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}
.clear{
	clear: both;
}
.clearfix:after {
	clear: both
}
.clearfix {
	*zoom: 1
}

input,textarea,select,button{
	border: none;
	padding: 0;
	margin: 0;
	outline: 0;
}
input[type="hidden"]{
	display: none;
}
ul,li{
	list-style: none;
}
img{
	display: block;
	border: none;
}
img.icon{
	display: inline;
	vertical-align: middle;
	margin-top: -4px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
 .mb0{
     margin-bottom: 0 !important;
 }
 .mb10{
     margin-bottom: 10px !important;
 }
.mt0{
	margin-top: 0 !important;
}
.mt10{
	margin-top: 10px !important;
}
.mt20{
	margin-top: 20px !important;
}
.mt30{
	margin-top: 30px !important;
}
.mt40{
	margin-top: 40px !important;
}




.ml0{
	margin-left: 0 !important;
}


.idcc-imgCenterbox{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.idcc-imgCenterbox .img{
	position: absolute;
	
	left: 50%;
	margin-left: -960px;
} 