@charset "utf-8";

/* Style Reset
-----------------------------------------------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

html button::-moz-focus-inner {
	border-color: transparent !important;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

ul,
li,
dl,
dt,
dd,
ol {
	display: block;
	list-style: none;
}

fieldset,
img {
	border: 0;
}

iframe {
	background-image: none;
}

input,
textarea {
	outline: none;
}

.clear {
	clear: both;
	height: 0px;
}

.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img {
	border: 0px;
}

body {
	font-family: "微软雅黑";
	color: #333333;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	font-size: 8px;
	background: #fff;
}

a {
	text-decoration: none;
	color: #333333;
	/*transition: all 0.5s ease;*/
}

a:hover {
	text-decoration: none;
	color: #d8200d;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.none {
	display: none;
}

.ani5 {
	transition: all ease-in-out .5s;
}

.ani {
	overflow: hidden;
}

.ani img {
	transition: all ease-in-out .3s;
	display: block;
}

.ani:hover img {
	transform: scale(1.05);
}

.h10px {
	height: 10px;
	width: 100%;
	clear: both;
}

.h15px {
	height: 15px;
	width: 100%;
	clear: both;
}

.h25px {
	height: 25px;
	width: 100%;
	clear: both;
}

.h50px {
	height: 50px;
	width: 100%;
	clear: both;
}

.mt15px {
	margin-top: 15px;
}

.mt10px {
	margin-top: 10px;
}

.mt20px {
	margin-top: 20px;
}

