
*{
    margin: 0;
    padding: 0;
}
.banner{
	background: url(../images/banner.png) no-repeat center center;
	height: 550px;
	min-width: 1200px;
}
.banner>a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.wap{
	background: #0d006d;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.part1{
	padding-top: 60px;
}
.part1 .con1{
	width: 1200px;
	height: 640px;
	background: linear-gradient(to left,#FFFACF,#FBDE9A);
	border-radius: 20px;
	margin-top: 120px;
	position: relative;
}
.part1 .con1>div{
	width: 510px;
	height: 170px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background: linear-gradient(to left,#A808ED,#3C0AC0);
	position: absolute;
	right: 0;
	bottom: 130px;
}
.part1 .con1>div p{
	font-size: 26px;
	color: #fff;
	line-height: 28px;
	margin: 20px 0 0 50px;
}
.part1 .con1 .zc{
	position: absolute;
	right: 37px;
	top: -120px;
}
.part1 .con1 .pick1{
	margin: 90px 0 0 70px;
}
.part1 .con1>p{
	font-size: 30px;
	color: #000;
	width: 550px;
	line-height: 46px;
	margin: 50px 0 0 70px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.part1 .con1>a{
	text-align: center;
	width: 490px;
	height: 60px;
	background: linear-gradient(to left,#A808ED,#3C0AC0);
	border-radius: 10px;
	margin: 30px auto;
	line-height: 60px;
	font-size: 26px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
}
.part2{
	margin-top: 60px;
}
.part3{
	background: url(../images/bg3.png)no-repeat center center;
	height: 282px;
	margin-top: 60px;
}
.part3 .top_input{
	display: flex;
	justify-content: space-between;
	padding: 50px 70px 0 70px;
}
.part3 .top_input div{
	display: flex;
	justify-content: space-between;
	width: 500px;
	height: 55px;
}
/* /去除蓝色边框/ */
input{border:0;outline:none;}
.part3 .top_input img{
	width: 36px;
	height: 36px;
	margin-top: 8px;
}
.part3 .top_input p{
	font-size: 28px;
	color: #000;
	font-weight: bold;
	line-height: 55px;
}
.part3 .top_input input{
	width: 377px;
	height: 55px;
	background: url(../images/pick3.png)no-repeat center center;
	border: 0;
	padding-left: 20px;
	box-sizing: border-box;
}
.btn_input{
	text-align: center;
	width: 490px;
	height: 60px;
	background: linear-gradient(to left,#A808ED,#3C0AC0);
	border-radius: 10px;
	margin: 50px auto;
	line-height: 60px;
	font-size: 26px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
}
.part4{
	background: url(../images/pick6.png) no-repeat center center;
	height: 460px;
	min-width: 1200px;
}