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,em,strong,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;
}

/*顶部的导航*/
header {
    width:1300px;
    margin:0 auto;
	height: 66px;
    position:relative;
	background: #fff!important;
}
header .logo-top {
    position:absolute;
    left:10px;
    top:10%;
}
.top-navs {
	float: right;
	height: 100%;
    margin-right:10px;
	font-size: 14px;
}
.top-navs a {
	float: left;
	height: 100%;
	line-height: 66px;
	position: relative;
	margin: 0 ;
	padding: 0 20px;
	font-size: 18px;
}

.top-navs a:hover,.top-navs a.on {
    background:linear-gradient(#0c90f5,#36c6fa);
    color:#fff;
}
.top-navs a:hover::before,.top-navs a.on::before {
	/*content: "";*/
	position: absolute;
	/*bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #fff;*/
}
.btn-boxs {
	height: 100%;
	float: left;
	text-align: center;
	line-height: 66px;
}
.top-navs .cc-nav-btn {
	font-size: 14px;
	color: #fff;
	padding: 2px 10px;
	margin: 0 10px;
	border-radius: 5px;
	background: linear-gradient(#0c90f5,#36c6fa);
    cursor:pointer;
}
.user-tips {
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	padding: 3px 6px;
    color:#fff;
	border-radius: 100%;
	background: #FF0000;
	text-align: center;
	position: absolute;
	top: 5px;
	right: -5px;
}
/*头部导航结束*/


/*头部logo及搜索*/
.header {
	background: #1674be;
    /*background: url("../img/header.png");*/ 
}

.header .content {
  width: 100%;
  height: 115px;
  margin: 0 auto;
  background: url("../images/zstgLogo.png") no-repeat left center;
  position: relative; }

.search-boxs {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
	height: 42px;
	width: 500px;	
}
.search-input {
	height: 100%;
	font-size: 14px;
	width: 460px;
	outline: none;
	border: none;
	padding-left: 10px;
}
.search-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	background: #FF0000;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

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: #36c6fa;
}
.nav-left-box li:hover {
	background: #36c6fa;
}
.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; }
.user-box {
    width:auto;
    max-width:200px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
