
.blogicon {
	background:url(../images/blog.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/blog.png,sizingMethod=scale);
    cursor: pointer;
    display: block;
    height: 126px;
    margin-top: -50px;
    position: fixed;
	_position:absolute;
    right: 0;
    top: 50%;
    width: 46px;
	z-index:1;
}


.header {
    background: url(../images/navBg.gif) repeat-x scroll 0 0 transparent;
    height: 60px;
    overflow: hidden;
}
.headernav {
    margin: 0 auto;
    width: 960px;
}
.headernav #logo {
    display: inline;
    float: left;
    height: 60px;
    margin-left: 13px;
}
.headernav .backhome {
    display: inline;
    float: right;
    font-size: 14px;
    padding-top: 22px;
}
.bannerContent {
    background: url(../images/bannerBg.gif) repeat-x scroll 0 0 transparent;
}
.bannerContent .banner {
    background: url(../images/banner.jpg) no-repeat scroll 0 0 transparent;
    height: 711px;
    margin: 0 auto;
    position: relative;
    width: 960px;
	z-index:0;
}
.bannerContent .banner .switchTab {
    background: url(../images/switch.png) no-repeat scroll 0 0 transparent;
    height: 25px;
    left: 63px;
    position: absolute;
    top: 53px;
    width: 187px;
}
.bannerContent .banner .switchTab li a {
    display: block;
    float: left;
    height: 25px;
    text-indent: -9999px;
    width: 93px;
}
.bannerContent .banner .dlrtnow {
	background: url(http://w.qhimg.com/images/v2/360ms/shouji.360.cn/images/pop/360box/dlbtn_and.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 83px;
	left:70px;
	position: absolute;
	text-indent: -9999px;
	top: 381px;
	width: 215px;
    overflow: hidden;
}
.bannerContent .banner .dlrtnow:hover {
	background: url(http://w.qhimg.com/images/v2/360ms/shouji.360.cn/images/pop/360box/dlbtn_and.png) ;
    display: block;
	height: 83px;
	left:70px;
	position: absolute;
	text-indent: -9999px;
	top: 381px;
	width: 215px;
    overflow: hidden;
    background-position: 0 -88px;
}

.bannerContent .banner .symbian {
	background: url(http://w.qhimg.com/images/v2/360ms/shouji.360.cn/images/pop/360box/images/symbian.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 83px;
	left:300px;
	position: absolute;
	text-indent: -9999px;
	top: 381px;
	width: 215px;
}
.bannerContent .banner .symbian:hover{
	background: url(http://w.qhimg.com/images/v2/360ms/shouji.360.cn/images/pop/360box/images/symbianhover.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 83px;
	left:300px;
	position: absolute;
	text-indent: -9999px;
	top: 381px;
	width: 215px;
}

.content {
    margin: -190px auto 0;
    position: relative;
    width: 960px;
    z-index: 10;
}
.content h2 {
    border-bottom: 2px solid #789BB9;
    color: #033E4B;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 8px;
    padding-left: 70px;
}
.content h3 {
    color: #033E4B;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}
.content ul li {
    background: url(../images/icon.png) no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    margin-left: 60px;
    margin-top:52px;
    padding-left: 64px;
    width: 100px;
}
.content ul li p {
    color: #373737; margin-left:-50px ; margin-top:15px;
}
.content ul .safe {
    background-position: 0 0;
}
.content ul .fir {
    background-position: 0 -128px;
}
.content ul .administer {
    background-position: 0 -256px;
}
.content ul .highdl {
    background-position: 0 -384px;
}
.footer {
    border-top: 1px solid #E0E0E0;
    margin: 75px auto 30px;
    padding-top: 20px;
    width: 960px;
}
.footer p {
    text-align: center;
}

#sd_overlay{height:100%;left:0;position:fixed;top:0;width:100%;z-index:50;}
* html #sd_overlay {/*ie6_hack*/position: absolute;height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
.popup{background:#000;filter:alpha(opacity=75);opacity: 0.75;}

.popupContent {
    background: none repeat scroll 0 0 #F3FDEA;
    border: 5px solid #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 10px #333333;
    left: 50%;
    margin: -258px 0 0 -300px;
    position: absolute;
    top: 50%;
    width: 640px;
    z-index: 50;
}
* html .popupContent {
    position: absolute;
}
.popupContent h2 {
	background: url(../images/mainBg.gif) repeat-x scroll 0 0 transparent;
    background: -moz-linear-gradient(center top , #47854B, #234724) repeat scroll 0 0 transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 40px;
    padding-left: 20px;
}
.popupContent h3 {
    color: #EF7C00;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
    padding-left: 17px;
}
.popupContent p {
    line-height: 150%;
    padding-left: 17px;
}
.popupContent a {
	font-size:12px;
}
.popupContent img {
    border: 5px solid #CEE0BF;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
    margin-left: 17px;
    margin-top: 10px;
}

.popupContent .dlBut {
    margin-left: 12px;
}
.popupContent .dlBut a {
    background: url(../images/dlrtn_btn.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 106px;
    text-indent: -9999px;
    width: 239px;
}
.popupContent .dlBut a:hover {
    background-position: 0 -106px;
}
.symbianstyle{ font-size:16px; width:400px; height:80px;  margin-left:17px;margin-top:10px;}
.symbianstyle em{ color: #999999;font-size: 12px;}
#sd_windows2 p strong {
    color: #234724;
    font-weight: bold;
    padding-left: 5px;
}
.symbianv3png{width:150px; margin-left:70px; margin-bottom:10px; float:left;}
.symbianv5png{width:150px; margin-left:20px; margin-bottom:10px; float:left;}
.symbians3png{width:150px; margin-left:22px; margin-bottom:10px; float:left;}

.closeWin{background:url(../images/closebtn.png) no-repeat;position:absolute;right:-25px;top:-25px;height:60px;width:60px;cursor:pointer;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/closebtn.png,sizingMethod=scale);}


#sd_windows p strong {
    color: #234724;
    font-weight: bold;
    padding-left: 5px;
}

