div, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
body {
	font: 100%/1.5em tahoma, Arial, 'Microsoft Yahei', '宋体B8B\4F53';border-top: 7px solid #DF1F41;
}
a {
	text-decoration: none;
	color: #999;
}
li {
	list-style: none;
}
a img {
	border: none;
}
table {
	width: 100%;
}
.clear {
	clear: both;
}
img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.fixed-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 2;
	display: none;
}
.header {
	margin: 4px auto 2px;
	position: relative;
	overflow: hidden;
}
.logo {
	float: left;
	width: 239px;
}
.logo a {
	display: block;
	float: left;
}
.logo img {
	width: 100%;
	height: auto;
}
.search-form {
	float: right;
	margin-top: 30px;
	margin-right: 15px;
	display: inline;
	background: url(../img/search.png) no-repeat 0 0;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
#search-form {
	background: #DF1F41;
	height: 45px;
	display: none;
}
#search-form form {
	display: block;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
#search-form input {
	border: none;
	float: left;
	display: inline;
}
#search-form .s {
	width: 968px;
	border: 1px solid #fff;
	height: 36px;
	border-radius: 5px 0 0 5px;
	border-right: 0;
	padding: 0 15px;
	font-size: 1.125em;
	line-height: 36px;
	font-family: Microsoft Yahei;
	color: #999;
}
#search-form .submit {
	background: #DF1F41 url(../img/search.png) no-repeat center -32px;
	width: 198px;
	height: 38px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 0 5px 5px 0;
}
.nav {
	clear: both;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #BFBFBF;
	font-size: 0.875em;
	position: relative;
	font-family: "Microsoft Yahei";
	color: #555;
}
.nav a {
	color: #222;
}
.nav .menu {
	float: left;
	padding-left: 3px;
}
.nav .menu ul li {
	float: left;
	position: relative;
}
.nav .menu ul li a {
	padding: 0 10px;
}
.nav .menu ul li a:hover, .nav .menu ul li.current-menu-item a, .nav .menu ul li.current-post-parent a {
	color: #DF1F41;
	background: #fff;
}
.nav .menu ul li ul {
	position: absolute;
	left: 0;
	z-index: 99;
	background: #fff;
	display: none;
	width: 200px;
	border: 1px solid #DF1F41;
}
.nav .menu ul li ul li {
	float: none;
	display: block;
}
.idea {
	float: right;
	color: #ED2E50;
	white-space: nowrap;
	overflow: hidden;
	width: 10.5em;
	text-overflow: ellipsis;
}
#menu-icon {
	width: 30px;
	height: 25px;
	cursor: pointer;
	display: none;
	float: left;
	overflow: hidden;
	margin: 3px;
}
#menu-icon span {
	display: block;
	width: 20px;
	height: 3px;
	background: #fff;
	margin: 4px auto;
}
.nav-btn .menu {
	border-top: 1px solid #888;
	overflow: hidden;
	font-size: 0.875em;
	line-height: 3em;
	background: #939393;
	margin-bottom: 15px;
	display: none;
}
.nav-btn .menu ul li ul li a {
	padding-left: 30px;
}
.nav-btn .menu a {
	color: #fff;
	display: block;
	padding: 0 10px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #888;
}
.nav-btn .menu a:hover {
	background: #aaa;
}
#slidershow img {
	width: 100%;
}
#banner {
	max-height: 180px;
	overflow: hidden;
}
.flexslider {
	position: relative;
	height: auto;
	overflow: hidden;
	zoom: 1;
	max-height: 477px;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flex-direction-nav a {
	width: 60px;
	height: 90px;
	line-height: 99em;
	overflow: hidden;
	margin: -45px 0 0;
	display: block;
	background: url(../img/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display:inline;
}
.flex-control-paging li a {
	background: url(../img/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	background-position: 0 0;
}
#service {
	margin-top: 25px;
	overflow: hidden;
}
#service ul li {
	float: left;
	width: 23%;
	margin-right: 24px;
	margin-bottom: 10px;
}
#service ul li.last {
	margin: 0;
}
#service ul li img {
	width: 100%;
}
#service ul li h3, h3.title, .widget h3 {
	border-left: 5px solid #E60033;
	font-family: Helvetica Neue;
	height: 24px;
	color: #E60033;
	line-height: 24px;
	padding-left: 10px;
	font-size: 1.5em;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
}
#service ul li h3 {
	font-family: Tahoma, Arial, "Helvetica Neue", "PT Sans", Helvetica, sans-serif;
}
#service ul li h3 span, h3.title span, .widget h3 span {
	font-size: 0.875em;
	font-weight: normal;
	color: #919191;
	font-family: "Microsoft Yahei";
}
#maincontent {
	clear: both;
	margin-top: 15px;
	overflow: hidden;
}
h3.title, .widget h3 {
	border: 0;
	padding: 0;
	border-bottom: 1px dotted #BFBFBF;
	height: 45px;
	line-height: 45px;
}
.section {
	width: 850px;
}
.sidebar {
	width: 300px;
}
.homemain .section {
	float: left;
}
.archivemain .section, .postmain .section, .showmain .section {
	float: right;
}
.homemain .sidebar {
	float: right;
}
.archivemain .sidebar, .postmain .sidebar, .showmain .sidebar {
	float: left;
}
.thumbnail img {
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
}
.post p {
	font-size: 0.75em;
	line-height: 2em;
	color: #7E7E7E;
}
.post .entry {
	padding: 10px 0;
}
.post .entry p {
	padding: 0 0 8px 0;
	word-wrap: break-word;
	font-size: 18px;
	line-height: 190%;
	color: #666;
	overflow: hidden;
	text-align: justify;
	font-family: "Microsoft Yahei";
	}
