
html {  
  overflow-x: hidden;  
  overflow-y: auto;  
}  
body {  
  width: 100vw;  
  overflow: hidden;  
  padding-left: calc(100vw - 100%);  
}  

.ewm{
	width: 200px;height: 200px;position: absolute;    background: 0 0 rgba(49,49,49,0.7);top: -200px;right: -50px;display: none;opacity: 1;
}

.ewm img{
	display: block;
	margin: 10px;
}

.S-ewm {
	position: absolute;
	top: -190px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	width: 180px;
	height: 180px;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
}

.S-ewm img{
	display: block;
	margin: 15px;
}

#page{
	    margin: auto;
}

.nbs-flexisel-container .fa{
	background: rgba(58,58,58,.4);
}

.ml li{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #777;
}

.ml i{
	display: inline-block;
	width: 30px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ml i:before{
	content: "";
	display: inline-block;
	border: 5px solid transparent;
	height: 5px;
	border-left-color: #fff;
}

.nav-search form{
	display: flex;
	justify-content: center;
}
.nav-search input{
	width: 300px; height: 40px;border: 1px solid #69C72B;padding-left: 10px;border-right-color: transparent;
}

.nav-search button{
	width:  40px;height:  40px;display: block;background: #69C72B;display: flex;justify-content: center;align-items: center;
	border: none;
	outline: none;
}

.bottom_logo img{
	width: 18rem;height: 3.5rem;
}

.wx{
	position: relative;
}


.wx-img img{
	width: 8rem;height: 8rem;position: absolute;top: 50%;right: 30px;transform: translateY(-50%);transition: all .4s;
}

.wx-ewm{
	display: none;
}


.nav-search button:hover{
	background: #595959;
}

.wrap.gravatar-cache {
	max-width: 900px;
}

.wrap.gravatar-cache .gravatar-cache-form {
	float: left;
	margin-right: 20px;
}

.wrap.gravatar-cache .postbox-container {
	float: right;
	width: 300px;
}

.wrap.gravatar-cache .postbox-container h3 {
	margin: 0;
	padding: 7px 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
}

.disabled-input {
	background: #e0e0e0;
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

html {
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,:after,:before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body,button,input,select,textarea {
	background: #f1f1f1;
	color: #444;
	font: 14px "Microsoft YaHei",Helvetica,Arial,Lucida Grande,Tahoma,sans-serif;
	line-height: 180%;
}

article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
}

ol,ul {
	list-style: none;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 1.6em;
}

table,td,th {
	border: 1px solid #ddd;
}

table {
	margin: 0 0 10px;
	border-collapse: separate;
	border-width: 1px 0 0 1px;
	border-spacing: 0;
}

caption,td,th {
	text-align: left;
	font-weight: 400;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

td,th {
	padding: 5px;
}

blockquote:after,blockquote:before,q:after,q:before {
	content: "";
}

blockquote,q {
	quotes: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

a:active,a:hover {
	outline: 0;
}

a img {
	border: 0;
}

a {
	color: #444;
	text-decoration: none;
}

a:visited {
	color: #555;
}

a:hover {
	color: #69C72B;
}

.clear {
	clear: both;
}

:focus {
	outline: 0;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,button,input {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#content {
	margin: 0 auto 10px;
	width: 1080px;
}

#masthead {
	height: 105px;
}

.logo-site,.logo-sites {
	float: left;
	    position: relative;
	    margin: 10px 0 0 10px;
	    transition-duration: .5s;
}

.logo-site {
	    width: 163px;
	    overflow: hidden;
}

@media screen and (max-width:480px) {
	.logo-site {
		width: 140px;
	}
}

.logo-site:before {
	position: absolute;
	top: -460px;
	left: -665px;
	width: 200px;
	height: 15px;
	background-color: rgba(255,255,255,.5);
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-animation: searchLights 1s ease-in 1s infinite;
	-o-animation: searchLights 1s ease-in 1s infinite;
	animation: searchLights 1s ease-in 1s infinite;
}

@-webkit-keyframes searchLights {
	0% {
		top: 0;
		left: -100px;
	}

	to {
		top: 100px;
		left: 120px;
	}
}

@-o-keyframes searchLights {
	0% {
		top: 0;
		left: -100px;
	}

	to {
		top: 100px;
		left: 120px;
	}
}

@-moz-keyframes searchLights {
	0% {
		top: 0;
		left: -100px;
	}

	to {
		top: 100px;
		left: 120px;
	}
}

@keyframes searchLights {
	0% {
		top: 0;
		left: -100px;
	}

	to {
		top: 100px;
		left: 120px;
	}
}

.site-title {
	padding: 0 0 2px 0;
	font-weight: 700;
	font-size: 24px;
	font-size: 2.4rem;
}

@media screen and (min-width:900px) {
	#menu-box img {
		transition-duration: .8s;
	}

	#menu-box.shadow img {
		width: 90%;
		height: auto;
		transition-duration: .8s;
	}

	.shadow #site-nav .down-menu a {
		padding: 0 10px;
		transition-duration: .8s;
	}

	.shadow #site-nav .down-menu ul a {
		padding: 0 0 0 20px!important;
		line-height: 42px;
	}
}

.weibo {
	position: absolute;
	top: 35px;
	left: 210px;
}

.weibo span {
	display: none;
}

.follow_text {
	padding: 5px 0 0 1px!important;
}

#top-header {
	background: #fff;
}

.top-nav {
	margin: 0 auto 0;
	width: 1080px;
	height: 26px;
}

.top-menu {
	float: right;
	margin: 0 8px 0 0;
}

.top-menu li {
	float: left;
	padding: 0 5px;
}

.top-menu a {
	color: #999;
}

.top-menu a:hover {
	color: #69C72B;
}

.default-menu li a {
	float: right;
	margin: 0 10px 0 0;
	color: #69C72B;
}

#site-nav .default-menu li a {
	margin: 10px 10px 0 0;
}

#user-profile {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
}

#user-profile,#user-profile a {
	color: #999;
}

#user-profile a {
	margin-left: 5px;
}

#user-profile a:hover {
	color: #69C72B;
}

.nav-login a {
	height: 25px;
	color: #999;
	cursor: pointer;
}

.nav-search {
	background: #69C72B;
	    float: right;
	    color: #fff;
	    line-height: 25px;
	    margin: 24px 10px 0 10px;
	    padding: 0 8px 1px;
	    cursor: pointer;
	    border-radius: 2px;
	    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.nav-search:hover {
	background: #595959;
}

.mobile-login a {
	float: right;
	margin: 24px 10px 0 10px;
	padding: 0 8px 1px;
	border-radius: 2px;
	background: #69C72B;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	color: #fff;
	line-height: 25px;
	cursor: pointer;
}

.mobile-login a:hover:hover {
	background: #595959;
	color: #fff;
}

.bull {
	float: left;
	margin-right: 8px;
	color: #666;
	font-size: 14px;
}

.scrolltext {
	overflow: hidden;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.scrolltext ul li {
	height: 30px;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    word-wrap: normal;
	    overflow: hidden;
}

#menu-box {
	background: #fff;
	    width: 100%;
	    height: 80px;
	    z-index: 999;
	    *+right: 0;
	    border-bottom: 1px solid #ddd;
	    transition-duration: .5s;
	    box-shadow: 0 1px 1px rgba(0,0,0,.04);
		
}

#menu-box.shadow {
	position: fixed;
	top: 0;
	height: 65px;
	background: rgba(255,255,255,.9);
	transition-duration: .5s;
}

#top-menu {
	width: 1080px;
	margin: 0 auto 0;
	transition-duration: .5s;
}

.main-nav {
	margin: 15px 0 0 0;
	background: #69C72B;
}

.nav-menu,.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu li {
	    position: relative;
	    white-space: nowrap;
	    *white-space: normal;
	    -webkit-transition: background .2s;
	    transition: background .2s;
}

.nav-menu>li {
	float: left;
}

.nav-menu li.sfHover>ul,.nav-menu li:hover>ul {
	display: block;
}

.ml li .sub-menu{
	position: absolute;
	width: 60%;
	height: auto;
	right: -60%;
	top: 0;
	background: none repeat scroll 0 0 rgba(51,51,51,.8);
	display: none;
}

#sub-menu-b{
	display: block;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    min-width: 160px;
    *width: 160px;
    z-index: 10001;
    border-bottom: 1px solid #ddd;
}

.nav-menu li:hover ul{
	display: block;
}

.nav-menu {
	float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    zoom: 1;
}

#site-nav .down-menu a {
    padding: 0 6px;
    color: #444;
    text-align: left;
    transition-duration: .8s;
	font-size: 16px;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.nav-menu li.sfHover,.nav-menu li:hover {
	-webkit-transition: none;
	transition: none;
}

.nav-menu .sf-mega {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	display: none;
}

.nav-menu li.sfHover>.sf-mega,.nav-menu li:hover>.sf-mega {
	display: block;
}

#site-nav-wrap {
	    float: right;
	    min-height: 45px;
}

#site-nav .down-menu li {
	display: block;
	    float: left;
	    height: 45px;
	    line-height: 45px;
}

#site-nav .down-menu>li.sfHover>a,#site-nav .down-menu>li>a:hover {
	color: #69C72B;
}

#site-nav .down-menu>.current-menu-item>a,#site-nav .down-menu>.current-menu-item>a:hover {
	color: #69C72B;
}

#site-nav .down-menu ul {
	    padding-top: 19px;
	    box-shadow: 0 2px 2px rgba(0,0,0,.03);
}

.shadow #site-nav .down-menu ul {
	padding-top: 4px;
}

.shadow .down-menu ul {
	padding-top: 10px;
}

#site-nav .down-menu ul ul {
	padding-top: 0;
}

#site-nav .down-menu ul li {
	float: none;
	display: block;
	height: auto;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fff;
	background: rgba(255,255,255,.9);
	line-height: 1.4em;
}

#site-nav .down-menu ul a {
	display: block;
	margin: 0;
	padding: 10px 20px;
	height: auto;
	border: 0;
	text-transform: none;
	font-size: .9em;
	line-height: 1.7em;
}

#site-nav .down-menu ul li>a:hover {
	background: #ddd;
	color: #000;
}

#mobile-search,#navigation-toggle,#sidr-close,.sidr {
	display: none;
}

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
}

/* .sf-arrows .sf-with-ul:after {
	position: absolute;
	top: 50%;
	right: -.1em;
	margin-top: -2px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	content: '';
	border-top-color: #ccc;
} */

