﻿.banner {
	background: url(../images/al/alBanner.png) no-repeat left center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 6.54rem;
	padding: 1.2rem .6rem;
}

.banner h1 {
	margin: .2rem 0;
	display: block;
	text-align: center;
	color: #fff;
	font-size: .47rem;
}

.banner h1 span {
	color: #FC792F;
}

.banner p {
	font-size: .21rem;
	color: #fff;
	text-align: center;
	margin-top: .1rem;
	opacity: 0.54;
}

.banner a {
	width: 1.5rem;
	height: .45rem;
	line-height: .45rem;
	background: #00c08b;
	border-radius: .04rem;
	font-size: .24rem;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-top: .7rem;
}

.partA {
	padding: .7rem 0;
	background: #fff;
	padding-bottom: 0;
}

.partAul {
	padding: 0 .3rem;
	overflow: hidden;
}

.partAul ul li {
	width: 32%;
	float: left;
	height: .71rem;
	line-height: .7rem;
	background: #ffffff;
	border: .02rem solid #575757;
	border-radius: .38rem;
	text-align: center;
	font-size: .25rem;
	color: #333;
	margin-bottom: .3rem;
}

.partAul ul li:nth-child(3n-1) {
	margin-left: 2%;
	margin-right: 2%;
}

.partAul ul li.hover {
	background: #00C08B;
	border: .02rem solid #00C08B;

}

.partAul ul li.hover a {
	color: #fff;
}

.partB {
	padding: .7rem 0;
	padding-bottom: 0;
}

.partBul {
	padding: .3rem;
	overflow: hidden;
}

.partBul ul li {
	width: 48%;
	float: left;
	text-align: center;
	height: 3.3rem;
	background: #fff;
	border-radius: .12rem;
	box-shadow: 0 0 .16rem 0 rgba(0, 0, 0, 0.16);
	padding: .36rem;
	margin-bottom: .3rem;
}

.partBul ul li:nth-child(even) {
	float: right;
}

.partBul ul li img {
	height: 1.96rem;
}

.partBul ul li span {
	display: block;
	color: #333;
	font-size: .3rem;
	padding-top: .2rem;
}
/*分页样式*/
#anlim{
	
}
.page_div {
	overflow: hidden;
	text-align: center;
	padding-bottom: .5rem;
	line-height: 2;
}
.page_div span {
	width: .35rem;
	height: .35rem;
	line-height: .35rem;
	background: #fff;
	border-radius: 50%;
	color: #333;
	margin: 0 .1rem;
}
.page_div a.thislink span{
	color: #FFFFFF;
	background: #00c08b;
	display: inline-block;
	width: .35rem;
	height: .35rem;
}
.page_div text{
	display: block;
}
.page {
	overflow: hidden;
	padding: 0 .5rem;
	text-align: center;
	padding-bottom: .5rem;
}

.page ul {
	display: inline-block;
}

.page ul li {
	float: left;
}

.page ul li a {
	display: block;
	width: .35rem;
	height: .35rem;
	line-height: .35rem;
	background: #fff;
	border-radius: 50%;
	color: #333;
	margin: 0 .1rem;
}

.page ul li.hover a {
	display: block;
	width: .35rem;
	height: .35rem;
	line-height: .35rem;
	background: #00c08b;
	border-radius: 50%;
	color: #fff;
	margin: 0 .1rem;
}

.page ul li.pre a {
	width: .93rem;
	height: .36rem;
	line-height: .36rem;
	border: .01rem solid #707070;
	background: #fff;
	border-radius: .19rem;
	font-size: .14rem;
	color: #434245;

}

.page ul li.next a {
	width: .93rem;
	height: .36rem;
	line-height: .36rem;
	border: .01rem solid #00c08b;
	background: #00c08b;
	border-radius: .19rem;
	font-size: .14rem;
	color: #fff;
}

.alShow {
	background: #F4F4F4;
	padding: .4rem .3rem;
}

.alShowtitle {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.04);
	padding: .3rem;
}

.alShowtitle dt {
	float: left;
	border: .02rem solid #e5e5e5;
	border-radius: .08rem;
	padding: .1rem;
	margin-right: .3rem;
}

.alShowtitle dt img {
	width: 1.16rem;
	height: 1.16rem;
}

.alShowtitle dd h1 {
	font-size: .28rem;
	color: #333;
	margin: .1rem;
}

.alShowtitle dd p {
	font-size: .17rem;
	color: #666;
	line-height: .36rem;
}

.alShowCon {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.04);
	padding: .3rem;
	margin-top: .3rem;
}

.showtitle {
	text-align: center;
	border-bottom: solid .01rem #E3E3E3;
	padding-bottom: .3rem;
}

.showtitle h1 {
	font-size: .38rem;
	color: #434245;
	padding: .2rem;
}

.showtitle span {
	font-size: .2rem;
	color: #888;
}

.showtxt {
	font-size: .28rem;
	padding-top: .3rem;
	line-height: .5rem;
}

.showtxt img{width: 6.3rem!important;
    height: auto!important;}

.showtxt h1,.showtxt h2,.showtxt h3,.showtxt strong {font-size: .28rem!important;}

.recTxt {
	overflow: hidden;
	margin-top: 1rem;
}

.recTxt dt {
	font-size: .24rem;
	color: #555;
	position: relative;
	border-bottom: solid .01rem #E3E3E3;
	padding-left: .2rem;
	padding-bottom: .1rem;
}

.recTxt dt::before {
	content: "";
	position: absolute;
	width: .05rem;
	height: .25rem;
	background: #00c08b;
	left: 0;
	top: 0.08rem;
}

.recTxt dd {
	padding-top: .3rem;
}

.recTxt dd ul li {
	margin-top: .2rem;
}

.recTxt dd ul li a {
	font-size: .22rem;
	color: #555;
}
.bannerDetail {
	background: url(../images/zx/zxBanner3.png) no-repeat left center;
	-o-background-size: 100%;
	-ms-background-size: 100%;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	height: 2.3rem;
	padding: 0.28rem 0 0 0.85rem;
}

.bannerDetail h1 {
	margin-bottom: 0.1rem;
	display: block;
	color: #fff;
	font-size: 0.39rem;
}
.bannerDetail text{
	font-size: .18rem;
	color: #fff;
	opacity: 0.63;
}
.bannerDetail p {
	font-size: .18rem;
	opacity: 0.63;
	color: #fff;
	margin-bottom: 0.1rem;
}
.bannerDetail a {
	padding: 0.05rem 0.19rem;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    font-size: 0.17rem;
    color: #1abd8f;
}

