/* CSS Document */
body {
    font:normal 100%/1.4 "Open Sans","Hiragino Sans GB",Tahoma,Lucida,Verdana,STHeiti,SimSun,'宋体',sans-serif;
    color:#424242;
    background:#f0f1f1;
    overflow-x:hidden;
}
a {
    color:#56a900;
    font-size:14px;
    text-decoration:none;
}

a:hover {
    color:#0150B5;
}
#wraper {
	width: 1330px;
	height:105px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.wraper {
	width:95%;
	min-width:1250px;
	display:block;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: hidden;
	float:left;
	margin: 0px;
	clear: both;
}

.topbar {
	width:100%;
	height:auto;
	min-height:89px;
	border-top:2px solid #0150B5;
	position:fixed;
	left:0;
	top:0;
	z-index:500;
	padding:0px 0 0px 0;
	background:#FFF;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	-o-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-ms-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	overflow: hidden;
	display:block;
}
.topbar .logo {
    display:block;
    width:460px;
    height:105px;
  /*  background:url(../image/logo.png) left center no-repeat;
*/    float:left;
    padding-top:0px
}

.topbar .nav {
	float:left;
	height:100%;
	margin-top: 6px;
}
ul.parent li {
    display:block;
    float:left;
    position:relative;
    padding:0 12px;
    line-height:90px;
}

ul.parent li a {
    display:block;
    font-size:0.92em;
    color:#696969;
    font-weight:600;	
	text-shadow:0 1px 0 rgba(255,255,255,.86);
	-o-text-shadow:0 1px 0 rgba(255,255,255,.86);
	-ms-text-shadow:0 1px 0 rgba(255,255,255,.86);
	-moz-text-shadow:0 1px 0 rgba(255,255,255,.86);
	-webkit-text-shadow:0 1px 0 rgba(255,255,255,.86);
}

ul.parent li .lines {
    display:block;
    width:0px;
    height:2px;
    background:#0150B5;
    position:absolute;
    left:50%;
    bottom:-5px;    
	transition:all ease-in-out .6s;
	-o-transition:all ease-in-out .6s;
	-ms-transition:all ease-in-out .6s;
	-moz-transition:all ease-in-out .6s;
	-webkit-transition:all ease-in-out .6s;
}

ul.parent li:hover .lines,.topbar li.current .lines {
    color:#56a900;
    width:100%;
    left:0;
}
.nav-item{ width:auto; height:auto; display:block;}

#dingsou {
	background-color: #0150B5;
	float:right;
	width: 55px;
	text-align:center;
	overflow: hidden;
	display:block;
	line-height:105px;
	height:105px;
	
	display:block;
	
}