.sf-arrows>.sfHover>.sf-with-ul:after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>li>.sf-with-ul:focus:after {
	border-top-color: #69C72B;
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #ccc;
}

.sf-arrows ul .sfHover>.sf-with-ul:after,.sf-arrows ul li:hover>.sf-with-ul:after,.sf-arrows ul li>.sf-with-ul:focus:after {
	border-left-color: #69C72B;
}

#navigation-toggle {
	padding: 0 8px 2px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	color: #999;
	line-height: 25px;
}

#navigation-toggle:hover {
	border: 1px solid #69C72B;
	background: #69C72B;
	color: #fff;
}

#sidr-main {
	position: absolute;
	position: fixed;
	top: 40px;
	z-index: 999999;
	/* overflow-x: none; */
	/* overflow-y: auto; */
	width: 35%;
	height: 100%;
	background: #333;
	background: none repeat scroll 0 0 rgba(51,51,51,.8);
	font-size: 14px;
}

#sidr-main {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

.sidr-inner .sidr-class-nav-menu {
	margin-bottom: 70px;
}

.sidr.right {
	right: -320px;
	left: auto;
}

.sidr.left {
	right: auto;
	left: -320px;
}

#sidr-main a {
	color: #f8f8f8;
}

#sidr-main a:hover {
	box-shadow: inset 0 0 10px 3px #222;
	color: #fff;
}

#sidr-main .ml>li>a {
	display: block;
	padding: 10px 0;
	margin: 0 10px;
	text-align: center;
}

#sidr-main .sub-menu a{
	display: block;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

#sidr-main ul li ul {
	margin: 0;
	margin-left: 0;
}

#sidr-main ul li ul li a:before {
	display: inline-block;
	margin-right: 10px;
	color: #444;
	-webkit-font-smoothing: antialiased;
}

.sidr-class-toggle-sidr-close:before {
	position: absolute;
	top: 50px;
	left: 30px;
	margin: 0;
}

.sidr-class-toggle-sidr-close {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #777;
	text-align: center;
	font-size: 24px;
}

#sidr-id-navigation-toggle {
	display: none;
}

@media screen and (min-width:900px) {
	#main-search.shadow {
		position: fixed;
		right: 0;
		left: 0;
		z-index: 999;
		margin: -25px auto 0;
		border-radius: 2px;
		background: rgba(255,255,255,.9);
		box-shadow: 0 0 4px rgba(0,0,0,.3);
	}

	#sidr-main {
		display: none!important;
	}

	.mobile-login a {
		display: none;
	}
}

@media screen and (max-width:1080px) {
	#top-menu {
		width: 98%;
	}

	.top-nav {
		width: 98%;
	}
	
	.dh{
		padding: 0 10px;
	}
}

@media only screen and (max-width:900px) {
	.nav-menu>li{
		width: 100px;
	}
	.nav-menu li a{
		font-size: 16px;
	}
	#menu-box {
		transition: all 0s ease 0s;
	}

	#navigation-toggle {
		float: none;
		display: block;
		padding: 0 8px;
		vertical-align: top;
	}

	#site-nav .nav-menu {
		display: none;
	}

	#top-menu {
		width: 95%;
	}

	.nav-search {
		background: #fff;
		    color: #999;
		    margin: 7px 10px 0 0;
		    padding: 0 8px;
		    vertical-align: top;
		    border: 1px solid #ddd;
	}

	.nav-search:hover {
		border: 1px solid #595959;
		background: #595959;
		color: #fff;
	}

	.mobile-login a {
		margin: 7px 10px 0 0;
		padding: 0 8px;
		border: 1px solid #ddd;
		background: #fff;
		color: #999;
		vertical-align: top;
	}

	.mobile-login a:hover {
		border: 1px solid #595959;
		background: #595959;
		color: #fff;
	}

	#main-search.shadow,#mobile-nav.shadow {
		position: fixed;
		right: 0;
		left: 0;
		top: 40px;
		z-index: 999;
	}
	
	#masthead {
		height: auto;
	}
	
	#menu-box{
		    height: 40px;
	}
	
	#menu-box {
		background: #fff;
		width: 100%;
		z-index: 999;
		*+right: 0;
		border-bottom: 1px solid #ddd;
		transition-duration: .5s;
		box-shadow: 0 1px 1px rgba(0,0,0,.04);
	}

	#menu-box.shadow {
		height: 40px;
	}

	.main-nav {
		margin: 7px 0 0 0;
	}

	#site-nav-wrap {
		margin: 0 10px 0 0;
		min-height: 30px;
	}
	
	.logo-site,.logo-sites {
		width: 163px;
		overflow: hidden;
		
	}

	.logo-site,.logo-sites {
		float: left;
		position: relative;
		margin: 10px 0 0 10px;
		transition-duration: .5s;
	}

	.site-title img {
		width: 132px;
		height: 30px;
	}

	.logo-site a,.logo-sites a {
		font-size: .7em;
	}

	.site-description {
		display: none;
	}

	.nav-set {
		margin: 0 15px 0 0;
	}

	.mobile-search {
		margin: 0 0 5px 20px;
		padding: 0 8px 2px;
		height: 25px;
		border: 1px solid #ddd;
		background: #fff;
		font-size: 13px;
	}

	#top-header {
		display: none;
	}
}

.nav-mobile {
	display: block;
	margin: 7px 0 0 0;
	padding: 0 8px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	color: #999;
	vertical-align: top;
	line-height: 25px;
	cursor: pointer;
}

.nav-mobile:hover {
	border: 1px solid #69C72B;
	background: #69C72B;
	color: #fff;
}

#mobile-nav {
	display: none;
	margin: 10px auto 5px;
	padding: 10px 20px 20px 20px;
	width: 1080px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #333;
	background: rgba(51,51,51,.8);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.mobile-menu li {
	float: left;
	margin: 8px -3px 0 2px;
	width: 24.999999%;
	line-height: 35px;
}

.mobile-menu a {
	display: block;
	border: 1px solid #777;
	color: #ddd;
	text-align: center;
}

.mobile-menu a:hover {
	border: 1px solid #69C72B;
	background: #69C72B;
	color: #fff;
	transition: all .1s ease-in 0s;
}

@media screen and (min-width:900px) {
	.nav-mobile {
		display: none;
	}
}

@media only screen and (max-width:900px) {
	#mobile-nav.shadow {
		position: fixed;
		right: 0;
		left: 0;
		z-index: 999;
		margin: 10px auto 0;
	}
}

@media only screen and (max-width:750px){
	.nav-menu>li{
		width: 90px;
	}
	.fa-home{
		background-size:10px 11px;
	}
}

@media only screen and (max-width:480px) {
	.mobile-menu li {
		width: 49.5%;
	}
}

#main-search {
/* 	display: flex;
	justify-content: center;
	align-items: center; */
	margin: auto;
	display: none;
	width: 1080px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	text-align: center;
}

#searchbar {
	margin: 10px auto 0;
	width: 90%;
}

#searchform input {
	float: left;
	padding: 2px 10px;
	width: 75%;
	height: 37px;
	border: 1px solid #ebebeb;
	border-radius: 2px 0 0 2px;
	background: #ebebeb;
	font: 14px "Microsoft YaHei",Helvetica;
	line-height: 37px;
	-webkit-appearance: none;
}

#searchform input:focus {
	outline: 0;
	background: #fff;
}

#searchform button {
	    overflow: visible;
	    position: relative;
	    border: 0;
	    cursor: pointer;
	    height: 37px;
	    width: 25%;
	    color: #fff;
	    text-transform: uppercase;
	    background: #69c72B;
	    border-radius: 0 2px 2px 0;
}

#searchform button:hover {
	background: #595959;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10004;
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
}

#login {
	display: none;
	width: 300px;
}

.login-t,.login-t a {
	padding: 25px 0;
	border-radius: 2px 2px 0 0;
	background: #69C72B;
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
}

#login form,.login-user {
	padding: 20px;
	background: #f8f8f8;
}

#login input[type=username],input[type=password] {
	margin-bottom: 4%;
	padding: 4%;
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
	-webkit-appearance: none;
}

#login input[type=submit] {
	margin-bottom: 4%;
	padding: 4%;
	width: 100%;
	border: 0;
	border-radius: 2px;
	background: #69C72B;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s;
	-webkit-appearance: none;
}

#login input[type=submit]:hover {
	background: #595959;
}

#login img {
	float: left;
	margin: 5px 20px 0 0;
	padding: 2px;
	width: 64px;
	height: 64px;
}

.login-b {
	height: 45px;
	border-radius: 0 0 2px 2px;
	background: #69C72B;
}

.breadcrumb {
	margin: 0 auto;
	padding-left: 10px;
	width: 1080px;
	height: 30px;
	line-height: 30px;
}

.breadcrumb .fa-angle-right {
	margin: 0 4px;
	font-size: 16px;
}

#primary {
	float: left;
	width: 70.4%;
	transition-duration: .5s;
}

#primary.primary {
	width: 100%;
}

.sidebar {
	display: none;
	width: 0;
}

#page .page,.bulletin,.post,.single-picture .picture,.single-tao .tao,.single-video .video,.type-attachment {
	position: relative;
	margin: 0 0 10px 0;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.entry-header h2 {
	margin: 0 0 10px 0;
}

.entry-header h2 a {
	font-size: 18px;
	line-height: 20px;
}

.archive-content {
	color: #777;
}

.title-l {
	position: absolute;
	top: 20px;
	left: -1px;
	width: 5px;
	height: 25px;
	background: #c40000;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.entry-more a {
	position: absolute;
	right: -1px;
	bottom: 18px;
	display: block;
	padding: 0 10px;
	height: 30px;
	border-radius: 2px 0 0 2px;
	background: #398898;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	line-height: 30px;
}

.entry-more a:hover {
	background: #3e94a5;
	background: 0 0 rgba(57,136,152,.9);
}

.entry-more a {
	color: #fff;
}

.entry-meta {
	position: absolute;
	bottom: 14px;
	left: 240px;
	color: #999;
}

.format-aside .entry-meta,.type-bulletin .entry-meta {
	position: inherit;
}

.entry-meta a {
	color: #69C72B;
}

.new-icon,.post-format {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px;
	border-radius: 0 2px 0 0;
	background: #c40000;
	color: #fff;
	line-height: 20px;
	animation: fade-in;
	animation-duration: 1.2s;
	-webkit-animation: fade-in 1.2s;
}

.new-icon {
	font-size: 12px;
}

