body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	/* border-collapse: collapse; */
	border: none;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}

/*body{font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }*/
body {
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "microsoft yahei";
	background: #e6edf1;
}

.clearf::after {
	content: '';
	display: block;
	clear: both;
}

.show {
	display: block !important;
}
.flex{
	display: flex !important;
}
.wrap {
	width: 1600px;
	margin: auto;
	background: #f6f3ea;
}
.head{
	height: 480px;
	background: url(../img/bg.png) no-repeat;
	position: relative;
}
.nav{
	width: 1060px;
	display: block;
	margin: auto;
	overflow-x: auto;
}
.nav a{
	color: #fefefe;
	font-size: 14px;
	padding: 0 16px;
	display: inline-block;
	line-height: 14px;
	margin-top: 22px;
}
.nav a:not(:last-child){
	border-right: 1px solid #fefefe;
}
.nav a:first-child{
	padding-left: 0;
}
.head_text{
	position: absolute;
	left: 266px;
	top: 120px;
}
.head_text p{
	font-weight: bold;
	color: #f6f2e2;
}
.ht1{
	font-size: 50px;
	margin-bottom: 22px;
}
.ht2{
	font-size: 37px;
	margin-bottom: 54px;
}
.ht3{
	font-size: 34px;
}
.main{
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
	padding: 64px 54px;
	background: #ffffff;
}
.intro{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intro_left{
	max-width: 488px;
	height: 456px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.intro_left p{
	font-size: 14px;
	color: #1f2d32;
	line-height: 25px;
}
.intro_right{
}
.title{
	margin: 80px auto 40px;
	text-align: center;
}
.title span{
	font-size: 48px;
	font-weight: bold;
	color: #243a7b;
	position: relative;
	display: inline-block;
}
.title span::before,.title span::after{
	content: '';
	width: 94px;
	height: 20px;
	position: absolute;
	top: 26px;
}
.title span::before{
	background: url(../img/title_before.png) no-repeat;
	left: -110px;
}
.title span::after{
	background: url(../img/title_after.png) no-repeat;
	right: -110px;
}
.detail_left_top{
	max-width: 630px;
	position: relative;
}
.detail_icon{
	width: 193px;
	height: 193px;
	background: url(../img/detail_icon.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.dl_top{
	position: absolute;
	top: 34px;
	left: 28px;
}
.dl_title{
	font-weight: bold;
	color: #1b2c5d;
	font-size: 24px;
	margin-bottom: 16px;
	display: inline-block;
}
.dl_top_title{
	font-size: 36px;
	margin-right: 40px;
}
.dl_text{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.dl_top .dl_text:nth-of-type(1){
	width: 360px;
	position: absolute;
	left: 202px;
	top: 54px;
}
.dl_top .dl_text:nth-of-type(2){
	width: 584px;
	position: absolute;
	left: -20px;
	top: 184px;
}
.dlb{
	margin-top: 440px !important;
}
.dl_con{
	max-width: 628px;
	margin-top: 56px;
}
.dl_theme{
	font-weight: bold;
	font-size: 18px;
	color: #1c85db;
	margin-bottom: 12px;
	margin-top: 22px;
}
.detail{
	position: relative;
}
.detail_right{
	position: absolute;
	top: 130px;
	right: 0;
}
.report_box{
	display: flex;
	flex-wrap: wrap;
}
.report_box a{
	width: 339px;
	height: 215px;
	display: inline-block;
	position: relative;
	color: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	margin: 12px;
}
.report_box a img{
	position: absolute;
	width: 100%;
	height: 100%;
}
.report_title{
	position: absolute;
	color: #ffffff;
	font-size: 14px;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	height: 60px;
	width: 100%;
	padding: 12px 8px;
	box-sizing: border-box;
}
.sign_block{
}
.sign_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 30px 190px 0;
	background: #cfdce6;
	border-radius: 12px 12px 0 0;
}
.opt{
	/* display: inline-block;
	vertical-align: baseline; */
	margin-bottom: 14px;
}
.opt h2{
	display: inline-block;
	vertical-align: baseline;
	font-size: 18px;
	color: #24333f;
	font-weight: bold;
	width: 80px;
}
.inputtext{
	width: 357px;
	height: 36px;
	outline: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #000000;
	line-height: 34px;
	text-indent: 12px;
	font-weight: bold;
}
.submit{
	cursor: pointer;
	width: 440px;
	height: 47px;
	background: url(../img/submit.png) center;
	line-height: 45px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.tips{
	font-size: 14px;
	color: #24333f;
	width: 224px;
	line-height: 24px;
}
.tips p{
	margin-bottom: 12px;
}
.group{
	display: flex;
	justify-content: space-between;
	padding: 34px 240px 20px;
	background: #cfdce6;
	border-radius: 0 0 12px 12px;
}
.group_con h4{
	font-size: 24px;
	margin-bottom: 12px;
	color: #24333f;
	font-weight: bold;
	line-height: 28px;
}
.group_con span{
	font-size: 14px;
	color: #24333f;
	display: block;
	text-align: left;
	line-height: 30px;
}
.group_con b{
	font-weight: normal;
	color: #24333f;
	text-align: left;
}
.qrcode{
	padding-top: 10px;
}
.footerwrap {
	background: #1b3a75;
	padding-bottom: 20px;
}
.footer {
	width: 950px;
	margin: auto;
	overflow: hidden;
	padding: 10px 0;
}
.footer_l {
	float: left;
	width: 20%;
	margin-top: 3%;
}
.footer_r {
	float: right;
	width: 80%;
}
.footer_r li {
	list-style: none;
	float: left;
	color: white;
	font-size: 12px;
	margin-top: 20px;
}
@media only screen and (max-width: 1620px) {
	.wrap {
		max-width: 100%;
	}
}
@media only screen and (max-width: 700px) {
	.main * {
	    max-width: 100%;
	}
	.header_con{
		max-width: 100%;
	}
	.nav{
		white-space: nowrap;
		overflow: auto;
		box-sizing: border-box;
		padding: 0 20px;
		width: 100%;
	}
	.head{
		height: 240px;
		background-size: cover;
		background-position: center;
	}
	.head_text{
		left: 20px;
		top: 70px;
	}
	.ht1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.ht2{
		font-size: 17px;
		margin-bottom: 22px;
	}
	.ht3{
		font-size: 17px;
	}
	.main {
	    width: 100%;
		padding: 24px 34px;
	}
	.title span {
	    font-size: 32px;
	}
	.title span::before, .title span::after{
		top: 16px;
	}
	.intro_left{
		height: auto;
	}
	.intro_right,.detail_right{
		display: none;
	}
	.intro_left p{
		margin-bottom: 8px;
	}
	.dl_title{
		margin-bottom: 18px;
	}
	.dl_top{
		left: 0;
	}
	.dl_top .dl_text{
		position: unset !important;
		width: 96%;
	}
	.dlb {
	    margin-top: 740px !important;
	}
	.sign_box{
		padding: 30px 36px 0;
	}
	.tips{
		width: inherit;
		margin: 18px 0;
	}
	.group_con h4{
		font-size: 22px;
		margin-bottom: 8px;
	}
	.group{
		flex-wrap: wrap;
		padding: 0 24px 10px;
	}
	.group_con span{
		font-size: 13px;
	}
	.group_con b{
		display: block;
	}
	.group_con{
		/* white-space: nowrap; */
	}
	.qrcode{
		display: block;
		margin: 18px auto;
	}
	.footer {
		width: 100%;
	}
	.footer_l {
		width: 100%;
		text-align: center;
	}
	.footer_r {
		float: right;
		width: 96%;
		padding: 0 2%;
	}
}	