html,
body {
	margin: 0;
	font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 17px
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
input,
img,
p {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

.ells_2_line,
.ells_3_line,
.index_t1 .t1_left .desc,
.index_t1 .t1_right .block_title,
.channel-content p {
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.t3_con .t3_block .desc,
.index_t4 .t4_app_block .app_info .app_tips,
.index_t4 .t4_app_block .app_title,
.index_t4 .t4_text,
.index_t4 .t4_block_mark,
.post-navigation div {
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detail_top {
	width: 100%;
	margin: 20px 0;
	border-bottom: 1px solid #eee;
}

.title_xq h2 {
	font-size: 30px;
	color: #000;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 10px;
}

.userCreateTime {
	padding: 10px 0;
	font-size: 14px;
	color: #666;
}

.userCreateTime span {
	display: inline-block;
	padding-left: 20px;
}

.content_tex {
	font-size: 16px;
	line-height: 25px;
	color: #444;
	padding: 0 20px;
}

.content_tex p {
	text-indent: 2em;
	line-height: 35px;
}

.content_tex img {
	display: block;
	margin: 10px auto;
}

.crumbs {
	color: #999;
	width: 1000px;
	height: 20px;
	overflow: hidden;
	padding: 10px 0;
	font-size: 15px;
}

.crumbs a {
	color: #999;
}

.ells_3_line {
	-webkit-line-clamp: 3;
}

a {
	text-decoration: none;
	color: inherit
}

.top {
	height: 3rem;
	line-height: 3rem;
	background-color: #fff
}

.top .main_con {
	display: flex
}

.main_con {
	width: 59.3rem;
	margin: 0 auto;
}

.link_con {
	display: flex;
	align-items: center;
	height: 3rem
}

.link_con .top_link {
	margin-right: 2.4rem;
	color: #00A0FF;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.3rem;
}

.logo_con {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}

.logo_con .logo {
	/* width: 11.2rem; */
	max-height: 2.5rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

@keyframes bottom_fadein {
	0% {
		opacity: 0;
		transform: translate(0, 10px)
	}
	100% {
		opacity: 1;
		transform: translate(0, 0)
	}
}

.search_con {
	position: relative;
	margin-left: auto;
	width: 12rem;
	line-height: 45px;
}

.search_con input[type="text"] {
	box-sizing: border-box;
	padding: 0 1.5rem 0 1rem;
	width: 12rem;
	height: 2rem;
	background: #00a0ff;
	opacity: 1;
	border-radius: .8rem;
	border: none;
	outline: none;
	color: #fff
}

.search_con .search-btn {
	position: absolute;
	right: .1rem;
	top: 0.8rem;
	font-size: .8rem;
	color: #000;
	z-index: 2;
	background-color: transparent;
	border: none;
	font-family: iconfont;
	cursor: pointer;
	background: url(../img/sear.png) no-repeat;
	background-size: 75%;
	width: 2rem;
	height: 1.5rem;
}

.nav {
	display: flex;
	height: 3.5rem;
	box-shadow: 0 .1rem .3rem rgba(0, 0, 0, 0.16);
	background-color: #fff
}

.nav .main_con {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.nav a,
.nav .hover_item {
	position: relative;
	display: block;
	font-size: .9rem;
	font-weight: bold;
	color: #666;
	text-decoration: none
}

.nav a.active,
.nav .hover_item.active {
	color: #00A0FF;
	font-weight: bold
}

.nav a:hover,
.nav .hover_item:hover {
	color: #00A0FF
}

.nav a:hover .hover_menu,
.nav .hover_item:hover .hover_menu {
	display: flex
}

.nav .hover_item {
	position: relative;
	padding: .5rem 0
}

.nav .hover_item:before {
	content: "";
	display: block;
	position: absolute;
	left: -50%;
	top: -25%;
	width: 200%;
	height: 150%
}

.nav .hover_menu {
	display: none;
	z-index: 6;
	position: absolute;
	flex-wrap: wrap;
	width: 26.5rem;
	top: 2.25rem;
	right: 0;
	padding: .6rem;
	background: #fff;
	box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.12);
	border-radius: .2rem;
	animation: bottom_fadein ease .3s
}

.nav .hover_menu>a {
	display: block;
	margin: .6rem
}

.ggd1 {
	position: relative;
	display: block;
	margin: 1.5rem auto 0;
	width: 59.3rem
}

.ggd1+.ggd1 {
	margin-top: 1rem
}

.ggd1 img {
	display: block;
	width: 59.3rem;
	height: auto
}

.ggd_mark:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "广告";
	font-size: 10px;
	padding: 0 4px;
	font-weight: 400;
	line-height: .9rem;
	text-align: center;
	color: #f7f7f7;
	background: #000;
	opacity: .4;
	white-space: nowrap
}

.guangao {
	width: 100%;
	height: 90px;
	position: relative;
	margin-bottom: 20px;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 100%;
	height: 250px;
	position: relative;
}

.gaoindex img.guang {
	width: 100%;
	height: 250px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.pages {
	text-align: center;
	font-size: 14px;
	padding: 40px 0;
	width: 100%;
	background: #fff;
}

.pages a {
	color: #4E4E4E;
	background-color: #F9F9F9;
	border: 1px solid #EAEAEA;
	padding: 8px 13px;
	display: inline-block;
	margin: 0 3px;
	border-radius: 50%;
}

.pages span {
	color: #FFF;
	background-color: #00a0ff;
	border: 1px solid #00a0ff;
	padding: 8px 13px;
	border-radius: 50%;
	cursor: pointer;
}

.w1000 {
	width: 1000px;
	margin: auto;
}

.tuijian {
	margin-top: 30px;
}

.post-navigation {
	overflow: hidden;
	margin-bottom: 40px;
	background: #f9f9f9;
	padding: 30px 20px;
	border-radius: 10px;
}

.post-navigation div {
	position: relative;
	display: block;
	width: 48%;
	color: #666;
	font-size: 14px;
}

.post-navigation div:hover a {
	text-decoration: underline;
	color: #00a0ff;
}

.post-navigation div:hover span {
	color: #00a0ff;
}

.post-previous {
	float: left;
	text-align: left;
}

.post-next {
	float: right;
	text-align: right;
}

.post-navigation div span {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-right: 10px;
}

.post-navigation div a::after {
	position: absolute;
	top: 34%;
	margin-top: -11px;
	height: 22px;
	color: #ddd;
	font-size: 40px;
	line-height: 22px;
}


/*底部*/

.footbgs {
	padding: 20px 0;
	background: #222;
	width: 100%;
	border-top: 1px solid #ddd;
}

.footer {
	padding: 20px 0;
	margin-top: 10px;
	color: #fff;
	overflow: hidden;
	margin: auto;
	box-sizing: border-box;
}

.footer a {
	color: #fff;
}

.youq {
	overflow: hidden;
	padding-bottom: 20px;
}

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(../img/arrow-up.png) no-repeat center center #fff;
	/*transform: rotate(270deg);*/
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #00A0FF;
	background-size: 60%;
	opacity: 0.8;
	border-radius: 50%;
}

.goTop:hover {
	opacity: 1;
}

.beian {
	font-size: 14px;
	text-align: center;
}