body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{outline:none;margin:0;padding:0;font-family:"微软雅黑"}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;color:inherit}fieldset,img{border:0}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}capation{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:before,q:after{content:""}abbr,acronym{border:0}.clearfix:after{visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0}.clearfix{*zoom:1}
.fl{float: left;}.fr{float: right;}
button {
	background: none;
	border: none;
	outline: none;
}





body {
	/*background: #ececec;*/
}
.main-content {
	width: 1100px;
	min-height: 700px;
	margin: 0 auto;
	background: #fff;	
	overflow: hidden;
}
.breadcrumb-box {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #aaa dashed;
}
.layui-breadcrumb a:hover {
	color: #1674be!important;
}
.main-content .side-nav {
	float: left;
	width: 180px;
	
	height: 100%;
}
.nav-left-box {
	margin-top: 10px;
	border: 1px solid #d7d7d7;
}
.nav-left-box li {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #d7d7d7;
	
}
.nav-left-box li:last-child {
	border: none;
}
.nav-left-box li.on {
	background: #1173bf;
}
.nav-left-box li:hover {
	background: #1173bf;
}
.nav-left-box li a {
	display: block;
    text-indent: 20px;
    margin: 0 10px;
    border-bottom: 1px solid #e3e3e3;
    background: url(../images/form_0.png) no-repeat 142px center;
    color: #031a26;
    font-size: 14px;
}
.nav-left-box li.on a {
	border: none;
    color: #FFFFFF;
}
.nav-left-box li:hover a {
	border: none;
    color: #FFFFFF;
}
.main-content .right-content {
	float: left;
	width: 910px;
	
}
.right-content {
	border-left: 1px solid #e3e3e3;
}

.paragraph {
	font-size: 14px;
	line-height: 28px;
	margin: 20px 10px;
}
.text-right {
	text-align: right;
}
/*头部logo及搜索-end*/
footer {
  height: 86px;
  line-height: 86px;
  text-align: center;
  color: #000;
  font-size: 12px;
  background-color: #21acdc;
  margin-top: 50px; }
