html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
font,
img,
small,
strong,
b,
u,
i,
s,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label {
	margin: 0;
	padding: 0;
}
label{cursor: pointer;}
li{list-style: none;}
a,s{text-decoration: none;}
img{vertical-align: top; border: 0;}
body{
	min-width:1160px;
}
body,a{font-family: "Microsoft Yahei";color:#333;}

a:hover{color: #ff9c38;}

a:focus{outline: none;}
/*
 *   public style
*/
.clearfix::after,
.clearfix::before{
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}


.bincolor{
	color: #e3282f;
}

.fr{
	float: right;
}
.fl{
	float: left;
}

#main .pages{
	margin-top: 80px;
	float: right;
}
#main .pages li{
	float: left;
	border: 1px solid #bcbcbc;
	padding: 1px 6px;
	font-size: 12px;
	margin-right: 14px;
	cursor: pointer;
}
#main .pages li.active{
	background-color: #e3282f;
	border: 1px solid #e3282f;
	color: #fff;
}



/* bread nav */


.bread{
	height: 41px;
	line-height: 41px;
	background:#f9f9f9;
	position: relative;
	top: 211px;
	z-index: 1;

}
.bread .sub_nav {
	width: 1360px;
	margin: 0 auto;
} 
.bread .sub_nav ul li { display: inline-block; margin-left: 48px; font-weight: bold; font-size: 14px;}



input[type="checkbox"],
input[type="radio"]{
	display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label{
	position: relative;
	padding-left: 20px;
}

input[type="checkbox"] + label::after,
input[type="checkbox"] + label::before,
input[type="radio"] + label::after,
input[type="radio"] + label::before{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 3px;
	cursor: pointer;
	/* opacity: 0.5; */
	left: 0;
}
input[type="checkbox"].checked + label::before,
input[type="radio"].checked + label::before{
	/* border:none; */
	z-index: 1;
	background: url(../images/checkbox.png) no-repeat;
}
input[type="checkbox"] + label::after,
input[type="radio"] + label::after{
	background: url(../images/checkbox_b.png) no-repeat;
	
}


/* outwindow style*/
.outwindow{
	width: 704px;
	background-color: #fff;
	border-radius: 8px;
	position: absolute;
	left: 50%;
	margin-left: -352px;
	top: 25%;
	z-index: 20;
	display: none;
}
.outwindow.active{
	display: block;
}
.outwindow h3{
	line-height: 56px;
	padding-left: 28px;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #d8d8d8;
}
.outwindow h3 span{
	float: right;
	font-family: 'simsun';
	text-align: center;
	cursor: pointer;
	display: inline-block;
	width: 56px;
	height: 56px;
	font-size: 24px;
	color: #999;
	margin-right: 8px;
}
.bg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 5;
	background-color: rgba(0,0,0,.4);
	display: none;
}


/*  dropmenu style   */

.select{
	position: relative;
}
.select .current{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	cursor: pointer;
	display: inherit;
	line-height: 30px;
	padding: 0 10px;
}
.options{
	border: 1px solid #D6D5D5;
	position: absolute;
	padding: 5px;
	top: 43px;
	left: 0;
	background-color: #fff;
	border-radius: 8px;
	z-index: 11;
	display: none;
	height: 300px;
	overflow: auto;
}
.options dd{
	font-size: 14px;
	line-height: 34px;
	width: 96%;
	margin: 0 auto;
	cursor: pointer;
}
.options dd:hover{
	color: #ff9933;
}
.options dd + dd{
	border-top: 1px solid #dcdbdb;
}
.options span{
	width: 9px!important;
	height: 6px;
	position: absolute;
	right: 13px;
	top: -6px;
	background-color: #fff;
	overflow: hidden;
}
.options span s{
	display: block;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border: 1px solid #D6D5D5;
	position: absolute;
	left: 1px;
	top: 2px;
}

html,body{
	width: 100%;
}