@charset "utf-8";
.topbox{background:#f9f9f9;height:70px;width:100%;border-bottom:solid 1px #fff;box-shadow:0 1px 1px #ddd;z-index:9999;}
.topw{position:relative;width:1024px;background:#f9f9f9;height:70px;margin:0 auto;padding:0 18px;z-index:9999;}
.topw .logo{ float:left;width:229px; margin-top:5px}
.topw .logo a{display:block;}

/*.topw .nav{ float:left;height:26px; margin-left:30px;  margin-top:23px}
.topw .nav li{ padding:0 6px; *padding:0 3px; height:26px; line-height:21px; font-size:14px;   float:left; display:inline; font-weight:bold;
width: 66px;text-align: center;}
.topw .nav li.home{ border-left:none;}
.topw .nav li a{ color:#1592E5; padding:3px; height: 20px; font-size:15px;width: 100%;display:inline-block; font-weight:bold;}
.topw .nav li a:hover,.index .topw .nav li.home a,.topw .nav li.cur a{color:#fff;background:#1592E5;display:inline-block; padding:3px; font-size:15px;}
.topw .nav li i{ background: url("../img/tlevel.png") no-repeat scroll center center;width:66px;height:8px;position:absolute; display: block;}
.topw .siderNav{position:absolute;right:0;top:0;}
.topw .subnav{position:absolute;z-index:100;width:66px;}
.topw .subnav p{border-bottom:1px solid #efefef;}
.topw .nav li .subnav a{ background:#fff;opacity:0.95;filter:alpha(opacity=95);-moz-opacity:0.95;-khtml-opacity:0.95;color:#1592e5;height: 23px;line-height: 23px;font-size:14px;}
.topw .nav li .subnav a:hover{background:#1592E5;color:#fff;}
.topw .nav ul li{position: relative;height: 48px;padding: 0px 3px;}
.topw .nav ul li a{padding: 3px;}
.nav ul li .subnav{position: absolute;top:26px;display: none;left: 3px;z-index: 99999;}
.topw .nav li i{top: 33px;left: 3px;}
*/

.search_nav{width:260px;float:right;margin-top:22px;}
.search_nav input {
    background: #fff;
    border: 1px solid #1592e5;
    height: 27px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}
.search_nav #sinput{
	width:200px;
	padding:0px 3px;
}
.search_nav #ssubmit{
	background: #1592e5;
    color: #fff;
    overflow: hidden;
    padding: 0;
	margin: 0 0 0 -3px;
    width: 45px;
	height: 29px;
	cursor: pointer;
}
.search_hot {
    height: 27px;
    line-height: 27px;
}
.search_hot a {
    color: #1592e5;
    margin-left: 9px;
}


.nav{
    width: 70px;
    float: left;
    margin-left: 20px;
    width: 480px;
    z-index: 99999;
}
.nav ul:after{
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    width: 0px;
    height: 0px;
    *zoom:1;
}
.nav ul{
    width: 100%;
}
.nav li{
    float: left;
    margin: 0 2px;
    height: 40px;
    padding-top: 30px;
    position: relative;
    z-index: 99999;
    _display:inline;
}
.nav li .nav-one{
    color:#1592E5;
    font-size: 15px;
    font-weight:bold;
    height: 17px;
    padding: 3px 6px;
    +padding:0px;
}
.nav .cur .nav-one{
    background-color: #1592E5;
    color: #fff;
}
.nav li .subnav{
    display: none;
    background-color: #fff;
    position: absolute;
    top:50px;
    left: 0px;
    width: 100%;
}
.topw .nav li i{ 
    background: url("../img/tlevel.png") no-repeat scroll center center;
    width:100%;
    height:8px;
    display: block;
    +width:60px;
}
.topw .subnav p{border-bottom:1px solid #efefef;text-align: center;}
.topw .nav li .subnav a{
    background:#fff;opacity:0.95;
    filter:alpha(opacity=95);
    -moz-opacity:0.95;
    -khtml-opacity:0.95;
    color:#1592e5;
    height: 28px;
    line-height: 28px;
    font-size:14px;
    display: block;
}
.topw .nav li .subnav a:hover{background:#1592E5;color:#fff;}