.title{
	width: 100%;
	margin: 0 auto;
}

.title h1{
	font-size: 60px;
	color: #000;
	font-weight: normal;
	text-align: center;
	padding-top: 40px;
}

.title p{
	font-size: 22px;
	color: #000;
	text-align: center;
	padding-top: 55px;
}

.query{
	width: 1064px;
	height: 76px;
	border: #616d8d 1px solid;
	margin: 0  auto;
	border-radius: 20px;
	margin-top: 50px;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
}

.query_text{
	width: calc(100% - 130px);
	height: 100%;
	line-height: 70px;
	font-size: 22px;
	color: #848484;
	background: transparent;
	border: none;
	padding-left: 20px;
}

.query a{
	width: 110px;
	text-align: center;
	margin: 15px 0;
}

.home_icon{
	width: 1064px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 50px;
}

.home_icon dl{
	width:calc(33.3% - 46px);
	padding-left: 46px;
	display: flex;
}

.home_icon dl dd{
	font-size: 22px;
	color: #394b74;
	line-height: 70px;
	padding-left: 20px;
}

.introduction{
	width: 1340px;
	margin: 0 auto;
	padding-top: 45px;
	display: flex;
	justify-content: space-between;
}

.in_content{
	width: 642px;
	height: 360px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.color_l{
	border: #c577d2 1px solid;
	border-bottom: 8px #c577d2 solid;
}

.color_r{
	border: #2045ee 1px solid;
	border-bottom: 8px #2045ee solid;
}

.in_content > dl{
	display: flex;
	width: 100%;
	height: 48px;
	align-items: baseline;
	padding: 25px;
}

.in_content > dl > dt{
	
}

.in_content > dl > dd{
	font-size: 32px;
	color: #000;
	padding-left: 25px;
}

.in_content > span{
	width: 100%;
	height: calc(100% - 98px);
	display: block;
}

.in_content > span > p{
	font-size: 18px;
	color: #333;
	line-height: 26px;
	padding: 0 25px 25px 25px;
	text-align: justify;
}

.title > h3{
	font-size: 32px;
	color: #000;
	text-align: center;
	padding-top: 80px;
}

.title b{
	font-size: 22px;
	color: #000;
	text-align: center;
	padding-top: 30px;
	font-weight: normal;
	display: block;
}

.identity{
	width: 880px;
	height: 475px;
	margin: 0 auto;
	padding-top: 90px;
	display: flex;
	justify-content: space-between;
}

.identity_content{
	width: 392px;
	height: 475px;
	border-radius: 10px;
	overflow: hidden;
}

.indentiey_l{
	background: #c57ad3;
	border: #ad42c0 1px solid;
	border-bottom: 8px solid #ad42c0;
}

.indentiey_r{
	background: #627cf3;
	border: #2045ee 1px solid;
	border-bottom: 8px solid #2045ee;
}

.identity_content > dl{
	text-align: center;
	margin: 70px auto;
}

.identity_content > dl > dd{
	font-size: 22px;
	color: #fff;
	padding-top: 30px;
}

.identity_content a{
	width: 160px;
	height: 55px;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 18px;
	color: #fff;
	line-height: 55px;
}

.identity_content a img{
	float: right;
	padding-top: 16px;
}

.but_color1{
	background: #ad42c0;
}

.but_color2{
	background: #2045ee;
}

.identity_content a:hover{
	transform: scale(1.1);
	opacity: .8;
}
