﻿@charset "utf-8";
/******global****/
*{margin: 0;padding: 0;}
body,html{background:#e4f4ff;height: 100%;min-width: 1000px;}
body,html,input,select{font:14px "黑体","微软雅黑",Tahoma, Verdana, Arial, Helvetica, sans-serif;outline: none;}
a{text-decoration: none;cursor: pointer;border: none;outline: none;}
img {border: none;}
ul,ol,li{list-style: none;margin: 0;padding: 0;}
.clearfix:after{clear: both;content: " ";display: table;}
.clearfix{*zoom:1;} 
.clear{clear: both;width: 0;height: 0;overflow: hidden;}
.hides{display: none;}
.fleft{float: left;}
.fright{float: right;}

.textcenter{text-align:center;}
.textindent{text-indent:2em;}
.indent3{text-indent: 3em;}




.top{width:100%; height:48px; background: url(../../img_lzu/topbg.png);}
.top img{margin-left:4vw; margin-top:10px;}

.tongji{width:80%; margin:2vh auto; overflow: hidden; }
.tongji p{width:15%; font-size:1.2vw; color:#5f5e5e; float:right;}

.jiehao{width:80%; margin:0 auto; margin-bottom:8vh;}
.jiehao img{width:100%;}

.shenbao{width:80%; margin:0 auto; margin-bottom:4vh;}
.shenbao .sbs{width:30%;}
.shenbao .sbsp{width:30%; margin-left:4%; margin-right:4%;}
.shenbao .yssp{width:30%;}

.zhu{width:80%; margin:0 auto; overflow:hidden;}
.diyi{width:30%; float:left;}
.diyi img{width:100%;}
.dier{width:30%; float:left; margin-left:4%; margin-right:4%;}
.dier img{width:100%;}
.disan{width:30%; float:left;}
.disan img{width:100%;}


.gjt{width:80%; margin:0 auto; margin-top:4%;}
.gjt img{width:100%;}



.dropdownmenu{100%}
.dropdownmenu ul, .dropdownmenu li {
	margin: 0;
	padding: 0;
}
.dropdownmenu ul {
	background: gray;
	list-style: none;
	width: 100%;
}
.dropdownmenu li {
	float: left;
	position: relative;
	width:auto;
}
.dropdownmenu a {
	background: #30A6E6;
	color: #FFFFFF;
	display: block;
	font: bold 12px/20px sans-serif;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.dropdownmenu li:hover a {
	background: #000000;
}
#submenu {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 1;
}
li:hover ul#submenu {
	opacity: 1;
	top: 40px;	/* adjust this as per top nav padding top & bottom comes */
	visibility: visible;
}
#submenu li {
	float: none;
	width: 100%;
}
#submenu a:hover {
	background: #DF4B05;
}
#submenu a {
	background-color:#000000;
}