@import url("../font/iconfont.css");
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
frameset,
table,
th,
tr,
td,
p,
fieldset {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: none;
}

*:focus {
	outline: none;
}

i,
em,
cite {
	font-style: normal;
}

input[type=text],
input[type=button],
button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


/* a */

a,
a:link {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:visited {}

a:active,
a:hover {
	text-decoration: none;
	color: #77a914;
}

a:focus {
	outline: none;
}

.clear {
	clear: both;
}

.h20 {
	height: 20px;
}

.container {
	width: 960px;
	margin: 0 auto;
}


/*滚动插件颜色调整*/

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(121, 172, 20, .3);
	width: 4px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(121, 172, 20, 1);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(121, 172, 20, 1);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
}


/*图片点击放大*/

#imgbox-loading {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
	z-index: 90;
}

#imgbox-loading div {
	background: #FFF;
	width: 100%;
	height: 100%;
}

#imgbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 80;
}

.imgbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	display: none;
	z-index: 90;
}

.imgbox-img {
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.imgbox-title {
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
	font-family: Arial;
	color: #333;
	display: none;
}

.imgbox-bg-wrap {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
}

.imgbox-bg {
	position: absolute;
	width: 20px;
	height: 20px;
}