.post .entry p.more {
	text-align: right;
}
.post .entry p.more a {
	color: #C6C6C6;
}
.post .entry p.more a:hover {
	color: #166EB8;
}
.post .entry ul, .post .entry ol {
	margin-bottom: 15px;
}
.post .entry ul li {
}
.post .entry ol li {
	list-style: inside decimal none;
}
.post .entry li {
	line-height: 2em;
	font-size: 1em;
	font-family: "Microsoft Yahei";
}
.post .mbp p {
	margin: 0;
	line-height: 1.5em;
}
.post .mbp p.more {
	margin-bottom: 15px;
}
.post .thumbnail a {
	display: block;
	width: 100%;
	max-height: 230px;
	filter: url('../js/gray.svg#grayscale');
	position: relative;
}
.post .thumbnail {
	width: 100%;
	max-height: 230px;
	overflow: hidden;
	position: relative;
}
.post .thumbnail img {
	width: 100%;
}
.post .thumbnail a:hover {
	filter: none;
}
.post .entry img.aligncenter {
	display: block;
	margin: 0 auto;
}
h3.title em {
	float: right;
	font-size: 0.6875em;
	font-style: normal;
	font-weight: normal;
}
h3.title em a {
	color: #919191;
}
.post h2 {
	font-family: "Microsoft Yahei";
	font-size: 1.125em;
	color: #555;
	text-align: center;
	line-height: 2em;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.post .entry img {
	max-width: 100%;
}
h2.left {
	text-align: left;
	font-size: 0.75em;
	font-weight: normal;
}
h2.left a {
	color: #888;
}
.widget {
	margin-bottom: 20px;
}
.widget ul li, .advice-left p {
	font-size: 0.75em;
	line-height: 2em;
}
.widget ul li a, .widget ul li {
	color: #A1A1A1;
}
.widget ul li a {
	cursor: pointer;
}
.widget ul li a:hover {
	color: #DC2041;
}
.widget ul li.share {
	text-indent: -9999em;
	height: 38px;
	margin: 10px;
	position: relative;
}
.widget ul li.share .qq {
	background: url(../img/ico_zisun.gif) no-repeat;
}
.widget ul li #weixin {
	background: url(../img/ico_zisun.gif) no-repeat -53px 0;
}
.widget ul li #weixin img {
	position: absolute;
	left: -10px;
	bottom: 40px;
	display: none;
	z-index: 9999;
}
.widget ul li.share a {
	display: block;
	float: left;
	width: 38px;
	height: 38px;
	display: inline;
	margin-right: 15px;
}
.widget ul li a.weibo {
	width: 45px;
	background: url(../img/ico_zisun.gif) no-repeat -109px 0;
}
.widget ul li p.title {
	font-size: 0.875em;
	font-weight: 700;
	font-family: Microsoft Yahei;
}
.widget ul li p.phone {
	font-size: 1.625em;
	color: #DF1F41;
	font-weight: 700;
	margin-top: 10px;
	letter-spacing: 1px;
}
.weixin {
	width: 200px;
	height: 230px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -115px 0 0 -100px;
	background-color: #fff;
	z-index: 3;
	text-align: center;
	font-size: 0.875em;
	display: none;
}
.weixin img {
	display: block;
	width: 200px;
	height: 200px;
}
#sidenav h3 {
	height: 36px;
	line-height: 36px;
	margin: 0;
	font-size: 0.875em;
	font-weight: normal;
	border-bottom: 1px solid #888;
}
#sidenav a {
	display: block;
	height: 36px;
	line-height: 36px;
	background: #DF1F41 url(../img/arrow.png) no-repeat right center;
	color: #fff;
	font-size: 1em;
	text-indent: 40px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #888;
	margin: 0 5px;
}
#sidenav h3 a {
	border-top: none;
	border-radius: 5px 5px 0 0;
	margin: 0;
}
#sidenav ul li a {
	background: #939393 url(../img/arrow.png) no-repeat right center;
}
#sidenav ul li a:hover {
	background: #DF1F41 url(../img/arrow-cur.png) no-repeat right center;
}
.post .pn {
	margin-bottom: 15px;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}