.format-cat {
	float: left;
	margin: 0 10px 0 0;
	background: #c40000;
	background: 0 0 rgba(216,0,0,.7);
}

.format-cat a,.format-cat a:hover {
	padding: 0 10px;
	color: #fff;
	line-height: 28px;
}

.thumbnail {
	position: relative;
	float: left;
	clear: both;
	overflow: hidden;
	margin: 0 20px 0 0;
	width: 200px;
	height: 150px;
	transition-duration: .5s;
}

.thumbnail a img {
	width: 200px;
	height: 150px;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear;
}

.thumbnail:hover a img {
	transition: All .7s ease;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
}

.thumbnail .cat {
	position: absolute;
	top: 0;
	left: 0;
	background: #c40000;
	background: 0 0 rgba(216,0,0,.7);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.thumbnail .cat a {
	padding: 0 10px;
	color: #fff;
	line-height: 28px;
}

.type-bulletin .thumbnail {
	display: none;
}

.thumbnail a img {
	animation: fade-in;
	animation-duration: 1.2s;
	-webkit-animation: fade-in 1.2s;
}

.format-img img {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.dh{width: 100%;display: flex;justify-content: center;}

@media screen and (min-width:901px) {
	.format-img {
		overflow: hidden;
		height: 122px;
	}
	
	
}

.content-image {
	margin: -2px -5px 0 -5px;
}

.f4 {
	position: relative;
	float: left;
	padding: 0 5px;
	width: 25%;
	min-height: 1px;
	transition-duration: .5s;
}

@media screen and (min-width:901px) {
	.format-aside .archive-content {
		overflow: hidden;
		height: 97px;
	}
}

.entry-header h1 {
	position: relative;
	margin: 35px -25px 20px -25px;
	padding: 5px 20px;
	border-right: 5px solid #69C72B;
	border-left: 5px solid #69C72B;
	text-align: center;
	font-size: 16px;
	font-size: 1.8rem;
	line-height: 30px;
}

.single-content {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.single-content a,.single-content a:visited {
	color: #69C72B;
}

.single-content a:hover {
	color: #40aabf;
}

.single-content dd,.single-content ol,.single-content p,.single-content pre,.single-content ul,.single-contenthr {
	margin: 0 0 5px 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.single-content h2 {
	margin: 10px -21px;
	padding: 0 44px;
	border-left: 5px solid #e40000;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 190%;
}

.single-content h3 {
	margin: 0 -21px 5px -21px;
	padding: 0 44px;
	border-left: 5px solid #69C72B;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 190%;
}

.single-content h4 {
	margin-top: -70px;
	padding: 70px 30px 5px 30px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 190%;
}

.single-content .directory {
	float: left;
	margin: 0 -21px;
	height: 30px;
	border-left: 5px solid #69C72B;
}

.showmore span {
	padding: 0 10px;
	color: #69C72B;
	text-indent: 0;
	font-weight: 400;
	font-size: 16px;
	cursor: pointer;
}

.section-content {
	display: none;
	padding-top: 1px;
}

.single-content p {
	text-indent: 0em;
}

.single-content ol li,.single-content ul li {
	margin: 0 35px 0 50px;
	line-height: 190%;
}

.single-content ul li {
	list-style: square;
}

.single-content ol li {
	list-style: decimal;
}

blockquote {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 94%;
	border: 1px solid #ddd;
	color: #8b8b8b;
}

.comment-list p img,.single-content img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.wp-caption {
	padding: 5px;
	max-width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #f3f3f3;
}

.wp-caption-text {
	text-align: center!important;
}

.gallery .gallery-item {
	float: left;
	box-sizing: border-box;
	margin: 0!important;
	padding: 6px;
	text-align: center;
}

.gallery .gallery-item img {
	border: 0!important;
	vertical-align: middle;
}

.single-content embed {
	float: left;
	margin-bottom: 30px;
	width: 100%;
	height: 500px;
}

img.centered {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: block;
	margin: 0 0 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.page-links {
	margin: 10px auto 5px;
	text-align: center;
}

.page-links span {
	display: inline-block;
	margin: 2px;
	padding: 0 12px;
	border: 1px solid #69C72B;
	border-radius: 2px;
	background: #69C72B;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
}

.page-links a span {
	border: 1px solid #ddd;
	background: #fff;
	color: #000;
	text-decoration: none;
}

.page-links a:hover span {
	border: 1px solid #69C72B;
	background: #69C72B;
	color: #fff;
	transition: all .2s ease-in 0s;
}

.post-password-form {
	margin: 15px 0;
	padding: 23px 5px 0 5px;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.post-password-form input[type=password] {
	padding: 5px;
	width: 40%;
	height: 38px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	line-height: 30px;
	-webkit-appearance: none;
}

.post-password-form input[type=submit] {
	padding: 5px;
	width: 80px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	line-height: 25px;
	cursor: pointer;
	-webkit-appearance: none;
}

.post-password-form input[type=submit]:hover {
	border: 1px solid #69C72B;
	background: #69C72B;
	color: #fff!important;
}

.secret-password .fa-check-square {
	margin: 0 10px 10px 10px;
	color: #7ab951!important;
	font-size: 18px!important;
}

.post-secret .fa-exclamation-circle {
	margin: 0 10px 10px 30px;
	color: #f85d00!important;
	font-size: 18px!important;
}

.reply-read {
	margin: 15px 0;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.reply-ts {
	float: left;
	width: 75%;
}

.read-sm {
	margin-bottom: -1px;
	padding: 5px 15px;
	border-bottom: 1px solid #ddd;
}

.read-pl {
	float: right;
	width: 25%;
	height: 74px;
	border-left: 1px solid #ddd;
	text-align: center;
	line-height: 74px;
}

.read-pl a {
	display: block;
	color: #555!important;
}

.read-pl a:hover {
	background: #69C72B;
	color: #fff!important;
}

.reply-read .fa {
	margin: 0 10px 0 0;
	color: #f85d00!important;
	font-size: 18px!important;
}

.single-meta a {
	color: #999;
}

.single-meta a:hover {
	color: #69C72B;
}

.single-meta {
	position: absolute;
	top: 15px;
	right: 15px;
}

.single-meta li {
	float: left;
}

.single-meta .views,.single-meta li a {
	display: block;
	margin: 0 5px 0 0;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	color: #999;
	line-height: 26px;
}

.r-hide a:hover,.single-meta .comment a:hover,.single-meta .edit-link a:hover {
	border: 1px solid #69C72B;
	background: #69C72B;
	color: #fff;
}

.single-meta a:hover {
	color: #fff;
}

.single-cat-tag {
	position: absolute;
	bottom: -1px;
	left: 0;
	padding: 10px 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-radius: 0 0 2px 2px;
	background: #f8f8f8;
}

.single-cat,.single-tag {
	padding: 0 20px;
}

.single-tag a {
	padding: 0 10px 0 0;
	word-wrap: break-word;
	word-break: break-all;
}

.entry-content .comment span,.single-meta .comment span {
	display: none;
}

.abstract {
	display: block;
	margin: 0 0 10px 0;
	padding: 5px 15px;
	border: 1px dashed #ddd;
	background: #fff;
	color: #999;
	font-size: 14px;
}

.abstract span {
	float: left;
	padding-right: 10px;
	color: #999;
	font-weight: 600;
}

.abstract p {
	text-indent: 0;
}

.catalog-button {
	position: fixed;
	right: 10px;
	bottom: 202px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,.6);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	color: #d5d5d5;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}

.catalog-close {
	cursor: pointer;
}

#catalog-box {
	position: fixed;
	right: 45px;
	bottom: 50px;
	z-index: 9999;
	display: none;
	padding: 5px 0 0 10px;
	max-width: 260px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,.95);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	animation: fade-in;
	animation-duration: .5s;
	-webkit-animation: fade-in .5s;
}

#catalog {
	overflow: scroll;
	overflow-x: hidden;
	padding: 5px 15px 0 0;
	height: 180px;
}

#catalog,#catalog a {
	color: #999;
	font-size: 13px;
}

#catalog-box strong {
	margin-bottom: 10px;
	padding: 0 10px;
	color: #999;
	font-size: 13px;
}

#catalog-ul li {
	margin: 0;
	list-style: none;
}

#fontsize {
	position: absolute;
	top: 15px;
	left: 20px;
	padding: 0 0 1px 0;
	width: 40px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	text-align: center;
	line-height: 24px;
	cursor: pointer;
}

#fontsize:hover {
	border: 1px solid #69C72B;
	background: #69C72B;
	color: #fff;
}

.fontsmall {
	font-size: 18px;
	font-size: 1.8rem;
}

#slides {
	padding: 0;
}

.slidesjs-container {
	margin: 0 0 10px 0;
}

.slidesjs-navigation {
	float: right;
	margin: 0 10px 0 0;
	padding: 8px 10px;
	width: 32px;
	height: 32px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.08);
	text-align: center;
}

a.slidesjs-navigation {
	color: #555;
}

.slidesjs-pagination li {
	display: none;
}

.img-n {
	margin: -45px 0 0 0;
	padding: 10px;
	width: 260px;
	color: #999;
}

.video-content {
	position: relative;
	margin: 15px auto;
	width: 90%;
}

.video-content img {
	border: 1px solid #ddd;
	border-radius: 5px;
}

.video-content i {
	position: absolute;
	bottom: 30%;
	left: 47%;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	font-size: 40px;
}

.videos-content {
	margin: 0 0 10px 0;
	width: 100%;
}

.video-img {
	position: relative;
	float: left;
	overflow: hidden;
	width: 280px;
	height: 210px;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.video-img img {
	width: 280px;
	height: 210px;
}

.video-inf {
	float: left;
	margin: 2px 0 0 15px;
	width: 54%;
}

.video-inf ul {
	margin: 0 0 13px 0;
	padding: 0 0 0 15px;
	border: 1px solid #ddd;
	line-height: 40px;
}

.picture-h-img .fa-play-circle-o,.picture-img .fa-play-circle-o,.video-img .fa-play-circle-o {
	position: absolute;
	bottom: 70px;
	left: 44%;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	font-size: 30px;
}

#related-img .fa-play-circle-o {
	display: none;
}

@media screen and (max-width:720px) {
	.video-inf {
		max-width: 260px;
	}
}

@media screen and (max-width:640px) {
	.video-img {
		float: inherit;
		margin: 0 auto 13px;
	}

	.video-inf {
		float: inherit;
		margin: 0 auto 13px;
		width: 100%;
		max-width: 300px;
	}
}

