body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
	margin: 0;
	padding: 0
}

* {
	outline: none;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
	box-sizing: border-box;
}


a {
	text-decoration: none;
}

	a:hover {
		color: #4E47EE;
		text-decoration: none;
	}

button,
input,
textarea {
	font-family: "PingFang sC", "Lantinghei sC", "Microsoft YaHei", "HanHei sC", "Helvetica Neue", "Open sans", Arial, "Hiragino sans GB", "微软雅黑", sTHeiti, "WenQuanYi Micro Hei", simsun, sans-serif;
	letter-spacing: .5px;
	outline: none;
}

html,
body {
	background: #FAFAFA;
	height: 100%;
}


p {
	text-align: justify;
	text-justify: inter-ideograph;
}

em {
	font-style: inherit;
}

@media screen and (max-width: 1400px) {
	body {
		width: 1400px;
	}
}

.container {
	width: 1320px;
	margin-right: auto;
	margin-left: auto;
	max-width: none !important;
}

.heard {
	height: 64px;
	webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12), inset 0 -1px 0 0 #dadce0;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12), inset 0 -1px 0 0 #dadce0;
	padding: 0 24px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #FFFFFF;
	/*z-index:2;*/
}



.heard img {
	width: 28px;
	height: 28px;
	overflow: hidden;
	display: inline-block;
	margin: 15px 10px 0 0;
	float: left;
}

.heard p {
	display: inline-block;
	line-height: 64px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	color: black;
}

	.heard a.btn-a {
		float: right;
	}

		.heard a.btn-a span {
			/*width: 148px;*/
			height: 46px;
			line-height: 46px;
			text-align: center;
			background: #98e775;
			color: #ffffff;
			background: rgba(51, 153, 255, 1);
			background: linear-gradient(180deg, rgba(51, 153, 255, 1), rgb(26, 115, 232));
			display: inline-block;
			font-weight: bold;
			border-radius: 4px;
			transition: all 0.3s;
			margin: 9px 0;
		}

		.heard a.btn-a:hover span {
			background: #174ea6;
		}

.case-home {
}

	.case-home .container {
		width: 100%;
		background: linear-gradient(15.69deg, #e8f0fe 10.16%, rgba(255,255,255,0) 89.84%);
		min-height: calc(85vh - 64px);
		overflow: hidden;
		position: relative;
		height: 100%;
		padding-top: 85px;
		display: inline-block;
		min-height: 100vh;
	}

.mid {
	/*width: 759px;*/
	display: block;
	text-align: center;
	margin: 0 auto;
}

.case-one img {
	width: 68px;
	height: 68px;
	display: block;
	margin: 32px auto 0;
}

.case-one h1 {
	font-size: 3.25rem;
	text-align: center;
	font-family: "Google Sans",Arial,sans-serif;
	font-weight: normal;
	letter-spacing: 3px;
	margin-top: 14px;
	margin-bottom: 12px;
	color: #000000;
}

.case-one .pdiv {
	text-align: center;
	width: 400px;
	margin: auto;
}
.case-one p {
	color: #3c4043;
	text-align: center;
	font-size: .625rem;
	line-height: .875rem;
	letter-spacing: .2px;
	margin: 20px auto;
	max-width: 400px;
	text-align: center;
}


.case-one .btn-box {
	padding: 0 100px;
	margin-top: 27px;
}

.case-one a.btn-xz {
	width: 148px;
	background: #1967d2;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	margin: 0 30px;
	font-size: 1rem;
	line-height: 46px;
	border: none;
	border-radius: 32px;
	cursor: pointer;
	font-weight: 500;
	height: 46px;
	outline: none;
}

	.case-one a.btn-xz:hover {
		background: #174ea6;
	}

.case-one a.sixfour {
	background: #33cc66;
	background: linear-gradient(180deg, rgba(51, 204, 102, 1), rgb(35, 171, 31));
}

	.case-one a.sixfour:hover {
		background: #2a944d;
	}

.case-two {
	/*margin: 40px auto 30px;*/
}

	.case-two p {
		text-align: center;
		font-size: 13px;
	}

.case-three {
	margin-top: 65px;
}

	.case-three span {
		width: auto;
		display: block;
		margin: 8px auto;
		padding-left: 25px;
	}

		.case-three span i {
			width: 20px;
			height: 20px;
			background: url(../images/yes.png) no-repeat;
			background-size: 100% auto;
			display: inline-block;
			float: left;
			margin-right: 8px;
		}

		.case-three span.no i {
			background: url(../images/no.png) no-repeat;
			background-size: 100% auto;
		}

		.case-three span p {
			font-size: 16px;
			height: 20px;
			line-height: 20px;
			display: inline-block;
		}


.case-four {
	margin-top: 50px;
}

a#btn-next {
	width: 58px;
	height: 58px;
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(7, 49, 82, 0.34);
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}


	a#btn-next i {
		width: 22px;
		height: 22px;
		margin: 26px auto 12px;
		background: url(../images/next.png) no-repeat;
		background-size: 100% auto;
		display: block;
	}