.mr15px {
	margin-right: 15px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1000 {
	width: 700px;
	margin: 0 auto;
}


.blod {
	font-weight: bold;
}

html {
	-webkit-text-size-adjust: none;
	font-size: 12px;
	overflow-x: hidden;
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

center {
	text-align: center;
	line-height: 60px;
	font-family: "微软雅黑"
}

em {
	font-style: normal;
}

.tecen {
	text-align: center !important;
}

.red {
	color: red !important;
}

i,
em {
	font-style: normal;
}

.red {
	color: #D8200D;
}

.w100 {
	width: 100%;
	overflow: hidden;
}

.twoEllipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*
页面样式开始
*/
#ban {
	position: relative;
	height: 170px;
}

.banner {
	width: 1920px;
	height: 170px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#main {
	background: url('../images/bg.jpg') left top repeat-x #fcfcf6;
}

.main_con {
	padding: 21px 0;
}

.m_a {
	background: url('../images/t_bg.jpg') left top repeat-y;
	height: 60px;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	font-size: 21px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}

.m_b {
	padding: 30px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
	background: #fff;
}


.m_b .a {
	border: #e4e7ec solid 1px;
	border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}

.m_b_tit {
	border-bottom: #e4e7ec solid 1px;
	height: 50px;
	background-color: #f3f5f7;
	padding-left: 30px;
	font-weight: bold;
	font-size: 20px;
	color: #0474a7;
	line-height: 50px;
}

.m_b .b {
	border: #e4e7ec solid 1px;
	border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}


.m_b .c {
	border: #e4e7ec solid 1px;
	border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}

.dx_ico {
	display: block;
	width: 26px;
	height: 26px;
	background: url('../images/dx_ico.jpg');
	cursor: pointer;
	margin-right: 10px;
}

.dx_ico.on {
	background: url('../images/dx_ico2.jpg');
}
.dx_ico input{
	opacity: 0;
}

.a_bd{
	padding: 30px 0 0;
}
.a_bd dl{
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}
.a_bd dl dt{
	width: 115px;
	text-align: right;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.a_bd dl dd{
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.a_bd dl dd .inp{
	width: 480px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #dadfe7;
	font-size: 14px;
	color: #333;
	text-indent: 1em;
}
.a_bd dl dd .inp.p2{
	width: 180px;
}
.a_bd dl dd .inp.w262{
	width: 270px;
}
.a_bd .w2{
	display: flex;
	align-items: center;
}
.a_bd .w2>dl{
	flex: 1;
}
.a_bd dl dd .s{
	width: 160px;
}
.a_bd dl dd .s.w200{
	width: 140px;
}
.a_bd dl dd .s.w420{
	width: 300px;
	display: flex;
	align-items: center;
}

.a_bd dl dd .s label{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
}
.a_bd dl.type{
	padding-bottom: 20px;
	align-items: start;
}
.a_bd dl.type .s{
	padding-bottom: 12px;
	height: 42px;
}

.a_bd dl.pb25{
	align-items: start;
	padding-bottom: 25px;
}

.a_bd dl.pb25 dd .s{
	margin-top: 10px;
}
.a_bd dl.upload{
	align-items: start;
}
.a_bd dl.upload dd .wz{
	font-size: 14px;
	color: #666;
	line-height: 1.4;
}
.a_bd dl.upload dd .u_btn{
	width: 140px;
	height: 100px;
	border: 1px solid #dadfe7;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	margin-top: 18px;
	overflow: hidden;
	position: relative;
}
.u_img {
	width: 140px;
	height: 100px;
	object-fit: cover;
}
.a_bd dl.upload dd .u_btn p{
	padding-top: 15px;
	font-size: 14px;
	color: #666;
}
.a_bd dl.upload dd .u_btn .inp_up{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.b_btn{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 20px;
}
.b_btn .jian{
	width: 200px;
	height: 50px;
	background: #cc800b url('../images/jian.jpg') 40px center no-repeat;
	text-indent: 20px;
	border-radius: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.b_btn .jia{
	width: 200px;
	height: 50px;
	background: #077da8 url('../images/jia.jpg') 40px center no-repeat;
	text-indent: 20px;
	border-radius: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin-left: 20px;
	cursor: pointer;
}

.m_b .c .c_a{
	margin: 30px 30px 20px;
	border: 1px #dadfe7 solid;
	border-radius: 5px;
}
.m_b .c .c_a dl{
	display: flex;
	border-bottom: #dadfe7 solid 1px;
}
.m_b .c .c_a dl:last-child{
	border-bottom: none;
}

.m_b .c .c_a dl dt{
	width:160px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.m_b .c .c_a dl dd{
	width: 210px;
	border-left: #dadfe7 solid 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #999;
	height: 80px;
}
.m_b .c .c_a dl dd text{
	color: #077da8;
	font-weight: bold;
	font-size: 30px;
}
.m_b .c .c_a dl.bt dd{
	height: 50px;
	color: #333;
	font-weight: bold;
}

.m_b .c .c_b{
	margin: 0 30px 20px;
	border: 1px #dadfe7 solid;
	border-radius: 5px;
}
.m_b .c .c_b dl{
	display: flex;
}
.m_b .c .c_b dl dt { 
		width: 160px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		font-weight: bold;
		color: #333;
}
.m_b .c .c_b dl dd{
	padding: 20px 30px;
	border-left: #dadfe7 solid 1px;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
}
.sbtn{
	display: flex;
	justify-content: center;
}
.sub_btn{
	width: 390px;
	height: 80px;
	border-radius: 40px;
	background: #077da8;
	border: none;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	
}
.block{
	display: block !important;
}
.v_l{
	display: flex;
	align-items: center;
}

.v_s{
	padding: 20px 0 0;
}
.v_s .wz{
	font-size: 14px;
	color: #999;
	padding-bottom: 10px;
}
.pfbg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: black; /* rgba(0, 0, 0, .7);*/
}

.pf_bd {
	background-color: #fff;
	border-radius: 2vw;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40%;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
}

	.pf_bd .bt .t {
		font-weight: bold;
		font-size: 1rem;
	}

	.pf_bd .close {
		width: 4vw;
		height: 4vw;
		background: url('../images/gb.jpg');
		background-size: 100% 100%;
	}

	.pf_bd dl {
		height: 5rem;
		display: flex;
		align-items: center;
		background: #f3fbfd;
		border-radius: 2vw;
		margin: 2vw 0;
		padding: 0 1rem;
	}

		.pf_bd dl dt {
			flex: 3.2;
			font-size: 1rem;
		}

		.pf_bd dl dd {
			flex: 6;
			display: flex;
			align-items: center;
		}

			.pf_bd dl dd input {
				flex: 1;
				height: .5rem;
				border: none;
				line-height: 5rem;
				font-size: 1rem;
				background: #f3fbfd;
			}

	.pf_bd .pbtn1 {
		height: 5rem;
		border-radius: 1rem;
		background-color: #00a9a2;
		text-align: center;
		line-height: 5rem;
		color: #fff;
		width:45%;
		font-size: 1rem;
		font-weight: bold;
	}
	.pf_bd .pbtn {
		height: 5rem;
		border-radius: 1rem;
		background-color: #00a9a2;
		text-align: center;
		line-height: 5rem;
		color: #fff;
		font-size: 1rem;
		font-weight: bold;
	}
	.pf_bd .pbtn2 {
		height: 5rem;
		border-radius: 1rem;
		background-color: #fff;
		text-align: center;
		line-height: 5rem;
		color: #00a9a2;
		font-size: 1rem;
		width: 45%;
		margin-left:10%;
		font-weight: bold;
		border: 1px solid #00a9a2;
	}

	.pf_bd em {
		color: red;
	}

	.pf_bd .bd {
		background-color: #fff;
		padding:  2rem 2rem;
		border-radius: 4vw;
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

		.pf_bd .bd .s {
			background-color: #f7f7f7;
			border-radius: 1rem;
			height:5rem;
			padding: 0 0 0 2vw;
			margin-bottom: 2rem;
			overflow: hidden;
		}

			.pf_bd .bd .s img {
				display: block;
				width: 4rem;
			}

			.pf_bd .bd .s input {
				border: none;
				height: 5rem;
				background: none;
				margin-left: 3vw;
				font-size: 1rem;
				width: auto;
			}

				.pf_bd .bd .s input.yzm {
					width: 30vw;
				}

			.pf_bd .bd .s .hqyzm {
				border: 1px #00a9a2 solid;
				margin: 0 1vw;
				height: 4.5rem;
				border-radius: 2vw;
				width: 24vw !important;
				color: #00a9a2;
				font-size:1rem;
			}

.d-flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}

.a-center {
	align-items: center;
}

.a-end {
	align-items: flex-end;
}

.j-center {
	justify-content: center;
}

.flex-column {
	flex-direction: column;
}

.j-end {
	justify-content: flex-end;
}

.j-sb {
	justify-content: space-between;
}

.mr-1 {
	margin-right: 1vw;
}

.mr-2 {
	margin-right: 2vw;
}

.mr-3 {
	margin-right: 4vw;
}

.mr-5 {
	margin-right: 5vw;
}

.px-3 {
	padding-left: 4vw;
	padding-right: 4vw;
}

.py-3 {
	padding-top: 4vw;
	padding-bottom: 4vw;
}

.pt-3 {
	padding-top: 4vw;
}

.pb-1 {
	padding-bottom: 1vw;
}

.pb-2 {
	padding-bottom: 2vw;
}

.pb-3 {
	padding-bottom: 4vw;
}

.py-1 {
	padding-top: 2vw;
	padding-bottom: 2vw;
}

.py-3 {
	padding-top: 4vw;
	padding-bottom: 4vw;
}

.py-4 {
	padding-top: 5.3vw;
	padding-bottom: 5.3vw;
}

.p-3 {
	padding: 4vw;
}

.pb-2 {
	padding-bottom: 3vw;
}

.pt-2 {
	padding-top: 3vw;
}

.pr-3 {
	padding-right: 4vw;
}

.mx-3 {
	margin-left: 4vw;
	margin-right: 4vw;
}

.mt-2 {
	margin-top: 2vw;
}

.mt-4 {
	margin-top: 4vw;
}

.mb-3 {
	margin-bottom: 4vw;
}

.b-r-3 {
	border-radius: 3vw;
}

.pf_zrcon {
	width: 46vw;
	position: fixed;
	left: 27vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: 12;
	background-color: #fff;
	border-radius: 3vw;
	padding: 4vw 4vw;
}

	.pf_zrcon .tit {
		font-weight: bold;
		font-size: 1rem;
		padding-bottom: 4vw;
		text-align: center;
	}

	.pf_zrcon .close {
		width: 2vw;
		height: 2vw;
		background: url('../images/gb.jpg');
		background-size: 100% 100%;
		right: 1vw;
		top: 1vw;
		position: absolute;
	}

	.pf_zrcon .wz {
		font-size: .22rem;
		text-align: center;
		padding: 4vw;
	}

	.pf_zrcon .btnx .son {
		height: 12vw;
		border-radius: 6vw;
		border: #00bab3 solid 1px;
		font-size: 1rem;
		font-weight: bold;
		color: #00bab3;
	}

		.pf_zrcon .btnx .son.on {
			background: linear-gradient(to right, #00bab3, #57cb6a);
			color: #fff;
			border: none;
			box-shadow: 0 1vw 0 #009092;
		}

	.pf_zrcon .gd_nr {
		max-height: 50vw;
		overflow: hidden;
		overflow-y: auto;
		color: #666;
		font-size: 1rem;
		line-height: 1.8;
	}

	.pf_zrcon .gd_nr2 {
		color: #666;
		font-size:1rem;
		line-height: 1.8;
	}

		.pf_zrcon .gd_nr2 span {
			color: red;
			font-size: 1rem;
			line-height: 1.8;
		}