﻿@charset "utf-8";
blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
	outline: 0;
	word-wrap: break-word;
	word-break: break-all
}
input.hidefocus::-moz-focus-inner {
border:none
}
a:hover {
	text-decoration: none
}
fieldset, img {
	border: 0
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400
}
q:after, q:before {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: baseline
}
sub {
	vertical-align: baseline
}
legend {
	color: #5a5a5a
}
button, input, optgroup, option, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}
button, input, select, textarea {
	font-size: 100%
}
em, i {
	font-style: normal
}
small {
	font-size: 12px;
	display: block
}
body {
	color: #222;
	font: 14px/1.5 tahoma, arial, "Microsoft YaHei";
	background: #f7f7f7
}
.mt {
	margin-top: 20px
}
.jplist {
	margin: 0 auto;
	width: 1200px;
	border: 1px solid #ececec;
	padding: 15px 0 5px;
	position: relative;
	height: 115px;
	margin-bottom: 10px;
}
.jpic {
	position: absolute;
	height: 49px;
	width: 49px;
	left: 0;
	top: 0;
	background: url(../images/jpic.png) no-repeat
}
.jplist li {
	float: left;
	display: inline;
	height: 90px;
	width: 125px;
	margin: 0 9px 0 15px
}
.jplist a {
	display: block;
	text-align: center
}
.jplist a img {
	height: 80px;
	width: 120px
}
.jplist a p {
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	width: 120px;
	overflow: hidden
}
@media only screen and (max-width: 767px) {
.jplist {
	display: none;
}
}
a {
	color: #131212;
	text-decoration: none
}
a:hover {
	color: #358ff0;
	text-decoration: none
}
.red a {
	color: red
}
.blue a {
	color: #00f
}
.clear {
	clear: both
}
.clear_fix {
	zoom: 1
}
.clear_fix:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	font-size: 0
}
.left {
	float: left
}
.right {
	float: right
}
.container {
	width: 1200px;
	margin: 0 auto
}
.main {
	overflow: hidden
}
.main_l {
	width: 835px;
	margin-bottom: 20px
}
.main_r {
	width: 340px;
}
#top {
	height: 33px;
	line-height: 33px;
	background-color: #eee;
	font-size: 13px;
	color: #999
}
.top .text {
	color: #999
}
.topnav span {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer
}
.topnav span i {
	display: inline-block
}
.topnav span.login a {
	color: #ff1e1e;
	margin: 0 3px;
	display: inline-block
}
.topnav span.top_weixin {
	color: #222;
	position: relative
}
.topnav span.top_weixin i {
	margin-right: 5px;
	font-size: 11px;
	background-color: #50b674;
	color: #fff;
	padding: 4px;
	border-radius: 50%;
	vertical-align: middle
}
.topnav span.top_weixin .wxqr {
	display: none;
	position: absolute;
	left: -20px;
	top: 100%;
	width: 100px;
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fff;
	line-height: normal
}
.topnav span.top_weixin .wxqr img {
	width: 100%;
	height: auto
}
.topnav span.top_weixin:hover .wxqr {
	display: block
}
.topnav span.top_mobile {
	color: #222;
	position: relative
}
.topnav span.top_mobile i {
	margin-right: 5px;
	color: #ff9303;
	font-size: 24px;
	vertical-align: middle
}
.topnav span.top_mobile .mbqr {
	display: none;
	position: absolute;
	left: -20px;
	top: 100%;
	width: 100px;
	padding: 5px;
	border: 1px solid #eee;
	line-height: normal;
	background-color: #fff
}
.topnav span.top_mobile .mbqr img {
	width: 100%;
	height: auto
}
.topnav span.top_mobile:hover .mbqr {
	display: block
}
#header {
	background-color: #fff;
	clear: both
}
.header {
	overflow: hidden
}
.logo {
	display: inline-block;
	float: left;
	height: 100px;
	font-size: 0
}
.logo img {
	max-height: 100%;
	vertical-align: middle
}
.search {
	display: inline-block;
	float: right;
	margin-top: 30px;
	width: 350px;
	height: 40px;
	border: 1px solid #358ff0
}
.search form {
	width: 100%;
	height: 100%;
	border: none
}
.search form input {
	width: 78%;
	padding-left: 5%;
	height: 40px;
	line-height: 40px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.search form button {
	width: 22%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: none;
	background-color: #358ff0;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.header .text {
	text-align: center;
	display: inline-block;
	height: auto;
	line-height: normal
}
#nav {
	clear: both;
	background-color: #358ff0;
	height: 50px;
	line-height: 50px;
	font-size: 16px
}
.nav ul {
	list-style: none;
	text-align: center
}
.nav li {
	display: inline-block;
	position: relative;
	z-index: 3
}
.nav li+#nvabar-item-index {
	display: none
}
.nav .eyou_nav {
	display: inline-block;
}
.nav li a {
	color: #fff;
	padding: 0 14px;/*display: inline-block*/
}
.nav li a:hover, .nav li.active {
	background-color: #2175cf;
}
.nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	min-width: 100%;
	border-radius: 5px;
	padding: 10px 0
}
.nav li:hover>ul {
	display: block
}
.nav li li {
	display: block;
	height: 38px;
	line-height: 38px;
	white-space: nowrap;
	font-size: 16px
}
.nav li li a {
	color: #222;
	display: block;
	padding: 0 20px
}
.nav li li a:hover {
	background-color: transparent;
	color: #358ff0
}
.nav li li ul {
	left: 100%;
	top: 0
}
.home_top_new {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden
}
.new_tt {
	float: left;
	width: 290px;
	height: 500px;
	padding: 15px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.new_tt h3 {
	font-weight: 700;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #333;
	margin-bottom: 5px
}
.new_tt h3 i {
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	color: #358ff0
}
.new_tt ul {
	list-style: none;
	height: 450px;
	overflow-y: scroll;
	margin-right: -15px
}
.new_tt li {
	margin-top: 15px;
	font-size: 14px;
	width: 98%;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new_tt li::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 5px solid #358ff0;
	border-bottom: 4px solid transparent;
	margin-top: 8px
}
.new_tt li a {
	padding-left: 16px;
	display: block;
	color: #333
}
.new_tt li a:hover {
	color: #358ff0
}
.new_tt li em {
	margin-left: 15px;
	font-size: 12px;
	color: #aaa
}
.new_tt ul::scrollbar {
width:.2rem;
background-color:transparent
}
.new_tt ul::scrollbar-track {
-webkit-box-shadow:inset 0 0 6px transparent;
border-radius:.2rem;
background-color:transparent
}
.new_tt ul::scrollbar-thumb {
border-radius:.2rem;
-webkit-box-shadow:inset 0 0 6px transparent;
background-color:rgba(0,0,0,0)
}
.new_tt ul:hover::scrollbar-thumb {
background-color:rgba(0,0,0,.3)
}
.new_tt ul::-webkit-scrollbar {
width:.2rem;
background-color:transparent
}
.new_tt ul::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px transparent;
border-radius:.2rem;
background-color:transparent
}
.new_tt ul::-webkit-scrollbar-thumb {
border-radius:.2rem;
-webkit-box-shadow:inset 0 0 6px transparent;
background-color:rgba(0,0,0,0)
}
.new_tt ul:hover::-webkit-scrollbar-thumb {
background-color:rgba(0,0,0,.3)
}
.new_tt ul::-o-scrollbar {
width:.2rem;
background-color:transparent
}
.new_tt ul::-moz-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px transparent;
border-radius:.2rem;
background-color:transparent
}
.new_tt ul::-moz-scrollbar-thumb {
border-radius:.2rem;
-webkit-box-shadow:inset 0 0 6px transparent;
background-color:rgba(0,0,0,0)
}
.new_tt ul:hover::-moz-scrollbar-thumb {
background-color:rgba(0,0,0,.3)
}
.new_focus {
	float: left;
	width: 580px;
	height: 500px;
	margin-left: 20px;
	overflow: hidden;
	background-color: #fff
}
.focus_slider {
	width: 100%;
	height: 326px;
	margin-bottom: 20px;
	overflow: hidden
}
.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.swiper-slide {
	text-align: center;
	font-size: 0;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}