.authorbio {
	margin: 0 0 10px 0;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.authorbio .avatar {
	float: left;
	margin: 5px 10px 0 0;
	padding: 0;
	width: 40px;
	height: 40px;
}

.nav-single {
	margin-bottom: 10px;
}

.meta-nav {
	float: left;
	overflow: hidden;
	margin-right: -1px;
	padding: 10px 20px;
	width: 50%;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.nav-single a {
	display: block;
}

.meta-nav:hover {
	border: 1px solid #69C72B;
	background: #69C72B;
	color: #fff;
}

.nav-single-c a {
	color: #b6b6b6;
	text-align: center;
	font-size: 50px;
}

.nav-single-c a:hover {
	color: #555;
}

.meta-nav-l {
	position: fixed;
	top: 45%;
	right: 0;
	z-index: 1;
	width: 50px;
}

.meta-nav-r {
	position: fixed;
	top: 45%;
	left: 0;
	z-index: 1;
	width: 50px;
}

@media screen and (max-width:1300px) {
	.nav-single-c a {
		display: none;
	}
}

#related-img {
	margin-bottom: 10px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.related-title {
	overflow: hidden;
	height: 52px;
	background: #fff;
}

.related-site {
	padding: 5px;
	width: auto;
	height: auto;
	max-width: 100%;
}

.related-site-img {
	overflow: hidden;
	width: auto;
	height: auto;
	max-width: 100%;
}

.related-site-img a img {
	width: auto;
	height: auto;
	max-width: 100%;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear;
}

.related-site-img:hover a img {
	transition: All .7s ease;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

@media screen and (min-width:901px) {
	.related-site-img {
		overflow: hidden;
		height: 130px;
	}

	.related-title {
		margin: 3px 0 0 0;
	}
}

@media screen and (min-width:320px) {
	.r4 {
		float: left;
		width: 50%;
	}
}

@media screen and (min-width:480px) {
	.r4 {
		float: left;
		width: 25%;
	}

}

@media screen and (min-width:800px) {
	.r4 {
		float: left;
		width: 25%;
	}
}

@media screen and (max-width:320px) {
	.r4 {
		float: left;
		width: 100%;
	}
}

.single-goods-main {
	margin: 0 0 10px 0;
	padding: 0;
}

.single-goods-img {
	overflow: hidden;
	width: auto;
	height: auto;
	max-width: 100%;
}

.single-goods-img a img {
	float: left;
	width: auto;
	height: auto;
	max-width: 100%;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear;
}

.single-goods-img:hover a img {
	transition: All .7s ease;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
}

.single-goods {
	margin: 0 -5px;
}

.single-goods .tl4 {
	position: relative;
	padding: 0 5px;
	min-height: 1px;
}

@media screen and (min-width:320px) {
	.tl4 {
		float: left;
		width: 50%;
		transition-duration: .5s;
	}
}

@media screen and (min-width:1080px) {
	.tm4 {
		float: left;
		width: 25%;
		transition-duration: .5s;
	}
}

@media screen and (max-width:1080px) {
	.tm4 {
		width: 25%;
		transition-duration: .5s;
	}
	.dh{width: 100%;}
	.nav-menu li{display: flex;justify-content: center;}
	.nav-menu li a{color: #fff;width: 100%;text-align: center;}
}

@media screen and (max-width:480px) {
	.entry-header h2 a {
		font-size: 16px;
		line-height: 20px;
	}
	.tm4 {
		width: 50%;
		transition-duration: .5s;
	}

	.single-goods {
		margin: 0 -4px;
	}
}

#single-widget h3 {
	margin: 15px 0 0 20px;
}

#single-widget .widget {
	float: left;
	margin-right: -1px;
	width: 50%;
}

#single-widget .widget ul {
	margin: 0 5px 5px 5px;
}

#sidebar {
	float: right;
	width: 28.6%;
}

#sidebar h3 {
	height: 40px;
	border-bottom: 1px solid #ddd;
	background: #f8f8f8;
	line-height: 40px;
}

.widget-title i {
	float: left;
	margin: 0 15px 0 0;
	padding: 1px 0;
	width: 40px;
	height: 40px;
	border-right: 1px solid #ddd;
	border-radius: 2px 0 0 0;
	color: #69C72B;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}

.widget {
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.widget ul li {
	overflow: hidden;
	width: 99%;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	line-height: 190%;
}

#calendar_wrap,#sidebar #searchform,.tagcloud,.widget ul {
	padding: 8px 15px 15px 15px;
}

.widget .textwidget {
}

#advert_widget {
	padding: 3px;
}

#advert_widget img,.widget .textwidget img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

#sidebar .widget_nav_menu,.widget_categories,.widget_links {
	padding: 0 0 15px 0;
}

#sidebar .widget_nav_menu li,.widget_categories li,.widget_links li {
	float: left;
	margin: 8px -3px 0 2px;
	width: 49.5%!important;
}

#sidebar .widget_nav_menu a,.widget_categories a,.widget_links a {
	display: block;
	border: 1px solid #ddd;
	text-align: center;
}

#sidebar .widget_nav_menu a:hover,.tagcloud a:hover,.widget_categories a:hover,.widget_links a:hover {
	border: 1px solid #69C72B;
	background: #69C72B;
	color: #fff!important;
	transition: all .1s ease-in 0s;
}

.tagcloud {
	padding: 5px 0 5px 2px;
}

.tagcloud a {
	float: left;
	margin: 4px;
	padding: 0 7px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	text-align: center;
	line-height: 26px;
}

#tag_cloud_widget {
	position: relative;
	margin: 10px auto 10px;
	width: 240px;
	height: 240px;
}

#tag_cloud_widget a {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,.08);
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#tag_cloud_widget a:hover {
	display: block;
	background: #d02f53;
}

#tag_cloud_widget a:nth-child(n) {
	display: inline-block;
	margin: 0 10px 15px 0;
	border-radius: 3px;
	background: #666;
	line-height: 18px;
}

#tag_cloud_widget a:nth-child(2n) {
	background: #d1a601;
}

#tag_cloud_widget a:nth-child(3n) {
	background: #286c4a;
}

#tag_cloud_widget a:nth-child(5n) {
	background: #518ab2;
}

#tag_cloud_widget a:nth-child(4n) {
	background: #c91d13;
}

.hot_commend ul li {
	border-bottom: 1px dashed #dadada;
	white-space: normal;
}

.new_cat ul li {
	white-space: normal;
}

.hot_commend .thumbnail,.new_cat .thumbnail {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 8px 8px 8px 0;
	width: 100px;
	height: 75px;
}

.hot_commend a img,.new_cat a img {
	float: left;
	width: 100px;
	height: 75px;
}

.hot_commend .hot-title,.new_cat .new-title {
	overflow: hidden;
	padding-top: 5px;
	height: 55px;
	line-height: 25px;
}

.hot_commend .views,.new_cat .date {
	float: right;
	color: #999;
}

.hot_commend .fa {
	color: #999;
}

.li-icon {
	margin: 0 5px 0 0;
	padding: 0 5px;
	border-radius: 2px;
	background: #ccc;
	color: #fff;
	font-size: 12px;
	line-height: 180%;
}

.li-icon-1,.li-icon-2,.li-icon-3 {
	background: #c40000;
}

.li-number {
	float: left;
	margin: 4px 5px 0 0;
	padding: 0 5px;
	border-radius: 2px;
	background: #c40000;
	color: #fff;
	font-size: 12px;
	line-height: 150%;
}

.li-numbers {
	float: left;
	margin: 4px 5px 0 0;
	padding: 0 5px;
	border-radius: 2px;
	background: #ccc;
	color: #fff;
	font-size: 12px;
	line-height: 150%;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: center;
	font-weight: 700;
}

#wp-calendar tbody td,#wp-calendar tfoot td {
	padding: 5px;
	text-align: center;
}

#wp-calendar a {
	color: #69C72B;
}

.readers {
	padding: 15px 5px 10px 10px;
}

.readers li {
	padding: 0 3px;
	list-style: none;
}

.readers img {
	margin: 0 -3px;
	width: auto;
	height: auto;
	max-width: 100%;
}

.readers-avatar {
	float: left;
	width: 16.66666%;
}

#message .avatar {
	float: left;
	margin: 6px 8px 0 0;
	width: 24px;
	height: 24px;
}

.wp-smiley {
	display: inline!important;
	height: 15px!important;
}

.message-widget ul li {
	padding-bottom: 8px;
	width: 99%;
	height: 37px;
	border-bottom: 1px dashed #dadada;
	line-height: 37px;
}

.message-page ul li {
	overflow: hidden;
	padding-bottom: 8px;
	width: 99%;
	height: 37px;
	border-bottom: 1px dashed #dadada;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 37px;
}

.follow {
	position: fixed;
	top: 80px;
	width: 310px;
	animation: fade-in;
	animation-duration: 1.2s;
	-webkit-animation: fade-in 1.2s;
}

#feed_widget {
	position: relative;
	color: #555;
	text-align: center;
	font-size: 30px;
}

#feed_widget a {
	color: #fff;
}

#feed_widget li {
	float: left;
	margin: 0 0 0 7.733333%;
	width: 40px;
	border-radius: 2px;
	line-height: 40px;
}

#feed_widget .feed {
	background: #d28300;
}

#feed_widget .weixin {
	background: #248a34;
}

#feed_widget .tsina {
	background: #c40000;
}

#feed_widget .tqq {
	background: #4e91d1;
}

#feed_widget li:hover {
	opacity: .8;
}

#feed_widget ul {
	overflow: hidden;
	margin: 10px 2% 0 2%;
}

#weixin-img {
	position: absolute;
	top: 55px;
	right: 260px;
	z-index: 999;
	display: none;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,.9);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

@media screen and (max-width:1024px) {
	#feed_widget li {
		margin: 0 0 0 2.333333%;
	}
}

.icon-rss {
	color: #d28300;
}

.sidebar-h {
	animation: fade-in;
	animation-duration: 1s;
	-webkit-animation: fade-in 1s;
}

.comments-title {
	margin-bottom: 10px;
	padding: 15px 20px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.comment-list,.comment-list ol {
	list-style: none;
}

.comment-list li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 15px 20px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	word-wrap: break-word;
	word-break: break-all;
}

.children li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 15px 20px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.03);
	word-wrap: break-word;
	word-break: break-all;
}

.children {
	margin: 5px 0 0 0;
}

