@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: #eeeeee;
	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
}
ul{
    margin: 0;
    padding:0;
}
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:1000px;
	padding:20px; 
	margin:20px auto 20px;
	background:#fff;
}
.content a {
	color:#333;
}
.con-img {
	height:90px; 
	width:100%; 
	color:#999; 
}
.con-bt {
	height:84px; 
	width:100%;
	line-height:84px; 
	color:#999; 
	background:url(bt-bg.png) repeat-x;
}
.con-bt-con {
	font-size:24px;
	margin:0 auto; 
	width:132px;
	height:24px;
	line-height:20px; 
	color:#366fb8; 
	background:#fff;
	text-align: center;
	position:relative;
	top:30px;
}
.con-more {
	height:40px; 
	width:170px;
	margin:0 auto;
	margin-top:10px; 
	color:#999;
	font-size:17px;
	line-height:38px;
	border:1px solid #e8e8e8;
	text-align:center;
}
.con-more a {
	color:#999;
	width:170px;
	height:40px;
	display:block; 
}
.con-more a:hover {
	color:#366fb8;
	text-decoration:none; 
}
.con-box01 {
	width:100%; 
}
.con-box02 {
	width:100%; 
}
.con-box02 ul { margin-top:10px; width:980px; height:160px; overflow:hidden; padding-left:2px;}
.con-box02 li { border:1px solid #e8e8e8; margin:0 18px 20px 0; float:left; width:176px; height:60px; padding: 7px;font-size:17px;}

.con-box03 {
	width:100%; 
	height:80px;
	margin-bottom:30px;
}
.con-box03-ty { 
	margin-right:20px; 
	float:left;
	background-color:#f2f7ff;
}
.con-box03-ty-right {
	margin-right:0px; 
}
.con-box03-con {
	width:225px; 
	height:80px;
	background:url(right.png) no-repeat 195px center;
}
.con-box03-con-img{
	width:60px; 
	height:100%; 
	float:left;
}
.con-box03-con-text{
	width:125px;
	height:50%; 
	float:left; 
	margin-top:20px;
}

.con-box04 {
	width:100%; 
	height:340px;
}
.con-box04-bt {
	width:100%; 
	height:33px;
	border-bottom:1px solid #e1e1e1;
	color:#366fb8;
	font-size:23px;
	line-height: 20px;
	margin-bottom: 20px;
}
.con-box04-left {
	height:100%; 
	width:630px; 
	float:left;
}
.con-box04-left-list {
	height:285px; 
	width:100%; 
	float:left;
}
.con-box04-middle {
	height:285px; 
	width:1px; 
	float:left;
	background:#e1e1e1;
	margin: 53px 0 0 20px;
}
.con-box04-right {
	height:100%; 
	width:290px; 
	float:right;
}
.con-box04-right-con {
	width:100%; 
	height:285px;
	overflow:hidden; 
}
.con-input{
	width:100%; 
	height:40px;
	margin-bottom:20px;
}
.con-input span{
	height:100%; 
	width:90px; 
	float:left; 
	font-size:17px; 
	line-height:40px; 
	text-align:justify;
}

.input {
    height: 40px;
    line-height: 40px;
    border: 1px solid #BBB;
    background-color: #FCFCFC;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    padding: 0 5px;
    vertical-align: middle;
    outline: 0;
	}
.input_1{
	width:100%;
	display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
	color: #fff;
    background-color: #397acc;
	border: none;
	border-radius: 3px;
	letter-spacing:10px;
	text-align: center;
	}

.con-box04-text-ty {
	width:100%; 
	height:100%; 
	font-size:18px; 
	line-height:36px; 
}	
.con-box04-yhzx {
	background:#fec35e;
}
.con-box04-yhzx-text {
	background:url(yhzx.png) no-repeat 30px center; 
}
.con-box04-cjwt {
	background:#f2f7ff; 
	border:1px solid #dcdcdc;
}
.con-box04-cjwt-text {
	background:url(cjwt.png) no-repeat 30px center; 
}
.con-box04-yhzx-text a {
	color:#fff; 
}
.con-box04-yhzx-text a:hover {
	color:#fff;
	text-decoration:none; 
}
.con-box04-cjwt-text a {
	color:#5b97f0; 
}
.con-box04-cjwt-text a:hover {
	color:#5b97f0;
	text-decoration:none; 
}
/*右边滚动的导航======================*/
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: "微软雅黑"
}