.swiper-pagination {
	bottom: 40px!important
}
.swiper-slide a p {
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 100%;
	display: block;
	background: #000;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	opacity: 0.6;
}
.swiper-slide img {
	width: 100%
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 35px;
	height: 56px;
	margin-top: -28px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	line-height: 60px;
	background-color: rgba(0,0,0,.9);
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.focus_slider:hover .swiper-button-next, .focus_slider:hover .swiper-button-prev {
	background-color: #358ff0
}
.swiper-button-next i, .swiper-button-prev i {
	font-size: 24px;
	color: #fafafa
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: 0 0;
	right: 0;
	left: auto
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: 0 0;
	left: 0;
	right: auto
}
.swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	display: inline-block;
	border-radius: 0;
	background: #fff;
	opacity: 1
}
.swiper-pagination-bullet-active {
	background-color: #358ff0
}
.focus_pic ul {
	list-style: none;
	margin-right: -20px
}
.focus_pic li {
	float: left;
	width: 130px;
	height: 75px;
	margin-right: 20px;
	overflow: hidden;
	position: relative
}
.focus_pic li .img {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.focus_pic li .img img {
	width: 100%;
	height: auto
}
.focus_pic li p {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 26px;
	line-height: 26px;
	background-color: #358ff0;
	padding: 0 5px;
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.focus_text {
	padding: 8px 10px;
	overflow: hidden
}
.focus_text span {
	float: left;
	width: 25%;
	padding-right: 5px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.focus_text span a {
	color: #000
}
.new_tj {
	float: right;
	width: 290px;
	height: 500px;
	padding: 15px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.new_tj h3 {
	font-weight: 700;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #333;
	margin-bottom: 5px
}
.new_tj h3 i {
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	color: #358ff0
}
.new_tj ul {
	list-style: none
}
.new_tj li {
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	margin-top: 15px;
	font-size: 15px;
	position: relative
}
.new_tj li::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	text-align: center;
	background-color: #ddd;
	margin-top: 13px
}
.new_tj li a {
	color: #333;
	padding-left: 15px
}
.new_tj li:hover a {
	color: #358ff0
}
.home_pic {
	margin-bottom: 20px;
	overflow: hidden
}
.pic_tit {
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: solid 1px #ddd;
	height: 15px
}
.pic_tit h3 {
	font-size: 16px;
	float: left;
	height: 22px;
	line-height: 22px;
	padding-right: 10px;
	background-color: #f7f7f7;
	font-weight: 700;
	color: #333
}
.pic_tit h3 i {
	color: #358ff0;
	display: inline-block;
	margin-right: 10px;
	font-size: 20px
}
.pic_tit h3 span {
	color: #333;
	font-size: 16px;
	font-weight: 700
}
.pic_tit h3>a {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	margin-left: 10px;
	padding: 2px 15px;
	background-color: #fff;
	font-weight: 400
}
.pic_list ul {
	list-style: none;
	margin-right: -1.5%
}
.pic_list li {
	float: left;
	width: 18.5%;
	margin-right: 1.5%;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.pic_list li .img {
	width: 100%;
	height: 0;
	padding-bottom: 53.3632%;
	overflow: hidden
}
.pic_list li .img img {
	width: 100%;
	height: auto
}
.pic_list li p.tit {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	padding: 0 10px
}
.pic_list li p.info {
	line-height: 26px;
	height: 26px;
	padding: 0 10px 10px
}
.pic_list li p.info span {
	color: #358ff0;
	float: left
}
.pic_list li p.info i {
	float: right;
	color: #999
}
.home_article {
	background-color: #fff;
	overflow: hidden
}
.home_article ul.tit {
	background-color: #358ff0;
	border-bottom: 1px solid #ddd;
	height: 42px;
	line-height: 42px;
	padding: 3px 0 0 10px
}
.home_article ul.tit li {
	display: block;
	float: left;
	text-align: center;
	margin-top: 3px
}
.home_article ul.tit li a {
	cursor: pointer;
	padding: 0 30px;
	height: 40px;
	line-height: 36px;
	display: block;
	font-size: 16px;
	color: #fff
}
.home_article ul.tit li.active a {
	background-color: #fff;
	color: #358ff0
}
.article_list {
	padding: 0 15px;
	overflow: hidden;
	border: 1px solid #eee
}
.article_list_cms {
	border-top: none
}
.article_list ul {
	list-style: none
}
.article_list li {
	display: block;
	overflow: hidden;
	margin-top: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px
}
.article_list li .article_img {
	float: left;
	width: 223px;
	height: 119px;
	overflow: hidden
}
.article_list li .article_img img {
	width: 100%;
	height: auto
}
.article_list li .article_text {
	margin-left: 50px
}
.article_list li .article_text dl dt {
	font-size: 20px;
	height: 28px;
	line-height: 28px;
	overflow: hidden
}
.article_list li .article_text dl dd {
	margin-top: 6px;
	font-size: 14px;
	color: #888;
	height: 5px;
	overflow: hidden
}
.article_list li .article_text .info {
	margin-top: 15px;
	color: #888;
	font-size: 14px
}
.article_list li .article_text .info span {
	margin-right: 15px
}
.article_list li .article_text .info span a {
	display: inline-block;
	border: 1px solid #ddd;
	height: 22px;
	line-height: 22px;
	padding: 0 15px;
	margin-right: 10px;
	color: #888
}
.article_list li .article_text .info span i {
	display: inline-block;
	margin-right: 8px;
	font-size: 15px
}
.article_list li .article_text .info span a:hover {
	background-color: #358ff0;
	border: 1px solid #358ff0;
	color: #fff
}
.article_list li .article_text1 {
	margin-left: 13px
}
.article_list li .article_text1 dl dt {
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	overflow: hidden
}
.article_list li .article_text1 dl dd {
	margin-top: 6px;
	font-size: 14px;
	color: #888;
	height: 45px;
	overflow: hidden
}
.article_list li .article_text1 .info {
	margin-top: 15px;
	color: #888;
	font-size: 14px
}
.article_list li .article_text1 .info span {
	margin-right: 15px
}
.article_list li .article_text1 .info span a {
	display: inline-block;
	border: 1px solid #ddd;
	height: 22px;
	line-height: 22px;
	padding: 0 15px;
	margin-right: 10px;
	color: #888
}
.article_list li .article_text1 .info span i {
	display: inline-block;
	margin-right: 8px;
	font-size: 15px
}
.article_list li .article_text1 .info span a:hover {
	background-color: #358ff0;
	border: 1px solid #358ff0;
	color: #fff
}
.pagebar {
	text-align: center;
	margin: 10px 0
}
.pagebar a, .pagebar span {
	display: inline-block;
	margin: 5px 3px;
	width: 40px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #358ff0;
	color: #fff;
	border: 1px solid #358ff0
}
.pagebar a:hover, .pagebar span {
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd
}
.ias_trigger {
	text-align: center;
	margin-bottom: 15px
}
.ias_trigger a {
	display: block;
	padding: 15px 0;
	background-color: #f9f9f9;
	color: #999;
	font-size: 16px
}
.ias_trigger a:hover {
	background-color: #f0f0f0
}
.pagebar-loading {
	font-size: 16px;
	background-color: #fff;
	color: #999;
	padding: 15px 0;
	margin-bottom: 15px;
	text-align: center
}
.breadcrumb {
	margin: 15px auto;
	font-size: 16px
}
.breadcrumb i {
	margin: 0 8px;
	display: inline-block
}
.article_list {
	background-color: #fff;
}
.article_article {
	background-color: #fff;
	padding: 25px;
	margin-bottom: 15px;
	border: 1px solid #eee
}
.article_article h1 {
	color: #888;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	font-weight: 700
}
.article_article .info {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin: 10px 0;
	color: #777
}
.article_article .info span {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px
}
.article_article .info span i {
	margin-right: 5px;
	display: inline-block;
	color: #666
}
.article_content {
	padding: 10px 0;
	color: #555;
	font-size: 18px;
	line-height: 1.6em;
	word-break: break-all;
	word-wrap: break-word
}
.article_content img {
	max-width: 100%;
	height: auto;
	padding: 10px 0
}
@media screen and (max-width:780px) {
.article_content img {
	width: 100%
}
}
.article_content h1, .article_content h2, .article_content h5, .article_content h6 {
	margin-bottom: 18px;
	background-color: #fbfbfb;
	color: #333;
	border-left: 4px solid #62bbc3;
	padding-left: 10px;
	margin: 10px 0;
	font-weight: 400
}
.article_content h1 {
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 10px
}
.article_content h2 {
	font-size: 28px;
	padding-top: 8px;
	padding-bottom: 8px
}
.article_content h3 {
	font-size: 20px;
	padding-top: 4px;
	padding-bottom: 4px
}
.article_content h4 {
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px
}
.article_content h5 {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 400
}
.article_content h6 {
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 400
}
.article_content ol, .article_content ul {
	margin: 0 0 18px 50px
}
.article_content ul {
	list-style: disc
}
.article_content ol {
	list-style: decimal
}
.article_content li {
	margin-bottom: 6px
}
.article_content p {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 17px;
	word-wrap: break-word;
	word-break: normal
}
.article_content pre {
	word-wrap: break-word
}
.article_content table {
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	width: 100%;
	margin-bottom: 18px
}
.article_content table th {
	background-color: #f9f9f9;
	text-align: center
}
.article_content table td, .article_content table th {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 5px 10px
}
.article_content .alignnone {
	margin: 0 auto
}
.article_content .alignleft {
	float: left;
	text-align: left;
	margin-right: 10px
}
.article_content .aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block
}
.article_content .alignright {
	float: right;
	text-align: right;
	margin-left: 10px
}
.article_content a {
	color: #358ff0
}
.article_content a:hover {
	color: #f40;
	text-decoration: underline
}
.article_content pre, .comment pre {
	font-size: 12px;
	background: #ededed
}
.article_content blockquote {
	margin: 10px 0;
	padding: 15px 20px 1px;
	border-left: 5px solid #eee;
	background-color: #f6f6f6
}
.article_content blockquote p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px
}
@media screen and (max-width:780px) {
.article_content embed, .article_content iframe, .article_content video {
	width: 100%
}
}
.article_tags {
	margin: 10px 0;
	overflow: hidden
}
.article_tags span {
	font-weight: 700;
	margin-right: 15px;
	font-size: 15px
}
.article_tags a {
	display: inline-block;
	line-height: 18px;
	border: 1px solid #358ff0;
	padding: 2px 12px;
	margin-right: 10px;
	color: #358ff0;
	border-radius: 15px
}
.article_tags a:hover {
	background-color: #358ff0;
	color: #fff
}
.Prev_Next {
	border-top: 1px solid #eee;
	padding: 15px 0 0;
	overflow: hidden
}
@media only screen and (max-width: 767px) {
.Prev_Next span {
	float: left;
	width: 50%;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
}
.Prev_Next span {
	width: 100%;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.Prev_Next span a {
	color: #888
}
.Prev_Next span a:hover {
	color: #358ff0
}
.article_related {
	overflow: hidden;
	background-color: #fff;
	padding: 15px 25px;
	margin-bottom: 15px;
	border: 1px solid #eee
}
.article_related h3 {
	font-size: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px
}
.article_related ul {
	list-style: none
}
.article_related li {
	display: block;
	overflow: hidden;
	margin-top: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px
}
.article_related li:last-child {
	border-bottom: none
}
.article_related li .img {
	float: left;
	width: 223px;
	height: 119px;
	overflow: hidden
}
.article_related li .img img {
	width: 100%;
	height: auto
}
.article_related li .info {
	margin-left: 243px
}
.article_related li .info h5 {
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	overflow: hidden
}
.article_related li .info p {
	margin-top: 6px;
	font-size: 14px;
	color: #888;
	height: 45px;
	overflow: hidden
}
.article_related li .info span {
	margin-right: 15px;
	color: #888;
	display: inline-block;
	margin-top: 15px
}
.article_related li .info span i {
	margin-right: 5px
}
.article_related li .info span a {
	border: 1px solid #eee;
	padding: 2px 8px;
	margin-right: 5px;
	color: #888
}
.article_related li .info span a:hover {
	border: 1px solid #358ff0;
	background-color: #358ff0;
	color: #fff
}
footer {
	background: #358ff0;
	width: 100%;
	padding: 10px 0 10px 0;
	color: #fff;
	font-size: 14px;
	position: relative;
	overflow: hidden
}
.footer:before {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.endnav b {
	font-size: 16px;
	color: #34aadc;
	margin-bottom: 15px;
	display: block;
}
.endnav p {
	margin-bottom: 5px;
	text-align: center
}
.endnav a {
	color: #fff;
	padding: 0 5px
}
.endnav a:hover {
	text-decoration: underline
}
.goTop {
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: 620px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #2175cf;
	color: #fff;
	border-radius: 3px;
	cursor: pointer
}
.widget {
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #eee
}
.widget h5 {
	border-bottom: 1px solid #eee;
	line-height: 1.6;
	padding: 5px 10px;
	font-size: 16px;
	color: #358ff0;
	font-weight: 700;
	border-left: 3px solid #358ff0
}
.widget ul {
	list-style: none;
	padding: 5px 10px;
	overflow: hidden;
}
.widget li {
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	position: relative
}
.widget li::before {
	content: "";
	position: absolute;
	margin-top: 12px;
	width: 4px;
	height: 4px;
}
.widget li a {
	padding-left: 12px
}
.widget_div {
	padding: 10px
}
.widget_archives li, .widget_authors li, .widget_catalog li, .widget_link li {
	float: left;
}
.widget_misc li::before, .widget_statistics li::before {
	content: "";
	display: none
}
.widget_misc li {
	height: auto;
	line-height: normal
}
.widget_misc li a {
	padding-left: 0
}
.widget_tags ul {
	overflow: hidden;
	margin-right: -5px;
	margin-top: 5px
}
.widget_tags li {
	float: left;
	width: auto;
	margin-right: 5px;
	margin-bottom: 5px
}
.widget_tags li::before {
	content: "";
	display: none
}
.widget_tags li a {
	display: block;
	padding: 0 5px;
	color: #fff
}
.widget_tags li[class$="0"] a {
	background-color: #4a4a4a
}
.widget_tags li[class$="1"] a {
	background-color: #428bca
}
.widget_tags li[class$="2"] a {
	background-color: #5cb85c
}
.widget_tags li[class$="3"] a {
	background-color: #d9534f
}
.widget_tags li[class$="4"] a {
	background-color: #567e95
}
.widget_tags li[class$="5"] a {
	background-color: #b433ff
}
.widget_tags li[class$="6"] a {
	background-color: #00aba9
}
.widget_tags li[class$="7"] a {
	background-color: #b37333
}
.widget_tags li[class$="8"] a {
	background-color: #f60
}
.widget_tags li[class$="9"] a {
	background-color: #d8b303
}
.widget_comments li {
	height: auto;
	line-height: 23px;
	padding: 5px 0;
	border-bottom: 1px dashed #eee
}
.widget_comments li:last-child {
	border-bottom: none
}
.widget_comments li::before {
	content: "";
	display: none
}
.widget_comments li a {
	padding-left: 0
}
.widget_comments li .img {
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 3px;
	border-radius: 3px;
	overflow: hidden
}
.widget_comments li .img img {
	width: 100%;
	height: auto
}
.widget_comments li .info {
	margin-left: 50px
}
.widget_comments li .info span {
	color: #888
}
.widget_comments li .info p {
	max-height: 46px;
	overflow: hidden
}
.widget_searchpanel form {
	width: 100%;
	border: 1px solid #358ff0;
	height: 36px;
	line-height: 36px
}
.widget_searchpanel input {
	float: left;
	width: 75%;
	border: none;
	height: 100%;
	padding-left: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.widget_searchpanel input+input {
	float: right;
	width: 25%;
	border: none;
	background-color: #358ff0;
	text-align: center;
	color: #fff;
	padding-left: 0
}
.widget_tuijian .tj_box {
	overflow: hidden;
	padding: 10px 15px
}
.widget_tuijian .tj_box .img {
	float: left;
	width: 120px;
	height: 80px;
	overflow: hidden
}
.widget_tuijian .tj_box .img img {
	width: 100%;
	height: auto
}
.widget_tuijian .tj_box .info {
	margin-left: 130px
}
.widget_tuijian .tj_box .info p {
	line-height: 33px;
	font-size: 16px;
	max-height: 66px;
	overflow: hidden
}
.widget_tuijian ul {
	list-style: none
}
.comments {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #eee
}
.comments .c_title {
	border-bottom: 1px solid #eee;
	margin-bottom: 1.25em;
	overflow: hidden
}
.comments .c_title h5 {
	float: left;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 0
}
.comments .c_title h5 i {
	margin-right: 5px;
	font-style: normal
}
.comments .c_title span {
	display: inline-block;
	float: right
}
.comments .c_title span a {
	color: #358ff0;
	border-bottom: 1px dotted #358ff0;
	margin-left: 5px
}
.compost {
	overflow: hidden;
	margin-bottom: 20px
}
.compost .cp_avatar {
	display: none;
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	box-sizing: border-box
}
.compost .cp_avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}
.compost .cp_post {
	overflow: hidden
}
.compost .cp_post .cp_box {
	overflow: hidden;
	margin-bottom: 10px
}
.compost .cp_post .cp_box textarea {
	width: 100%;
	height: 80px;
	border: 1px solid #eee;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.compost .cp_post .cp_info {
	overflow: hidden;
	width: 100%
}
.compost .cp_post .cp_info ul {
	list-style: none;
	margin-bottom: 10px;
	overflow: hidden
}
.compost .cp_post .cp_info li {
	margin: 8px 0;
	float: left;
	width: 45%;
	margin-right: 2%
}
.compost .cp_post .cp_info li label {
	display: none
}
.compost .cp_post .cp_info li input {
	width: 100%;
	padding-left: 5px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.compost .cp_post .cp_info li.inpVerify input {
	width: 30%
}
.compost .cp_post .cp_info li.inpVerify img {
	vertical-align: bottom
}
.compost .cp_post .cp_info button {
	padding: 8px 30px;
	background-color: #358ff0;
	color: #fff;
	border: 1px solid #eee
}
.c_list ul {
	list-style: none
}
.c_list li {
	margin-bottom: 20px
}
.c_list li .c_avatar {
	float: left;
	width: 50px;
	height: 50px;
	box-sizing: border-box
}
.c_list li .c_avatar img {
	width: 100%;
	height: 100%
}
.c_list li .c_main {
	margin-left: 70px;
	background-color: #f9f9f9;
	padding: .75em 1em;
	transition: all ease .25s;
	overflow: auto
}
.c_list li .c_main .c_info {
	overflow: hidden
}
.c_list li .c_main .c_info span {
	float: left;
	font-size: 14px;
	color: #a1a1a1
}
.c_list li .c_main .c_info span a {
	color: #358ff0
}
.c_list li .c_main .c_info .icon {
	display: inline-block;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH
}
.c_list li .c_main .c_info span+span {
	float: right
}
.c_list li .c_main .c_info span+span a {
	border-bottom: 0
}
.c_list ul ul li .c_avatar {
	display: none
}
.c_list ul ul li .c_main {
	margin-left: 0;
	margin-top: .5em
}
@media screen and (max-width:768px) {
.compost .cp_avatar {
	display: none;
	width: 32px;
	height: 32px
}
.compost .cp_post {
	margin-left: 0
}
.c_list li .c_avatar {
	width: 32px;
	height: 32px
}
.c_list li .c_main {
	margin-left: 42px
}
.comments {
	padding: 0 2%;
	box-sizing: border-box
}
.compost .cp_post .cp_box {
	margin-bottom: 5px
}
.compost .cp_post .cp_info {
	width: 80%
}
.compost .cp_post .cp_info li {
	margin: 3px 0;
	float: left;
	width: 100%;
	margin-right: 0
}
}
.main404 {
	margin-top: 15px
}
.page404 {
	padding: 40px 0 50px;
	text-align: center;
	overflow: hidden
}
.page404 h1 {
	margin: 10px 0;
	color: #333;
	text-shadow: rgba(61,61,61,.3) 1px 1px, rgba(61,61,61,.2) 2px 2px, rgba(61,61,61,.3) 3px 3px;
	font-weight: 700;
	font-size: 50px;
	line-height: 150px
}
.page404 h3 {
	margin: 10px 0;
	color: #333;
	font-size: 30px;
	line-height: 35px;
	font-weight: 400
}
.serach404 {
	margin: 20px 0
}
.serach404 p {
	color: #333;
	font-size: 14px
}
.serach404 form {
	width: 420px;
	margin: 10px auto;
	overflow: hidden
}
.serach404 form input {
	float: left;
	width: 335px;
	height: 40px;
	line-height: 38px;
	box-sizing: border-box;
	padding-left: 2%;
	border: 1px solid #358ff0
}
.serach404 form button {
	float: right;
	width: 85px;
	line-height: 38px;
	height: 40px;
	background-color: #358ff0;
	color: #fff;
	text-align: center;
	border: 1px solid #358ff0;
	font-size: 16px
}
.goindex404 {
	text-align: center;
	margin: 20px 0
}
.goindex404 a {
	display: inline-block;
	padding: 8px 30px;
	background-color: #358ff0;
	color: #fff;
	border-radius: 2px;
	font-size: 16px
}
@media screen and (max-width:980px) {
.page404 {
	padding: 0 0 0
}
.serach404 form {
	width: 80%
}
.serach404 form input {
	width: 75%
}
.serach404 form button {
	width: 25%
}
}
.a_tl_d {
	margin: 15px auto;
	overflow: hidden;
	text-align: center;
	line-height: normal
}
.a_tl_d img {
	max-width: 100%
}
.a_post_d {
	margin: 10px 0;
	overflow: hidden;
	text-align: center;
	line-height: normal
}
.a_post_d img {
	max-width: 100%
}
@media screen and (max-width:980px) {
.a_tl_d {
	margin: 10px auto
}
}
.mnav {
	display: none
}
.msearch {
	display: none
}
.usercp {
	display: none
}
@media screen and (max-width:1300px) {
.goTop {
	left: auto;
	right: 20px;
	margin-left: 0
}
}
@media screen and (max-width:980px) {
.container {
	width: 98%;
	margin: 0 1%
}
#top {
	display: none
}
.main_l {
	width: 100%;
	margin-bottom: 0
}
.main_r {
	display: block;
	width: 100%;
}
body {
	margin-top: 50px
}
#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	border-bottom: 1px solid #eee
}
.header {
	height: 45px;
	line-height: 45px
}
.logo {
	text-align: center;
	width: 100%;
	height: 45px
}
.logo im {
	max-height: 45px
}
.mnav, .msearch {
	display: block;
	position: absolute;
	left: 3%;
	top: 0;
	cursor: pointer
}
.msearch {
	left: auto;
	right: 5%
}
.usercp {
	display: block;
	position: absolute;
	left: auto;
	right: 10%;
	top: 0;
	cursor: pointer
}
.header .text {
	display: none
}
.search {
	display: none;
	position: absolute;
	margin-top: 2px;
	width: 300px;
	right: 10%
}
#nav {
	display: none;
	position: fixed;
	top: 50px;
	width: 40%;
	z-index: 3;
	height: auto;
	line-height: 32px;
	padding-bottom: 2px
}
.nav ul {
	background-color: #358ff0
}
.nav li {
	display: block;
	position: static;
	margin-left: 0px;
}
.nav li a {
	display: block;
	padding: 8px 15px
}
.nav li ul {
	display: block;
	position: static;
	padding: 5px 0
}
.nav li li {
	display: inline-block
}
.nav li li a {
	padding: 0 10px;
	font-size: 15px
}
.nav li li ul {
	display: none
}
.mnav i::after {
	content: "导航";
	font-size: 13px;
	margin-left: 5px;
	color: rgb(51, 51, 51);
	font-family: "Microsoft Yahei", Arial;
	display: inline-block;
}
.home_top_new {
	margin-top: 10px;
	margin-bottom: 0
}
.new_tt {
	width: 100%;
	margin-bottom: 5px
}
.new_focus {
	width: 100%;
	margin-left: 0;
	height: auto;
	margin-bottom: 10px
}
.focus_slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.2068966%
}
.swiper-container {
	height: auto
}
.focus_pic ul {
	margin-right: -2%
}
.focus_pic li {
	width: 48%;
	margin-right: 2%;
	height: auto;
}
.focus_text span {
	width: 50%
}
.soft-info {
	width: 100% !important;
}
.new_tj {
	width: 100%;
	float: none;
	overflow: hidden;
	margin-bottom: 10px
}
.home_pic {
	margin-bottom: 10px
}
.pic_tit {
	margin-top: 10px;
	border-bottom: none
}
.pic_tit h3 {
	height: auto
}
.pic_tit h3 i {
	display: none
}
.pic_tit h3 span {
	font-size: 15px
}
.pic_tit h3 a {
	padding: 2px 5px;
	margin-left: 5px;
	margin-bottom: 5px
}
.pic_list ul {
	margin-right: -2%
}
.pic_list li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 10px
}
.home_article ul.tit {
	height: auto;
	overflow: hidden;
	line-height: normal;
	padding: 3px
}
.home_article ul.tit li {
	margin-top: 0
}
.home_article ul.tit li a {
	line-height: normal;
	height: auto;
	padding: 2px 10px
}
.article_list li {
	margin-top: 10px;
	padding-bottom: 10px
}
.article_list li .article_img {
	width: 100px;
	height: auto
}
.article_list li .article_text {
	margin-left: 110px
}
.article_list li .article_text dl dt {
	height: auto;
	max-height: 84px;
	font-size: 16px
}
.article_list li .article_text dl dd {
	display: none
}
.article_list li .article_text .info {
	display: none
}
.breadcrumb {
	padding: 5px 0;
	font-size: 14px
}
.article_article {
	padding: 10px;
	margin-bottom: 10px
}
.article_article h1 {
	font-size: 18px;
	line-height: 30px;
	height: auto
}
.article_article .info {
	margin: 5px 0;
	padding-bottom: 10px
}
.article_content {
	padding: 5px 0;
	font-size: 16px
}
.article_content p {
	line-height: 28px;
	padding-bottom: 10px
}
.Prev_Next {
	padding: 10px 0 0
}
.Prev_Next span {
	display: block;
	width: 100%;
	margin-bottom: 5px
}
.article_related {
	padding: 5px 10px;
	margin-bottom: 10px
}
.article_related h3 {
	font-size: 18px
}
.article_related li {
	margin-top: 10px;
	padding-bottom: 10px
}
.article_related li .img {
	width: 100px;
	height: 80px
}
.article_related li .info {
	margin-left: 110px
}
.article_related li .info h5 {
	height: auto;
	max-height: 84px
}
.article_related li .info p {
	display: none
}
.article_related li .info span {
	display: none
}
#footer {
	padding: 10px 0
}
.footer .f_l {
	float: none;
	padding: 0 10px
}
.footer .fnav {
	margin-bottom: 10px;
	text-align: center
}
.footer .copyright {
	text-align: center
}
.footer .f_r {
	float: none
}
.footer .fqr {
	width: 120px;
	text-align: center;
	margin: 0 auto
}
.goTop {
	left: auto;
	right: 20px;
	bottom: 20px;
	margin-left: 0
}
.pagebar a, .pagebar span {
	width: 30px;
	height: 30px;
	line-height: 30px
}
}
.pcd_ad {
	display: block;
	margin: 0 auto;
	max-width: 1200px
}
.mbd_ad {
	display: none;
	margin: 0 auto;
	max-width: 1200px
}
 @media(max-width:768px) {
.pcd_ad {
	display: none !important;
}
.mbd_ad {
	display: block !important;
}
}
.meihua_1 {
	display: block;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #ea4c89;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.meihua_2 {
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px rgba(15,39,65,0.1);
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.meihua_2 .meihua_2_1 {
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #DDDDDD;
	border-width: 1px 1px 1px 1px;
	padding: 20px;
}
.meihua_2 .meihua_2_1 p {
	margin: 5px auto!important;
}
.meihua_2 .meihua_2_1 .meihua_btn {
	float: left;
	border: 1px solid #8a8a8a;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding-left: 40px;
	margin: 10px 10px 0 0;
	overflow: hidden;
	border-radius: 2px;
	background: url(../images/30.png) no-repeat 5px 3px #4abd96;
	border: 1px solid #4abd96;
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
}
.meihua_2 .meihua_2_1 .meihua_btn i {
	margin-right: 5px
}
.meihua_2 .meihua_2_1 .meihua_btn:hover {
	background-color: #3169b0
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.short-btn {
	float: left;
	border: 1px solid #8a8a8a;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding-left: 40px;
	margin: 10px 10px 0 0;
	overflow: hidden;
	border-radius: 2px;
	background: url(../images/10.png) no-repeat 5px 3px #4abd96;
	border: 1px solid #4abd96;
	text-decoration: none;
	color: #FFF!important;
	padding-right: 10px;
	text-decoration: none;
}
.short-btn:hover {
	background-color: #3169b0
}
.btn {
	border-radius: 5px;
	background-color: #358ff0!important
}
@media only screen and (max-width: 767px) {
#mobnone {
	display: none;
}
}
.pages {
	clear: both;
	margin: 20px auto 20px auto;
	padding-top: 10px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 10px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}
.pages ul li:hover {
	background: #358ff0;
	color: #fff;
	border: 1px solid #358ff0;
}
.pages ul li:hover a {
	color: #fff;
}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #358ff0;
	padding: 6px 15px;
	margin: 0 1px;
	background: #358ff0;
	color: #fff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a {
	display: block;
	color: #2d2d2d;
}
.pages ul li a:hover {
	color: #fff;
}
.tags .tags-title h2 {
	color: #2a363c;
	font-weight: bold
}
.tags ul {
	padding: 10px 20px 20px 20px;
	overflow: hidden;
}
.tags ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
.opera {
	width: 130px;
	margin: 10px auto;
	text-align: center;
}
#btn {
	width: 90px;
	height: 36px;
	line-height: 36px;
	background-color: #358ff0;
	color: #fff;
	font-size: 14px;
	font-family: Microsoft YaHei;
	cursor: pointer;
	display: block;
	text-align: center;
}
#btn i {
	display: inline-block;
 *display:inline;
 *zoom:1;
}
.app-main {
	padding: 2em
}
.app-main figure {
	width: 120px;
	height: 180px;
	margin-right: 30px;
}
.app-main figure img {
	width: 120px;
	height: 120px;
	border-radius: 20px;
}
.app-main figure .download {
	width: inherit;
	display: block;
	margin-top: 10px;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #21b47c;
	border: 1px solid #21b47c;
	text-align: center;
	border-radius: 100px;
	opacity: .7;
}
.app-main figure .download:hover {
	opacity: 1;
}
.app-main figure .downloada {
	width: inherit;
	display: block;
	margin-top: 20px;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #21b47c;
	border: 1px solid #21b47c;
	text-align: center;
	border-radius: 100px;
	opacity: .7;
}
.app-main figure .downloadnone {
	width: inherit;
	display: block;
	margin-top: 10px;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #434343;
	border: 1px solid #21b47c;
	text-align: center;
	border-radius: 100px;
	opacity: .7;
}
.app-main figure .downloada:hover {
	opacity: 1;
}
.app-main .main {
	margin-right: 30px;
	width: 66.6%;
}
.app-main .main h1 {
	font-size: 20px;
	font-weight: normal;
}
.app-main .main .tag {
	margin: 10px 0;
}
.app-main .main a.tags {
	font-size: 12px;
	height: 2em;
	line-height: 2em;
	padding: 0 1em;
	text-align: center;
	display: inline-block;
	margin-right: .5em;
	margin-bottom: .5em;
	opacity: 1;
}
.app-main .main a.tags:hover {
	opacity: .8!important;
}
.app-main .main a.tags:nth-child(1) {
	background-color: #d9f2fb;
	color: #1aa9fb;
}
.app-main .main a.tags:nth-child(2) {
	background-color: #d9fcda;
	color: #3ab14a;
}
.app-main .main a.tags:nth-child(3) {
	background-color: #fff3d0;
	color: #f67c23;
}
.app-main .main a.tags:nth-child(4) {
	background-color: #f8cbff;
	color: #a123db;
}
.app-main .main a.tags:nth-child(5) {
	background-color: #bbf1f2;
	color: #04839d;
}
.app-main .main a.tags:nth-child(6) {
	background-color: #ffdede;
	color: #e84f4f;
}
.app-main .main a.tags:nth-child(7) {
	background-color: #d9fcda;
	color: #3ab14a;
}
.app-main .main a.tags:nth-child(8) {
	background-color: #bbf1f2;
	color: #04839d;
}
.app-main .main li {
	width: 60%;
}
.app-main .main li:nth-child(odd) {
	width: 34%;
}
.app-main .main li span {
	color: #333;
}
.app-main .head-info {
	color: #999;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.app-main .head-info .qr {
	width: 100px;
}
.app-main .head-info .qr .p {
	font-size: 12px;
}
.app-main .head-info .wrong i {
	font-size: 12px;
	padding-right: 2px;
}
.app-main .head-info .wrong {
	width: inherit;
	display: block;
	margin-top: 10px;
	height: 2.4em;
	line-height: 2.4em;
	color: #111;
	background-color: #f2f5f9;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	opacity: .6;
}
.app-main .head-info .wrong:hover {
	opacity: 1
}
.app-content .title-css {
	display: inline-block;
	background: #f2f5f9;
	border-radius: 55px;
	height: 35px;
	position: relative;
	padding-left: 35px;
	padding-right: 15px;
	line-height: 35px;
	overflow: hidden;
	font-size: 18px;
}
.app-content .title-css .i {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 8px;
	overflow: hidden;
	background-color: #21b47c;
	color: #fff;
	font-size: 14px;
}
.app-main .app-content {
	padding-top: 10px;
	position: relative;
	font-size: 16px;
	width: 100%;
	word-break: break-all
}
.app-content a {
	color: #21b47c
}
.app-content a:hover {
	border-bottom: 1px dashed #21b47c
}
.app-content h1, .app-content h2, .app-content h3, .app-content h4, .app-content h5, .app-content h6 {
	margin: 10px 0
}
.app-content h1 {
	font-size: 1.8em
}
.app-content h2 {
	font-size: 1.6em
}
.app-content h3 {
	font-size: 1.4em
}
.app-content h4 {
	font-size: 1.2em
}
.app-content h5 {
	font-size: 1em
}
.app-content h6 {
	font-size: 0.8em
}
.app-content blockquote {
	color: #666;
	font-weight: 400;
	border-left: 4px solid #21b47c;
	padding: .5em 1em;
	background-color: #f9f9f9
}
.app-content img {
}
.app-content table {
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0
}
.app-content table tr.firstRow {
	font-weight: bold;
	background-color: #f8f8f8;
	text-align: left
}
.app-content table th, .app-content table td {
	padding: .3em .5em;
	margin: 0;
	vertical-align: top;
	border: 1px solid #ddd
}
.app-content blockquote, .app-content dl, .app-content form, .app-content hr, .app-content ol, .app-content p, .app-content pre, .app-content table, .app-content ul {
	font-weight: 400;
	margin-bottom: 1rem
}
.app-content blockquote p, .app-content ul p {
	margin-bottom: 0
}
.app-content li {
	margin-left: 1.2em
}
.app-content hr {
	border: none;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-top: 1px solid #eee;
	height: 1px;
	background: 0 0
}
.app-content audio, .app-content img, .app-content video {
}
.app-content b, .app-content strong {
	font-weight: 700;
}
.app-content .padding {
	padding-right: .5em
}
.app-content .app-copyright, .app-content .tag-wrap {
	font-size: 14px
}
.app-content .tags {
	border: 1px solid #ddd;
	padding: .1em .5em;
	text-align: center;
	color: #333
}
.app-content .tags:hover {
	background-color: #21b47c;
	color: #fff;
	border: 1px solid #21b47c
}
.app-copyright {
	background: #f8f8f8;
	padding: 1em 1.5em
}
.app-copyright .copyright {
	font-weight: 700;
	padding-top: 10px
}
.prev-next {
	padding: 1.5em
}
.prev-next strong {
	font-weight: 400
}
.prev-next .post-next, .prev-next .post-prev {
	width: 46%;
	color: #999;
	font-size: 16px
}
.prev-next .post-next {
	text-align: right
}
.prev-next .next, .prev-next .prev {
	display: block;
	font-size: 14px
}
.quick-prev-next .next, .quick-prev-next .prev {
	position: fixed;
	z-index: 1;
	top: 45%;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 50px;
	color: #888
}
.quick-prev-next .next:hover, .quick-prev-next .prev:hover {
	color: #333
}
.quick-prev-next .prev {
	left: 0
}
.quick-prev-next .next {
	right: 0
}
.login_i {
	padding: 10px 20px !important;
	background: #333 !important;
	color: #fff;
	font-size: 14px;
}
.reg_i {
	padding: 7px 17px !important;
	border: 1px solid #e6e6e6;
}
.tougao {
	margin-left: 50px;
}
