* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
li {
	list-style: none;
}
.clear {
	clear: both;
}
.container {
	max-width: 640px;
	margin: 0 auto;
	font-family: "Microsoft Yahei";
}
.alw img {
	display: block;
	width: 100%;
}
.tabgroup {
	margin-top: 1rem;
	margin-left: 0.5rem;
	display: flex;
	border-left: 1px solid #bfbfbf;
}
.tabgroup .tabbtn {
	width: 6rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	font-size: 0.9rem;
	cursor: pointer;
}
.tabgroup .on {
	border-top: 2px solid #ff8400;
	background: #f2f2f2;
}
.tancon {
	margin: 0 0.5rem;
	border-top: 1px solid #bfbfbf;
}
.conbox {
	display: none;
}
.conbox .textp {
	text-indent: 2em;
	font-size: 0.75rem;
	color: #333;
	line-height: 1.3rem;
	margin: 0.2rem 0;
}
.conbox .a1text {
	padding: 0.5rem;
	display: flex;
	align-items: center;
	font-size: 0.75rem;
	line-height: 1.3rem;
	color: #333;
}
.conbox .a1text img {
	margin-right: 0.5rem;
	width: 1rem;
}
.conbox .a1box {
	margin-bottom: 0.5rem;
	border: 1px solid #bfbfbf;
	background: #f1f7fe;
	border-radius: 0.5rem;
	padding: 0.5rem 0.5rem 0 0.5rem;
}
.conbox .a1box .imglist {
	margin-bottom: 0.3rem;
	display: flex;
}
.conbox .a1box .imglist .box {
	flex: 1;
	margin: 0 0.2rem;
}
.conbox .a1box .imglist .box img {
	display: block;
	width: 100%;
}
.conbox .dlbox {
	margin: 0.5rem auto;
}
.conbox .dlbox .dltitle {
	background: #ff8400;
	color: #fff;
	font-size: 0.8rem;
	display: flex;
	width: 4.5rem;
	justify-content: center;
	align-items: center;
	height: 1.5rem;
	border-radius: 0 3rem 3rem 0;
}
.conbox .dlbox .dltext {
	margin: 0.5rem 0;
	font-size: 0.8rem;
	color: #1a1a1a;
	font-weight: bold;
}
.conbox .dlbox .dlul li {
	height: 1.4rem;
	display: flex;
	align-items: center;
	font-size: 0.72rem;
	color: #333;
}
.conbox .dlbox .dlul li:before {
	content: '';
	background: #ff8400;
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.2rem;
	border-radius: 50%;
}
.conbox .dlbox .dl {
	margin: 0.5rem auto;
	display: flex;
	font-size: 0.75rem;
}
.conbox .dlbox .dl dt {
	width: 4.5rem;
	color: #1f6aba;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1rem;
}
.conbox .dlbox .dl dt:before {
	content: '';
	background: #1f6aba;
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.2rem;
	border-radius: 50%;
}
.conbox .dlbox .dl dd {
	flex: 1;
	color: #333;
	line-height: 1.2rem;
}
.conbox:nth-child(1) {
	display: block;
}
.nftab {
	margin-top: 1rem;
	display: flex;
}
.nftab .btn {
	cursor: pointer;
	border-top: 0.4rem solid #6d6d6d;
	height: 2rem;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6d6d6d;
	font-size: 1rem;
	position: relative;
}
.nftab .btn:after {
	content: '';
	position: absolute;
	right: 0.1rem;
	top: -0.32rem;
	width: 0.25rem;
	height: 0.25rem;
	background: #fff;
	border-radius: 50%;
}
.nftab .btn:before {
	position: absolute;
	right: 0.1rem;
	top: 0;
	content: '';
	background: url(../images/gy_xx.jpg) no-repeat right top;
	background-size: 0.7rem;
	width: 2rem;
	height: 2rem;
}
.nftab .btn:last-child:after {
	background: #6d6d6d;
}
.nftab .on {
	border-top: 0.4rem solid #2276c2;
	color: #2276c2;
}
.nftab .btn:last-child.on:after {
	background: #2276c2;
}
.nfconbox {
	margin-top: 1rem;
}
.nfconbox .nfbox {
	display: none;
}
.nfconbox .nfbox .left {
	width: 4.5rem;
	border-right: 1px solid #ccc;
	position: relative;
}
.nfconbox .nfbox .left:before {
	content: '';
	position: absolute;
	right: -0.25rem;
	top: -0.2rem;
	width: 0.4rem;
	height: 0.4rem;
	background: #166be0;
	border-radius: 50%;
}
.nfconbox .nfbox .left .nfimg {
	margin: 1rem 0;
	width: 4rem;
	position: relative;
}
.nfconbox .nfbox .left .nfimg img {
	display: block;
	width: 100%;
}
.nfconbox .nfbox .left .nfimg p {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1rem;
	padding-left: 0.4rem;
}
.nfconbox .nfbox .left .nfimg:after {
	position: absolute;
	right: -0.8rem;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: #166be0;
	border: 0.15rem solid #98bdf1;
}
.nfconbox .nfbox .right {
	flex: 1;
}
.nfconbox .nfbox .right .nftitle {
	color: #166be0;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	padding-left: 1rem;
	height: 5rem;
	font-style: italic;
}
.nfconbox .nfbox .right .hdbox {
	margin-bottom: 1rem;
	position: relative;
}
.nfconbox .nfbox .right .hdbox:after {
	content: "";
	position: absolute;
	left: -0.2rem;
	bottom: 0;
	background: #166be0;
	width: 0.3rem;
	height: 0.3rem;
}
.nfconbox .nfbox .right .hdbox .yfbox {
	position: absolute;
	left: -3rem;
	top: 0;
	color: #1a1a1a;
	font-size: 1rem;
	line-height: 1.3rem;
	text-align: center;
}
.nfconbox .nfbox .right .hdbox .yftitle {
	padding: 0 0.5rem 1rem 1rem;
	display: flex;
	align-items: flex-start;
	position: relative;
}
.nfconbox .nfbox .right .hdbox .yftitle:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -1.5rem;
	height: 1px;
	background: #808080;
	width: 5rem;
}
.nfconbox .nfbox .right .hdbox .yftitle:before {
	content: '';
	position: absolute;
	left: -0.2rem;
	bottom: -0.15rem;
	width: 0.2rem;
	height: 0.2rem;
	background: #fff;
	border: 0.12rem solid #c1c1c1;
	border-radius: 50%;
	z-index: 10;
}
.nfconbox .nfbox .right .hdbox .yftitle p {
	background: #e7f0fc;
	border: 1px solid #e5e5e5;
	color: #1a1a1a;
	font-size: 0.9rem;
	line-height: 1.3rem;
	padding: 0.5rem;
	border-radius: 0.4rem;
	position: relative;
}
.nfconbox .nfbox .right .hdbox .yftitle p:after {
	position: absolute;
	content: "";
	background: url(../images/gy_sjx.jpg) no-repeat center center;
	background-size: 0.5rem;
	left: -0.75rem;
	top: 50%;
	height: 1rem;
	width: 1rem;
	margin-top: -0.5rem;
}
.nfconbox .nfbox .right .hdbox .hdcon {
	margin-top: 0.5rem;
	padding: 0.5rem;
}
.nfconbox .nfbox .right .hdbox .hdcon .hdtext {
	margin: 1rem auto;
	font-size: 0.75rem;
	color: #333;
	border: 1px dashed #bfbfbf;
	line-height: 1.3rem;
	padding: 0.2rem;
}
.nfconbox .nfbox .right .hdbox .hdcon .hda {
	display: flex;
	width: 7rem;
	margin: 0 auto;
	background: #ff8400;
	color: #fff;
	font-size: 0.9rem;
	justify-content: center;
	align-items: center;
	height: 1.7rem;
	border-radius: 0.4rem;
}
.nfconbox .nfbox:nth-child(1) {
	display: flex;
}
.gybox {
	border: 0.2rem solid #ffc17f;
	border-radius: 0.4rem;
	padding: 0.5rem;
	background: #fff;
	margin-top:1rem;
}
.gybox .gytitle {
	height: 6rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: #e8f3ff;
	border-radius: 0.4rem 0.4rem 0 0;
}
.gybox .gytitle h3 {
	font-size: 1.5rem;
	color: #333;
}
.gybox .gytitle h3 b {
	color: #d80303;
}
.gybox .gytitle p {
	margin-top: 0.5rem;
	font-size: 0.8rem;
	color: #808080;
}
.gybox .tablebox {
	margin-top: 0.5rem;
}
.gybox .tablebox .table .tr {
	display: flex;
	border: 1px solid #bfbfbf;
}
.gybox .tablebox .table .tr .td {
	flex: 1;
	height: 2.2rem;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	border-right: 1px solid #bfbfbf;
}
.gybox .tablebox .table .tr .td .textinput {
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 0.75rem;
	border: none;
	padding: 0 0.5rem;
}
.gybox .tablebox .table .tr .td:last-child {
	border-right: none;
}
.gybox .tablebox .table .tr .td .address {
	height: 100%;
	width: 100%;
	display: flex;
}
.gybox .tablebox .table .tr .td .address .box {
	flex: 1;
}
.gybox .tablebox .table .tr .td .address .box input {
	text-align: center;
}
.gybox .tablebox .table .tr .td .checkbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.gybox .tablebox .table .tr .td .checkbox .box {
	flex: auto;
	height: 2rem;
	display: flex;
	align-items: center;
	font-size: 0.75rem;
}
.gybox .tablebox .table .tr .td .checkbox .box input {
	margin-left: 0.3rem;
	margin-right: 0.2rem;
}
.gybox .tablebox .table .tr .bj {
	flex: none;
	width: 5rem;
	justify-content: center;
	background: #e8f3ff;
	flex-direction: column;
}
.gybox .tablebox .table .tr .bj .red {
	color: #d80303;
	font-size: 0.7rem;
	text-align: center;
}
.gybox .tablebox .table .tr .hh {
	height: 5rem;
}
.gybox .tablebox .table .tr .lhh {
	line-height: 1.2rem;
}
.gyboxbtngroup {
	display: flex;
	margin: 1rem auto;
	width: 20rem;
}
.gyboxbtngroup a {
	flex: 1;
	margin: 0 0.5rem;
	background: #1f6aba;
	color: #fff;
	height: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.4rem;
	font-size: 1rem;
}
.gyboxbtngroup a img {
	margin-right: 0.5rem;
	width: 1.8rem;
}
.gyboxbtngroup a:nth-child(2) {
	background: #ff8400;
}