@charset "utf-8";
/* CSS Document */
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, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}
html {
	height: 100%;
	background: #f0f0f0;
}
body {
	font-size: 100%;
	color: #fff;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	background: #e9e9e9;
	min-height:100%;
	position: relative;
}
form {
	display: inline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th {
	text-align: inherit
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input, img {
	vertical-align: middle
}
ol, ul {
	list-style: none
}
em, i {
	font-style: normal
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
textarea {
	resize: none
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}


/*content======================*/
.content {
	width:1200px; 
	padding:20px; 
	margin:0 auto;
	background:#fff;
}
.con-left {
	width:100%;
	float:left;
	height:35px;
	border-bottom:1px solid #f2f2f2;
}
.con-right {
	width:570px;
	float:right;
}
.con-col-name {
	width:100%;
	height:35px; 
	border-bottom:1px solid #f2f2f2;
}
.con-col-name-con {
	color:#1a69d5; 
	height:35px; 
	border-bottom:2px solid #366fb8;
	font-size:17px;
	font-weight:bold; 
	float:left;
	line-height:35px;
}
.con-col-list {
	width:100%;
	margin-top:15px; 
	height:auto;
}

/*右边滚动的导航======================*/
body{
  position:relative;
}
.right-nav{
  position: fixed;
  right: 10px;
  top:332px;
  width: 60px;
  height: 330px;
  z-index:99;
}
.right-nav ul li{
   width: 60px;
   height: 60px;
   margin-bottom:2px;
   cursor: pointer;
 
}
.right-nav ul li.right-nav-1{
  background:#c4c3c3 url(right-nav_01.png) no-repeat center center; 
}
.right-nav ul li.right-nav-2{
  background:#c4c3c3 url(right-nav_02.png) no-repeat center center; 
}
.right-nav ul li.right-nav-3{
  background:#c4c3c3 url(right-nav_03.png) no-repeat center center; 
}
.right-nav ul li.right-nav-4{
  background:#c4c3c3 url(right-nav_04.png) no-repeat center center; 
}
.right-nav ul li.right-nav-5{
  background:#c4c3c3 url(right-nav_05.png) no-repeat center center; 
}
.right-nav ul li.right-nav-1:hover{
  background:#5494e5 url(right-nav_01.png) no-repeat center center; 
}
.right-nav ul li.right-nav-2:hover{
  background:#5494e5 url(right-nav_02.png) no-repeat center center; 
}
.right-nav ul li.right-nav-3:hover{
  background:#5494e5 url(right-nav_03.png) no-repeat center center; 
}
.right-nav ul li.right-nav-4:hover{
  background:#5494e5 url(right-nav_04.png) no-repeat center center; 
}
.right-nav ul li.right-nav-1:hover{
  background:#5494e5 url(right-nav_01.png) no-repeat center center; 
}
.right-nav ul li.right-nav-5:hover{
  background:#5494e5 url(right-nav_05.png) no-repeat center center; 
}
.right-nav ul.right-nav1 li{
  position: relative;
}
.right-nav ul.right-nav1 li .ewm{
  width:90px;
  height:80px;
  background-image:url(right-nav_bg.png);
  background-size:100% 100%; 
  position: absolute;
  left:-90px;
  top: -10px;
  display: none;
}
.right-nav ul.right-nav1 li .ewm img{
  margin-top:5px;
  margin-left:7px; 
}

.banner .search .text, .work-top ul li{
  font-family: "微软雅黑"
}