div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,body{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* {
	box-sizing: border-box;
	font-family: "微软雅黑";
}

body {
	overflow-x: hidden;
}

.w1120 {
	width: 1120px;
	margin: auto;
}

.logo {
	display: block;
	width: 210px;
	height: 77px;
	margin: 0 auto;
}

a {
	color: #333333;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

#page {
	margin-bottom: 40px;
}

#page .header {
	width: 1120px;
	margin: auto;
	padding-top: 23px;
	position: relative;
}

#page .header .logo {
	display: block;
	width: 210px;
	height: 77px;
	margin: 0 auto;
}

#page .header .logo img {
	width: 100%;
}

#page .nav_head {
	margin-top: 30px;
	overflow: hidden;
	height: 45px;
	padding-left: 14px;
	background: #000;
	font-size: 16px;
	line-height: 45px;
}

#page .nav_head a {
	width: 66px;
	float: left;
	color: #fff;
	position: relative;
	text-align: center;
	cursor: pointer;
}

#page .nav_head a.on {
	color: #e5077c;
}

#page .nav_head a.on .san_jiao {
	display: block;
}

#page .nav_head a i {
	font-style: normal;
}

#page .nav_head a .san_jiao {
	display: none;
	border-color: transparent transparent #fff transparent;
	border-width: 7px;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
	border-style: dashed dashed solid dashed;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	transform-origin: center 20%;
	transition: transform 0.2s;
}

#page .nav_head .s_line {
	width: 1px;
	height: 12px;
	background: #555;
	float: left;
	margin: 17px 18px 0;
	display: inline;
	text-indent: -9999px;
}

#page .search_block {
	width: 114px;
	height: 31px;
	position: absolute;
	right: 11px;
	top: 130px;
	z-index: 99;
}

#page .search_block:hover .ipt {
	width: 136px;
}

#page .search_block:hover .search {
	background: url(https://www.mefun.com/static_mefun/img/search_.png) no-repeat;
	background-size: contain;
}

#page .search_block .ipt {
	width: 0;
	height: 28px;
	line-height: 27px;
	font-size: 14px;
	border: 0 none;
	outline: none;
	border-radius: 15px;
	margin-top: 9px;
	margin-left: -24px;
	text-indent: 4px;
	transition: all 0.3s;
}

#page .search_block .search {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 12px;
	right: 9px;
	border: none;
	cursor: pointer;
	text-indent: -10000px;
	outline: none;
	background: url(https://www.mefun.com/static_mefun/img/search_def.png) no-repeat;
	background-size: contain;
	font-size: 100%;
	z-index: 99999;
}

#page .nav_show {
	margin-top: 17px;
}

#page .nav_show .maBox {
	width: 1120px;
	margin: 5px auto 15px;
	position: relative;
	z-index: 100;
}

#page .nav_show .maBox .maApp {
	padding: 0 20px;
	position: relative;
	display: inline;
}

#page .nav_show .maBox .maApp:hover .ewm {
	display: block;
}

#page .nav_show .maBox .maApp a {
	background: none;
	position: relative;
	padding: 0;
	line-height: 20px;
	display: inline-block;
	color: #666;
	font-size: 14px;
	float: none;
}

#page .nav_show .maBox .maApp .ewm {
	display: none;
	padding: 5px;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	left: 20px;
	bottom: -177px;
}

#page .nav_show .maBox .maApp .ewm img {
	width: 152px;
	height: 152px;
	border: 0;
	vertical-align: top;
	background-color: #fff;
}

#page .nav_show .maBox .maApp .ewm em {
	width: 18px;
	height: 8px;
	display: block;
	position: absolute;
	left: 29px;
	top: -8px;
	background: url(https://www.mefun.com/static_mefun/img/sprite.png) no-repeat;
	background-position: 0 0;
}

#page .nav_show .maBox .maApp .s_line {
	width: 1px;
	height: 12px;
	background: #e4e4e4;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	float: none;
}

#page .nav_show .maBox .gzh a {
	padding-left: 35px;
}

#page .nav_show .maBox .wb a {
	padding-left: 34px;
}


/*#page .nav_show .channel .maApp {
	padding: 0 20px;
}

#page .nav_show .channel .maApp a {
	padding-left: 0;
	font-size: 16px;
}*/

#page .nav_show ul li {
	display: none;
}

#page .nav_show ul li.on {
	display: block;
}