.post .pn p {
	font-size: 0.875em;
	font-family: "Microsoft Yahei";
}
.post .pn a {
	color: #000;
}
.post .pn a:hover {
	color: #f00;
}
.related-case {
	font-family: "Microsoft Yahei";
	overflow: hidden;
}
.related-case h3, .related-post h3, .commentlist h3, h3.respond {
	font-size: 1.125em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: normal;
}
.related-post h3, .commentlist h3 {
	font-family: "Microsoft Yahei";
}
.post .related-case ul li h2 {
	font-weight: normal;
	border: none;
	font-size: 0.875em;
}
.related-case ul li a:hover {
	text-decoration: underline;
	color: #555;
}
.related-case ul li img {
	width: 100%;
}
.related-post {
	margin-bottom: 20px;
}
.related-post ul li {
	font-size: 0.75em;
	font-family: "Microsoft Yahei";
	line-height: 2em;
	background: url(../img/spot.gif) no-repeat left center;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.related-post ul li span {
	float: right;
	color: #999;
}
.related-post ul li a {
	color: #555;
}
.related-post ul li a:hover {
	color: #f00;
	text-decoration: underline;
}
ul.newslist, ul.showlist {
	overflow: hidden;
}
ul.newslist li {
	font-size: 0.75em;
	border-bottom: 1px dashed #bbb;
	height: 36px;
	line-height: 36px;
	background: url(../img/nli.png) no-repeat left center;
	padding-left: 18px;
}
ul.newslist li span {
	float: right;
	color: #999;
}
ul.newslist li a {
	color: #919191;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.newslist li a:hover {
	color: #F00;
}
ul.showlist li, .related-case ul li {
	float: left;
	width: 253px;
	margin: 0 15px 20px;
	display: inline;
}
.post .related-case ul li h2 {
	margin-bottom: 0;
}
ul.showlist li .thumbnail {
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
}
ul.showlist li .thumbnail img {
	width: 100%;
}
ul.showlist li h3 {
	font-weight: normal;
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-family: "Microsoft Yahei";
	font-size: 0.875em;
	overflow: hidden;
}
ul.showlist li a {
	color: #555;
}
ul.showlist li a:hover {
	text-decoration: underline;
}
.pagenavi {
	line-height: 40px;
	margin: 20px auto;
	clear: both;
	text-align: center;
}
.pagenavi a {
	background: #E4E4E4;
	padding: 12px 16px;
	color: #666;
	margin: 0px 4px;
	border-radius: 3px;
}
.pagenavi a:hover {
	background: #DF1F41;
	transition: background 0.4s ease 0s;
	color: #fff;
}
.pagenavi a.current {
	background: #DF1F41;
	color: #fff;
}
.pagenavi-pre-next {
	display: none;
}
#about, #friendlinks, #copyright {
	clear: both;
	border-top: 1px dotted #919191;
	font-size: 0.75em;
	color: #7E7E7E;
	padding-top: 15px;
	overflow: hidden;
	margin-top: 10px;
}
#about {
	margin-bottom: 15px;
	border: none;
	margin-top: 0;
	padding-top: 0;
}
#about p {
	line-height: 2em;
	}