.vcard .avatar {
	float: left;
	margin: 6px 10px 0 0;
	width: 40px;
	height: 40px;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.vcard:hover .avatar {
	-webkit-transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	-o-transform: rotate(720deg);
	transform: rotate(720deg);
	-ms-transform: rotate(720deg);
}

.comment-author {
	color: #999;
}

.fn {
	font-weight: 700;

	font-style: normal;
}

.floor {
	color: #69C72B;
}

.comment-meta,.comment-meta a {
	color: #999;
}

.reply a {
	position: absolute;
	top: 15px;
	right: 20px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	line-height: 25px;
}

.reply a:hover {
	border: 1px solid #69C72B;
	background: #69C72B;
	color: #fff;
	transition: all .2s ease-in 0s;
}

.at,.at a {
	color: #69C72B;
}

.no-comments {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
}

#edita {
	color: #8b8b8b;
}

.comment-author .fa {
	padding-left: 5px;
	color: #d03333;
}

.lv {
	padding-left: 3px;
	font-size: 13px;
}

.vip0 .fa,.vip0 .lv {
	color: #bbb;
}

.vip1 .fa,.vip1 .lv {
	color: #46c0e6;
}

.vip2 .fa,.vip2 .lv {
	color: #f49800;
}

.vip3 .fa,.vip3 .lv {
	color: #7ab951;
}

.vip4 .fa,.vip4 .lv {
	color: #f566f5;
}

.vip5 .fa,.vip5 .lv {
	color: #d03333;
}

#respond {
	margin: 0 0 10px 0;
	padding: 10px 20px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

#respond h3 {
	margin: 0 0 10px 0;
}

#respond h3 a {
	float: right;
	padding: 2px 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
}

#comment-author-info input {
	margin: 0 10px 10px 0;
	padding: 0 5px;
	width: 50%;
	height: 37px;
	border: 1px solid #ddd;
	background: #fff;
	-webkit-appearance: none;
}

#comment {
	margin: 0 10px 10px 0;
	padding: 5px;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	-webkit-appearance: none;
}

#respond #submit {
	margin: 0 10px 10px 0;
	padding: 6px;
	width: 50%;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	cursor: pointer;
	-webkit-appearance: none;
}

#respond #submit:hover {
	border: 1px solid #69C72B;
	background: #69C72B;
	color: #fff;
	transition: all .2s ease-in 0s;
}

.author_avatar,.user_avatar {
	margin: 0 0 10px 0;
	height: 45px;
	line-height: 20px;
}

.author_avatar img,.user_avatar img {
	float: left;
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
}

.comment-tool {
	float: right;
	margin: 9px 0;
}

.comment-tool a {
	margin: 0 0 0 10px;
	padding: 5px 10px;
	border: 1px solid #69C72B;
	border-radius: 2px;
	background: #69C72B;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	color: #fff;
}

.comment-tool a:hover {
	border: 1px solid #ddd;
	background: #fff;
	color: #555;
}

.smiley-box {
	position: relative;
	display: none;
}

.smiley-box img {
	float: left;
	width: 16px;
	height: 16px;
}

#trackbacks {
	margin: 0 0 10px 0;
}

.backs {
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	cursor: pointer;
}

.track {
	display: none;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 2px 2px;
	background: #fff;
}

#anchor,.scroll-comments {
	position: relative;
	top: -75px;
}

.loading-comments {
	display: none;
	margin: 0 0 10px 0;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	text-align: center;
	line-height: 45px;
}

.qaptcha {
	margin-top: 10px;
	padding: 0 10px 10px 0;
}

.qaptcha .clr {
	clear: both;
}

.qaptcha .bgslider {
	float: left;
	width: 100px;
	height: 22px;
}

.qaptcha .slider {
	margin: 0 0 0 5px;
	width: 21px;
	height: 21px;
	cursor: e-resize;
}

.qaptcha .icons {
	display: none;
}

.qaptcha .txtstatus {
	float: left;
	margin: -2px 0 0 8px;
}

.txtstatus {
	animation: fade-in;
	animation-duration: 1s;
	-webkit-animation: fade-in 1s;
}

#comments .fa-check-square,#comments .fa-exclamation-circle,#comments .fa-pencil-square-o,#comments .fa-spinner {
	margin-right: 5px;
	color: #69C72B;
}

#links {
	margin: 0 -2px;
}

#links h2 {
	display: none;
}

.link-f {
	overflow: hidden;
	width: auto;
	height: auto;
	max-width: 100%;
}

.link-f a img {
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
}

.link-f a {
	display: block;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	transition-duration: .5s;
}

.link-f a:hover {
	border: 1px solid #69C72B;
	background: #69C72B;
	color: #fff!important;
	transition: all .1s ease-in 0s;
}

.lx7 {
	float: left;
	padding: 2px;
	min-height: 1px;
}

@media screen and (min-width:280px) {
	.lx7 {
		width: 50%;
		transition-duration: .5s;
	}
}

@media screen and (min-width:550px) {
	.lx7 {
		width: 33.33333333%;
	}
}

@media screen and (min-width:700px) {
	.lx7 {
		width: 25%;
		transition-duration: .5s;
	}
}

@media screen and (min-width:900px) {
	.lx7 {
		width: 20%;
		transition-duration: .5s;
	}
}

@media screen and (min-width:1024px) {
	.lx7 {
		width: 14.2857%;
		transition-duration: .5s;
	}
}

@media screen and (max-width:550px) {
	#links {
		margin: 6px 0 0 0;
	}
}

.linkcat h2 {
	clear: both;
	margin: 0 auto 2px;
	max-width: 152px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 -1px 1px rgba(0,0,0,.03);
	text-align: center;
	line-height: 30px;
}

.link-all a:hover {
	border: 1px solid #69C72B;
	background: #69C72B;
	color: #fff!important;
	transition: all .1s ease-in 0s;
}

#links a,.link-all a {
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
}

#links a:focus,#links a:hover,.link-all a:focus,.link-all a:hover {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

#colophon {
	position: relative;
	width: auto;
	border-top: 1px solid #ddd;
	background: #fff;
	box-shadow: 0 -1px 1px rgba(0,0,0,.03);
}

.site-info {
	margin: 0 50px;
	padding: 15px 0;
	text-align: center;
}

.add-info {
	display: block;
	padding: 5px 0;
}

#footer-widget-box {
	background: #555;
	position: relative;
	padding: 10px 0;
	box-shadow: 0 -1px 1px rgba(0,0,0,.1);
}

.footer-widget {
	margin: 0 auto;
	width: 1080px;
	height: 100%;
}

.footer-widget h3 {
	color: #fff;
	font-size: 15px;
}

.footer-widget .widget {
	float: left;
	padding: 0 20px;
	width: 60%;
	border: 0;
	box-shadow: none;
}

.footer-widget,.footer-widget a {
	color: #fff;
	font-size: 16px;
	font-weight: initial;
}

.footer-widget a:hover {
	color: #fff;
}

.footer-widget .widget ul {
	padding: 8px 0 15px;
}

.footer-widget .menu li {
	float: left;
	width: 33%;
}

#infscr-loading {
	position: absolute;
}

@media screen and (min-width:550px) {
	.pagination {
		float: right;
	}

	.pagination a,.pagination a:visited {
		float: left;
		margin: 0 0 10px 5px;
		padding: 8px 11px;
		border: 1px solid #ddd;
		border-radius: 2px;
		background: #fff;
		box-shadow: 0 1px 1px rgba(0,0,0,.04);
		line-height: 100%;
	}

	.pagination .current,.pagination .dots {
		float: left;
		margin: 0 0 0 5px;
		padding: 8px 11px;
		border: 1px solid #ddd;
		border-radius: 2px;
		background: #fff;
		line-height: 100%;
	}

	.pagination a:hover,.pagination span.current {
		border: 1px solid #69C72B;
		background: #69C72B;
		color: #fff;
	}

	.pages,.screen-reader-text {
		display: none;
	}

	.nav-links .next i,.nav-links .prev i {
		padding: 0 2px;
		line-height: 12px;
	}
}

@media screen and (max-width:550px) {
	.pagination {
		border: 1px solid #ddd;
		border-radius: 2px;
		background: #fff;
		box-shadow: 0 1px 1px rgba(0,0,0,.04);
	}

	.pagination .nav-links {
		position: relative;
		min-height: 30px;
		text-align: center;
	}

	.pagination .current .screen-reader-text {
		position: static!important;
	}

	.screen-reader-text {
		position: absolute!important;
		overflow: hidden;
		height: 1px;
	}

	.page-numbers {
		display: none;
		padding: 5px;
		line-height: 25px;
	}

	.pagination .page-numbers.current {
		text-transform: uppercase;
	}

	.pagination .current {
		display: inline-block;
	}

	.pagination .next,.pagination .prev {
		position: absolute;
		display: inline-block;
		overflow: hidden;
		background: #69C72B;
		color: #fff;
		line-height: 35px;
	}

	.pagination .next i,.pagination .prev i {
		padding: 6px 15px;
	}

	.pagination .next {
		border-radius: 0 2px 2px 0;
	}

	.pagination .prev {
		border-radius: 2px 0 0 2px;
	}

	.pagination .next a,.pagination .prev a {
		display: inline-block;
		padding: 0;
		color: #fff;
		line-height: 20px;
	}

	.pagination .prev {
		left: 0;
	}

	.pagination .prev:before {
		left: -1px;
	}

	.pagination .next {
		right: 0;
	}

	.pagination .next:before {
		right: -1px;
	}

	.comment-navigation {
		margin: 0 0 10px;
	}

	.comment-navigation .current {
		padding: 0 0 0 50%;
		line-height: 35px;
	}

	.comment-navigation .next {
		right: 5px;
	}

	.comment-navigation .prev {
		left: 5px;
	}

	.comment-navigation .next,.comment-navigation .prev {
		position: absolute;
		display: inline-block;
		overflow: hidden;
		background: #69C72B;
		color: #fff;
		line-height: 20px;
	}
}

