﻿html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    font-size: 12px;
    font-family: "宋体", Verdana;
    line-height: 20px;
    color: #7C7C7C;
    padding: 0;
    margin: 0;
    background: -webkit-linear-gradient(top, #eee 0%, #fff 300px);
    background: -moz-linear-gradient(top, #eee 0%, #fff 300px);
    background: -o-linear-gradient(top, #eee 0%, #fff 300px);
    background: -ms-linear-gradient(top, #eee 0%, #fff 300px);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#efefef', EndColorStr='#ffffff'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#efefef', EndColorStr='#ffffff')"; /* IE8 */
}
a {
	text-decoration: none;
}
p, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
.clear {
	clear: both;
}
.container {
	width: 960px;
    margin: 0 auto;
}
/** 头部 **/
header {
	height: 200px;
	padding-bottom: 2px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
}
header .topbar {
	height: 50px;
	padding-top: 10px;
	border-bottom: solid 1px #e1e1e1;
	box-shadow: 1px 1px 3px #ececec;
	background-color: #fff;
}
header .topbar .toplist {
	border-bottom: solid 1px #efefef;
	height: 36px;
}
header a.icon
{
	height: 25px;
	width: 25px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/material.png);
	margin-right: 15px;
}
header a.icon.weibo
{
	background-position: -1px -105px;
}
header a.icon.qq
{
	background-position: -27px -105px;
}
header a.icon.tel
{
	background-position: -53px -105px;
}
header a.icon.xing
{
	background-position: -79px -105px;
}
header .search
{
    width: 165px;
    padding-left: 28px;
    padding-right: 5px;
    border: 1px solid #ccc;
    color: #808080;
    -webkit-box-shadow: 1px 1px 1px 0px #eaeaea inset;
    -moz-box-shadow: 1px 1px 1px 0px #eaeaea inset;
    -o-box-shadow: 1px 1px 1px 0px #eaeaea inset;
    box-shadow: 1px 1px 1px 0px #eaeaea inset;
	background-image: url(../images/material.png);
    background-repeat: no-repeat;
    background-position: -72px -74px;
    float:right;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
header .search input
{
	-webkit-appearance: none;
    margin: 0px;
	color: #A9A9A9;
	font-size: 13px;
	width: 150px;
	border: none;
	border-color: rgba(0, 0, 0, 0) !important;
	outline: none;
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 25px;
}
header .search input::-moz-placeholder {
	font-style: italic;
}
header .search input::-webkit-input-placeholder {
	font-style: italic;
}
header .search input::placeholder {
	font-style: italic;
}
header .nav {
	height: 100px;
	margin-top: -1px;
	background-color: #FFF;
	border-bottom: solid 1px #E1E1E1;
	box-shadow: 1px 1px 3px #ECECEC;
	padding-top: 15px;
	position: relative;
	font-family: "微软雅黑";
}
header .nav:before {
	height: 120px;
	position: absolute;
	content: "";
	left: -122px;
	width: 123px;
	top: 0;
	background-image: url(../images/material.png);
	background-repeat: no-repeat;
	background-position: -3px -234px;
}
header .nav:after {
	left: 960px;
	height: 120px;
	position: absolute;
	content: "";
	width: 123px;
	top: 0;
	background-image: url(../images/material.png);
	background-repeat: no-repeat;
	background-position: -130px -234px;
}
header a.logo {
	height: 67px;
	width: 300px;
	background-image: url(../images/material.png) ;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
header .nav nav
{
	float: right;
	margin-top: 8px;
}
header .nav nav li {
	list-style: none;
	display: inline;
	text-align: center;
}
header .nav nav a {
	display: inline-block;
	font-size: 14px;
	color: #727272;
	cursor: pointer;
	font-weight:bold;
	line-height: 20px;
	padding: 10px 20px;
	margin: 0 5px;
	box-shadow: 1px 1px 1px rgba(207, 207, 207, 0) inset;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background-color: rgba(249, 249, 249, 0);
	border-radius: 2px;
}
header .nav nav a.current {
	background-color: rgba(249, 249, 249, 1);
	color: #F13B0D;
	font-weight: bold;
	cursor: default;
	box-shadow: 1px 1px 1px rgba(207, 207, 207, 1) inset;
	border-radius: 2px;
}
header .nav nav a strong{
	display: block;
	color: #bbb;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
header .nav nav a.current strong{
	color: #F13B0D;
	font-weight: bold;
}
#pagelist {
	margin-top: 200px;
}
#pagelist .page {
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 20px;
}
footer {
	border-top: solid 1px #E0E0E0;
	background-color: #EDEDED;
	line-height: 30px;
	height: 160px;
    width: 100%;
}
footer a{
	color: #28436E;
	padding: 10px;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer .all {
	margin-top: 50px
}
footer .all .friendlink
{
    float:right;
}
footer .all span#footernote
{
    float:left;
    margin-right:20px;
}
footer a.icon
{
	height: 25px;
	padding-right:10px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 5px;
	display: block;
	float: left;    
}
footer a.icon.w3c
{
	background-image: url(../images/w3c.png);
	width: 53px;
}
footer a.icon.d
{
	background-image: url(../images/d.png);
	width: 32px;
}
footer a.icon.csdn
{
	background-image: url(../images/csdn.png);
	width: 90px;
}
/*****Loading*****/
.loadmask {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
	background-color: rgba(0, 0, 0, .05);
}
.loadmask .loading {
	width: 42px;
	height: 42px;
	background-image: url(../images/loading.png);
	margin: auto;
}

/* ICONS */
.suggesticon {
    float: left;
    width: 120px;
    position: relative;
    cursor: pointer;
}
.suggesticon:before {
    background-image: url(../images/material.png);
    background-repeat: no-repeat;
    background-position: 0px -83px;
    width: 16px;
    height: 15px;
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: -18px;
}
.goodicon {
    float: left;
    width: 100px;
    position: relative;
    cursor: pointer;
}
.goodicon:before {
    background-image: url(../images/material.png);
    background-repeat: no-repeat;
    background-position: -16px -77px;
    width: 17px;
    height: 18px;
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: -18px;
}
.badicon {
    float: left;
    position: relative;
    cursor: pointer;
}
.badicon:before {
    background-image: url(../images/material.png);
    background-repeat: no-repeat;
    background-position: -33px -83px;
    width: 16px;
    height: 15px;
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: -18px;
}
.commenticon:before {
    content: "";
    background-image: url(../images/material.png);
    background-repeat: no-repeat;
    background-position: -49px -83px;
    width: 12px;
    height: 10px;
    position: absolute;
    top: 2px;
    left: 0;
}
.circleicon {
	position: relative;
}
.circleicon:before {
    content: "";
    background-image: url(../images/material.png);
    background-repeat: no-repeat;
    background-position: -129px -218px;
    width: 12px;
    height: 10px;
    position: absolute;
    top: 16px;
	left: -16px;
}
.circleblueicon {
	position: relative;
}
.circleblueicon:before {
    content: "";
    background-image: url(../images/material.png);
    background-repeat: no-repeat;
    background-position: -117px -218px;
    width: 12px;
    height: 10px;
    position: absolute;
    top: 16px;
	left: -16px;
}
select {
    padding: 8px 5px 8px 10px;
    width: 200px;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    color:#434343;
}
