@charset "utf-8";
/* CSS Document */
/*全局样式*/
body { font-family:"微软雅黑"; font-size:12px; color:#333;}
*{ margin:0px; padding:0px; list-style:none; max-width:600px;}
.clear { clear:both;}
a {
	text-decoration: none;
}
.fl { float:left;}
.fr { float:right; }
ul { list-style:none; margin:0px; padding:0px;}
img { border:0px;}

/*首页头部*/
.topheav{width:100%;background:#DC231E;height:70px; float:left; display:inline-block;}
.toplogo{width:30%;height:70px; float:left;}
.toplogo img{width:70px;height:70px; display:block;}
.topname{width:34.5%;height:70px;line-height:70px;color:#fff;font-size:16px;font-weight:600; display:block; float:left; text-align:center;/* visibility:hidden;*/}
.topgl {float:right;height:30px;line-height:30px;margin-right:30px; width:30%;}
.topgl a{color:#fff; font-size:15px;float:right;}
.hav_title{width:100%;height:70px; margin-top:10px;}
.hav_title h2{ text-align:center;color:#fff; font-weight:700; font-size:18px;}
.hav_title p{text-align:center;color:#fff;font-size:14px;margin-top:5px;margin-bottom:10px;}
/*导航nav*/
.lnav {width:100%; height:39px; background-color:#198AB6;}
.lnav ul li { width:50%; height:39px; line-height:39px; font-size:16px; background:#fff; float:left; text-align:center;}
.lnav ul li a { color:#000; text-decoration:none; background:#fff;display:block;}
.lnav li.navCur, .lnav li:hover{background:#fff;}
.lnav .navCu{background:#fff;color:#000;border-right: solid 1px #8A8888;border-left: solid 1px #8A8888;line-height:41px;height:41px;}
.lnav .navCur{background:#fff;color:#198AB6;border-bottom:solid 2px #198AB6;}
.navvteble {height:10px;}
.navv {width:60px;}
.navv a{padding:0px; color:#333; text-align:center; text-decoration:none;}
.navv span{width:60px;padding:7px 0px 20px 0px; color:#333; text-align:center; text-decoration:none;}
/*底部导航*/
.footernav {width:100%; height:70px;position:fixed; bottom:-1px; background:#fff;}
.footernav ul li { width:33%; height:70px; line-height:70px; font-size:16px; background:#fff; float:left; text-align:center;position:relative;}
.footernav ul li span{width:40%; height:20px; font-size:12px; margin-left:-24%;  margin-top:15px; position:absolute;}
.footernav ul li a { color:#000; text-decoration:none; background:#fff;display:block;}
.footernav .fnavCu{background:#fff;color:#198AB6;}
.footernav .fnavCur{background:#198AB6;color:#fff;}
/*banner*/
.banner{height:200px;overflow:hidden;background:#fff;margin-top:1px;}
.banner .d1{width:100%;height:200px;display:block;position:absolute;/*left:0px;top:0px;*/}
.banner .d1 img{width:100%;height:200px;display:block;position:absolute;/*left:0px;top:0px;*/}
.banner .d2{width:100%;height:30px;clear:both;position:absolute;z-index:100;/*left:0px;*/top:300px;}
.banner .d2 ul{float:left;position:absolute;left:50%;top:0;/*margin:0 0 0 -90px;*/display:inline;}
.banner .d2 li{width:17px;height:15px;overflow:hidden;cursor:pointer;background:url(../images/img1.png) no-repeat center;float:left;margin:0 3px;display:inline;}
.banner .d2 li.nuw{background:url(../images/img1_1.png) no-repeat center;}

/*搜索*/
.filet{width:100%;height:70px;line-height:70px; background:#EBECED; margin-top:3px;}
.file_title{width:100%;height:70px;line-height:70px; background:#EBECED;display: inline-block;float: left;}
.file_title .filetext input{margin-left:5%; width:280px;height:35px;line-height: 35px;background: url(../images/filetext.png) no-repeat;float: left;text-indent:30px;margin-top:15px;border:0;}
.file_title .filesubmit{height:34px;display: block;float: left;margin-top:15px;margin-left:-2px;}
.fbtext a{background:#198AB6;color:#fff;font-size:15px; text-align:center; height:40px; line-height:40px; padding-left:50px;padding-right:50px;border-radius:8px; display:block; margin:0 auto; width:90%; margin-top:15px;}
/*更多按钮*/
.angd { width:100%; height:auto; padding:10px 0px; text-align:center;}
.angd a { width:auto; height:40px; padding:0px 20px; color:#999; display:block; font-size:14px; line-height:40px; border:1px solid #d7d8d8; border-radius:8px; display:inline-block; }


/*底部*/
.lbottom { width:100%; padding:10px 0px; font-size:12px; color:#666; text-align:center; line-height:20px; border-top:1px solid #d7d8d8; margin-top:30px;}

/*footer*/
.lfooter { width:100%; height:70px; background-color:#0061a8; position:fixed; bottom:0px;  }
.lfooter ul li { width:20%; height:auto; float:left; text-align:center; padding:10px 0px; }
.lfooter ul li a { color:#FFF; line-height:12px; font-size:12px;}