.case-page {
	background: #FFFFFF;
	padding: 25px 0;
}
.page-one{
	padding: 35px 0;
}

.page-one .left-a {
	width: 600px;
	display: inline-block;
	float: left;
}

.page-one .box {
	width: 409px;
	margin-left: 180px;
}

	.page-one .box p {
		font-size: 2.7rem;
		color: #000000;
		font-family: "Google Sans",Arial,sans-serif;
		font-weight: normal;
		letter-spacing: 0;
		margin-top: 15px;
		margin-bottom: 25px;
	}

	.page-one .box i {
		margin-top: 100px;
		display: inline-block;
		width: 72px;
		height: 72px;
		background: rgb(241, 243, 244);
		border-radius: 50%;
	}

		.page-one .box i em {
			width: 45px;
			height: 45px;

			background-size: 100% auto;
			margin: 10px auto;
			display: block;
		}

.page-two .box i em {
	width: 50px;
	height: 50px;
	margin: 10px auto;
	background: rgb(66,133,244);
	position: relative;
	border-radius: 50%;
}

	.page-two .box i em::after {
		width: 28px;
		height: 28px;

		background-size: 100% auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 10px auto;
		content: "";
	}

.page-three .box i em {

	background-size: 100% auto;
	margin: 14px auto 0;
}

.page-one .box span {
	font-size: .875rem;
	line-height: 1.5rem;
	letter-spacing: .01562rem;
	color: #3c4043;
	font-family: "Roboto",sans-serif;
}


.page-one .right-a {
	display: inline-block;
	margin-left: 90px;
}

.page-two .left-a {
	padding-left: 10px;
	float: right;
}

	.page-two .left-a .box {
		margin-left: 50px;
	}

.case-search {
	height: 800px;
	background-color: #1967d2;
}
	.case-search .case-search-left {
		float: left;
		margin: auto 270px;
		top:40%;
		position:relative;
		width: 355px;
	}

.case-search .case-search-right {
	overflow:hidden;

}
	.case-search .case-search-right img {
		position: relative;
		padding: 10px 10px 15px;
		border: none;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
		z-index: 1;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.case-search .case-search-right .pic1 {
		position:relative;
		left:14%;
	
	}
	.case-search .case-search-right .pic2 {
		position: relative;
		width:600px;
		bottom:50%;
		left:30%;
	}
	.case-search .case-search-right .pic3 {
		position: relative;			
		width:800px;
		left:20%;
		top:10%;
		
	}

	.case-search .case-search-get {
		height: 112px;
		width: 355px;
		text-align: center;
		color: #FFFFFF;
		font-size: 36px;
	}
	.case-search .case-search-get p {
		
	}

.case-search-btn {
	width: 188px;
	background: #fff;
	display: inline-block;
	color: #1967d2;
	text-align: center;
	margin: 0 30px;
	font-size: 1rem;
	line-height: 56px;
	border: none;
	border-radius: 32px;
	cursor: pointer;
	font-weight: 800;
	height: 56px;
	outline: none;
	
}
.footer {
	margin: 0 auto;
	border-bottom: 1px solid #bdc0c5;
	max-width: 1440px;
	padding: 50px 32px;
	width: 100%;
	height: 150px;
	background: #fff;
	background-size: 30% auto;
}

	.footer .box {
		width: 1200px;
		display: block;
		margin: 0 auto;
		background-size: 30% auto;
		height: 150px;
	}

		.footer .box span {
			width: 100%;
			text-align: center;
			color: #000;
			font-size: 32px;
			margin-top: 30px;
			letter-spacing: 2px;
			display: inline-block;
		}

		.footer .box a.btn-a {
			width: 152px;
			height: 46px;
			border: 2px solid #FFFFFF;
			display: block;
			margin: 20px auto;
			text-align: center;
			line-height: 46px;
			color: #000;
			font-weight: 800;
		}

			.footer .box a.btn-a:hover {
				background: #FFFFFF;
				color: #333333;
			}

		.footer .box p {
			width: 100%;
			text-align: left;
			color: #000;
			height: 30px;
			line-height: 30px;
		}

			.footer .box p a {
				color: #000;
			}

.btn1-box{
  

}

 a.btn1-xz {
	width: 195.5px;
	background: #fff;
	display: inline-block;
	color: #1967d2;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;

	font-size: 1rem;
	line-height: 46px;
	border: none;
	border-radius: 32px;
	cursor: pointer;
	font-weight: 500;
	height: 46px;
	outline: none;
}
a.aused:link {
	color: #fff;
}

a.aused:visited {
	color: #fff;
}

a.aused:hover {
	color: #fff;
}

a.aused:active {
	color: #fff;
}	