@charset "utf-8";
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,button,input,fieldset,legend,input,textarea,p,blockquote,th,td,article,aside,details,figcaption,figure,#footer,#header,hgroup,menu,nav,section {
	margin:0;
	padding:0;
}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,button,input,textarea,p,span,th,td,article,aside,nav,section,img,a {
	outline:none;
	transition:all 0.30s ease-in-out;
	-webkit-transition:all 0.30s ease-in-out;
	-moz-transition:all 0.30s ease-in-out;
	-o-transition:all 0.30s ease-in-out;
	-ms-transition:all 0.30s ease-in-out;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display:block;
}
html,body {
	color:#444;
	background-color:#f6f6f6;
	overflow-x:hidden;
	word-break: break-word;
}
html::-webkit-scrollbar {
	width:6px;
	height:6px;
	background:#CCC;
}
html::-webkit-scrollbar-button {
	display:none;
}
html::-webkit-scrollbar-track-piece {
	display:none;
}
html::-webkit-scrollbar-thumb {
	background:#999;
}
html::-webkit-scrollbar-thumb:hover {
	background:#3399CC;
}
a {
	cursor:pointer;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
li {
	display:list-item;
	list-style:none;
	text-align:-webkit-match-parent;
}
li.active {
	background:#FFF;
	opacity:.9;
	filter:alpha(opacity=90);
}
button.close:hover span {
	-moz-transition:all 0.8s ease-in-out;
	-webkit-transition:all 0.8s ease-in-out;
	-o-transition:all 0.8s ease-in-out;
	-ms-transition:all 0.8s ease-in-out;
	transition:all 0.8s ease-in-out;
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.btn-default {
	border-color:#DDD;
	color:#666;
}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {
	border-color:#BBB;
	color:#444;
}
.btn-primary {
	background-color:#3399CC;
	border-color:#3399CC;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
	background-color:#3399CC;
	border-color:#3399CC;
	opacity:0.85;
	filter:alpha(opacity=85);
}
.btn-danger {
	background-color:#FF5E52;
	border-color:#FF5E52;
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger {
	background-color:#EF4639;
	border-color:#EF4639;
}
button.disabled {
	cursor:no-drop;
}
body,input,button,textarea,select {
	font-family:"Microsoft YaHei","Microsoft YaHei","Lantinghei SC","Open Sans",Arial,"Hiragino Sans GB","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
}
.title,.pagetitle {
	margin-bottom:10px;
	overflow:hidden;
}
.title h3,.pagetitle h1,.pagetitle h2 {
	font-size:20px;
	margin:0;
	float:left;
	cursor:pointer;
}
.title h3:hover {
	color:#F73B3B;
}
.title .more {
	float:right;
	position:relative;
	top:5px;
}
.title .more a {
	display:inline-block;
	margin-left:20px;
	color:#999;
}
.title .more a:hover {
	color:#3399CC;
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
	transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
}
@font-face {
	font-family:'TaurusNormal';
	src:url('../fonts/TaurusNormal.woff') format('woff'),url('../fonts/TaurusNormal.ttf') format('truetype'),url('../fonts/TaurusNormal.svg') format('svg');
}
.user-select {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	user-select:none;
}
::selection {
	background:#444;
	color:#FFF;
}
::-moz-selection {
	background:#444;
	color:#FFF;
}
::-webkit-selection {
	background:#444;
	color:#FFF;
}
@media (min-width:768px) {
	.container {
	width:auto;
}
}@media (min-width:992px) {
	.container {
	width:auto;
}
}@media (min-width:1200px) {
	.container {
	width:auto;
}
}.container {
	position:relative;
	margin:0 auto;
	max-width:1200px;
	padding:0;
}
@media (max-width:1240px) {
	.container {
	margin:0 15px;
}
}.header {
	}.header-topbar {
	margin:10px 0px 5px;
	color:#999;
}
.header-topbar a {
	color:#999;
}
.header-topbar a:hover {
	color:#3399CC;
	text-decoration:none;
}
.header-topbar .topmenu {
	float:right;
}
.header-topbar .topmenu li {
	float:left;
}
.header-topbar .topmenu a {
	display:block;
	color:#999;
	padding:0 15px;
}
.header-topbar .topmenu a:hover {
	color:#3399CC;
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
	transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
}
.header-topbar-dropdown-menu {
	min-width:0px;
}
.header-topbar-dropdown-menu>li {
	width:100%;
	padding:3px 0;
	text-align:center;
}
.header-topbar-dropdown-menu>li>a:hover {
	color:#3399CC;
	background:none;
}
.navbar {
	background-color:#fff;
	width:100%;
	border:none;
	border-radius:0;
	min-height:60px;
	margin-bottom:20px;
	padding:0;
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,.1);
	box-shadow:0px 0px 2px rgba(0,0,0,.1);
}
.shadow {
	z-index:1000;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,.3);
	box-shadow:0px 0px 3px rgba(0,0,0,.3);
}
.navbar-nav>li>a {
	color:#777;
	padding:0px 10px;
	line-height:60px;
	font-size:16px;
}
.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
	margin-right:0px;
	margin-left:0px;
}
.navbar>.container .logo {
	display:inline-block;
	vertical-align:middle;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	box-shadow:0 0 1px rgba(0,0,0,0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-osx-font-smoothing:grayscale;
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
}
.navbar>.container .logo:hover,.navbar>.container .logo:focus,.navbar>.container .logo:active {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
	transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
}
.navbar-toggle {
	position:relative;
	float:right;
	padding:9px 10px;
	margin:12px 0px 0px;
	background-color:transparent;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px;
}
.navbar-default .navbar-toggle {
	border-color:#3399CC;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#3399CC;
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
	background-color:#EFEFEF;
	opacity:.8;
	filter:alpha(opacity=80);
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
	color:#3399CC;
	background-color:transparent;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	color:#3399CC;
	background:none;
}
.navbar-nav li a:after {
	content:'';
	width:5px;
	height:100px;
	background-color:#3399CC;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transform:rotate(45deg) translate(0%,0%);
	-moz-transform:rotate(45deg) translate(0%,0%);
	-ms-transform:rotate(45deg) translate(0%,0%);
	-o-transform:rotate(45deg) translate(0%,0%);
	transform:rotate(45deg) translate(0%,0%);
	-webkit-transform-origin:100% 50%;
	-moz-transform-origin:100% 50%;
	-ms-transform-origin:100% 50%;
	-o-transform-origin:100% 50%;
	transform-origin:100% 50%;
	position:absolute;
	top:50px;
	left:35px;
	margin-left:50px;
	margin-top:-110px;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
}
@-moz-keyframes comets {
	0% {
	width:0;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-webkit-transform:rotate(45deg) translate(-20%,-100%);
	-moz-transform:rotate(45deg) translate(-20%,-100%);
	-ms-transform:rotate(45deg) translate(-20%,-100%);
	-o-transform:rotate(45deg) translate(-20%,-100%);
	transform:rotate(45deg) translate(-20%,-100%);
}
50% {
	width:2px;
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
}
100% {
	width:0%;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-webkit-transform:rotate(45deg) translate(20%,100%);
	-moz-transform:rotate(45deg) translate(20%,100%);
	-ms-transform:rotate(45deg) translate(20%,100%);
	-o-transform:rotate(45deg) translate(20%,100%);
	transform:rotate(45deg) translate(20%,100%);
}
}@-webkit-keyframes comets {
	0% {
	width:0;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-webkit-transform:rotate(45deg) translate(-20%,-100%);
	-moz-transform:rotate(45deg) translate(-20%,-100%);
	-ms-transform:rotate(45deg) translate(-20%,-100%);
	-o-transform:rotate(45deg) translate(-20%,-100%);
	transform:rotate(45deg) translate(-20%,-100%);
}
50% {
	width:2px;
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
}
100% {
	width:0%;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-webkit-transform:rotate(45deg) translate(20%,100%);
	-moz-transform:rotate(45deg) translate(20%,100%);
	-ms-transform:rotate(45deg) translate(20%,100%);
	-o-transform:rotate(45deg) translate(20%,100%);
	transform:rotate(45deg) translate(20%,100%);
}
}@keyframes comets {
	0% {
	width:0;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-webkit-transform:rotate(45deg) translate(-20%,-100%);
	-moz-transform:rotate(45deg) translate(-20%,-100%);
	-ms-transform:rotate(45deg) translate(-20%,-100%);
	-o-transform:rotate(45deg) translate(-20%,-100%);
	transform:rotate(45deg) translate(-20%,-100%);
}
50% {
	width:2px;
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
}
100% {
	width:0%;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-webkit-transform:rotate(45deg) translate(20%,100%);
	-moz-transform:rotate(45deg) translate(20%,100%);
	-ms-transform:rotate(45deg) translate(20%,100%);
	-o-transform:rotate(45deg) translate(20%,100%);
	transform:rotate(45deg) translate(20%,100%);
}
}@media (max-width:800px) {
	.hidden-index {
	display:none !important;
}
}@media (max-width:768px) {
	.navbar-nav {
	overflow:hidden;
}
}.content-wrap {
	width:100%;
	float:left;
}
.content {
	position:relative;
	min-height:500px;
	margin-right:380px;
	margin-bottom:15px;
}
@media (max-width:1000px) {
	.content {
	margin-right:0;
}
.sidebar {
	display:none;
}
}.carousel-indicators {
	bottom:6px;
}
.carousel {
	margin-bottom:15px;
	z-index:1;
}
.carousel-inner {
	width:100%;
	max-height:500px;
}
.carousel-inner .item a {
	display:block;
	text-align:center;
}
.carousel-inner .item img {
	margin:0 auto;
	border-radius:4px;
}
.carousel-control.left,.carousel-control.right {
	background:none;
}
.carousel-control {
	width:40px;
	height:80px;
	top:50%;
	margin-top:-40px;
}
.carousel-control:hover {
	background-color:#000;
	opacity:.5;
	filter:alpha(opacity=50);
	color:#fff;
}
.jumbotron {
	display:none;
	padding:15px;
}
.jumbotron h1 {
	margin-bottom:15px;
}
.jumbotron p {
	text-indent:2em;
}
@media (max-width:600px) {
	.carousel {
	display:none;
}
.jumbotron {
	display:block;
}
}@media (max-width:480px) {
	.jumbotron {
	display:none;
}
}.excerpt-minic {
	border:1px solid #eaeaea;
	padding:20px;
	overflow:hidden;
	background-color:#fff;
	margin-bottom:15px;
	border-radius:4px;
}
.excerpt-minic h2 {
	font-size:22px;
	line-height:24px;
	margin-top:0;
	font-weight:bold;
	margin:0 0 15px;
}
.excerpt-minic h2 a {
	color:#555;
}
.excerpt-minic h2 a:hover {
	color:#3399CC;
}
.excerpt-minic .note {
	color:#666;
	margin-bottom:0;
	text-indent:28px;
	cursor:default;
}
.excerpt-minic-index h2 {
	font-size:18px;
}
.excerpt-minic-index .meta {
	border-bottom:none;
	padding-bottom:0;
}
.excerpt-minic-index .red {
	margin-left:-8px;
	color:#F73B3B;
}
.excerpt-minic-index span.red:hover {
	cursor:pointer;
	color:#F46D6D;
}
.excerpt {
	clear:both;
	border:1px solid #EAEAEA;
	padding:20px 20px 20px 255px;
	overflow:hidden;
	background-color:#fff;
	margin-bottom:-1px;
}
.excerpt:hover {
	background-color:#FBFDFF;
	border-color:#42B5EF;
	position:relative;
	z-index:20;
}
.excerpt-1 {
	border-radius:4px 4px 0 0;
}
.excerpt .focus {
	float:left;
	margin-left:-235px;
	width:220px;
}
.excerpt .thumb {
	border-radius:5px;
	width:220px;
	height:150px;
	overflow:hidden;
}
.excerpt img {
	display:inline;
}
.excerpt .focus:hover {
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
	transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
}
.excerpt header {
	margin-bottom:10px;
}
.excerpt .cat {
	color:#FFF;
	background-color:#3399CC;
	padding:3px 6px;
	font-size:12px;
	display:inline-block;
	position:relative;
	top:-2px;
	margin-right:6px;
}
.excerpt .cat:hover {
	opacity:.8;
}
.excerpt .cat i {
	position:absolute;
	top:50%;
	margin-top:-4px;
	right:-4px;
	display:inline-block;
	width:0;
	height:0;
	vertical-align:middle;
	border-left:4px solid #3399CC;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
}
.excerpt h2 {
	display:inline;
	font-size:18px;
	line-height:24px;
	margin-top:0;
	font-weight:bold;
}
.excerpt h2 a {
	color:#555;
}
.excerpt h2 a:hover {
	color:#3399CC;
}
.excerpt .meta {
	color:#999;
	font-size:12px;
	margin-bottom:10px;
}
.excerpt .time,.excerpt .comment,.excerpt .views {
	cursor:pointer;
	margin-right:20px;
}
.comment input {
	margin-bottom:5px;
	border:2px solid #ccd4d9;
}
.excerpt .time:hover,.excerpt .comment:hover,.excerpt .views:hover {
	color:#3399CC;
}
@media (max-width:680px) {
	.excerpt .comment {
	display:none;
}
}.excerpt .meta a {
	color:#999;
}
.excerpt .note {
	font-size:12px;
	color:#999;
	word-wrap:break-word;
	line-height:20px;
	cursor:default;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.pagination {
	margin:0;
	padding:20px;
	text-align:center;
	font-size:12px;
	display:block;
}
.pagination ul {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left:0;
	margin-bottom:0;
	padding:0
}
.pagination ul > li {
	display:inline;
}
.pagination ul > li > a,.pagination ul > li > span {
	margin:0 2px;
	float:left;
	padding:5px 12px;
	background-color:#DDD;
	color:#666;
	border-radius:2px;
	opacity:.88;
	filter:alpha(opacity=88);
}
.pagination ul > li > a:hover,.pagination ul > li > a:focus {
	opacity:1;
}
.pagination ul > .active > a,.pagination ul > .active > span {
	background-color:#45B6F7;
	color:#FFF;
}
.pagination ul > .active > a,.pagination ul > .active > span {
	cursor:default;
}
.pagination ul > li > span,.pagination ul > .disabled > span,.pagination ul > .disabled > a,.pagination ul > .disabled > a:hover,.pagination ul > .disabled > a:focus {
	color:#999999;
	background-color:transparent;
	cursor:default;
}
.pagination-loading {
	text-align:center;
	padding:15px 0;
}
.ias_trigger {
	margin:15px 0 0;
}
.ias_trigger a {
	display:block;
	background-color:#E6E6E6;
	line-height:32px;
	text-align:center;
	color:#999;
}
.ias_trigger a:hover {
	display:block;
	background-color:#DDD;
	color:#666;
}
.single .content {
	padding:0 20px;
	background-color:#fff;
	border:1px solid #EAEAEA;
	border-radius:4px;
}
.article-header {
	margin-bottom:20px;
	padding:25px 0;
	border-bottom:1px solid #EEE;
	text-align:center;
}
.article-title {
	margin-top:0;
	font-size:26px;
	line-height:36px;
}
.article-title a,.article-title a:hover {
	color:#555;
}
.article-meta {
	margin-top:10px;
	font-size:12px;
	color:#999;
}
.article-meta .item {
	margin-right:20px;
	cursor:pointer;
}
.article-meta .item a {
	color:#999;
	text-decoration: none;
}
.article-meta .item a:hover {
	color:#3399CC;
}
@media (max-width:1080px) {
	.article-meta .article-meta-comment {
	display:none;
}
}@media (max-width:1000px) {
	.article-meta .article-meta-comment {
	display:inline-block;
}
}@media (max-width:720px) {
	.article-meta .article-meta-comment {
	display:none;
}
.article-meta .article-meta-source {
	display:none;
}
}@media (max-width:420px) {
	.article-meta .article-meta-category {
	display:none;
}
}.article-content {
	font-size:15px;
	line-height:25px;
	word-wrap:break-word;
	cursor:default;
}
.article-content img {
	margin:5px auto;
	display:block;
	max-width:100%;
	height:auto;
}
.article-content img:hover {
	cursor:pointer;
	border-radius:5px;
	-moz-box-shadow:0px 0px 6px rgba(51,153,204,.6);
	-webkit-box-shadow:0px 0px 6px rgba(51,153,204,.6);
	box-shadow:0px 0px 6px rgba(51,153,204,.6);
	-webkit-transform:scale(1.02);
	transform:scale(1.02);
	-webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
	transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
}
.article-content p {
	text-indent:30px;
	margin-bottom:18px;
	word-wrap:break-word;
}
.article-content pre {
	-webkit-user-select:text;
	-moz-user-select:text;
	-ms-user-select:text;
	-khtml-user-select:text;
	user-select:text;
	margin-bottom:18px;
	margin-left:30px;
}
.article-copyright {
	background-color:#EEE;
	padding-right:30px;
	font-size:12px;
	padding:3px 0;
	border-radius:3px;
	color:#aaa;
	text-align:center;
	cursor:default;
}
.article-content .article-copyright a,.article-copyright a:hover {
	color:#AAA;
	text-decoration:none;
}
.article-content .article-copyright:hover {
	background:#3399CC;
	color:#FFF;
}
.article-content .article-copyright:hover a {
	color:#FFF;
}
.article-tags {
	margin:30px 0;
	text-align:center;
	cursor:default;
}
.article-tags a {
	display:inline-block;
	padding:4px 7px 3px;
	margin:0 4px 4px 0;
	color:#FFF;
	font-size:12px;
	background-color:#3399CC;
	opacity:0.85;
	filter:alpha(opacity=85);
}
.article-tags a:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
	transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
}
.single .title {
	border-bottom:1px solid #EAEAEA;
	padding-bottom:10px;
}
.relates ul {
	margin-left:18px;
	color:#BBB;
	margin-bottom:30px;
}
.relates li {
	margin-top:12px;
	list-style:disc;
}
.relates a {
	color:#777;
}
.relates a:hover {
	color:#3399CC;
	text-decoration:underline;
}
#comment {
	margin-bottom:15px;
	font-size:16px;
}
#respond,#postcomments {
	position:relative;
}
#respond {
	padding-bottom:25px;
}
.comment-signarea {
	background-color:#F6F6F6;
	border-radius:7px;
	padding:30px 20px;
	text-align:center;
	margin-bottom:20px;
}
.comment-signarea h3 {
	margin:0;
	padding:0;
	margin-bottom:15px;
	font-weight:normal;
	font-size:18px;
	cursor:pointer;
}
#respond .comment {
	position:relative;
}
.comment-title {
	font-size:12px;
	color:#999;
	float:left;
	margin-left:-46px;
	width:36px;
	text-align:center;
}
.comment-title .avatar {
	height:36px;
	width:36px;
	border-radius:50%;
	margin-bottom:5px;
}
.comment-title img:hover {
	cursor:pointer;
	-moz-transition:all 0.8s ease-in-out;
	-webkit-transition:all 0.8s ease-in-out;
	-o-transition:all 0.8s ease-in-out;
	-ms-transition:all 0.8s ease-in-out;
	transition:all 0.8s ease-in-out;
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.comment-box {
	border:2px solid #CCD4D9;
	border-radius:2px;
	padding:4px 4px 0px;
	background-color:#FFF;
	position:relative;
	z-index:10;
}
#comment-textarea {
	width:100%;
	resize:none;
	overflow-x:hidden;
	overflow-y:auto;
	border:none;
	line-height:22px;
	font-size:14px;
	outline:0;
	color:#666;
	height:68px;
}
#comment-textarea::-webkit-scrollbar {
	width:3px;
	height:3px;
	background:#CCC;
	border-radius:5px;
}
#comment-textarea::-webkit-scrollbar-button {
	display:none;
}
#comment-textarea::-webkit-scrollbar-track-piece {
	display:none;
}
#comment-textarea::-webkit-scrollbar-thumb {
	background:#999;
	border-radius:5px;
}
#comment-textarea::-webkit-scrollbar-thumb:hover {
	background:#3399CC;
}
.comment-ctrl {
	background-color:#FBFBFB;
	height:36px;
	margin-left:-4px;
	border-top:solid 1px #F2F2F2;
	z-index:5;
}
.comment-box span.emotion {
	color:#666;
	position:absolute;
	left:-2px;
	bottom:-2px;
	height:38px;
	line-height:38px;
	padding:0 10px;
	cursor:pointer;
}
.comment-box span.emotion:hover {
	color:#3399CC;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
	transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
}
.qqFace {
	margin-top:4px;
	background:#FFF;
	padding:2px;
	border-radius:5px;
	-moz-box-shadow:0px 0px 6px rgba(51,153,204,.3);
	-webkit-box-shadow:0px 0px 6px rgba(51,153,204,.3);
	box-shadow:0px 0px 6px rgba(51,153,204,.3);
}
.qqFace table td {
	padding:0px;
}
.qqFace table td img {
	cursor:pointer;
}
.qqFace table td img:hover {
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
	transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
	-moz-box-shadow:0px 0px 5px rgba(51,153,204,.9);
	-webkit-box-shadow:0px 0px 5px rgba(51,153,204,.9);
	box-shadow:0px 0px 5px rgba(51,153,204,.9);
}
#comment-submit {
	position:absolute;
	right:-2px;
	bottom:-2px;
	background:#3399CC;
	border:none;
	border:2px solid;
	border-color:#3399CC;
	border-left:none;
	border-top:none;
	padding:0px;
	width:100px;
	height:38px;
	color:#FFF;
	outline:0;
	border-radius:0 0 2px 0;
	font-size:16px;
	z-index:6;
}
#comment-submit:hover {
	background:#FBFBFB;
	border-color:#CCD4D9;
	color:#3399CC;
	border-top:solid 1px #F2F2F2;
}
.comment-prompt {
	cursor:pointer;
	display:none;
	text-align:center;
	font-size:14px;
	line-height:38px;
	color:#3399CC;
}
.comment-prompt:hover {
	color:#F46D6D;
}
.comment-success {
	cursor:pointer;
	display:none;
	text-align:center;
	font-size:14px;
	line-height:38px;
	color:#3399CC;
}
.comment-success:hover {
	color:#F46D6D;
}
@media (max-width:480px) {
	.comment-prompt {
	margin-left:-28px;
	display:none;
	font-size:12px;
}
.comment-success {
	margin-left:-28px;
	display:none;
	font-size:12px;
}
}#postcomments {
	padding-bottom:20px;
}
.commentlist {
	padding:0;
	margin:0;
	list-style:none;
	margin-bottom:10px;
	cursor:pointer;
}
.comment-content {
	border-bottom:#EEE 1px solid;
}
.comment-content:hover {
	opacity:.7;
	filter:alpha(opacity=70);
}
.comment-content:hover img {
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
	transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
}
.comment-content:hover img.avatar {
	-moz-transition:all 0.8s ease-in-out;
	-webkit-transition:all 0.8s ease-in-out;
	-o-transition:all 0.8s ease-in-out;
	-ms-transition:all 0.8s ease-in-out;
	transition:all 0.8s ease-in-out;
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.comment-f {
	position:absolute;
	right:0;
	font-size:16px;
	color:#ccc;
}
.comment-avatar {
	width:36px;
	height:36px;
	background-color:#FFF;
	float:left;
	display:inline;
	position:relative;
	margin-top:19px;
}
.comment-avatar .avatar {
	display:block;
	border-radius:50%;
	width:36px;
	height:36px;
}
.comment-main {
	margin-left:5px;
	margin-right:30px;
	color:#888;
	line-height:22px;
	position:relative;
	font-size:14px;
	padding:0 0 15px;
	word-wrap:break-word;
	max-height:300px;
	overflow:hidden;
}
.comment-main p {
	margin-top:15px;
	margin-bottom:0;
}
.comment-main span.time {
	margin:0 5px;
	font-size:12px;
	color:#BBB;
}
.comment-main span.address {
	color:#3399CC;
	margin:0 5px;
}
.quotes {
	margin-top:20px;
	width:100%;
	text-align:center;
	font-size:12px;
	color:#AAA;
}
.quotes span,.quotes a {
	padding:5px 10px;
	margin:0 3px;
	background:#EEE;
	border-radius:5px;
}
.quotes a {
	color:#666;
	text-decoration:none;
}
.quotes a:hover {
	color:#FFFFFF;
	background:#3399CC;
}
.quotes .disabled {
	cursor:not-allowed;
}
.quotes .current {
	background:#3399CC;
	color:#FFFFCC;
	cursor:default;
}
.sidebar {
	float:left;
	margin-left:-360px;
	width:360px;
	position:relative;
}
.widget {
	clear:both;
	position:relative;
	margin-bottom:15px;
	background-color:#fff;
	border-radius:4px;
	border:1px solid #eaeaea;
	overflow:hidden;
}
.widget h3 {
	font-size:18px;
	color:#666;
	border-bottom:1px solid #eaeaea;
	background-color:#fbfbfb;
	margin:0;
	padding:11px 15px 10px;
	cursor:default;
}
.widget h3:hover {
	cursor:pointer;
	color:#F73B3B;
}
.widget-tabs {
	height:200px;
}
.nav-tabs {
	background-color:#fbfbfb;
	line-height:42px;
	height:42px;
	border-bottom:1px solid #EAEAEA;
}
.nav-tabs>li>a {
	outline:medium none;
	color:#777;
	margin-right:0px;
	border:1px solid transparent;
	border-radius:0;
	border-right:1px solid #DDD !important;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	color:#3399CC !important;
}
.widget-tabs .tab-content {
	padding:15px;
}
.widget-tabs .tab-content li {
	margin-bottom:12px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:12px;
}
.widget-tabs .tab-content li time {
	float:right;
	color:#BBB;
	margin-left:10px;
}
.widget-tabs .tab-content li a {
	max-width:280px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#999;
}
.widget-tabs .tab-content li a:hover {
	color:#3399CC;
}
.widget-tabs .tab-content .centre h4 {
	text-align:center;
	font-size:20px;
	line-height:20px;
	margin:25px 0;
}
.widget-tabs .tab-content .centre p {
	text-align:center;
}
.widget-tabs .tab-content .contact h2 {
	text-align:center;
	font-size:20px;
	line-height:40px;
	margin:20px 0;
	font-family:'TaurusNormal';
}
.widget-tabs .tab-content .contact a {
	color:#444;
}
.widget-tabs .tab-content .contact a:hover {
	color:#3399CC;
}
.form-control {
	padding:5px 5px 5px 10px;
	border-radius:0px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.form-control:focus {
	border:#3399CC solid 1px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.btn-search {
	border-radius:0px;
	background:#3399CC;
	color:#FFF;
	border:#3399CC solid 1px;
}
.btn-search:hover {
	background:#FFF;
	color:#3399CC;
	border:#3399CC solid 1px;
}
.widget-sentence-content {
	padding:15px;
	cursor:pointer;
}
.widget-sentence-link {
	padding:15px;
	cursor:pointer;
}
.widget-sentence-content h4 {
	color:#3399CC;
	font-size:20px;
	margin:0px 0px 10px;
}
.widget-sentence-content h4:hover {
	color:#31B2F3;
}
.widget-sentence-content p {
	font-size:12px;
	color:#AAA;
}
.widget_hot li a {
	padding:10px 15px 10px 150px;
	color:#888;
	border-bottom:solid 1px #eee;
	overflow:hidden;
	position:relative;
	display:block;
	font-size:14px;
}
.widget_hot li a:hover {
	background-color:#FBFDFF;
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
	transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
}
.widget_hot .thumbnail {
	float:left;
	margin-left:-135px;
	border:none;
	margin-bottom:0;
}
.widget_hot .thumbnail img {
	width:122px;
	height:86px;
}
.widget_hot .text {
	display:block;
}
.widget_hot li a:hover .text {
	color:#3399CC;
}
.widget_hot .muted {
	margin-right:15px;
	font-size:12px;
	color:#BBB;
}
.footer {
	clear:both;
	padding:24px 15px;
	font-size:12px;
	line-height:12px;
	text-align:center;
	text-transform:uppercase;
	color:#999;
	background-color:#FFF;
	-moz-box-shadow:0px 0px 2px 0px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 0px 2px 0px rgba(0,0,0,.1);
	box-shadow:0px 0px 2px 0px rgba(0,0,0,.1);
}
.footer a {
	color:#999;
}
.footer a:hover {
	color:#3399CC;
}
@media (max-width:380px) {
	.sitemap {
	display:none;
}
}.gotop {
	cursor:pointer;
	position:fixed;
	right:25px;
	bottom:25px;
	z-index:99999;
	display:block;
	width:50px;
	height:50px;
	background:url(../images/backtop.png) no-repeat 0 0;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.gotop:hover {
	background:url(../images/backtop.png) no-repeat 0 -52px;
}
.tooltip-inner {
	max-width:200px;
	padding:3px 8px;
	color:#FFF;
	text-align:center;
	background-color:#3399CC;
	border-radius:4px;
}
.tooltip.top .tooltip-arrow {
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-width:5px 5px 0;
	border-top-color:#3399CC;
}
.tooltip.top-left .tooltip-arrow {
	right:5px;
	bottom:0;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:#3399CC;
}
.tooltip.top-right .tooltip-arrow {
	bottom:0;
	left:5px;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:#3399CC;
}
.tooltip.right .tooltip-arrow {
	top:50%;
	left:0;
	margin-top:-5px;
	border-width:5px 5px 5px 0;
	border-right-color:#3399CC;
}
.tooltip.left .tooltip-arrow {
	top:50%;
	right:0;
	margin-top:-5px;
	border-width:5px 0 5px 5px;
	border-left-color:#3399CC;
}
.tooltip.bottom .tooltip-arrow {
	top:0;
	left:50%;
	margin-left:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#3399CC;
}
.tooltip.bottom-left .tooltip-arrow {
	top:0;
	right:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#3399CC;
}
.tooltip.bottom-right .tooltip-arrow {
	top:0;
	left:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#3399CC;
}
@media (max-width:700px) {
	.excerpt .note {
	height:60px;
	overflow:hidden
}
}@media (max-width:640px) {
	.article-header {
	text-align:left;
	padding:15px 0;
}
.article-title {
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:22px;
}
.article-meta .item {
	margin-right:10px;
}
.asb-post {
	margin-bottom:15px;
}
.article-content img {
	border-radius:5px;
}
.post-copyright {
	display:none;
}
.action-share {
	text-align:left;
}
.article-tags {
	text-align:left;
}
.rollbar {
	right:-120px;
}
.article-content {
	font-size:15px;
	line-height:24px;
}
.article-content p,.article-content h2,.article-content h3,.article-content h4 {
	margin-bottom:15px;
}
.article-content h2 {
	font-size:16px;
	font-weight:bold;
	margin:15px -10px 15px -10px;
	line-height:18px;
	padding-left:10px;
	border-left:none
}
.article-content ul,.article-content ol {
	margin-left:20px;
}
.content {
	min-height:200px;
}
.pagetitle h1 {
	font-size:16px;
	font-weight:bold;
}
.excerpt {
	padding:10px 10px 10px 180px;
}
.excerpt .focus {
	width:160px;
	margin-left:-170px;
}
.excerpt .thumb {
	width:160px;
	height:109px;
}
.excerpt .note {
	height:40px;
	overflow:hidden
}
.excerpt .cat {
	display:none;
}
.excerpt h2,.excerpt-minic h2 {
	font-size:16px;
	line-height:18px;
}
.excerpt-minic {
	padding:10px;
}
.excerpt-minic-index h2 {
	font-size:16px;
	margin-bottom:5px;
}
.excerpt-minic .note {
	font-size:12px;
	text-indent:24px;
}
.pageheader,.page-template-pagesnavs-php .pageheader {
	margin-top:-11px;
}
.pageheader h1 {
	font-weight:bold;
	font-size:18px;
}
.pageheader .note {
	font-size:12px;
}
.container-page {
	padding-left:110px;
}
.container-page .content {
	padding:15px;
}
.container-page .content::after {
	display:none;
}
.pageside {
	width:100px;
}
.pagemenu {
	margin-bottom:5px;
}
.pagemenu li a {
	padding:7px 10px;
	font-size:14px;
	font-weight:bold;
}
.branding {
	padding:30px 15px;
}
.branding h1,.branding h2 {
	font-size:20px;
	margin-bottom:10px;
}
.btn-lg {
	font-size:14px;
	padding:6px 15px;
}
.pagetitle h1,.pagetitle h2,.pagetitle h3 {
	font-size:16px;
	font-weight:bold;
}
.title h3 {
	font-size:16px;
}
.title .more {
	display:none;
}
.archives-list span {
	display:none;
}
.archives h3 {
	font-size:16px;
	font-weight:bold;
}
}@media (max-width:480px) {
	.container {
	margin:0 10px;
}
.single section.container {
	margin:0;
}
.single .content {
	border:none;
	padding:0 15px;
	border-radius:0
}
.article-header {
	margin-bottom:10px;
}
.carousel-indicators {
	bottom:2px;
}
.carousel-indicators li,.carousel-indicators li.active {
	width:7px;
	height:7px;
	margin:0 1px;
}
.cat-first {
	padding:10px 10px 10px 170px;
}
.cat-first .thumbnail {
	margin-left:-160px;
	width:150px;
}
.cat-first .note {
	display:none;
}
.cat-first .meta .comment {
	display:none;
}
.cat-first h2,.excerpt-minic h2 {
	font-size:16px;
	line-height:20px;
}
.cat-posts li {
	width:50%;
}
.cat-posts li a {
	padding:10px;
}
.cat-posts li:nth-child(1) {
	border-radius:0
}
.cat-posts li:nth-child(1),.cat-posts li:nth-child(2) {
	border-bottom:none;
}
.cat-posts li:nth-child(3) {
	border-left:1px solid #eaeaea;
	border-radius:0 0 0 4px;
}
.tag-clouds a {
	width:49%
}
.plinks ul li {
	width:50%;
}
.page-template-pagesresetpassword-php section.container {
	margin:0;
}
.page-template-pagesresetpassword-php .content {
	border:none;
	padding:0 15px;
	border-radius:0
}
.page-template-pagesresetpassword-php {
	padding-top:44px;
}
.page .content.resetpass {
	padding:15px;
}
.resetpasssteps {
	margin:-14px -15px 15px -15px;
}
.resetpasssteps li {
	font-size:12px;
	line-height:28px;
}
.resetpass form {
	width:100%;
}
.resetpass h3 {
	font-size:16px;
}
.sign .container {
	width:80%
}
.sign .close-link {
	right:0;
	left:auto;
}
.sign form {
	padding:0 20px;
}
.sign h3 {
	padding:25px 20px;
	margin:0 -20px 20px;
}
.sign h3 small {
	margin-right:80px;
}
.pagination ul > li {
	display:none
}
.pagination ul > li.prev-page,.pagination ul > li.next-page {
	display:inline
}
.pagination ul > li.next-page a {
	background-color:#45B6F7;
	color:#fff;
}
.input-lg {
	height:34px;
	border-radius:4px;
	font-size:14px;
	padding:10px;
}
.excerpt {
	padding:10px 10px 10px 120px;
}
.excerpt .focus {
	width:100px;
	margin-left:-110px;
}
.excerpt .thumb {
	width:100px;
	height:68px;
}
.excerpt .note {
	display:none;
}
.excerpt .views {
	display:none;
}
.excerpt .omment {
	display:none;
}
.excerpt h2 {
	overflow:hidden;
	display:block;
	position:relative;
}
.excerpt h2:before {
	content:"";
	float:left;
	width:5px;
}
.excerpt h2,.excerpt h2:before {
	height:36px;
}
.excerpt h2 > *:first-child {
	float:right;
	width:100%;
	margin-left:-5px;
}
.excerpt h2:after {
	content:"\02026";
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	float:right;
	position:relative;
	top:-18px;
	left:100%;
	width:3em;
	margin-left:-3em;
	padding-right:5px;
	text-align:right;
	background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(white),color-stop(50%,white));
	background:-moz-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
	background:-o-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
	background:-ms-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
	background:linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
}
}@media (max-width:360px) {
	.single .content {
	padding:5px 15px;
}
.cat-ebox li {
	width:100%;
	border-right:none;
}
.cat-ebox li:first-child {
	border-bottom:2px solid #eaeaea;
}
.cat-posts li a {
	height:170px;
}
.article-header {
	padding:10px 0;
	text-align:left;
}
.article-meta .item:nth-child(2) {
	display:none;
}
.article-title {
	font-size:16px;
}
.excerpt h2 {
	font-size:14px;
	line-height:18px;
}
.excerpt .comment {
	display:none
}
.excerpt .comment {
	margin-right:0;
}
.btn-lg {
	padding:8px 20px;
	font-size:14px;
}
#comment-form {
	padding-left:0;
}
#respond .comment {
	padding-left:0;
}
.comment-title {
	width:auto;
	float:none;
	margin-left:0;
	overflow:hidden;
	margin-bottom:10px;
}
.comment-avatar {
	width:30px;
	height:30px;
	float:left;
	margin-right:5px;
}
.comment-avatar .avatar {
	width:30px;
	height:30px;
	border-radius:50%;
}
.comment-comterinfo {
	width:100%;
}
.comment-comterinfo .text-muted {
	display:none;
}
.comment-comterinfo input {
	width:100%;
	margin-right:0;
	box-shadow:none;
}
.comment-reply-link,.comt-info {
	position:relative;
	top:0;
	display:inline-block;
	margin-left:10px;
}
.comment-main {
	margin-right:0;
	margin-left:0px;
}
.comment-f {
	display:none;
}
.commentlist > .comment .children {
	margin-left:0;
}
.commentlist > .comment.depth-1 > .children {
	margin-left:46px;
}
.comt-author {
	display:inline-block;
}
.branding {
	padding:30px 10px;
}
.branding h1,.branding h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.branding p {
	font-weight:normal
}
.tag-clouds a {
	width:99%
}
.plinks ul li {
	width:100%;
}
}#rightClickMenu {
	display:none;
	position:fixed;
	z-index:99999;
}
#rightClickMenu>ul>li {
	cursor:pointer;
}
#rightClickMenu>ul>li>span {
	width:65px;
	display:inline-block;
}
#rightClickMenu>ul>li.rightClickMenuActive {
	color:#3399CC;
}
#rightClickMenu>ul>li.disabled {
	cursor:no-drop;
	color:#666;
}
.container-page {
	padding-left:215px;
}
.pageside {
	position:absolute;
	top:0;
	left:0;
	width:200px;
}
.pagemenu {
	list-style:none;
	margin:0 0 15px;
	padding:0;
	border:1px solid #EAEAEA;
	background-color:#FFF;
	border-radius:4px;
	overflow:hidden;
}
.pagemenu li a {
	display:block;
	padding:12px 20px;
	font-size:16px;
	color:#999;
	border-bottom:1px solid #EEE;
	background-color:#FFF;
}
.pagemenu li a:hover {
	color:#3399CC;
}
.container-page .content {
	margin-right:0;
	padding:20px;
	border:1px solid #EAEAEA;
	background-color:#FFF;
	border-radius:4px;
}
.container-page .article-title {
	cursor:pointer;
}
.container-page .article-title:hover {
	color:#F73B3B;
}
.plinks {
	overflow:hidden;
}
.plinks {
	clear:both;
	overflow:hidden;
}
.plinks li {
	float:left;
}
.plinks li a {
	display:block;
	padding:0 10px;
	height:38px;
	line-height:38px;
	overflow:hidden;
	border:1px solid #EAEAEA;
	margin:10px 10px 3px 8px;
	color:#555;
}
@media (max-width:1100px) {
	.plinks li {
	width:25%;
}
}@media (max-width:950px) {
	.plinks li {
	width:33.333334%;
}
}@media (max-width:768px) {
	.container-page {
	padding-left:0px;
}
.pageside {
	display:none;
}
}@media (max-width:480px) {
	.plinks li {
	width:50%;
}
}@media (max-width:360px) {
	.plinks li {
	width:100%;
}
}.plinks li a:hover {
	border-color:#3399CC;
	color:#3399CC;
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
	transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
}
.plinks li img {
	float:left;
	width:16px;
	height:16px;
	margin-right:8px;
	margin-top:10px;
}
.ptags li a {
	background:#EEE;
}
.ptags li span {
	background-color:#999;
}
.ptags li:hover span {
	background-color:#FFF;
	color:#3399CC;
}
.readers {
	overflow:hidden;
}
.readers a {
	width:72px;
	margin:0 5px 25px 5px;
	float:left;
	text-align:center;
	color:#999;
	font-size:12px;
	height:60px;
	overflow:hidden;
	text-decoration:none;
}
.readers a.item-readers {
	width:31.222222%;
	margin:0 1% 30px;
	text-align:left;
	height:88px;
	color:#BBB;
	background-color:#F6F6F6;
	border-radius:5px;
	padding:10px;
}
@media (max-width:1100px) {
	.readers a.item-readers {
	width:47.8%;
}
}@media (max-width:810px) {
	.readers a.item-readers {
	width:100%;
}
}.readers a.item-readers:hover {
	background-color:#EEE;
}
.readers a.item-readers:hover img {
	-moz-transition:all 0.8s ease-in-out;
	-webkit-transition:all 0.8s ease-in-out;
	-o-transition:all 0.8s ease-in-out;
	-ms-transition:all 0.8s ease-in-out;
	transition:all 0.8s ease-in-out;
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.readers a.item-readers h4 {
	color:#777;
	font-size:16px;
	margin:8px 0px 10px;
}
.readers a.item-readers-1 h4 {
	color:#F73B3B;
}
.readers a.item-readers-2 h4 {
	color:#5EAC1C;
}
.readers a.item-readers-3 h4 {
	color:#3399CC;
}
.readers a.item-readers .avatar {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.readers a.item-readers strong {
	display:block;
	color:#666;
}
.tlinks {
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}


.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	background:#fff;
	white-space:nowrap;
}

.str_wrap.str_active {
	background:#fff;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
.dowebok{
	padding: 0;
	height: 58px;
	line-height: 58px;
}
.dowebok a{
	margin: 0 15px;
	font-size: 14px;
}
.logos{
	height: 42px;
	margin-top: 9px;
}
.logos img{
	display: block;
	height: 42px;
}



/*swiper-container*/
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.m1{
	background: #1b1c1f;
	padding: 50px 0;
}
.m1l{
	width: 66.666666%;
	padding-right: 30px;
}
.swiper-container-bn{
	width: 100%;
}
.swiper-container-bn .bnimg{
	display: block;
	width: 100%;
	height: 540px;
	display: block;
	background-size: cover !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}
.swiper-container-bn .swiper-pagination-bullet{
	width: 22px;
    height: 4px;
    margin: 3px;
    background: #fff;
    opacity: 0.4;
    border-radius: 0;
	margin: 0 7px !important;
}
.swiper-container-bn .swiper-pagination-bullet-active{
	background: #e54b15;
	opacity: 1;
}
.swiper-container-bn .swiper-pagination {
	bottom: 4%;
}
.hvimg{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 1s;
}
.bnimg:hover .hvimg{
	transform: scale(1.1);
}
.bntxt-gradient{
	position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.bntxt{
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
	padding: 0 50px;
	z-index: 2;
}
.bntxt h4{
	font-size: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: normal;
}
.bntxt p{
	font-size: 14px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.swiper-button-next-bn{
	color: #fff;
	background: none;
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	transition: .25s;
	opacity: 0;
}
.swiper-button-next-bn:hover{
	color: #e54b15;
}
.swiper-button-prev-bn{
	color: #fff;
	background: none;
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	transition: .25s;
	opacity: 0;
}
.swiper-button-prev-bn:hover{
	color: #e54b15;
}
.swiper-container-bn:hover .swiper-button-prev-bn,.swiper-container-bn:hover .swiper-button-next-bn{
	opacity: 1;
}


.pager {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
}
.pager select{
	display: inline-block;
    height: 26px;
    line-height: 24px;
    border: 1px solid #ddd;
    text-align: center;
    color: #444;
    margin: 0 2px;
    border-radius: 3px;
    font-size: 12px;
}
.pager a,.pager span {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    border: 1px solid #ddd;
    padding: 0 10px;
    text-align: center;
    color: #444;
    margin: 5px 2px;
    border-radius: 3px;
    font-size: 12px;
}
.pager span.nowpage{
	background: #e54b15;
    border-color: #e54b15;
    color: #fff;
}
.pager a:hover{
	background: #f5f5f5;
}
.pager a.pageCurrent {
    background: #e54b15;
    border-color: #e54b15;
    color: #fff;
}

.iftxtb{
	background: #f5f5f5;
    border: 1px solid #eee;
    margin-top: 30px;
    padding: 10px 20px;
    line-height: 28px;
    font-size: 12px;
    color: #888;
    margin-bottom: 20px;
}
.glyphicon{
	margin-right: 5px;
}
.title1{
	margin: 15px 0;
	height: 28px;
}
.nav>li{
	position: relative;
}
.navhide{
	width: 110px;
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	z-index: 999;
	border: 1px solid #eee;
	border-top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.nav>li:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	display: block;
	text-align: center;
	line-height: 30px;
	height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.clearfix:before, .clearfix:after {
	content:"";
	display:table
}
.clearfix:after {
	clear:both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.foot{
	background: #59acd5;
	color: #fff;
}
.fttop{
	padding: 35px 0 30px 0;
}
.ftbot{
	line-height: 30px;
	padding: 20px 0;
	border-top: 1px solid #70c0e8;
}
.ftl{
	width: 17%;
}
.ftll{
	width: 35%;
	margin-left: 3%;
}
.ftll a img{
	display: block;
	height: 42px;
	opacity: .6;
	max-width: 100%;
}
.ftlla p{
	width: 32.33333%;
	float: left;
	margin-bottom: 15px;
	margin-right: 1%;
}
.ftlla a:hover img{
	opacity: 1;
}
.ftl h4{
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #fff;
}
.ftl a{
	color: #aaa;
	display: inline-block;
	line-height: 36px;
}
.ftl a:hover{
	color: #EC4E4E;
}
.ftl_1{
	width: 45%;
}
.ftl_1 a{
	color: #fff;
	opacity: .85;
	margin-right: 3px;
}
.ftl_1 a:hover{
	color: #fff;
	opacity: 1;
}
.ftl_1 p{
	line-height: 36px;
}
.ftl_1 p i{
	font-size: 27px;
	font-weight: bold;
}
.ftl_2{
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.ft_flex{
	display: flex;
	justify-content: space-between;
}
.ftl_2 img{
	max-width: 100%;
	max-height: 140px;
}
.ftl_2 a{
	color: #fff;
	display: block;
	opacity: .85;
	height: 36px;
	overflow: hidden;
}
.ftl_2 a:hover{
	color: #fff;
	opacity: 1 !important;
}
.ft_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ft_flex a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 48%;
}
.ft_flex a:HOVER{
	text-decoration: underline;
}
.ft_flex a i{
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 6px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

.ssi{
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
	margin-top: 19px;
}
.ssbox{
	position: absolute;
	right: 0;
	top: 0;
	width: 395px;
	margin-top: 0;
	display: none;
}
.ss1{
	width: 300px;
	height: 60px;
	font-size: 18px;
	padding-left: 15px;
}
.ss2{
	width: 80px;
	height: 60px;
	background: url(../images/search1_03.png) no-repeat center #da4242;
	cursor: pointer;
	border: 0;
}


.conltop h4{
	font-size: 20px;
	color: #1b1b1b;
	margin: 0;
}
.conltop p{
	font-size: 15px;
	color: #a0a0a0;
	margin-top: 10px;
}
.conlfmipt{
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e0e0e0;
	background: #f2f2f2;
	padding-left: 10px;
	resize: none;
}
.conlfmipttext{
	height: 150px;
	font-family: "Microsoft YaHei";
	-webkit-appearance:none;
	 outline:none; 
}
.conlfmiptsbm{
	width: 140px;
	height: 42px;
	color: #fff;
	background: #F94651;
	margin-top: 20px;
	cursor: pointer;
	border: 0;
}
.m1lmsg{
	display: block;
	float: none;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 940px;
	padding: 30px;
}
.posrelative{
	position: relative;
}
.code{
	width: 110px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 1px;
	overflow: hidden;
	cursor: pointer;
}
.code img{
	width: 100% !important;
	height: 100% !important;
}
.bgwhite{
	background: #fff;
}.mt_20{
	margin-top: 20px;
}

@media only screen and (min-width:768px) and (max-width:1199px) {
	.swiper-container-bn .bnimg{
		height: 440px;
	}
}
@media only screen and (max-width:950px) {
	.swiper-container-bn .bnimg{
		height: 240px;
	}
	.navhide{
		position: relative;
		width: 100%;
		display: none;
		border: 0;
	}
	.navhide a{
		text-align: left;
		color: #777;
		height: 60px;
		padding: 0px 15px;
	    line-height: 60px;
	    font-size: 16px;
	}
	.nav>li:hover .navhide{
		display: block;
	}
	.ssbox{
		width: 100%;
		position: relative;
		margin-top: 15px;
		float: left;
	}
	.ss1{
		width: 79%;
		padding: 0;
		height: 37px;
		font-size: 13px;
		border: 1px solid #eee;
	}
	.ss2{
		width: 20%;
		height: 37px;
	}
	.wrap{
		width: 100%;
	}
	.ftl_2{
		padding: 0 15px;
	}
	.ft_flex a{
		width: 100%;
	}
}

.videoinfo {
    text-align: center;
}
.videoinfo video {
    width: 80%;
    height: auto;
    margin: 0 auto;
}