﻿@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset,  button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	_word-break: break-all;
	overflow-x: hidden;
	background: url(bg.png) 0 0 repeat;
}
body, button, input, select, textarea {
	
	font-family: "微软雅黑"
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
select, input, button, textarea {
	_font-size: 100%;
}
h4, h5, h6 {
	font-size: 100%;
}

ul, ol {
	list-style: none outside none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #2b6ebe;
	text-decoration: none;
}
a, a:hover {
	outline: none;
}
legend {
	color: #000;
}
fieldset, img {
	border: none;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	border: none;
	height: 1px;
}
html {
	overflow-y: scroll;
	overflow-x: auto;
}
ul, ol {
	list-style: none outside;
}
img {
	-ms-interpolation-mode: bicubic;
}
.cl {
	clear: both;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.fb {
	font-weight: bold;
}
.fn {
	font-weight: normal;
}
.noline {
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}

.none {
	display: none;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.nowrap {
	white-space: nowrap;
}
.nobor {
	border: none;
}

.yahei {
	font-family: "微软雅黑";
}
.hidden {
	display: none
}
.nobg{ background:none}
.mt10{ margin-top:10px;}
.mt50{ margin-top:50px;}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.clear{ clear:both}
.mt20{ margin-top:20px;}
.ml20{ margin-left: 20px;}
body{color: #333;font-family: "微软雅黑"; font-size:16px; background: #e4f1fa;}
/*中部*/
.ly_content{ width:1200px; margin:0px auto;overflow:hidden; margin-top:15px;  }
/*顶部*/
.ly_top{ height: 30px;  line-height: 30px; border-bottom: solid 1px #1e69c9; color: #fff;font-size: 12px;}
.ly_top .ly_top_left{float: left;margin-left: 35px;}
.ly_top .ly_top_right{float: right;margin-right: 35px;color: #fff!important;}
.ly_top a{ color: #fff; }
/*头部 */
.ly_header{ height: 240px; width: 100%; background: url(ly_index_01.png) 0 0 no-repeat; overflow: hidden; }
.ly_innerheader{ width: 1200px; height:155px; margin: 0 auto; overflow: hidden; }
.ly_logo{ margin:20px 0 0 50px;}
/*搜索*/
.ly_header .ly_search{ float:right; width:280px; margin-top: 5px; margin-right: 20px; background: url(ly_searchbg.png) 0 center no-repeat;}
.ly_header .ly_search .searchtxt{ width:214px; height:40px; line-height:40px; padding-left:20px; float:left; color: #666; font-size: 14px; background: none; border: none; }
.ly_header .ly_search .searchbut{ width:40px; height:30px;margin-top: 5px; border-style:none;;cursor: pointer;float:right;  text-indent: 9999px; background: url(ly_searchbtn.png) 0px 3px no-repeat;}
/*导航*/
.ly_header .ly_nav{ width:100%;  margin: 0 auto;overflow: hidden; }
.ly_header .ly_navinner{ width: 1200px; margin: 0 auto; height: 50px; background: url(ly_index_03.png) 0 center repeat-x;}
.ly_header .ly_nav ul { width: 850px; float: left; }
.ly_header .ly_nav ul li{ float: left; }
.ly_header .ly_nav ul li a{ display: block; width: 130px; height: 50px; line-height: 50px; font-size: 18px; color: #fff; font-weight: bold; text-align: center; background: url(ly_index_06.png) center right no-repeat;}
.ly_header .ly_nav ul li a.lasta{ background: none;}
/*标题*/
.h2title{ height: 35px; border-bottom: solid 3px #3466ab; position: relative; margin-bottom: 20px; }
.h2title b{ display: block; width: 115px; height: 40px; line-height: 33px; text-align: center; font-size: 18px; float: left;  background: url(ly_index_07.png) 0 center no-repeat; color: #fff; font-style: normal; position: absolute;  top: 2px;}

.h2title a{ float: right; font-size: 12px; margin-top: 10px;}

/*站前导航*/
.list.show_on {
	top:30px;
    right: -490px;
	position:absolute;
	width:510px;
	background:#fff;
	padding-left:20px;
	z-index:199999;
	overflow:auto; 
	min-height:500px;
	display:none;
}
.close {
	cursor:pointer;
    background-color: #ccc;
    display: block;
    position: absolute;
    right: 20px;
    height: 40px;
    width: 40px;
    border-radius: 0 0 6px 6px;
    text-indent: -9999px;
    background:url(close.png) center center no-repeat #ccc;
}
.list_tit {
    color: #19adfa;
    margin-top: 20px;
}
.list_tit h2 {
    font-size: 18px;
    line-height: 45px;
    color: #ff6200;
}
.list_link {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.list_link a {
    font-size: 14px;
    padding: 5px 0 5px 0;
    margin-bottom: 10px;
    color: #5d5d5d;
    white-space: nowrap;
    margin-right: 1%;
    line-height: 30px;
	display: block;
    float: left;
    width: 31%;
	text-align:left;
}
.list_tit {
    color: #19adfa;
    margin-top: 20px;
}
.list_tit h2 {
    font-size: 18px;
    line-height: 45px;
    color: #0378db;
}
.list dl {
    clear: both;
    overflow: hidden;
}
.list dd {
    margin-bottom: 10px;
}
.list dd h2 {
    font-size: 16px;
    height: 30px;
    color: #5d5d5d;
    line-height: 30px;
}
.list dd h2 a {
    color: #4e4e4e;
}
.list dd a {
   font-size: 14px;
    padding: 5px 0 5px 0;
    margin-bottom: 10px;
    color: #5d5d5d;
    white-space: nowrap;
    margin-right: 20px;
    line-height: 30px;
	display: block;
    float: left;
    width: 28%;
	text-align:left;
}
/*侧栏小nav 链接微信微博*/
.nav_fix{
	position: fixed;
    right: 10px;
    top: 50%;
    width: 45px;
    height: 200px;	
	z-index:199998;
	}
.nav_fix a{
	display:block;
	margin-bottom:8px;
	cursor:pointer;	
	position:relative;
	}
.nav_fix a.fx_zqdh{
	width:45px;
	height:45px;
	top:0px;
	right:4px;
	}
.nav_fix a.fx_xlwb{
	width:45px;
	height:45px;
	top:0px;
	right:4px;
	}
.nav_fix a.fx_weixin{
	width:45px;
	height:45px;
	top:0px;
	right:4px;
	}
.nav_fix a.fx_fenxiang{
	width:45px;
	height:45px;
	top:0px;
	right:4px;
	}

.nav_fix a img{
	position:absolute;
	display:block;	
	}
.nav_fix a p{
	position: absolute;
    right: -184px;
    height: 42px;
    line-height: 42px;
    top: 0px;
    width: 205px;
    background: #CCC;
    color: #fff;
    z-index: -1;
    text-align: center;
    font-size: 18px;
	}

.ly_listul li a{ width: 85%; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float: left; line-height: 2.2; background: url(listicon.png) 0 center no-repeat; text-indent: 15px;}	
.ly_listul li em{ float: right; font-style: normal;line-height: 2.2;}

/*底部*/
.ly_footer{ width: 100%; background: #e6e9ed; overflow: hidden; padding: 40px 0px;  border-top: solid 3px #1074c4; margin-top:30px;}
.ly_innerfooter{ width: 1200px; margin: 0 auto; overflow: hidden;}
.ly_innerfooter .dz{margin-left: 235px;margin-top: -1px;}
.ly_innerfooter .bq{ margin: 0 60px;}
.ly_innerfooter p{font-size: 13px;line-height: 2;text-align: center;}
.ly_innerfooter .jc{margin: 12px 0 0 0;}