/*
文字阴影,可以指定多组阴影
@right_left1 右边阴影为正数 左边负数
@bottom_top1 下边阴影为正数 上边负数
@text 阴影大小
@text_color 阴影颜色
*/
/*
透明度 或渐变 1为不透明 0透明
css3 rgba(110, 142, 185, .4)!important;前三个是颜色值 后一个是透明值
用来兼容所有浏览器
*/
/*
动画
*/
/*
列布局
@c1 列数
@c2 列宽
@c3 列间距
@c4 边框样式
*/
/*
画轮廓 就是内部框
@outline 样式
@outline1 间距 负数在内部
*/
/* Mixin */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
pre,
form,
fieldset,
table,
th,
td {
  margin: 0;
  padding: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Microsoft Yahei", "微软雅黑", Verdana, Tahoma, Arial;
  font-size: 12px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  color:#404040;
}
a:hover {
  color: #157ab8;
}
.clear {
  clear: both;
}
h1,
h2,
h3 {
  font-weight: normal;
}
.main {
  width: 1200px;
  margin: 0px auto;
}
.container {
  margin: 0px auto;
  max-width: 1920px;
}
.header {
  margin: 0px auto;
}
.header .top {
  width: 100%;
  height: 37px;
  background: url("navbg1.jpg")/*tpa=http://www.hnlyzl.net/images/navbg1.jpg*/ repeat-x;
  padding-top: 2px;
}
.header .top .topc {
  padding-left: 15px;
}
.header .top .topc h1 {
  font-size: 14px;
  color: #386a81;
  padding-top: 8px;
  float: left;
}
.header .top .topc em {
  display: block;
  float: right;
  width: 265px;
  height: 26px;
  background: url("icon-logo.png")/*tpa=http://www.hnlyzl.net/images/icon-logo.png*/ 0px 0px no-repeat;
  margin-top: 5px;
  margin-right: 15px;
}
.header .nav {
  width: 100%;
  height: 72px;
  background: url("navbg2.jpg")/*tpa=http://www.hnlyzl.net/images/navbg2.jpg*/ repeat-x;
}
.header .nav .main {
  padding-left: 10px;
}
.header .nav .main .logo {
  width: 370px;
  float: left;
}
.header .nav .main .logo a {
  display: block;
  width: 294px;
  height: 55px;
  background: url("icon-logo.png")/*tpa=http://www.hnlyzl.net/images/icon-logo.png*/ -265px 0px no-repeat;
  margin-top: 10px;
}
.header .nav .main .navlist {
  float: left;
  width: 827px;
  height: 69px;
  border-bottom: 3px solid #0092db;
}
.s_content {
  float: right;
  margin-right: 15px;
  margin-top: 7px;
}
.s_content .s_c_left {
  width: 228px;
  height: 17px;
  border: 1px solid #d3d3d3;
  float: left;
  padding-top: 5px;
}
.s_content .s_c_left img {
  display: block;
  float: left;
  margin-left: 6px;
  margin-right: 2px;
}
.s_content .s_c_left .txt {
  display: block;
  float: left;
  width: 192px;
  height: 12px;
  border: medium none;
  font-size: 12px;
}
.s_content .s_button {
  float: left;
  width: 49px;
  height: 27px;
  background: url("search.jpg")/*tpa=http://www.hnlyzl.net/images/search.jpg*/ no-repeat;
  display: block;
  border: medium none;
  margin-left: 5px;
  margin-top: -2px;
}
.info_top {
  height: 57px;
  background: url("topbg.jpg")/*tpa=http://www.hnlyzl.net/images/topbg.jpg*/ repeat-x;
  width: 100%;
}
.info_top .itop {
  padding-top: 10px;
  height: 47px;
  border: 1px solid #bebebe;
  border-top: 0px;
}
.info_top .keysearch {
  float: left;
  margin-left: 10px;
  margin-top: 13px;
}
.info_top .keysearch span,
.info_top .keysearch a {
  display: block;
  float: left;
  font-size: 12px;
  color: #666666;
  margin-right: 10px;
}
.info_top .zixun {
  float: right;
  margin-right: 10px;
  margin-top: 13px;
}
.info_top .zixun span {
  display: block;
  font-size: 12px;
  color: #b53636;
  float: left;
  margin-top: 3px;
}
.info_top .zixun p {
  float: left;
  margin-right: 8px;
}
.navlink {
  margin-top: 15px;
  height: 30px;
}
.navlink a {
  display: block;
  float: left;
  font-size: 12px;
  color: #000;
}
.navlink span {
  font-size: 12px;
  color: #000;
  float: left;
  margin: 0px 8px;
}
.infomain_nav {
  float: left;
  width: 227px;
}
.infomain_nav h1 {
  margin-bottom: 10px;
}
.infomain_nav .i_nav_list {
  width: 100%;
}
.infomain_nav .i_nav_list li {
  width: 197px;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  background: #ececec;
  margin-bottom: 2px;
}
.infomain_nav .i_nav_list li .icon {
  display: none;
  float: left;
  margin-top: 13px;
  margin-left: -10px;
}
.infomain_nav .i_nav_list li a {
  font-size: 12px;
  color: #000;
  display: block;
  width: 100%;
  height: 30px;
}
.infomain_nav .i_nav_list li.active,
.infomain_nav .i_nav_list li:hover {
  background: #017fc9;
}
.infomain_nav .i_nav_list li.active .icon,
.infomain_nav .i_nav_list li:hover .icon {
  display: block;
}
.infomain_nav .i_nav_list li.active a,
.infomain_nav .i_nav_list li:hover a {
  color: #FFF;
}
.infomain_nav .ad {
  display: block;
  margin-top: 10px;
  width: 227px;
  height: 54px;
}
.info_footer {
  margin-top: 5px;
  border-top: 2px solid #0092db;
  background: url("afbg.jpg")/*tpa=http://www.hnlyzl.net/images/afbg.jpg*/ repeat-x;
  padding-top: 12px;
  margin-bottom: 20px;
}
.info_footer .if_txt {
  float: left;
}
.info_footer .if_txt p {
  font-size: 12px;
  color: #414141;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
}
.info_footer .if_txt .dz {
  margin-top: 10px;
}
.info_footer .if_txt .dz span {
  display: block;
  float: left;
  font-size: 12px;
  color: #0092db;
}
.info_footer .if_txt .dz div {
  float: left;
}
.info_footer .if_txt .dz div em {
  font-size: 12px;
  color: #000;
  margin-bottom: 10px;
  font-style: normal;
  display: block;
}
.info_footer .ewm {
  float: right;
}
.footer {
  height: 274px;
  background: url("footerbg.jpg")/*tpa=http://www.hnlyzl.net/images/footerbg.jpg*/ repeat-x;
  width: 100%;
}
.footer .footer_content {
  padding-top: 30px;
}
.footer .footer_content .footer_main {
  border-bottom: 1px dotted #61747a;
  padding-bottom: 20px;
}
.footer .footer_content .footer_main .fm_left {
  width: 209px;
  float: left;
}
.footer .footer_content .footer_main .fm_left h1 {
  margin-bottom: 15px;
}
.footer .footer_content .footer_main .fm_left .ewm img {
  float: left;
}
.footer .footer_content .footer_main .fm_left .ewm .etxt {
  float: left;
  padding-top: 10px;
  margin-left: 10px;
}
.footer .footer_content .footer_main .fm_left .ewm .etxt p {
  font-size: 12px;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.footer .footer_content .footer_main .f_nav {
  float: left;
  margin-left: 35px;
}
.footer .footer_content .footer_main .f_nav li {
  float: left;
  margin-right: 25px;
}
.footer .footer_content .footer_main .f_nav li h2 {
  font-size: 16px;
  color: #101d24;
  padding-bottom: 5px;
  padding-right: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #FFF;
}
.footer .footer_content .footer_main .f_nav li h2 img {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}
.footer .footer_content .footer_main .f_nav li p {
  margin-bottom: 8px;
}
.footer .footer_content .footer_main .f_nav li p a {
  font-size: 12px;
  color: #2f4657;
}
.footer .footer_content .footer_main .f_nav li p a:hover {
  color: #157ab8;
}
.footer .footer_content .f_info {
  border-top: 1px dotted #61747a;
  padding-top: 20px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #597e91;
}


.childnav{ background:#FFF; padding-top:15px; padding-left:20px; padding-bottom:8px;}
.childnav dt{ margin-bottom:12px; height:15px; line-height:15px;}
.childnav img{ float:left; margin-right:5px; margin-top:4px;}
.childnav a{ display:block; float:left; font-size:12px;  color:#2b2b2b}
.childnav a:hover{ color:#157ab8;}