.crumb {
	margin: 20px 0;
	height: 32px;
	line-height: 32px;
	color: #888;
	padding-left: 24px;
	background: url(https://www.mefun.com/static_mefun/img/local.png) no-repeat;
	background-position-y: 5px;
}

.crumb a {
	color: #888;
	font-size: 16px;
}

.top_title {
	text-align: center;
}

.top_title div.title {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}

.top_title p {
	margin-right: 25px;
	font-size: 14px;
	color: #888;
	padding-bottom: 20px;
}

.show_con {
	font-size: 16px;
	line-height: 35px;
}

.clear {
	clear: both;
}

.left_part {
	width: 770px;
}

.left_part .show_con img {
	max-width: 90%;
	display: block;
	margin: 15px auto;
}

.show_con p {
	text-indent: 2em;
}

.right_part {
	width: 310px;
	margin-top: 32px;
	float: right;
}

.turn_Page {
	overflow: hidden;
	margin-top: 50px;
	padding-bottom: 20px;
}

.turn_Page p {
	font-size: 18px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.part_one {
	padding: 19px;
	border: 1px solid #ececec;
	position: relative;
	margin-top: 60px;
}

.title_s {
	width: 100%;
	font-size: 26px;
	text-align: center;
	position: absolute;
	left: 0;
	top: -18px;
}

.title_s span {
	padding: 0 20px;
	background: #fff;
}

.part_one ul {
	overflow: hidden;
}

.part_one ul li {
	width: 230px;
	height: 170px;
	margin: 20px 20px 0 0;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
}

.part_one ul li img {
	width: 100%;
	height: 100%;
}

.part_one ul li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(0, 0, 0, 0.5);
	color: #fff;
	padding: 0 10px;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 14px;
}

.part_one ul li:nth-child(3n) {
	margin-right: 0;
}

.part_two {
	margin-top: 50px;
	border-top: 1px solid #000;
	position: relative;
}

.part_two ul {
	padding-top: 40px;
}

.part_two ul li {
	width: 181px;
	height: 180px;
	float: left;
	margin: 0 10px 10px 0;
}

.part_two ul li:nth-child(4n) {
	margin-right: 0;
}

.part_two ul li img {
	width: 178px;
	height: 134px;
	display: block;
	margin: auto;
}

.part_two ul li p {
	text-align: center;
	display: inline-block;
	width: 178px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	margin: auto;
	margin-top: 5px;
	font-size: 14px;
}

.part_two ul li p.con {
	color: #e50a80;
}

.part_three {
	padding: 19px;
	border: 1px solid #ececec;
	position: relative;
	margin-top: 60px;
}

.part_three ul li {
	float: left;
	width: 48%;
	margin: 13px 0;
	padding-left: 15px;
	position: relative;
}

.part_three ul li:nth-child(2n) {
	float: right;
}

.part_three ul {
	padding-top: 20px;
}

.part_three ul li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 9px;
	width: 4px;
	height: 4px;
	background-color: #C6252D;
	border-radius: 50%;
}

.part {
	padding: 30px 19px 15px;
	border: 1px solid #ececec;
	position: relative;
	margin-top: 60px;
	border-top-color: #000;
}

.part .imgs {
	position: relative;
	width: 100%;
	height: 200px;
}

.part .imgs img {
	width: 100%;
	height: 200px;
}

.partr_one ul {
	padding-top: 0 !important;
}

.partr_one p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(0, 0, 0, 0.5);
	color: #fff;
	padding: 0 10px;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 14px;
}

.part ul {
	padding-top: 20px;
}

.part ul li {
	padding-left: 10px;
	margin-top: 12px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	position: relative;
}

.part ul li::before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	bottom: 8px;
	left: 0;
	background-color: #B0B0B0;
}

.img_l {
	overflow: hidden;
}

.img_l img {
	float: left;
	width: 120px;
	height: 90px;
}

.img_l div.detail {
	float: right;
	width: 140px;
}

.img_l div.detail h3 {
	font-size: 16px;
	color: #333;
	font-weight: 500;
}

.img_l .detail p {
	color: #999;
	font-size: 14px;
	padding-top: 10px;
}

.swiper {
	width: 100%;
	overflow: hidden;
	height: 230px;
}

.swiper img {
	width: 100%;
	height: 200px;
}

.part_youxi {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.swiper-button-next,
.swiper-button-prev {
	background: rgb(0, 0, 0, 0.2);
	background-size: 30%;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-position: 30px;
	transition: all 0.3s;
	top: 35%;
}

.swiper-button-next {
	background-position: 18px;
}

.swiper-button-prev {
	margin-left: -80px;
}

.swiper-button-next {
	margin-right: -80px;
}

.swiper:hover .swiper-button-prev {
	margin-left: -40px;
}

.swiper:hover .swiper-button-next {
	margin-right: -40px;
}

.swiper .swiper-pagination {
	bottom: 5px;
}

.swiper .swiper-pagination-bullet {
	background-color: #B0B0B0;
	width: 10px;
	height: 10px;
	border-radius: 0;
	opacity: 1;
}

.swiper .swiper-pagination-bullet-active {
	background-color: #e50a80;
}

.no_img img {
	display: none;
}

.no_img div.detail {
	width: 100%;
}

.part_forst .img_l {
	margin-bottom: 15px;
}

.guangao {
	width: 1200px;
	height: 90px;
	position: relative;
	margin: 0 auto;
}

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

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

.gaoindex {
	width: 300px;
	height: 300px;
	margin: 20px 0;
	position: relative;
}

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

.goTop {
	z-index: 100;
	margin-left: 590px;
	position: fixed;
	left: 50%;
	top: 50%;
	overflow: hidden;
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
}

.goTop span {
	display: block;
	width: 50px;
	height: 50px;
	background: url(https://www.mefun.com/static_mefun/img/icons.png);
	background-position: 0 -116px;
}
.goTop span:hover {
  background-position: 0 -288px;
}

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

.pages a {
	background: #F3F4F4;
	padding: 8px 15px;
}

.pages span {
	background: #e50a80;
	padding: 8px 15px;
	color: #fff;
}
#footer {
    padding-top: 20px;
    background: #F6F6F6;
    margin-top: 10px;
    color: #333333;
    overflow: hidden;
    position: relative;
    min-height: 177px;
}
#footer .container {
    margin: 0px auto;
    width: 1180px;
    position: relative;
}
#footer .container .banquan {
    margin: 20px 0 15px 0;
    text-align: center;
    font-size: 12px;
    padding-bottom: 10px;
}
/*==========*/

.part_one ul li p,
.part_three ul li,
.partr_one p,
.part ul li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.img_l div.detail h3 {
	overflow: hidden;
	white-space: normal;
	height: auto;
	display: inline-block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}