/*公共样式*/
html {
	font-size: 16px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑", "宋体", Arial;
	font-size: 14px;
	color: #151515;
	background-size: 100%;
	background: #f5f5f8;
}
img {
	border: 0;
	display: block;
}
a {
	text-decoration: none;
	color: #151515;
}
div, ul, li, form, h1, h2, h3, h4, p, dl, dt, dd, ul, ol, li, th, td, aside, article {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.clear {
	clear: both;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.main {
	width: 1100px;
	margin: 0 auto;
}
.bg {
	background: #fff;
}
.bg_2 {
	background: #f8f8f8;
}
.bg_a {
	background: #2191f0;
}
.bian {
	border: solid 1px #dbe1de;
}
.bian2 {
	border: solid 1px #dbe1de;
}
.bj_mt10 {
	margin-top: 0.3125rem;
}
.bj_mt20 {
	margin-top: 0.4rem;
}
.bj_mt40 {
	margin-top: 1rem;
}
.bj_mt50 {
	margin-top: 1.2rem;
}
.bj_mt60 {
	margin-top: 1.875rem;
}
.relative {
	position: relative;
}
.red, #red, {
color: #f00;
}
.more {
	color: #9999;
}
.ca {
	color: #2191f0;
}
.cb {
	color: #ff6c6c;
}
.cf {
	color: #fff;
}
.c3 {
	color: #333;
}
.c6 {
	color: #666;
}
.c9 {
	color: #999;
}
.cc {
	color: #ccc;
}
.f12 {
	font-size: 0.75rem;
}
.f14 {
	font-size: 0.875rem;
}
.f16 {
	font-size: 1rem;
}
.f18 {
	font-size: 1.125rem;
}
.f30 {
	font-size: 1.875rem;
}
.noshow {
	display: none;
}
em, i {
	font-style: normal;
}
.hidden {
	overflow: hidden;
}
/*超出隐藏*/
.chao {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chao2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.chao3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.chao4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.chao5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.bold {
	font-weight: bold;
}
/* 输入框字体颜色 */
input::-webkit-input-placeholder {
color: #ccc;
}
input::-moz-input-placeholder {
color: #ccc;
}
input::-ms-input-placeholder {
color: #ccc;
}
input:focus {
	outline: 0;
	border: none;
}
button {
	outline: none;
}
/*阴影*/
.yy {
	box-shadow: 0 2px 10px #f2f2f2; /*ie8阴影*/
filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=6);
}
/*圆角*/
.yj {
	border-radius: 0.4rem;
}
.yj_10 {
	border-radius: 10px;
}
.yj_4 {
	border-radius: 4px;
}
/*盒子模型*/
.box {
	box-sizing: border-box;
}
/*顶部*/
.header_top {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	z-index: 9;
	padding: 1rem 3rem 1rem 3%;
}
.header_top .menu {
	width: 1.875rem;
	height: 1.875rem;
	right: 3%;
	top: 1.3rem;
	position: absolute;
}
.header_top .menu em {
	width: 1.875rem;
	height: 1.875rem;
	display: block;
}
.header_top .top_t {
	height: 1.875rem;
	padding: 1rem 3% 0 3%;
	position: relative;
}
.header_top .top_t .top_a {
	position: absolute;
	top: 1.1rem;
}
.header_top .top_t .top_a em {
	font-size: 24px;
}
.header_top .top_b {
	position: relative;
}
/* 搜索 */
.search {
	width: 100%;
	height: 2.5rem;
	position: relative;
	border-radius: 2rem;
	background: #fff;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}
.search .text {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	height: 2.5rem;
	border: none;
	background: none;
	padding: 0 1rem 0 2rem;
	line-height: 2.5rem;
}
.search em {
	position: absolute;
	left: 0.4rem;
	top: 0.5rem;
	z-index: 1;
	font-size: 1.3rem;
	color: #c1cbca;
}
.header_top_2 .menu {
	top: 1.4rem;
}
/*顶部菜栏目*/
.menu_nav {
	left: 0;
	top: 0;
	z-index: 99;
	position: absolute;
	display: none;
	box-shadow: 0 10px 60px rgba(0,0,0,0.3);
	overflow: hidden;
	background: #f5f5f8;
	height: 100%;
	padding-top: 5rem;
	padding-bottom: 1rem;
	width: 100%;
}
.menu_nav .title {
	width: 90%;
	height: 5rem;
	position: fixed;
	background: #f5f5f8;
	top: 0;
	z-index: 99;
	padding: 0 5%;
}
.menu_nav .title h3 {
	line-height: 5rem;
	color: #333;
	font-size: 1.2rem;
}
.menu_close {
	position: absolute;
	text-align: center;
	right: 5%;
	top: 50%;
	margin-top: -1.25rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	display: block;
	border: none;
	background: #fff;
	color: #8d9e9c;
	border-radius: 100%;
	font-weight: bold;
}
.menu_nav_on {
	display: block;
	top: 0px;
	opacity: 1;
	right: 0;
}
.caidan {
	padding: 0 5%;
}
.caidan .link {
	cursor: pointer;
	display: block;
	padding: 1.2rem 1rem 1.2rem 3rem;
	color: #4D4D4D;
	font-size: 1rem;
	border-bottom: 1px solid #f5f5f8;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.caidan li {
	background: #fff;
	border-radius: 0.4rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
}
.caidan li:last-child .link {
	border-bottom: 0;
}
.caidan li em {
	position: absolute;
	top: 0.8rem;
	right: 1rem;
	font-size: 1rem;
	transition: all 0.4s ease;
	font-weight: normal;
	width: 1rem;
	height: 1.5rem;
	line-height: 1.5rem;
	color: #8d9e9c;
}
.caidan li.open {
	background: #fff;
}
.caidan li.open .link {
	border-bottom: 1px solid #fff;
}
.caidan li .link .iconfont {
	top: 50%;
left: .72rem;
margin-top: -.78rem;
}
.caidan li.open .link_zhan em {
	display: block;
	background-size: 100%;
	transform: rotate(90deg);
}
.caidan li .link_a em {
	width: 1.5rem;
	height: 1.5rem;
	top: 0.6rem;
	border-radius: 100%;
	color: #fff;
	font-size: 1rem;
	text-align: center;
}
.caidan li:nth-child(6n+1) .link_a em {
	background-color: #0fc3b2;
}
.caidan li:nth-child(6n+2) .link_a em {
	background-color: #e48b49;
}
.caidan li:nth-child(6n+3) .link_a em {
	background-color: #e8b856;
}
.caidan li:nth-child(6n+4) .link_a em {
	background-color: #d65066;
}
.caidan li:nth-child(6n+5) .link_a em {
	background-color: #5778f3;
}
.caidan li:nth-child(6n+6) .link_a em {
	background-color: #5d77b3;
}
.submenu {
	display: none;
	background: #fff;
	padding: 0 5%;
}
.submenu li {
	border-bottom: 1px solid #fff;
	width: 48%;
	background: #f5f5f8;
	float: left;
	text-align: center;
}
.submenu li:nth-child(2n) {
	float: right;
}
.submenu li:last-child {
	width: 100%;
	background: #fff;
}
.submenu a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 0.6rem 0;
	font-size: 0.85rem;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.caidan .link {
	height: 3rem;
	padding: 0;
}
.link_zhan {
	width: 20%;
	height: 3rem;
	position: absolute;
	right: 0;
	top: 0;
}
.link_a {
	width: 80%;
	box-sizing: border-box;
	height: 3rem;
	padding: 0 1rem 0 3.5rem;
	line-height: 3rem;
}
.caidan li {
	position: relative;
}
.caidan li p {
	text-align: center;
	line-height: 3rem;
}
.con_rwap {
	border-radius: 1rem 1rem 0 0;
}
.menu_nav .menu_index {
	border: 1px solid #a7b3b2;
	color: #a7b3b2;
	border-radius: 2rem;
	padding: 0.2rem 0.5rem;
	margin-left: 1rem;
	font-size: 0.825rem;
	font-weight: normal;
}
/*栏目分类(首页、频道页、列表页)*/
.head {
	line-height: 2.8rem;
	padding-left: 2rem;
	border-radius: 0.4rem;
	background: #f5f5f8;
	position: relative;
	overflow: hidden;
}
.head:after {
	content: "";
	display: block;
	position: absolute;
	width: 0.4rem;
	height: 1rem;
	background: #2191f0;
	border-radius: 1rem;
	left: 0.8rem;
	top: 0.9rem;
}
.head1:after {
	display: none;
}
.head:before {
	content: "";
	display: block;
	position: absolute;
	background: url(/skin/wap/images/head_icon.png) no-repeat;
	height: 2.8rem;
	width: 4rem;
	right: 0;
	bottom: 0;
	background-position: 0 -4.2rem;
}
.head1:before {
	background-position: 0 0;
}
.head1 em {
	position: absolute;
	left: 0.5rem;
	font-weight: normal;
	font-size: 1.2rem;
	color: #2191f0;
}
.type_list {
	border-radius: 0.4rem;
	padding: 1rem 1rem 0 1rem;
}
.wrap_head .more em {
	margin-left: 0.2rem;
}
.type_list .tabClick {
	max-width: 50%;
}
.type_list .tabClick_ti {
	width: 100%;
}
.type_list .tabClick li {
padding: 0 .5rem;
	color: #999;
	float: left;
	text-align: center;
	font-size: 1rem;
	position: relative;
}
.type_list .tabClick_ti li {
	font-size: 1rem;
}
.type_list .tabClick li.active {
	color: #ffc24d;
	font-weight: bold;
	transition: 0.1s;
	background: #fff;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.type_list .tabClick li.active:before {
	content: "";
	display: block;
	float: left;
	width: 2rem;
	border-radius: 6px;
	height: 3px;
	position: absolute;
	background: #ffc24d;
bottom: -.5rem;
	left: 50%;
	margin-left: -1rem;
}
.tabCon {
	overflow: hidden;
}
.tabBox {
	position: relative;
}
.tabList {
	word-break: break-all;
	width: 100%;
	float: left;
}
.tabList_te {
	display: block;
}
.prolist li {
	padding-bottom: 0.6rem;
	margin-bottom: 0.6rem;
	line-height: 1.5rem;
	border-bottom: 1px dashed #f1f1f1;
}
.prolist .li_l {
	width: 65%;
}
.prolist .li_img {
	width: 32%;
	overflow: hidden;
	border-radius: 10px;
}
.prolist img {
	width: 100%;
	height: 4.8rem;
}
.prolist li a {
	font-size: 1rem;
}
.prolist li p {
	width: 100%;
	line-height: 1.5rem;
	height: 3rem;
}
.prolist li p b, .prolist li strong {
	font-weight: normal;
}
.prolist_li {
	line-height: 1.5rem;
	position: relative;
}
.prolist_li p {
	width: 100%;
	padding-right: 2.5rem;
	box-sizing: border-box;
	height: auto!important;
}
.prolist_li time {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	width: 2.5rem;
	font-size: 0.75rem;
}
.prolist li .div_b {
	font-size: 0.75rem;
	color: #999;
	padding-top: 0.4rem;
}
.prolist li .div_b time {
	margin-left: 1rem;
}
.prolist li:last-child {
	border-bottom: none;
}
.st_list .li_tu {
	margin-top: 0.625rem;
}
.st_list .li_tu .li_img {
	margin-left: 2%;
}
.st_list .li_tu .li_img:nth-child(1) {
	margin-left: 0px;
}
.type_nav {
	overflow: hidden;
	padding: 0 3%;
}
.type_nav li {
	border-radius: 0;
}
.type_nav a {
	display: block;
	background: #f5f5f5;
	text-align: center;
	border-radius: 0.5rem;
	line-height: 2rem;
	height: 2rem;
	width: 80%;
	overflow: hidden;
	padding: 0 5%;
}
/*热门列表*/
.hot_list .wrap_head {
	padding-bottom: 0;
}
.lb_word {
	position: relative;
	padding-left: 5rem;
	height: 45px;
	margin-bottom: 1.2rem;
	display: block;
}
.lb_word .lb_img {
	position: absolute;
	width: 4rem;
	height: 5.4rem;
	left: 0;
	top: 0;
	background-size: 100%!important;
}
.lb_word .lb_img img {
	width: 100%;/*display: none;*/
}
.lb_word p {
	font-size: 1rem;
	line-height: 1.5rem;
	height: 3rem;
}
.lb_word .lb_b {
	font-size: 0.75rem;
	color: #999;
	margin-top: -20px;
	line-height: 1rem;
}
.lb_word time {
	margin-left: 1rem;
}
.lb_nr .iconfont {
	position: absolute;
	left: 0;
	font-size: 0.825rem;
	color: #ccc;
	top: 0rem;
}
.hot_sort {
	position: absolute;
	top: 0;
	left: 0;
	width: 2.7rem;
	height: 1.2rem;
	background: #2191f0;
	color: #fff;
	line-height: 1.2rem;
	font-size: 0.75rem;
	text-align: center;
	border-radius: 1rem 1rem 1rem 0;
}
.hot_rwap .hot_lb:nth-child(1) .hot_sort {
	background: #e33e42;
}
.hot_rwap .hot_lb:nth-child(2) .hot_sort {
	background: #e7805c;
}
.hot_rwap .hot_lb:nth-child(3) .hot_sort {
	background: #e8b856;
}
.hot_rwap2 {
	background: #fff;
	margin: 1rem 3% 0 3%;
	padding: 0 1rem;
	border-radius: 0.5rem;
}
.lb_nr .icon-remenhuodong2 {
	color: #ff6c6c;
	top: -0.1rem;
}
.hot_lb2 {
	border-bottom: 1px dashed #e1e1e1;
	display: block;
	padding-top: 1rem
}
.hot_lb2:last-child {
	border-bottom: none;
}
.hot_lb2 .lb_t {
	height: 1.2rem;
	line-height: 1.2rem;
	position: relative;
	padding-bottom: 0.2rem;
}
.hot_lb2 .lb_xx {
	position: absolute;
	left: 3.5rem;
	top: 0;
}
.hot_lb2 .lb_xx em {
	font-size: 0.75rem;
	color: #ccc;
}
.hot_lb2 .lb_b {
	position: relative;
	line-height: 2rem;
	padding-right: 2.5rem;
	padding-bottom: 0.5rem;
}
.hot_lb2 .lb_b time {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.75rem;
	color: #999;
}
.ss_list .prolist {
	padding-top: 0;
}
.ss_list .wrap_head h3:before {
	display: none;
}
.ss_list .wrap_head h3 em {
	font-size: 1.2rem;
	position: absolute;
	top: 0.05rem;
}
.hot_list {
	background-color: #fff;
	padding-bottom: 0.1rem;
}
.hot_list li .div_b {
	position: relative;
}
.lb_word .icon-w {
	top: -1px;
	width: 0.8rem;
	height: 0.8rem;
	background-color: #2191f0;
	display: block;
	color: #fff;
	line-height: 0.9rem;
	font-size: 0.7rem;
	font-weight: normal;
	text-align: center;
	position: absolute;
	left: -1px;
}
.hot_lb3 {
	position: relative;
	padding-left: 1.5rem;
	line-height: 1.8rem;
	font-size: 1rem;
	margin-bottom: 0.7rem;
}
.hot_list .hot_lb3 em {
	top: 0.5rem;
}
.hot_list1 {
	padding-bottom: 0.5rem;
}
.list_title {
	padding: 1rem;
	border-radius: 0.4rem;
	position: relative;
	margin-top: 0.4rem;
}
.list_title h2 {
	text-align: center;
	line-height: 2rem;
	margin: 0.5rem 0 1rem 0;
	font-size: 1.2rem;
}
.list_title p {
	line-height: 1.5rem;
	font-size: 0.865rem;
	text-indent: 2em;
	color: #666;
}
/* 底部 */
footer {
	padding: 1.5rem 0;
}
footer p {
	font-size: 0.75rem;
	text-align: center;
	line-height: 1.8em;
}
.footer_nav {
	text-align: center;
	line-height: 1.5rem;
	margin: 0.5rem 0;
}
.footer_nav a {
	margin: 0 0.5rem;
	font-size: 0.75rem;
	color: #666;
}
footer a {
	margin: 0 0.5rem;
}
footer p span {
	margin-right: 0.5rem;
}
/* 面包屑 */
.position {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	line-height: 1.5rem;
	padding: 0.5rem 0.5rem 0.5rem 2rem;
	position: relative;
	border-radius: 0.4rem;
}
.position .icon-zhuye {
	margin-right: 0.3125rem;
}
.position a {
	max-width: 6.25rem;
	color: #666;
}
.position em {
	width: 1.4rem;
	height: 1.4rem;
	display: block;
	left: 0.5rem;
	top: 50%;
	position: absolute;
	color: #2191f0;
	margin-top: -0.7rem;
	border-radius: 100%;
	text-align: center;
	line-height: 1.4rem;
}
/* 栏目标题 */
.tabList_ti {
	padding: 0 3%;
	padding-top: 1.2rem;
	border-bottom: 1px solid #f1f1f1;
}
.tabList_ti h3 {
	font-size: 1.2rem;
	color: #333;
	padding-bottom: 1rem;
	position: relative;
	padding-left: 0.625rem;
}
.tabList_ti h3:after {
	width: 0.1875rem;
	height: 1rem;
	background-color: #2191f0;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -0.9rem;
	border-radius: 10px;
}
/* 加载更多 */
.more2 {
	font-size: 0.825rem;
	width: 86%;
	height: 3rem;
	line-height: 3rem;
	background: #f5f5f8;
	text-align: center;
	margin: 1rem auto;
	border-radius: 0.4rem;
	display: block;
	padding: 0 3%;
	color: #2191f0;
}
.more2 em {
	margin-right: 0.3125rem;
}
.loading {
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	width: 94%;
	margin: 0 auto 1rem auto;
	font-size: 0.825rem;
	color: #999;
	background: #fff;
	display: none;
	border-radius: 1rem;
}
/*404*/
.con_404 {
	background-color: #fff;
	border-radius: 1rem;
	margin: 0 3% 1rem 3%;
	width: 84%;
	padding: 2rem 0;
	text-align: center;
	padding: 5rem 5%;
}
.con_404 img {
	max-width: 80%;
	margin: 0 auto;
}
.con_404 h3 {
	font-size: 1.2rem;
	color: #2191f0;
}
.con_404 p {
	font-size: 0.825rem;
	padding: 1rem 2rem;
	line-height: 1.5rem;
	color: #999;
}
.btn_404 {
	width: 7rem;
	line-height: 2.5rem;
	border-radius: 1.5rem;
	background-color: #f5f5f8;
	display: block;
	margin: 2rem auto 0 auto;
	text-align: center;
}
.tz_index {
	color: #999;
}
.tz_index span {
	color: #f36e34;
	margin-right: 0.2rem;
}
/*tag*/
.tag_a {
	display: block;
	line-height: 2.4rem;
	width: 32%;
	background-color: #f5f5f8;
	text-align: center;
	border-radius: 1.5rem;
	margin-bottom: 0.8rem;
	margin-left: 2%;
}
.tag_a:nth-child(3n+1) {
	margin-left: 0;
}
/*底部菜单+客服*/
body {
	margin-bottom: 3.2rem;
}
.menu_nav {
	position: fixed;
	overflow-y: scroll;
	box-sizing: border-box;
	padding-bottom: 1rem;
	height: 100%;
}
.footer_menu {
	width: 100%;
	height: 3rem;
	padding: 0.1rem 0;
	z-index: 9;
	background: #fff;
	border-top: 1px solid #e9e9e9;
	position: fixed;
	bottom: 0;
	left: 0;
}
.footer_menu .menu_li {
	display: block;
	width: 25%;
	color: #666;
	text-align: center;
	float: left;
	font-size: 0.75rem;
}
.footer_menu .menu_li em {
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	margin: 2px auto;
}
.footer_menu .menu_li .menu_icon1 {
	background: url(/skin/wap/images/index.png) no-repeat;
}
.footer_menu .menu_li .menu_icon2 {
	background: url(/skin/wap/images/lm.png) no-repeat;
}
.footer_menu .menu_li .menu_icon3 {
	background: url(/skin/wap/images/lxr.png) no-repeat;
}
.footer_menu .menu_li .menu_icon4 {
	background: url(/skin/wap/images/qq.png) no-repeat;
}
.kefu_sub {
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	display: none;
}
.kefu_rwap {
	margin: 0.5rem;
	background: #fff;
	border-radius: 1rem;
	padding: 1rem;
}
.kefu_title {
	height: 3rem;
	background: #fff;
	text-align: center;
	line-height: 3rem;
	position: relative;
}
.kefu_close {
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	position: absolute;
	right: 0.2rem;
	top: 0.9rem;
}
.kefu_close::before, .kefu_close::after {
	content: '';
	width: 2px;
	height: 20px;
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
}
.kefu_close::before {
	transform: rotate(45deg);
}
.kefu_close::after {
	transform: rotate(-45deg);
}
.kefu_wechat {
	width: 12rem;
	margin: 0 auto;
}
.kefu_wechat img {
	width: 100%;
}
.copy_hide {
	opacity: 0;
	position: absolute;
}
.kefu_hint {
	width: 90%;
	margin: 2rem auto 0.5rem auto;
	padding: 1rem 1rem 0 1rem;
	border-radius: 0.5rem;
	border: 1px dashed #2ba245;
	background: #f6fbf7;
}
.kefu_hint p {
	line-height: 2rem;
	font-size: 0.85rem;
	margin-bottom: 1rem;
}
.kefu_hint span {
	font-size: 0.85rem;
	font-weight: bold;
}
.wechat_hao {
	text-align: center;
	font-size: 1rem;
}
.wechat_hao span {
	font-weight: bold;
}
.copy_wechat {
	background: #2ba245;
	display: block;
	width: 14rem;
	font-size: 1rem;
	border-radius: 0.5rem;
	text-align: center;
	color: #fff;
	margin: 1rem auto;
	line-height: 2.6rem;
	height: 2.6rem;
	overflow: hidden;
}
