* {
	font-size: 15px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

ul {
	list-style-type: none;
}

img {
	display: block;
}

#topNav {
	width: 100%;
	overflow: hidden;
	font-size: 0.426666rem;
	line-height: 1.066666rem;
	border-top: 2px solid #3388c9;
	height: 1.12rem;
	padding-right: 1rem;
	position: relative;
}

#topNav .swiper-slide {
	text-align: center;
	width: auto;
	padding: 0 0.36rem;
}

#topNav .swiper-slide a {
	transition: all .3s ease;
	display: block;
}

#topNav .active a {
	transform: scale(1.1);
	color: #3388c9;
}

#topNav .active {
	border-bottom: 2px solid #3388C9;
}

.title {
	text-align: center;
	font-size: 0.533333rem;
	line-height: 1.28rem;
	color: #3388C9;
}

.top_link {
	text-align: right;
	font-size: 0.32rem;
	line-height: 0.64rem;
	background: #ebebeb;
	padding: 0 0.24rem;
}

.top_link a {
	color: #3388C9;
}

#plus {
	position: absolute;
	right: 0;
	background: #fff url(../images/jia.png) no-repeat center center;
	top: calc(1.92rem + 2px);
	width: 1rem;
	height: 1rem;
	background-size: 0.8rem 0.8rem;
	z-index: 999;
}

#banner {
	width: 100%;
	height: 5.64rem;
	overflow: hidden;
	position: relative;
}

#banner .swiper-slide {
	position: relative;
	text-align: center;
}

#banner a {
	display: block;
	width: 100%;
	height: 100%;
}

#banner img {
	width: 100%;
	height: 100%;
}

.gallerytitle {
	font-weight: normal;
	text-align: left;
	text-indent: 1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.373333rem;
	height: 0.8rem;
	line-height: 0.8rem;
	color: #fafafa;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

#banner .pagination {
	position: absolute;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
	right: 0;
	font-size: 0.373333rem;
	height: 0.8rem;
	line-height: 0.8rem;
	z-index: 9999;
	color: #fff;
	text-align: right;
	padding-right: 0.266666rem;
}

.swiper-pagination-current,
.swiper-pagination-total {
	color: #fff;
}

.news {
	padding: 0 0.266666rem;
}

.news li {
	padding: 0.266666rem 0;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.news li a {
	display: block
}

.news li .pic {
	width: 2.506666rem;
	height: 1.88rem;
	float: left;
	margin-right: 0.173333rem;
}

.news li .text h3 {
	font-size: 0.48rem;
	line-height: 0.613333rem;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news li .date {
	font-size: 0.266666rem;
	line-height: 0.4rem;
	color: #ccc;
	margin-top: 0.333333rem;
}

.news li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.layui-m-layer0 .pop {
	position: absolute;
	z-index: 999;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	top: 3.04rem;
	padding: 0.266666rem 0;
}

.layui-m-layer0 .pop a {
	display: inline-block;
	width: 33.333333%;
	text-align: center;
	font-size: 0.48rem;
	line-height: 0.8rem;
}

.layui-m-layercont {
	padding: 0;
	width: 100%;
}

.phone_show {
	display: block;
}

.phone_hiden {
	display: none;
}

.child_pages-main {
	width: 100%;
	padding: 0px 2%;
}

.child_pages-main>.fl {
	width: 100%;
}

.list li {
	padding: 0px;
	position: relative;
}

.list li a {
	padding: 15px 0px;
	display: block;
	padding-bottom: 30px;
}

.list li span {
	position: absolute;
	bottom: 0px;
}

.child_pages-foot {
	display: none;
}

.center {
	display: none;
}

.list li a {
	font-size: 0.45rem;
	color: #333;
	font-weight: normal;
}

.list li a span {
	font-size: 0.3rem;
}

.position {
	font-size: 0.3rem;
}


/*内容页移动端样式设置*/

.article .content_main {
	margin: 20px auto 0px;
	padding: 0px;
	font-size: 16px;
	color: #0E0E0E;
	line-height: 33px;
}

.article .content_main img {
	display: block;
	width: 100%;
	height: 100%;
}

.article h1 {
	font-size: 0.65rem;
}

.article .time {
	font-size: 0.3rem;
}

.article .content_main p {
	font-size: 0.4rem;
}

.meta {
	display: block !important;
}