html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
		margin:0;
		padding:0;
		font-family: "Microsoft YaHei",Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", STXihei, STHeiti, Heiti, SimSun, sans-serif; 
		font-size: 14px;
}
html,body{
	display: block;
	color:#333;
}
body{
	background:#f5f5f5;
	overflow-x: hidden;
}
ul,ol,li{ 
	list-style:none;
}
a:link, a:visited{ 
	color:#FB6638; 
	text-decoration:none;
}
a:hover{ 
	color:#FB6638;
}
img{ 
	border:none;
    vertical-align: middle;
}
em{ 
	font-style:normal;
}
h1,h2,h3,h4,h5{ 
	font-weight:normal;
}
input , select {
	text-indent: 8px;
	outline: 0;
}
/*placeholder*/
input::-webkit-input-placeholder {
	font-size: 16px;
	color: #7e7e7e;
}
input:-moz-placeholder {
	font-size: 16px;
    color: #7e7e7e;
}
input:-ms-input-placeholder {
	font-size: 16px;
    /* IE10+ */
    color: #7e7e7e;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}                           /*chrome*/

input[type="number"]{-moz-appearance:textfield;}   /* Firefox */
/*公共类*/
.hui-col {
	color: #7e7e7e;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix{zoom:1;}
/*公共类*/
.arrows {
	font-family: "\5B8B\4F53";  /*宋体的编码*/
}
.main-col {
	color: #2266cb;
}
.fa.arrow:before {
	content: "\f104"
}

.active>a>.fa.arrow:before {
	content: "\f107"
}

/*滚动条样式*/
.fixed-nav .slimScrollDiv #side-menu {
	padding-bottom: 60px;
	position: relative
}

.slimScrollDiv>* {
	overflow: hidden
}
body,
body.full-height-layout #page-wrapper,
body.full-height-layout #wrapper,
html {
	height: 100%;
}
.nav-close {
	padding: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 1.4em;
	cursor: pointer;
	z-index: 10;
	display: none;
	color: rgba(255, 255, 255, .3)
}
::-webkit-scrollbar-track {
	background-color: #F5F5F5
}

::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5
}

::-webkit-scrollbar-thumb {
	background-color: #999
}
/*内嵌内容公共部分 Begin*/
/*下拉选项*/
.selects {
	display: inline-block;
	line-height: 34px;
	color: #333;
	text-align: center;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #aaaaaa;
	box-sizing: border-box;
	transition: all 0.2s;
	overflow: hidden;
	position: absolute;
    top: 14px;
	right: 0;
	z-index: 999;
	behavior:url("/jrcz/js/pie_file/PIE.htc");
}
.selects:hover {
	height: auto;
	box-shadow: -1px 0px 12px 0px 
		rgba(170, 170, 170, 0.35);
	border: solid 1px #aaaaaa;
	/*position: relative;  造成该下拉框错位*/
	behavior:url("/jrcz/js/pie_file/PIE.htc");
}
/*当前选中的*/
.selects .selected {
	display: inline-block;
	height: 32px;
	padding: 0 24px;
	position: relative;
}
.selects:hover .selected {
	border-bottom: 1px solid #ddd;
}
.selects .selected .iconfont {
	color: #7E7E7E;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
}
/*下拉选项*/
.selects ul {
	height: 0;
}
.selects:hover ul {
	height: auto;
}
.selects ul li {
	width: 100%;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
}
.selects ul li:hover {
	background: #f5f5f5;
}









/*内嵌内容公共部分 End*/