﻿.banner {
	background: url(../images/zx/zxBanner1.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.5rem;
	padding: 1.2rem .6rem;
	text-align: center;
}

.banner h1 {
	margin: .2rem 0;
	display: block;
	text-align: center;
	color: #fff;
	font-size: .52rem;
}

.banner p {
	font-size: .35rem;
	color: #fff;
	text-align: center;
	margin-top: .1rem;
	opacity: 0.63;
}
.banner a {
	width: 1.8rem;
    height: 0.54rem;
    line-height: .5rem;
    background: #FFF;
    border-radius: .08rem;
    font-size: .28rem;
    color: #29b54b;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    display: block;
    margin-top: .3rem;
}


.bannerDetail {
	background: url(../images/zx/zxBanner2.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;
}




.partA {
	background: #fff;
}

.partAwarp {
	margin-bottom: .2rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 .01rem .02rem 0 rgba(0, 0, 0, 0.10);
}

.partAwarp ul {
	overflow: hidden;
	margin-top: .12rem;
}

.partAwarp ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	padding-top: .3rem;
}

.partAwarp ul li a {
	display: inline-block;
	font-size: .3rem;
	color: #666;
}

.partAwarp ul li a.hover {
	color: #1ABD8F;
	border-bottom: solid 3px #1ABD8F;
	padding-bottom: .08rem;
}

.partB {
	overflow: hidden;
}

.partBdl {
	overflow: hidden;
}

.partBdl dl{border-bottom: solid .01rem #EDEDED; margin-bottom: .2rem;	
	padding: .3rem .4rem;overflow:hidden}

.partBdl dt {
	background: #ffffff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	float: left;
	width: 1.21rem;
	text-align: center;
	margin-right: .3rem;
}

.partBdl dt small {
	font-size: .2rem;
	color: #fff;
	display: block;
	background: #00C08B;
	padding: .1rem 0;
}

.partBdl dt span {
	display: block;
	font-size: .55rem;
	color: #00C08B;
}

.partBdl dd h1 {
	display: block;
	font-size: .3rem;
	color: #333;
}

.partBdl dd span {
	display: block;
	font-size: .24rem;
	color: #999;
	margin-top: .1rem;
}


.page {
	overflow: hidden;
	text-align: center;
	padding-bottom: .5rem;
}

.page ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.page ul li:last-child {
	width: 100%;
	margin-top: 0.1rem;
}

.page ul li {
	margin: 0 0.08rem;
}
.page ul li.thisclass {
	color: #FFFFFF;
	background: #00c08b;
	display: inline-block;
    width: 0.35rem;
    height: 0.35rem;
    line-height: 0.35rem;
    border-radius: 50%;
}
.page li.thisclass a {
	color: #FFFFFF;
	background: #00c08b;
	display: inline-block;
	width: 0.35rem;
	line-height: 0.35rem;
	border-radius: 50%;
}
.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;
}

.helpShow {
	background: #fff;
	box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.04);
	margin: .3rem;
	padding: .3rem;
}

.helpWhere {
	font-size: .2rem;
	color: #555;
	position: relative;
	padding-left: .4rem;
	padding-bottom: .1rem;
	border-bottom: .015rem solid #e3e3e3;
}

.helpWhere:before {
	content: "";
	position: absolute;
	background: url(../images/zx/zxIcon021.png) no-repeat left center;
	-o-background-size: auto .27rem;
	-ms-background-size: auto .27rem;
	-moz-background-size: auto .27rem;
	-webkit-background-size: auto .27rem;
	background-size: auto .27rem;
	height: .27rem;
	width: .27rem;
	top: .02rem;
	left: 0;
}

.helpTitle {
	overflow: hidden;
	padding-top: .3rem;
}

.helpTitle h1 {
	font-size: .38rem;
	color: #434245;
	text-align: center;
}

.helpTitle span {
	font-size: .20rem;
	color: #777;
	text-align: center;
	display: block;
	margin-top: .2rem;
}

.helpCon {
	padding-top: .5rem;
	font-size: .28rem;
	color: #4B4B4B;
	line-height: .5rem;
}

.helpCon h1,.helpCon h2,.helpCon h3,.helpCon strong {font-size: .28rem!important;}

.helpCon img{width: 6.3rem!important;
    height: auto!important;}

.helpPN {
	padding: .5rem 0 .1rem 0;
}

.helpPN p {
	font-size: .22rem;
	color: #555;
	margin-top: .1rem;
}

.helpPN p a {
	color: #999;
}
.recTxt {
	overflow: hidden;
	margin-top: .5rem;
}

.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: .1rem;
}

.recTxt dd ul li {
	margin-top: .2rem;
}

.recTxt dd ul li a {
	font-size: .22rem;
	color: #555;
}


.fgline{
    border-bottom: 0.015rem solid #e3e3e3;
}
.partHform{
	margin-top: 0.5rem;
}
.partHform .formTitle{
    font-size: 0.28rem;
    color: #1cb07e;
    line-height: 0.33rem;
    letter-spacing: 1.12px;
}
.partHform ul{
	padding: 0 0.1rem;
}
.partHform li {
	margin-top: 0.3rem;
	position: relative;
}
.partHform li label{
	position: absolute;
	left: 0.2rem; 
	top: 50%;   
	transform: translate(0, -50%);
}
.partHform li input {
	border: 1px solid #707070;
	border-radius: 5px;
	width: 100%;
	padding-left: 0.8rem;
	height: 0.51rem;
    line-height: .51rem;
	font-size: .2rem;
}
.partHform li input.active{
	background: #eefffa;
	border: 1px solid #04ae7f;
}
.partHform li input.Dlbutton {
    width: 2.27rem;
    height: 0.51rem;
    line-height: .51rem;
    background: #00c08b;
    border-radius: 0.26rem;
    color: #fff;
    text-align: center;
    font-size: .24rem;
    padding: 0;
    border: none;
    margin: 0 auto;
    display: block;
}