.picture-box {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.picture-img {
	overflow: hidden;
	width: auto;
	height: auto;
	max-width: 100%;
	transition-duration: .5s;
}

.picture-img a img {
	float: left;
	width: auto;
	height: auto;
	max-width: 100%;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear;
}

.picture-img:hover a img {
	transition: All .7s ease;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.picture-title {
	overflow: hidden;
	margin: 0 10px 5px 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	line-height: 30px;
}

.picture {
	margin: 0 -5px;
}

.picture .xl5,.video .xl5 {
	position: relative;
	padding: 0 5px;
	min-height: 1px;
}

.xm5 {
	position: relative;
	min-height: 1px;
}

@media screen and (min-width:350px) {
	.xl5 {
		float: left;
		width: 50%;
		transition-duration: .5s;
	}
}

@media screen and (min-width:550px) {
	.xm5 {
		float: left;
		width: 25%;
		transition-duration: .5s;
	}
}

@media screen and (min-width:999px) {
	.picture-img {
		overflow: hidden;
	}
}

@media screen and (max-width:480px) {
	.picture {
		margin: 0 -4px;
	}
}

@media screen and (max-width:900px) {
	#picture {
		width: 99.9%;
	}
}

.grid-title {
	overflow: hidden;
	margin: 5px 15px;
	height: 50px;
	line-height: 25px;
}

.grid-inf {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 15px;
	width: 100%;
}

.grid-inf .views {
	float: right;
}

.grid,icon-zan {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0 5px;
	border-radius: 2px;
	background: #f40;
	background: rgba(255,68,0,.8);
	box-shadow: 0 0 2px rgba(0,0,0,.4);
	color: #fff;
	line-height: 25px;
}

.picture-img {
	position: relative;
}

.hide-box,.hide-excerpt {
	display: none;
	cursor: pointer;
}

.hide-box {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	transition: all .2s ease-in 0s;
}

.hide-excerpt {
	position: absolute;
	z-index: 3;
	padding: 15px;
	color: #fff;
}

#scroll {
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 9999;
	float: right;
	width: 32px;
}

#scroll li a {
	display: block;
	margin-top: 6px;
	width: 32px;
	height: 32px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,.6);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	color: #d5d5d5;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	cursor: pointer;
}

.wx-back{
	background: rgba(150,199,43,1)!important;
}

@media screen and (min-width:1300px) {
	#scroll li a:hover {
		border: 1px solid #69C72B;
		background: #69C72B;
		color: #fff;
		transition: all .2s ease-in 0s;
	}
}

.qr-img {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 9999;
	display: none;
	padding: 10px 10px 2px 10px;
	max-width: 300px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,.95);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.qr .fa-qrcode {
	font-size: 20px!important;
	line-height: 32px!important;
}

#slideshow {
	position: relative;
	margin: 0 0 10px 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.rslides {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.rslides li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.rslides li:first-child {
	position: relative;
	float: left;
	display: block;
}

.rslides img {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
}

.rslides_tabs {
	position: absolute;
	bottom: 0;
	z-index: 2;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.rslides_tabs li {
	float: none;
	display: inline;
	margin-right: 5px;
}

.rslides_tabs a {
	display: inline;
	padding: 2px 8px;
	width: auto;
	height: auto;
	border: 1px solid #fff;
	border-radius: 2px;
	background: #fff;
	color: #555;
	line-height: 15px;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	border: 1px solid #69C72B;
	background: #69C72B;
	color: #fff;
}

.slider-caption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	padding: 8px 15px;
	max-width: none;
	border-radius: 2px 0 0 0;
	background: #c40000;
	background: none repeat scroll 0 0 rgba(216,0,0,.7);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	color: #fff;
}

#down a {
	float: left;
	margin: 8px 0 15px 25px;
	padding: 0 15px;
	height: 35px;
	border: 1px solid #69C72B;
	border-radius: 3px;
	background: #69C72B;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	color: #fff;
	text-align: center;
	line-height: 34px;
}

#down a:hover {
	border: 1px solid #595959;
	background: #595959;
	transition: all .3s ease-in 0s;
}

#down .fa-cloud-download,#down .fa-download {
	margin: 0 8px 0 0;
	color: #fff;
	font-size: 16px;
}

#button_box {
	display: none;
}

#button_file h3 {
	padding: 0 0 5px 0;
	text-align: center;
}

.buttons a {
	float: left;
	display: block;
	margin: 10px 10px 10px 0;
	padding: 2px 15px;
	border: 1px solid #69C72B;
	border-radius: 3px;
	background: #69C72B;
	color: #fff!important;
}

.buttons a:hover {
	border: 1px solid #595959;
	background: #595959;
	transition: all .3s ease-in 0s;
}

#social {
	position: relative;
	margin: 20px auto 80px;
	width: 283px;
}

.social-main {
	position: relative;
	margin: 0 auto;
	width: 283px;
}

.social-main a {
	float: left;
	border-radius: 2px;
	color: #fff!important;
	text-align: center;
	line-height: 35px;
}

.social-main a:hover {
	color: #fff;
	transition: all .2s ease-in 0s;
}

.like a {
	display: block;
	width: 140px;
	background: #f40;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.share-s a {
	display: block;
	width: 140px;
	background: #ecb842;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.social-main i {
	margin: 0 5px 0 0;
	color: #fff;
	font-style: normal;
}

.shang-p a {
	position: absolute;
	top: -7px;
	left: 115px;
	width: 50px;
	height: 50px;
	border: 4px solid #fff;
	border-radius: 40px;
	background: #7ab951;
	font-weight: 600;
	font-size: 16px;
	line-height: 43px;
}

.shang-main input {
	display: block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.shang-main img {
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.shang-main h4 {
	text-align: center;
}

#shang {
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 5;
	display: none;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	background: rgba(255,255,255,.9);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

#share {
	position: absolute;
	top: -50px;
	right: 10px;
	z-index: 999;
	display: none;
	/* padding: 10px 5px; */
	border-radius: 5px;
	/* background: 0 0 rgba(49,49,49,.7); */
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

#share a {
	color: #fff;
}

.bdshare_dialog_box {
	z-index: 999999!important;
	box-shadow: 0 10px 10px rgba(0,0,0,.5)!important;
}

.bdshare_dialog_box {
	border: 0!important;
}

.bdshare_dialog_bottom {
	display: none;
}

.icon-share {
	color: #04a4cc;
}

#share a {
	padding: 2px 5px 5px;
	height: 30px;
	text-align: center;
	font-size: 25px;
	line-height: 30px;
}

.bdshare-button-style1-16 a {
	background: 0 0!important;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	border-radius: 4px;
	background: #fff;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 10px rgba(0,0,0,.5);
}

.fancybox-inner,.fancybox-outer {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-error {
	padding: 30px;
	white-space: nowrap;
}

.fancybox-iframe,.fancybox-image {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 8060;
	margin: -22px 0 0 -22px;
}

#fancybox-loading div {
	width: 79px;
	height: 10px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	z-index: 8040;
	width: 45%;
	height: 100%;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	z-index: 8040;
	visibility: hidden;
	margin-top: -18px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	cursor: pointer;
}

.fancybox-prev span {
	left: 10px;
}

.fancybox-next span {
	right: 10px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	overflow: visible!important;
	max-width: 99999px;
	max-height: 99999px;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8010;
	display: none;
	overflow: hidden;
}

.fancybox-overlay-fixed {
	position: fixed;
	right: 0;
	bottom: 0;
}

.fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

#fancybox-buttons {
	position: fixed;
	left: 0;
	z-index: 8050;
	width: 100%;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	margin: 0 auto;
	width: 177px;
	height: 31px;
	border: 1px solid #999;
	border-radius: 2px;
	background: #000;
	background: rgba(0,0,0,.1);
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 35px;
	height: 30px;
	outline: 0;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}

#fancybox-buttons a:hover {
	color: #04a4cc;
}

#fancybox-buttons .fa-angle-right {
	border-right: 1px solid #999;
}

#fancybox-buttons .fa-times {
	border-left: 1px solid #999;
}

.btnDisabled {
	opacity: .4;
	cursor: default;
}

.icon-fancy-close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 24px;
	height: 24px;
	color: #e50000;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
}

.fancybox-close {
	position: absolute;
	top: -25px;
	right: 0;
	padding: 0 8px;
	border-radius: 5px 5px 0 0;
	background: #cf0000;
	color: #fff;
}

.fancybox-close:hover {
	color: #ccc;
}

.search-no-results #primary,.search-results #primary {

	width: 100%;
}

.search-page {
	margin: 0 0 10px 0;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.search-no-results .post {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: 0;
}

.search-page li {
	margin: 0 -20px;
	padding: 0 20px;
	border-bottom: 1px solid #dadada;
	line-height: 280%;
}

.search-inf {
	float: right;
	color: #999;
}

li.search-inf {
	border: 0;
}

.ad-site {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding-top: 6px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.entry-content .ad-site {
	border: 0;
	border-radius: 0;
	background: #transparent;
	box-shadow: none;
}

.ad-site img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.ad-l,.ad-pc,.ad-r {
	text-align: center;
}

.entry-content .ad-pc {
	margin: 0 -11px 10px -11px;
	text-align: center;
}

.entry-content .ad-m {
	margin: 0 -11px 10px -11px;
}

.ad-l {
	float: left;
	width: 70.4%;
}

.ad-r {
	float: right;
	width: 28.6%;
}

@media screen and (max-width:900px) {
	.ad-r {
		display: none;
	}

	.ad-l {
		width: 99.9%;
	}
}

@media screen and (min-width:900px) {
	.box-hide {
		opacity: 0;
		-webkit-transition: all ease-in-out .3s;
		-moz-transition: all ease-in-out .3s;
		transition: all ease-in-out .3s;
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		transform: scale(.9);
		-webkit-perspective-origin: top center;
		-moz-perspective-origin: top center;
		perspective-origin: top center;
	}

	.box-show {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@media screen and (max-width:1080px) {
	#colophon,#content,.breadcrumb,.footer-widget {
		width: 98%;
	}

	.follow {
		width: 28%;
		transition-duration: .5s;
	}

	#site-nav .down-menu a {
		padding: 0 8px;
	}

	#colophon {
		width: auto;
	}

	#main-search,#mobile-nav {
		width: 98%;
	}

	.breadcrumb {
		width: 98%;
		display: flex;
	}
}
.breadcrumb {
		display: flex;
	}
@media screen and (max-width:900px) {
	#primary {
		width: 99.9%;
	}

	.logo-site,.logo-sites {
		margin: 5px 0 0 10px;
	}

	.authorbio {
		display: none;
	}

	#sidebar {
		display: none;
	}

	.add-info {
		display: none;
	}

	#anchor,.scroll-comments {
		top: -43px;
	}

	.r-hide {
		display: none;
	}
}

@media screen and (max-width:720px) {
	#inf-d {
		width: 70%;
		transition-duration: .5s;
	}

	.search-inf {
		display: none;
	}

	.entry-meta {
		display: none;
	}

	#links {
		display: none;
	}
}

