* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

img {
	max-width: 100%;
}

body {
	max-width: 7.5rem;
	margin: 0 auto;
	background-color: #ffffff;
}

.flex_align_c {
	display: flex;
	align-items: center;
}

.flex_justify_c {
	display: flex;
	justify-content: center;
}

.flex_justify_around {
	display: flex;
	justify-content: space-around;
}

.flex_justify_between {
	display: flex;
	justify-content: space-between;
}

.flex_direction {
	display: flex;
	flex-direction: column;
}

.acc-header {
	width: 100%;
	height: 5.25rem;
	background-image: url("../images/banner.png");
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: center;
}

.acc-header>div {
	margin-top: 1.2rem;
	height: 100%;
}

.acc-header>div>p {
	font-size: .64rem;
	font-weight: bold;
	line-height: .64rem;
	font-stretch: normal;
	width: 100%;
	padding: 0;
	margin-bottom: 0.15rem;
	color: #ffffff;
}

.hr_header {
	margin-top: 0.3rem;
	font-size: .24rem;
	font-weight: normal;
	padding: 0.09rem;
	letter-spacing: .02rem;
	color: #ffffff;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

.ABOUTUS {
	margin: auto;
	margin-top: -1.1rem;
	width: 7.22rem;
	height: 8.45rem;
	background-image: url("../images/aboutUs.png");
	background-size: cover;
	background-repeat: no-repeat;
	/* margin-bottom: 72px; */
	font-size: .22rem;
}

.ABOUTUS p {
	font-size: .22rem;
}

.AB-header {
	display: flex;
	align-items: center;
	margin-top: .6rem;
	margin-bottom: .25rem;

}

.AB-header img {
	width: 0.17rem;
	height: 0.22rem;

}

.AB-header span {
	font-size: .4rem;
	font-weight: bold;
	color: #e60013;
	padding: 0 0.2rem;
}

.z-16-acca {
	line-height: .3rem;
	letter-spacing: 0.03rem;
	color: #787878;
}

.text-style-1 {
	color: #333333;
	line-height: .3rem;

}

.text-style-1 b {
	color: #333333;
	font-weight: bold;
}

.jycd {
	width: 100%;
	background-color: #ffffff;
}

.jycd-header {
	margin-top: 0.4rem;
	margin-bottom: 0.5rem;
}

.j-h-title {
	font-family: SourceHanSansCN-Regular;
	font-size: .24rem;
	font-weight: normal;
	letter-spacing: 0px;
	color: rgba(51, 51, 51, 0.9);
	background-image: url(../images/bg3.png);
	height: 0.57rem;
	line-height: .57rem;
	overflow: hidden;
	padding-left: 0.2rem;
	background-size: cover;
}

.j-h-title b {
	font-size: .24rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;

}

.imgIcon {
	background-image: url(../images/dbx.png);
	width: 0.68rem;
	height: 0.79rem;
	background-size: cover;
	font-size: .3rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.public-header {
	padding-top: .5rem;
}

.public-header b {
	font-family: SourceHanSansCN-Bold;
	font-size: .3rem;
	font-weight: bold;
	letter-spacing: 0px;
	color: #e60013;
}

.public-header b.p {
	color: #333333;
}

.public-header .split {
	width: 3.6rem;
	height: 0.02rem;
	background-color: #eeeeee;
	border-radius: 1px;
	margin-top: 0.38rem;
}

.public-header .split .line {
	width: 1rem;
	height: .04rem;
	background-color: #e60013;
	border-radius: .02rem;
}

.jycd-grid {
	display: grid;
	grid-template-columns: repeat(2, 3.15rem);
	grid-row-gap: 0.2rem;
	grid-column-gap: 0.4rem;
	width: 6.7rem;
	margin: 0 auto;
}

.jycd-grid>div {
	position: relative;
	width: 3.15rem;
	height: 2rem;
	background-color: #ffffff;
	border-radius: 0.08rem;
	border: solid 1px #dcdcdc;
	cursor: pointer;
	padding: 0.2rem 0.1rem;
	background-size: 100% 100%;
	overflow: hidden
}

.jycd-grid>div>img {
	position: absolute;
	top: 0.1rem;
	right: -0.02rem;
	width: 0.76rem;
	height: 0.76rem;
}

.jycd-grid>div>label {
	font-size: .24rem;
	font-stretch: normal;
	line-height: .24rem;
	letter-spacing: 0px;
	color: #333333
}

.jycd-grid>div>label>img {
	width: .12rem;
	margin-right: .08rem;
}

.jycd-card {
	width: 2.9rem;
	height: 1.03rem;
	background-color: rgba(51, 51, 51, 0.04);
	border-radius: 8px;
	margin-top: 0.25rem;
	padding-left: 0.1rem;
}

.card-cell {
	font-size: .2rem;
	line-height: .4rem;
}

.card-cell img {
	width: .24rem;
	height: .17rem;
	margin-right: 0.1rem;
}

.page-stagewise {
	background-color: #f6f6f6;
	padding-bottom: 0.86rem;
}

.page-stagewise-box {
	width: 5.76rem;
	margin: 0 auto;
}

.page-stagewise-content {
	background-color: #ffffff;
	position: relative;
	padding: 0.26rem 0 0.26rem 0.37rem;
}

.page-stagewise-txt {
	font-size: .26rem;
	color: #e60013;
	font-weight: bold;
	margin-top: 0.35rem;
	margin-bottom: 0.15rem;
}

.page-stagewise-content-t-item .card-cell {
	align-items: baseline;
}

.page-stagewise-content-f-title {
	font-family: SourceHanSansCN-Medium;
	font-size: .26rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}

.page-stagewise-content-f-subTitle {
	font-size: .24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #e60013;
}

.page-stagewise-content-f-title span {
	display: flex;
	width: .02rem;
	height: .19rem;
	background-color: #e60013;
	margin-right: .08rem;
}

.page-stagewise-content>div>img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2.1rem;
	height: 1.8rem;
}

.page-stagewise-content-f-text {
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: .01rem;
	color: #666666;
	margin: 0.22rem 0;
}

.page-stagewise-content-f-text p {
	font-size: .2rem;
}

.page-stagewise-content-t-item {
	width: 4.7rem;
}

.page-stagewise-content-f-text b {
	font-size: .22rem;
	color: #e60013;
	margin-top: 0.15rem;
	display: inline-block;
}

.header-subTitle {
	font-size: .30rem;
	color: #333333;
	text-align: center;
}

.skxs-header {
	margin-top: .38rem;
}

.skxs-header p {
	font-size: .22rem;
}

.skxs-card {
	background-image: url(../images/skxs-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 5.9rem;
	height: 2.43rem;
	margin: 0.88rem auto 0;
	position: relative;
}

.sk_bg p {
	font-size: .2rem;
}

.skxs-card .flex_direction:nth-child(1) .s-c-m {
	position: absolute;
	right: 0;
	top: 0.4rem;

}

.skxs-card .flex_direction:nth-child(1) .s-c-b {
	position: absolute;
	right: 0;
	top: 0;
	font-size: .24rem;
	font-weight: bold;
	color: #e60013;

}

.skxs-card .flex_direction:nth-child(2) .s-c-m {
	position: absolute;
	left: -0.1rem;
	top: 0.1rem;
}

.skxs-card .flex_direction:nth-child(2) .s-c-b {
	position: absolute;
	left: -0.1rem;
	top: -0.35rem;
	font-size: .24rem;
	font-weight: bold;
	color: #e60013;
}

.skxs-center {
	position: absolute;
	top: 45%;
	left: 49%;
	font-size: .19rem;
	color: #e60013;
	text-align: center;
	transform: translate(-50%, -50%);
	font-weight: bold;
}

.skxs-last .s-c-b {
	font-size: .24rem;
	font-weight: bold;
	color: #e60013;
	text-align: center;
}

.pylj-main {
	width: 6rem;
	margin: 1.06rem auto 0;
}

.pylj-main2 {
	width: 6rem;
	margin: .85rem auto 0;
}

.pylj_card {
	padding-top: .7rem;
	width: 2.91rem;
	height: 5.37rem;
	background-color: #ffffff;
	border-radius: .08px;
	border: solid 1px #dcdcdc;
	position: relative;
	cursor: pointer;
	margin-right: 0.14rem;
}

.titleLogo {
	position: absolute;
	top: -.42rem;
	left: 50%;
	width: 1.06rem;
	height: 1.06rem;
	transform: translate(-50%);
}

.cardLogo {
	height: 1.6rem;
}

.pylj_card>b {
	font-size: .26rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 0.24rem;
	margin-bottom: 0.3rem;

}

.pylj_card>p {
	font-size: .22rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.ksml {
	background-color: #f6f6f6;
	padding-bottom: .49rem;
}

.ksml-main {
	margin-top: .4rem;
}

.ksml-main>p {
	font-family: SourceHanSansCN-Regular;
	font-size: .22rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .33rem;
	letter-spacing: 0px;
	color: rgba(51, 51, 51, 0.7);
}

.ksml-main>p>b {
	font-family: SourceHanSansCN-Bold;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	font-weight: bold;
}

.ksml_img {
	margin-top: 3.5rem;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;

}

.ksml_7 {
	width: 7.5rem;
	height: 3.84rem;
}

.ksml_8 {
	position: absolute;
	bottom: 0.38rem;
	left: 0.92rem;
	width: 5.74rem;
	height: 3.34rem;
}

.ksml_3 {
	position: absolute;
	left: 0.36rem;
	z-index: 3;
	top: -1.5rem;
	width: 2.14rem;
	height: 2.35rem;
}

.ksml_4 {
	position: absolute;
	left: 1.78rem;
	z-index: 3;
	top: -2.96rem;
	width: 2.14rem;
	height: 2.35rem;
}

.ksml_5 {
	position: absolute;
	left: 3.8rem;
	z-index: 3;
	top: -2.96rem;
	width: 2.14rem;
	height: 2.35rem;
}

.ksml_6 {
	position: absolute;
	right: .42rem;
	z-index: 3;
	top: -1.5rem;
	width: 2.14rem;
	height: 2.35rem;
}

.qmtz {
	background-color: white;
	padding: 0.39rem 0 1rem;
	background-image: url(../images/bg5.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 135%;
}

.public-title {
	white-space: nowrap;
	margin: auto;
	font-family: SourceHanSansCN-Regular;
	font-size: .24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .32rem;
	letter-spacing: 0px;
	color: #363636;
	text-align: center;
}

.public-title span {
	display: inline-block;
	width: 1.46rem;
	height: .02rem;
	background-color: #e60013;
	margin-top: .16rem;
	box-shadow: -.04rem 3px .16rem 0px rgba(244, 126, 14, 0.27);
}

.qmtz-main {
	margin-top: .42rem;
}

.qmtz-main>p {
	font-family: SourceHanSansCN-Regular;
	font-size: .22rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .32rem;
	letter-spacing: 0px;
	color: #333333;
}

.qmtz-main>p>b {
	font-family: SourceHanSansCN-Bold;
	font-size: .22rem;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	font-weight: bold;
}

.qmtz-cells {
	width: 100%;
	margin-top: .8rem;
	justify-content: space-evenly;

}

.qmtz-cells>div {
	position: relative;
	width: 2.06rem;
	height: 2.6rem;
	background-color: #ffffff;
	box-shadow: .02rem .04rem .32rem 0rem rgb(51 51 51 / 26%);
	border-radius: 0.08rem;
	cursor: pointer;
	padding-left: 0.12rem;
	padding-top: 0.62rem;
}

.qmtz-cells>div>img {
	position: absolute;
	top: -0.4rem;
	left: 50%;
	transform: translate(-50%);
	width: 0.8rem;
	height: 0.89rem;
}

.qmtz-cells>div>label {
	font-family: SourceHanSansCN-Bold;
	font-size: .26rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .3rem;
	letter-spacing: 0px;
	color: #262626;
	margin-bottom: 0.1rem;
}

.qmtz-cells>div>div>p {
	font-family: SourceHanSansCN-Regular;
	font-size: .18rem;
	width: 100%;
	font-weight: normal;
	font-stretch: normal;
	line-height: .3rem;
	letter-spacing: 0px;
	color: #333333;
}

.wlzd {
	padding-top: .79rem;
	height: 10.92rem;
	background-image: url("../images/bg7.png");
	background-position: center
}

.wlzd-main {
	margin-top: .42rem;
}

.wlzd-main>p {
	font-family: SourceHanSansCN-Regular;
	font-size: .22rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.32rem;
	letter-spacing: 0px;
	color: #ffffff;
}

.wlzd-main>p>b {
	font-family: SourceHanSansCN-Bold;
	font-size: .22rem;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: bold;
}

.wlzd-tabs {
	justify-content: space-between;
	width: 5.85rem;
	margin: .4rem auto 0;

}

.wlzd-tab {
	width: 1.66rem;
	height: 1.91rem;
	background-image: url("../images/wlzd_bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: SourceHanSansCN-Medium;
	font-size: .2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .2rem;
	letter-spacing: 0px;
	color: #ffffff;
	cursor: pointer;
}

.zylsx {
	background-color: white;
	padding: .6rem 0;
}

.zylsx-p {
	margin-top: .32rem;
}

.zylsx-p>p {
	font-family: SourceHanSansCN-Regular;
	font-size: .22rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .32rem;
	letter-spacing: 0px;
	color: #333333;
}

.zylsx-p>p>b {
	font-family: SourceHanSansCN-Bold;
	font-weight: bold;
}

.zylsx-tabs {
	width: 6.62rem;
	margin: 0.15rem auto 0.42rem;
}

.zylsx-tab {
	width: 3.08rem;
	height: 4.27rem;
	background-color: #ffffff;
	border-radius: 0.08rem;
	border: solid 1px #dcdcdc;
	overflow: hidden;
}

.zylsx-tab-logo {
	margin-top: .43rem;
	margin-bottom: .1rem;
}

.zylsx-tab>.zylsx-top>label {
	font-family: SourceHanSansCN-Medium;
	font-size: .23rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}

.zylsx-tab>.zylsx-top>.hr {
	margin-top: .13rem;
	width: 2.48rem;
	border: solid 1px #e60013;
	margin-bottom: .23rem;
}

.zylsx-tab>.zylsx-top>p {
	font-family: SourceHanSansCN-Regular;
	font-size: .2rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: rgba(51, 51, 51, 0.8);
	line-height: .3rem;
}

.zylsx-top {
	flex: 1;
	flex-basis: 0;
	overflow: hidden;
}

.zylsx-bottom {
	width: 100%;
	height: 1.08rem;
	background-color: #dcdcdc;
	padding-left: 0.2rem;
	border-radius: 0 0 4px 4px;
}

.zylsx-bottom>div {
	font-family: SourceHanSansCN-Regular;
	font-size: .18rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: .32rem;
}

.zylsx-bottom>div>img {
	width: .26rem;
	height: .19rem;
	margin-right: .09rem;
}

.zywl {
	background-image: url("../images/bg9.png");
	height: 8.66rem;
	padding: .7rem 0;
	background-size: cover;

}

.zywl-p {
	margin: .4rem 0;
}

.zywl-p>p {
	font-family: SourceHanSansCN-Regular;
	font-size: .18rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}


.zywl-p>p>b {
	font-family: SourceHanSansCN-Bold;
	font-weight: bold;
}

.zywl-tabs {
	width: 6.6rem;
	margin: .3rem auto 0;
}

.zywl-tabs>div {
	width: 2.1rem;
	height: 2.66rem;
	box-shadow: .02rem .04rem .32rem 0rem rgba(51, 51, 51, 0.26);
	border-radius: .08rem;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-top: 0.7rem;
}

.zywl_1 {
	background-image: url("../images/zywl_1.png");
	background-size: cover
}

.zywl_2 {
	background-image: url("../images/zywl_2.png");
	background-size: cover
}

.zywl_3 {
	background-image: url("../images/zywl_3.png");
	background-size: cover
}

.zywl_1 img {
	width: .43rem;
	height: .43rem;
}

.zywl_2 img {
	width: .46rem;
	height: .4rem;
}

.zywl_3 img {
	width: .36rem;
	height: .4rem;
}

.zywl-tabs .tit {
	font-size: .2rem;
	color: #fefefe;
	font-weight: bold;
	margin-top: .45rem;
	margin-bottom: .18rem;
}

.zywl-tabs .desc {
	font-size: .16rem;
	color: #ffffff;
}

.page-stagewise-content-c {
	width: 6.6rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.page-stagewise-content-c>div {
	cursor: pointer;
	width: 33.33%;
	padding-bottom: .2rem;
	font-family: SourceHanSansCN-Bold;
	font-size: .21rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .34rem;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	border-bottom: .03rem solid #dcdcdc;
	position: relative;
	font-weight: bold;
}

.tzjh {
	margin-top: -0.56rem;
	padding-bottom: 0.42rem;
}

.tzjh-img {
	margin: 0.45rem auto 0;
	width: 5.8rem;
}

.tzjh-img>div:nth-child(1) {
	background: url(../images/tzjh_1.png) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 5.76rem;
	height: 2.12rem;
	padding-top: 0.98rem;
	padding-left: 0.32rem;
}

.tzjh-img>div:nth-child(2) {
	background: url(../images/tzjh_2.png) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 5.75rem;
	height: 2.04rem;
	padding-top: 0.91rem;
	padding-left: .32rem;
}

.tzjh-img>div:nth-child(3) {
	background: url(../images/tzjh_3.png) no-repeat;
	background-size: cover;
	background-position: center;
	width: 5.78rem;
	height: 2.03rem;
	padding-top: 0.93rem;
	padding-left: .32rem;
}


.tzjh-img>div:nth-child(4) {
	background: url(../images/tzjh_4.png) no-repeat;
	background-size: cover;
	background-position: center;
	width: 5.78rem;
	height: 2.14rem;
	padding-top: 1rem;
	padding-left: .32rem;
}

.tzjh-img>div {
	position: relative;
	margin-bottom: .36rem;
}

.tzjh-img>div:last-child {
	margin-bottom: 0;
}

.tzjh-img>div .tit-box {
	display: flex;
}

.tzjh-img>div .tit-box p {
	font-size: .2rem;
	color: #333333;
	width: 50%;
	line-height: .32rem;
}


.footer {
	width: 100%;
	height: 1.9rem;
}