#friendlinks ul li {
	float: left;
	padding-right: 10px;
	line-height: 2em;
}
#friendlinks ul li a, #copyright a {
	color: #7E7E7E;
}
#friendlinks ul li.title {
	color: #E60033;
}
#copyright {
	clear: both;
	margin-bottom: 10px;
	line-height: 2em;
}
#backtop {
	width: 78px;
	height: 34px;
	display: block;
	float: right;
	cursor: pointer;
}
#backtop img {
	width: 100%;
	height: auto;
}
.commentlist {
	overflow: hidden;
	clear: both;
}
.commentlist li {
	clear: both;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 15px;
}
.commentlist li .avatar {
	float: left;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
}
.commentlist li .avatar img {
	width: 45px;
	height: 45px;
}
.commentlist li .comment-info {
	padding-left: 60px;
}
.commentlist li .comment-meta {
	margin-bottom: 10px;
	overflow: hidden;
}
.commentlist li .comment-author {
	font-family: "Microsoft Yahei";
	font-size: 0.875em;
	float: left;
}
.commentlist li .comment-meta a {
	color: #DE1F41;
}
.commentlist li .comment-reply {
	font-size: 0.75em;
	float: right;
}
.commentlist li .comment-date {
	color: #999;
	font-size: 0.75em;
	margin-bottom: 10px;
}
.commentlist li li {
	width: 95%;
	float: right;
	margin-top: 15px;
	margin-bottom: 0;
	border: 0;
	padding: 0;
}
.commentform {
	overflow: hidden;
	clear: both;
}
.commentform p {
	margin-bottom: 15px;
	clear: both;
	overflow: hidden;
}
.commentform .text, .commentform textarea {
	border: 1px solid #ccc;
}
.commentform .text {
}
.commentform label {
	float: left;
	margin-left: 5px;
	display: inline;
}
.commentform textarea {
	width: 80%;
	height: 150px;
	padding: 5px;
}
.commentform .submit {
	cursor: pointer;
	height: 26px;
	border: none;
	padding: 0 5px;
	background: #DF2147;
	color: #fff;
}
.commentform em {
	color: #f00;
	font-style: normal;
}
a#cancel-comment-reply-link {
	color: #4C9ED9;
	margin-left: 10px;
}
.errornotfound {
	height: 500px;
}
.errornotfound img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -119px;
	margin-top: -41px;
}

@media only screen and (max-width:1349px) {
.inner, #search-form form {
	width: 88.954781%
}
#search-form .s {
	width: 80.666667%;
	padding: 0 1.25%;
}
#search-form .submit {
	width: 16.5%;
}
.logo {
	width: 70%;
}
.nav .menu {
	padding-left: 2.5%;
}
.nav-btn .menu ul li ul li a {
	padding-left: 10%;
}
#service ul li {
	width: 23.5%;
	margin-right: 2%;
}
.section {
	width: 70.833333%;
}
.sidebar {
	width: 25%;
}
#backtop {
	width: 20%;
	height: auto;
}
ul.showlist li, .related-case ul li {
	width: 29.764706%;
	margin: 0 1.764706% 20px;
}
}

@media only screen and (max-width:960px) {
.header {
	margin: 25px auto;
}
#service ul li h3 {
	height: 18px;
	line-height: 18px;
	font-size: 1.2em;
}
.search-form {
	margin-top: 20px;
}
}

@media only screen and (max-width:768px) {
.header {
	margin: 25px auto 15px;
}
#service ul li h3 {
	height: 16px;
	line-height: 16px;
	font-size: 1em;
}
.search-form {
	margin-top: 10px;
}
.section, .sidebar {
	width: 100%;
	float: none;
	margin: 0 auto;
}
.sidebar .widget {
	width: 50%;
	float: left;
	overflow: hidden;
}
.sidebar .widget ul {
	padding: 0 3.333333%;
}
.nav {
	background: #DF1F41;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
}
#menu-icon {
	display: block;
}
.nav .menu, .archivemain .sidebar, .showmain .sidebar, .postmain .sidebar {
	display: none;
}
.idea {
	color: #fff;
}
#advice {
	width: 100%;
}
#advice .advice-left {
	width: 50%;
	float: left;
}
#advice.widget ul li.share a {
	position: relative;
}
#advice.widget ul li #weixin img {
	top: 35px;
	width: 80px;
	height: 80px;
	left: -20px;
}
}