@media screen and (max-width:640px) {
	.entry-header h1 {
		text-align: left;
	}

	#single-widget .widget {
		width: 99.6%;
	}

	.footer-widget .widget {
		float: inherit;
		margin: 0;
	}

	.footer-widget .widget {
		width: 99.6%;
	}
}
@media screen and (max-width:670px) {
	.nav-menu li{
		width: 70px;
	}
	.nav-menu li a{
		font-size: 14px;
	}
}
@media screen and (max-width:620px) {

	.entry-header h2 {
		overflow: hidden;
		height: 52px;
		text-align: justify;
		word-break: break-all;
	}

	.format-aside .entry-header h2,.format-image .entry-header h2,.type-bulletin .entry-header h2 {
		overflow: hidden;
		width: 70%;
		height: auto;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: normal;
		transition-duration: .5s;
	}

	.archive-content {
		display: none;
	}

	.format-aside .archive-content,.type-bulletin .archive-content {
		display: block;
	}

	.entry-more {
		display: none;
	}

	.thumbnail {
		margin: 0 10px 0 0;
		width: 100px;
		height: 75px;
		transition-duration: .5s;
	}

	.thumbnail a img {
		width: 100px;
		height: 75px;
		transition-duration: .5s;
	}

	.format-cat,.thumbnail .cat {
		display: none;
	}

	.entry-meta {
		left: 130px;
		display: inline;
	}

	.single-tag,.weibo {
		display: none;
	}

	.single-content embed {
		height: 250px;
	}
}

