body,
div,
p,
table,
textarea,
form,
h2,
h3,
h4,
h5,
ul,
li {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahe";
	line-height: 30px;
	list-style: none;
	font-size: 14px;
}

select,
input,
img {
	vertical-align: middle;
	border: none;
}

body {
	background: #FFF;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

a {
	text-decoration: none;
	color: #333;
}

.wrap {}

.slider-bg {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	background: #fff;
	height: 200px;
}

.m-slider {
	overflow-x: hidden;
	width: 94%;
	position: relative;
	margin: 0px auto;
	height: 200px;
}

.slider-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	position: relative;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.slider-item {
	width: 100%;
	height: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #f6f6f6;
}

.slider-item img {
	width: 100%;
	height: 200px;
	display: block;
	border: none;
}

.slider-pagination {
	text-align: right;
	position: absolute;
	width: 100%;
	z-index: 2;
	right: 0;
	bottom: 10px;
	pointer-events: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider-pagination>.slider-pagination-item {
	margin: 0 5px;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.4);
}

.slider-pagination>.slider-pagination-item.slider-pagination-item-active {
	background-color: #fff;
	border-radius: 100%;
}


.tc {
	text-align: center;
	margin: 10px 0px;
}

.nav_logo {
	height: 40px;
	line-height: 40px;
	color: #333;
	background: #fff;
	overflow: hidden;
	padding: 5px 0;
}
.nav_logo .logo {
	padding-left: 55px;
	width: calc(47% - 55px);
	height: 40px;
	display: block;
	float: left;
	color: #b51d57;
	font-size: 16px;
	font-weight: bold;
}
.nav_logo ul {
	width: 21%;
	height: 40px;
	padding-right: 2%;
	display: block;
	float: left
}
.nav_logo .logo {
	background: url(../images/logo.jpg) no-repeat center;
	background-size: 100%;
}
.nav_logo .tel {
	height: 40px;
	display: block;
	float: left;
	text-align: center;
	padding-left: 2%;
}
.nav_logo ul li {
	width: 50%;
	height: 40px;
	display: inline-block;
	float: left;
	line-height: 40px;
	text-align: center;
}
.nav_logo ul li a {
	color: #b51d57;
	display: block;
	text-align: center;
}

.nav {
	padding: 7px 2%;
	height: 30px;
	background: #b51d57;
	overflow: hidden;
}

.nav li {
	width: 20%;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
}

.nav li a {
	color: #fff;
}

.b_nav {
	padding: 0px 2% 10px;
	width: 96%;
	height: 50px;
	background: #fff;
	border-top: 1px solid #f0f0f0;
	position: fixed;
	left: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 9999999
}

.b_nav li {
	width: 25%;
	height: 50px;
	float: left;
	text-align: center;
}

.b_nav li a {
	color: #333;
}

.b_nav li a img {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0px auto;
	padding: 5px 0;
}

.b_nav li a p {
	height: 15px;
	line-height: 15px;
}

.icon {
	height: 130px;
	padding: 20px 5px 28px;
	background: #f8f8f8;
}

.icon li {
	height: 65px;
	padding: 0 2% 10px;
	width: 21%;
	float: left;
	text-align: center;
}

.icon li a {
	display: block;
	color: #333;
	font-size: 12px;
}

.icon li a img {
	display: block;
	width: 43px;
	margin: 0 auto;
}


.hot_qie {
	position: relative;
}

.hot_pot {
	text-align: center;
	background: #b51d57;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 20px
}

.jiao_pot {
	text-align: left;
	background: #b51d57;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 10px;
}

.tab,
.tab1,
.tab2,
.tab3,
.tab4,
.tab5,
.tab6,
.tab7,
.tab8,
.tab9,
.tab10,
.tab12,
.tab13,
.tab14 {
	display: flex;
	line-height: 40px;
	top: 40px;
	width: 100%;
	z-index: 10;
}

.tab a,
.tab1 a,
.tab2 a,
.tab3 a,
.tab4 a,
.tab5 a,
.tab6 a,
.tab7 a,
.tab8 a,
.tab9 a,
.tab10 a,
.tab11 a,
.tab12 a,
.tab13 a,
.tab14 a {
	width: 33.333333%;
	background: #fff;
	text-align: center;
	font-weight: bold
}

.tab .active,
.tab1 .active,
.tab2 .active,
.tab3 .active,
.tab4 .active,
.tab5 .active,
.tab6 .active,
.tab7 .active,
.tab8 .active,
.tab9 .active,
.tab10 .active,
.tab11 .active,
.tab12 .active,
.tab13 .active,
.tab14 .active {
	border-bottom: 3px #b51d57 solid;
	color: #b51d57;
}

.panel {
	margin: 0;
}

.refreshtip {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 10px 0;
	text-align: center;
	color: #999;
}

.swiper-container {
	overflow: visible;
}

.swiper-slide {
	height: 212px;
}

.text-center {
	text-align: center;
}

.list-group {
	padding-left: 0;
}

.list-group-item {
	display: block;
	padding: 5px 2%;
	width: 29.3333%;
	margin-right: -2px;
	float: left;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.list-group-item a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.list-group-item a img {
	width: 100%;
	height: 60px;
}

.list-group-item a span {
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
}

/*.list-group-item:first-child {border-top-left-radius: 4px;border-top-right-radius: 4px;}*/

.news_list {
	padding: 0 10px;
}

.news_list li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f0f0f0;
}

.news_list li span {
	float: right;
	color: #ccc;
}

.hot {
	color: #ff0;
	background: #09c;
	padding: 3px;
}

.hot a {
	text-decoration: underline;
	color: #fff;
}

h2 {
	background: #efefef;
	color: #666;
	margin: 6px 0px;
	padding: 2px 6px;
	font-size: 14px;
}

h2 a {
	margin-left: 0.5em;
	font-weight: 100;
	color: #666;
	text-decoration: underline;
}

h2 a.cat {
	font-weight: bold;
	font-size: 14px;
	margin-left: 0px;
	color: #09c;
	margin-right: 4px;
	text-decoration: none;
}

.ft {
	background: #efefef;
	text-align: center;
	padding: 10px 0px;
}

.wrap h1 {
	text-align: center;
	font-size: 16px;
}

.tm {
	text-align: center;
}

.content {
	padding: 0 10px;
}

.content img {
	display: block;
	margin: 10px 0;
	width: 100%;
}

.adds {
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #b51d57;
}

.adds a {
	color: #fff;
}

.ads {
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background: #b51d57;
}

.ads a {
	color: #fff;
	font-size: 18px;
	font-size: 14px;
}

.xinwen {
	padding: 0 10px;
}

.pages {
	text-align: left;
	margin: 25px 0;
	padding: 0 10px;
}

.pages a {
	padding: 5px 8px;
	background: #b51d57;
	color: #fff;
	border-radius: 3px;
	margin: 0px 3px;
}

.m_pp_zw {
	padding: 10px 10px 0;
}

.pp_top {
	overflow: hidden
}

.p_l {
	width: 35%;
	float: left;
	padding-right: 2%
}

.p_l img {
	display: block;
	width: 100%;
}

.p_l span {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	background: #b51d57;
	color: #fff;
	text-align: left
}

.p_r {
	width: 63%;
	float: right;
	text-align: left;
}

.m_pp_news {
	margin: 20px 0 0;
}

.m_pp_news img {
	display: block;
	width: 100%;
	padding: 10px 0;
}

.m_pp_news h3 {
	font-size: 16px;
	text-align: center;
}

.f_nav li {
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #b51d57;
	font-size: 20px;
	color: #fff;
}

.n_title {
	background: #b51d57;
	padding: 0 10px;
	margin: 0;
	height: 35px;
	line-height: 35px;
	color: #fff;
}

.n_title a {
	color: #fff;
}

.neirong {
	padding: 0 10px;
}

.find_nav {
	width: 100%;
	height: 35px;
	background-color: #d60253;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}

.find_nav_left {
	height: 35px;
	position: relative;
	overflow: hidden;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.find_nav_list {
	position: absolute;
	left: 0;
}

.find_nav_list ul {
	position: relative;
	white-space: nowrap;
	font-size: 0;
}

.find_nav_list ul li {
	display: inline-block;
	padding: 0;
}

.find_nav_list ul li a {
	display: block;
	padding: 0 10px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.find_nav_cur a {
	color: #fff !important;
	background: #a4013f;
}

.find_nav_list a.active {
	color: #C00
}

.li_list {
	font-size: 14px;
	color: #333;
}

.li_list a {
	display: block;
	clear: both;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
}

.li_list a span {
	float: right;
}

.list_pic_2 {
	background: #f0f0f0;
	overflow: hidden;
}

.list_pic_2 li {
	width: 46%;
	padding: 1%;
	background: #fff;
	margin: 1%;
	float: left;
	text-align: center;
	line-height: 40px;
}

.list_pic_2 li img {
	width: 100%;
	height: 100px;
}

.list_pic {
	background: #f0f0f0;
	overflow: hidden;
}

.list_pic li {
	width: 46%;
	padding: 1%;
	background: #fff;
	margin: 1%;
	float: left;
	text-align: center;
	line-height: 40px;
}

.list_pic li img {
	width: 100%;
	height: 190px;
}

.li_tu a {
	display: block;
	width: 46%;
	padding: 1%;
	background: #fff;
	margin: 1%;
	float: left;
	text-align: center;
	line-height: 40px;
}

.li_tu a img {
	width: 100%;
	height: 190px;
}

.list_pic .li_tu {
	background: #f0f0f0;
}