@media only screen and (max-width:480px) {
.search-form {
	margin-top: 25px;
}
#service ul li {
	width: 46%;
	margin-right: 4%;
}
.clearfix {
	clear: both;
}
.sidebar .widget {
	width: 100%;
	float: none;
	margin: 10px auto;
}
ul.newslist li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.newslist li span, .related-post ul li span {
	display: none;
}
ul.showlist li, .related-case ul li {
	width: 44.64059%;
	margin: 0 2.647059% 20px;
}
ul.showlist .clear {
	clear: none;
}
#advice .advice-left {
	float: none;
	width: 100%;
}
}

@media only screen and (max-width:320px) {
.search-form {
	margin-top: 20px;
}
#search-form .submit {
	width: 16%;
}
}

@media screen and (min-width:320px) and (max-width:800px) {
.mobile-navbar {
}
.red-navbar {
	display: none !important;
}
}

@media only screen and (min-width:801px) and (max-width:1024px) {
.mobile-navbar {
	display: none !important;
}
.red-navbar {
	display: none !important;
}
}

@media only screen and (min-width:1025px) {
.mobile-navbar {
	display: none !important;
}
.red-navbar {
}
}
.page5 {
	margin: 20px 0 0 0;
	text-align: center;
	width: 100%;
	overflow: hidden
}
.page5 a {
	color: #666;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	border-radius: 2px;
	border: 1px solid#C1C1C1;
	text-align: center;
	margin: 3px 3px
}
.page5>b, .page5 a {
	color: #666;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	border-radius: 2px;
	border: 1px solid#C1C1C1;
	text-align: center;
	margin: 3px 3px
}
.page5 a {
	color: #666;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	border-radius: 2px;
	border: 1px solid#C1C1C1;
	text-align: center;
	margin: 3px 3px
}
.page5>b, .page5 a:hover {
	border: 1px solid#DF1F41;
	margin-top: -2px;
	background: #DF1F41;
	border-radius: 2px;
	color: white;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	text-align: center;
	margin: 3px 3px;
	font-weight: 100
}
.page5 a {
	color: #000;
	border: #999 1px solid
}
#menu-item-6853 .font-text {
	background: #fff;
	color: #f30;
	padding: 4px 8px;
	border-radius: 2px
}
.fa-external-link-square {
	display: none
}
#menu-item-6853 .fontawesome-text {
	padding: 4px 8px;
	border-radius: 2px
}
.d_tags {
	padding: 12px 13px 10px 15px;
}
.d_tags a:nth-child(15n) {
	background-color: #4A4A4A;
}
.d_tags a:nth-child(15n+1) {
	background-color: #428BCA;
}
.d_tags a:nth-child(15n+2) {
	background-color: #5CB85C;
}
.d_tags a:nth-child(15n+3) {
	background-color: #D9534F;
}
.d_tags a:nth-child(15n+4) {
	background-color: #567E95;
}
.d_tags a:nth-child(15n+5) {
	background-color: #B433FF;
}
.d_tags a:nth-child(15n+6) {
	background-color: #00ABA9;
}
.d_tags a:nth-child(15n+7) {
	background-color: #B37333;
}
.d_tags a:nth-child(15n+8) {
	background-color: #FF6600;
}
.d_tags a:nth-child(15n+9) {
	background-color: #0099FF;
}
.d_tags a:nth-child(15n+10) {
	background-color: #99CC33;
}
.d_tags a:nth-child(15n+11) {
	background-color: #9933FF;
}
.d_tags a:nth-child(15n+12) {
	background-color: #FF9900;
}
.d_tags a:nth-child(15n+13) {
	background-color: #FF33FF;
}
.d_tags a:nth-child(15n+14) {
	background-color: #CC3333;
}
.d_tags a:nth-child(15n+15) {
	background-color: #FF3366;
}
.d_tags a {
	color: #eee !important;
	border-radius: 3px;
	opacity: 0.90;
	filter: alpha(opacity=80);
	color: #fff;
	background-color: #428BCA;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 2px 6px;
	line-height: 21px
}
.d_tags a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.postmeta {
	font-size: 0.75em;
	margin: -15px 0 10px;
	color: #999;
	text-align: center;
}
.postmeta span {
	margin-right: 10px;
}

.share_box{ position: relative; display: inline; height: 35px; }