@media screen and (max-width:480px) {
	.slider-caption {
		display: none;
	}

	.single-content {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.fontsmall {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.template-user {
		width: 100px;
		height: 200px;
		max-width: 300px;
		min-width: 400px;
	}
}

@media screen and (max-width:440px) {
	.entry-meta .date,.entry-meta .edit-link {
		display: none;
	}

	.post {
		padding: 15px;
	}

	.entry-header h1 {
		margin: 40px -20px 10px -20px;
	}

	.single-content h2 {
		margin: 10px -15px;
	}

	.video-img {
		width: 270px;
		height: 203px;
	}

	.title-l {
		top: 15px;
	}

	.single-content h3 {
		margin: 0 -15px 5px -15px;
	}

	.entry-meta {
		bottom: 10px;
	}
}

@font-face {
	font-weight:400;font-style:normal;font-family:FontAwesome;src:url(/skin/ecms/css/fonts/fontawesome-webfont.eot?v=4.4.0);src:url(/skin/ecms/css/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(/skin/ecms/css/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(/skin/ecms/css/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(/skin/ecms/css/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(/skin/ecms/css/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');
}

.fa {
	    display: inline-block;
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: inherit;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
}

.font-text {
	margin: 0 0 0 5px;
}

.fa-lg {
	vertical-align: -15%;
	font-size: 1.33333333em;
	line-height: .75em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	margin-left: 2.14285714em;
	padding-left: 0;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	top: .14285714em;
	left: -2.14285714em;
	width: 2.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.fa-qrcode:before {
	content: url(/v1/images/ewm.png);
}

.icon-caidan:before,.fa-navicon:before,.fa-reorder:before {
	content: url(/v1/images/cd.png);
}

.fa-angle-up:before {
	content: url(/v1/images/top.png);
}

.fa-angle-down:before {
	content: url(/v1/images/bottom.png);
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-play:before {
	content: "\f04b";
}

.fa-download:before {
	content: "\f019";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-share-alt:before {
	content:  url(/v1/images/fx.png);
}






.favorite{
	position: relative;
}

.favorite:hover .fa-thumbs-up{
	-webkit-transform:scale(1.3); 
	    -moz-transform:scale(1.3); 
	    -o-transform:scale(1.3); 
}

.favorite .pf{
	position: absolute;
	top: -80%;
	right: 60px;
	color: red;
	opacity: 0;
	/* display: none; */
}

.fa-thumbs-up{
	width: 12px;
	height: 14px;
	display: block;
	position: absolute;
	top: 30%;
	left: 20%;
	transition: all .6s;

	background: url(/v1/images/dz.png);
}

.fa-wechat:before,.fa-weixin:before {
	content:  url(/v1/images/BDTB.png);
}

.fa-weibo:before {
	content:  url(/v1/images/XLWB.png);
}

.fa-renren:before {
	content:  url(/v1/images/RRW.png);
}

.fa-pinterest-square:before {
	content:  url(/v1/images/QQ.png);
}

.fa-qq:before {
	content:  url(/v1/images/QQKJ.png);
}

.fa-plus-square:before {
	content:  url(/v1/images/DBW.png);
}

.fa-feed:before,.fa-rss:before {
	content:  url(/v1/images/dy.png);
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-cog:before,.fa-gear:before {
	content: "\f013";
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
	content: "\f03e";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-tencent-weibo:before {
	content:  url(/v1/images/txwb.png);
}

.fa-vimeo-square:before {
	content: "\f194";
}

.icon-laba:before {
	content: "\f028";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-search:before {
	content:  "\e62c";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-close:before,.fa-remove:before,.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-repeat:before,.fa-rotate-right:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
	content: "\f064";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-exclamation-triangle:before,.fa-warning:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-cogs:before,.fa-gears:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-floppy-o:before,.fa-save:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-sort:before,.fa-unsorted:before {
	content: "\f0dc";
}

.fa-sort-desc:before,.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-asc:before,.fa-sort-up:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
	content: "\f0e2";
}

.fa-gavel:before,.fa-legal:before {
	content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-bolt:before,.fa-flash:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-clipboard:before,.fa-paste:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: "\f123";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-chain-broken:before,.fa-unlink:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
	content: "\f150";
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
	content: "\f151";
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
	content: "\f152";
}

.fa-eur:before,.fa-euro:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
	content: "\f155";
}

.fa-inr:before,.fa-rupee:before {
	content: "\f156";
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
	content: "\f157";
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
	content: "\f158";
}

.fa-krw:before,.fa-won:before {
	content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,.fa-gratipay:before {
	content: "\f184";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-try:before,.fa-turkish-lira:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
	content: "\f19c";
}

.fa-graduation-cap:before,.fa-mortar-board:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
	content: "\f1c5";
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
	content: "\f1c6";
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,.fa-rebel:before {
	content: "\f1d0";
}

.fa-empire:before,.fa-ge:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
	content: "\f1d4";
}

.fa-paper-plane:before,.fa-send:before {
	content: "\f1d8";
}

.fa-paper-plane-o:before,.fa-send-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-bed:before,.fa-hotel:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-y-combinator:before,.fa-yc:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-television:before,.fa-tv:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.tao-h {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.tao-h-img {
	overflow: hidden;
	width: auto;
	height: auto;
	max-width: 100%;
	transition-duration: .5s;
}

.picture-h {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.picture-h-img {
	overflow: hidden;
	width: auto;
	height: auto;
	max-width: 100%;
	transition-duration: .5s;
}

.picture-h-img a img,.tao-h-img a img {
	float: left;
	width: auto;
	height: auto;
	max-width: 100%;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear;
}

.picture-h-img:hover a img,.tao-h-img:hover a img {
	transition: All .7s ease;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
}

.flexisel-h-title,.picture-h-title {
	overflow: hidden;
	margin: 0 10px 5px 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	line-height: 30px;
}

.line-four,.line-tao {
	margin: 0 -5px;
}

.line-four .xl4,.line-tao .xl4 {
	position: relative;
	padding: 0 5px;
	min-height: 1px;
}

@media screen and (min-width:999px) {
	.picture-h-img {
		overflow: hidden;
		height: 135px;
		transition-duration: .5s;
	}
}

.xm4 {
	position: relative;
	min-height: 1px;
}

.cat-box .fa-angle-right,.tab-site .fa-angle-right {
	margin-right: 5px;
	color: #999;
}

.line-one .cat-site {
	margin: 10px 0 0 0;
}

.cat-one-list li {
	overflow: hidden;
	margin: 0 50px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	line-height: 210%;
}

.line-one-thumbnail {
	float: left;
	overflow: hidden;
	margin: 0 15px 0 0;
	width: 200px;
	height: 150px;
	transition-duration: .5s;
}

.line-one-thumbnail a img {
	width: 200px;
	height: 150px;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear;
}

.line-one-thumbnail:hover a img {
	transition: All .7s ease;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
}

@media screen and (max-width:550px) {
	.line-one-thumbnail {
		display: none;
	}
}

.cat-box {
	position: relative;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.cat-box .cat-title {
	float: left;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd;
	background: #f8f8f8;
	line-height: 40px;
}

.cat-box .cat-title a {
	float: left;
	font-size: 18px;
	color:#444;
}

.cat-title .icon-caidan {
	float: left;
	margin-right: 15px;
	padding: 1px 0;
	width: 40px;
	height: 40px;
	border-right: 1px solid #ddd;
	color: #69C72B;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}

.cat-site {
	padding: 5px 20px 20px 20px;
}

.cat-site h2 {
	overflow: hidden;
	margin: 0 0 5px 0;
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	font-size: 16px;
	line-height: 30px;
}

.line-small .thumbnail {
	width: 133px;
	height: 100px;
}

.line-small .thumbnail a img {
	width: 133px;
	height: 100px;
}

.cat-main {
	margin: 0 0 5px 0;
	color: #777;
}

.line-small .cat-main {
	overflow: hidden;
	height: 100px;
}

.cat-list li {
	overflow: hidden;
	width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	line-height: 210%;
}

.list-date {
	float: right;
	color: #999;
}

.line-small {
	margin: 0 -5px;
}

.line-small .xl2 {
	position: relative;
	padding: 0 5px;
	min-height: 1px;
}

.xm2 {
	position: relative;
	min-height: 1px;
}

.line-big .thumbnail {
	width: 180px;
	height: 130px;
}

.line-big .thumbnail a img {
	width: 180px;
	height: 130px;
}

.line-big .cat-main {
	overflow: hidden;
	height: 130px;
}

.line-big {
	margin: 0 -5px;
}

.line-big .xl3 {
	position: relative;
	padding: 0 5px;
	min-height: 1px;
}

@media screen and (min-width:300px) {
	.xl2 {
		float: left;
		width: 50%;
		transition-duration: .5s;
	}

	.xl3 {
		float: left;
		width: 50%;
		transition-duration: .5s;
	}
}

@media screen and (min-width:320px) {
	.xl4 {
		float: left;
		width: 50%;
		transition-duration: .5s;
	}
}

@media screen and (min-width:1080px) {
	.xm4 {
		float: left;
		width: 25%;
		transition-duration: .5s;
	}

	.xm2 {
		float: left;
		width: 50%;
		transition-duration: .5s;
	}

	.xm3 {
		float: left;
		width: 50%;
		transition-duration: .5s;
	}
}

@media screen and (max-width:1080px) {
	.xm4 {
		width: 25%;
		transition-duration: .5s;
	}
}

@media screen and (max-width:480px) {
	.line-four {
		margin: 0 -4px;
	}

	.line-tao {
		margin: 0 -3px;
	}

	.xl2 {
		width: 100%;
		transition-duration: .5s;
	}

	.line-small {
		margin: 0 -4px;
	}

	.xl3 {
		width: 100%;
		transition-duration: .5s;
	}

	.line-big {
		margin: 0 -3px;
	}

	.xm4 {
		width: 50%;
		transition-duration: .5s;
	}
}

@media screen and (max-width:700px) {
	.xl2 {
		width: 100%;
		transition-duration: .5s;
	}

	.xl3 {
		width: 100%;
		transition-duration: .5s;
	}
}

@media screen and (max-width:620px) {
	.cat-box .thumbnail {
		width: 100px;
		height: 75px;
	}

	.cat-box .thumbnail a img {
		width: 100px;
		height: 75px;
		transition-duration: .5s;
	}

	.cat-box .cat-main {
		overflow: hidden;
		height: 75px;
	}
}

.nbs-flexisel-container {
	position: relative;
	background: #fff;
	max-width: 100%;
	margin: 0 0 10px 0;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	height: 230.38px;
	width: auto;
}

.nbs-flexisel-ul {
	position: relative;
	margin: 0;
	padding: 0;
	width: 9999px;
	text-align: center;
}

.nbs-flexisel-inner {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 228.37px;
}

.nbs-flexisel-item {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 0;
	cursor: pointer;
}

.nbs-flexisel-item img {
	position: relative;
	margin-top: 10px;
	padding: 0 10px;
	height: auto;
	max-width: 100%;
	cursor: pointer;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear;
}

.nbs-flexisel-item:hover img {
	transition: All .7s ease;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
}

.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {
	position: absolute;
	z-index: 100;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

.nbs-flexisel-nav-left {
	left: 30px;
}

.nbs-flexisel-nav-right {
	right: 23px;
}

@media screen and (max-width:1024px) {
	.nbs-flexisel-item img {
		transition-duration: .5s;
	}
}

.tab-site {
	overflow: hidden;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.dom-display .current {
	display: block;
}

.tab-hd {
	background: #f8f8f8;
}

.tab-hd-con {
	width: 98px;
}

.tab-hd .current {
	width: 100px;
}

.tab-hd {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}

.tab-area .current,.tab-product .tab-hd .current {
	position: relative;
	z-index: 1;
	height: 40px;
	background: #fff;
}

.tab-hd-con {
	float: left;
	height: 39px;
	border-right: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
}

.tab-hd-con a {
	display: inline-block;
}

.tab-bd-con {
	display: none;
	overflow: hidden;
}

.tab-bd {
	margin-top: -1px;
	padding: 20px;
	border-top: 1px solid #ddd;
	background: #fff;
}

.tab-bd li {
	float: left;
	overflow: hidden;
	margin: 0 20px 0 0;
	width: 45%;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	line-height: 210%;
}

@media screen and (max-width:480px) {
	.tab-bd li {
		margin: 0;
		width: 95%;
	}
}

#comments .fa-check-square,#comments .fa-exclamation-circle,#comments .fa-pencil-square-o,#comments .fa-spinner,#site-nav .down-menu>.current-menu-item>a,#site-nav .down-menu>.current-menu-item>a:hover,#site-nav .down-menu>li.sfHover>a,#site-nav .down-menu>li>a:hover,#user-profile a:hover,.at,.at a,.cat-box .icon-cat,.cat-title .icon-caidan,.entry-meta a,.floor,.showmore span,.single-content a,.single-content a:visited,.top-menu a:hover,.widget-title .icon-caidan,a:hover {
	color: #69C72B;
}

.sf-arrows>.sfHover>.sf-with-ul:after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>li>.sf-with-ul:focus:after {
	border-top-color: #69C72B;
}

.format-cat,.thumbnail .cat {
	background: #69C72B;
	opacity: .8;
}

#login h1 a,#searchform button,.buttons a,.format-aside .post-format a,.li-icon-1,.li-icon-2,.li-icon-3,.li-number,.new-icon,.post-format,.title-l {
	background: #69C72B;
}

#login input[type=submit],.entry-more a {
	background: #69C72B;
}

.entry-more a {
	right: -1px;
}

.entry-more a:hover {
	background: #595959;
	color: #fff;
}

#down a,#fontsize:hover,#respond #submit:hover,.meta-nav:hover,.nav-single i:hover,.page-links span,.r-hide a:hover,.reply a:hover,.rslides_tabs .rslides_here a,.single-meta .comment a:hover,.single-meta .edit-link a:hover,.widget_categories a:hover,.widget_links a:hover {
	border: 1px solid #69C72B;
	background: #69C72B;
}

.comment-tool a,.link-all a:hover,.link-f a:hover {
	border: 1px solid #69C72B;
	background: #69C72B;
}

.login-b,.login-t,.login-t a {
	background: #69C72B;
}

.entry-header h1 {
	border-right: 5px solid #69C72B;
	border-left: 5px solid #69C72B;
}

.grid,.slider-caption,icon-zan {
	background: #69C72B;
	opacity: .8;
}

@media screen and (min-width:900px) {
	.mobile-login a,.nav-search {
	}
}

@media screen and (min-width:550px) {
	.pagination a:hover,.pagination span.current {
		border: 1px solid #69C72B;
		background: #69C72B;
	}
}

@media screen and (max-width:550px) {
	.pagination .next,.pagination .prev {
		background: #69C72B;
	}
}

.single-content h3 {
	border-left: 5px solid #69C72B;
}

.page-links a:hover span {
	border: 1px solid #a3a3a3;
	background: #a3a3a3;
}

.single-content a:hover {
	color: #555;
}

.format-aside .post-format a:hover {
	color: #fff;
}

.social-main a:hover {
	color: #fff;
}

#menu-item-6853 .font-text {
	padding: 4px 8px;
	border-radius: 2px;
	background: #f40;
	color: #fff;
}

#menu-item-6853 .font-text:hover {
	background: #69C72B;
	transition: all .2s ease-in 0s;
}

.fa-external-link-square {
	display: none;
}

#menu-item-6853 .fontawesome-text {
	padding: 4px 8px;
	border-radius: 2px;
}

#advert_widget {
	padding: 0;
}

@media screen and (min-width:999px) {
	.related-site-img {
		overflow: hidden;
		height: 131px;
	}

	.picture-img {
		overflow: hidden;
		height: 195px;
	}
}

.widget_nav_menu .fa {
	margin-right: 12px;
}

.widget_nav_menu .fa-wordpress {
	margin-right: 0;
}

@media screen and (min-width:320px) and (max-width:720px) {
	.red-navbar {
		display: none;
	}
}

@media only screen and (min-width:721px) and (max-width:1024px) {
	.mobile-navbar {
		display: none;
	}

	.red-navbar {
		display: none;
	}
}

@media only screen and (min-width:1025px) {
	.mobile-navbar {
		display: none;
	}
}

.widgetuser {
	position: relative;
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	background-color: #fff;
}

.avatar {
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-webkit-box-shadow: inset 0 -1px 0 #3333sf!important;
	box-shadow: inset 0 -1px 0 #3333sf!important;
	-webkit-transition: .4s!important;
	-webkit-transition: -webkit-transform .4s ease-out!important;
	-moz-transition: -moz-transform .4s ease-out!important;
	transition: transform .4s ease-out!important;
}

.avatar:hover {
	box-shadow: 0 0 10px #fff!important;
	-webkit-transform: rotateZ(1080deg)!important;
	-moz-transform: rotateZ(1080deg)!important;
}

.usercenter .tbox dd {
	display: none;
	height: 370px;
}

.usercenter .tbox dd#loading {
	display: block;
	color: #999;
	text-align: center;
	letter-spacing: 2px;
	line-height: 200px;
}

.userlogin {
	padding-top: 38px;
	padding-right: 33px;
	padding-bottom: 28px;
	padding-left: 33px;
}

.userlogin .fb {
	height: 37px;
}

.userlogin .fb span {
	float: left;
	padding-right: 6px;
	width: 60px;
	color: #888;
	text-align: right;
}

.userlogin .fb img {
	margin-left: 5px;
	vertical-align: middle;
}

.userlogin .submit {
	padding-top: 3px;
	text-align: center;
}

.userlogin .submit a {
	margin-left: 7px;
	color: #999;
}

.userinfo .welcome {
	margin: 12px auto;
	width: 220px;
	height: 24px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f9f9f9;
	color: #666;
	text-indent: 10px;
	line-height: 23px;
	back-groun: #160001;
}

.userinfo .welcome strong {
	color: #f60;
	font-weight: 700;
}

.userinfo .userface {
	float: left;
	overflow: hidden;
	padding-top: 2px;
	padding-left: 10px;
	width: 120px;
	height: 100px;
}

.userinfo .userface a {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.userinfo .userface a img {
	display: block;
	margin: 1px auto 6px;
	padding: 2px;
	width: 90px;
	height: 90px;
	border: 1px solid #ddd;
}

.userinfo .mylink {
	float: left;
	overflow: hidden;
	width: 144px;
}

.userinfo .mylink ul li {
	float: left;
	width: 72px;
	text-indent: 14px;
	line-height: 23px;
}

.userinfo .mylink ul li a {
	color: #555;
}

.userinfo .uclink {
	clear: both;
	overflow: hidden;
	height: 41px;
	color: #ddd;
	text-align: center;
	line-height: 31px;
}

.userinfo .uclink a {
	margin: 0 2px;
	color: #690;
}

.latestlogin {
	padding-top: 16px;
}

.latestlogin strong {
	position: relative;
	z-index: 5;
	display: block;
	padding-left: 6px;
	width: 102px;
	background: #fff;
	color: #555;
	letter-spacing: 1px;
	line-height: 21px;
}

.latestlogin ul {
	z-index: 3;
	margin: -12px auto 0;
	padding-top: 20px;
	width: 224px;
	border-top: 1px solid #c5ddbc;
}

#tag_cloud_widget a {
	background: #999;
	line-height: 15px;
}

