@import url("./clear.css");
@import url("headAndFoot.css");

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAfUlEQVQoU42Quw0CQQxEPTHhxVRAP3TgWZGTI8iJ0c4Gl9MPDZBTg9Ei9iQ+gSd+Gr8xLBkkOcuDJA9mtpG0/ddO8mpmt1djKWWOiNU3PCBJx+W0u18ATAPuUEQ8Wmu7Xvbh6O5nAOu3wl3Sfuj8jCF5AhC11u6+JL86+8cntm4ovNfRdAUAAAAASUVORK5CYII=") no-repeat;
  background-position: right 10px center;
}

.childRearingSubsidyBox{
	padding-top: 150px;
	width: 500px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.childRearingSubsidyTitle{
	font-size: 18PX;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 20PX;
}
.input-group{
	margin-bottom: 40PX;
	display: flex;
	justify-content: center;
	align-items: center;
}
.childRearingSubsidyLabel{
	font-size: 14px;
	color: #333333;
}
.childRearingSubsidySelect{
	width: 80px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e5e5e5;
	margin-left: 20px;
	border-radius: 2px;
	padding-left: 10px;
	color: #666666;
}
.calculateButton{
	width: 80px;
	height: 32px;
	background-color: #368AC0;
	border: 0px;
	color: #ffffff;
	border-radius: 2px;
	margin-bottom: 40px;
}
.childRearingSubsidyResult{
	width: 400PX;
	height: 150PX;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	display: none;
}
.childRearingSubsidyResult > p{
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	font-weight: normal;
}
.focus {
	/* height: 900px; */
	width: 100%;
	margin: 0 auto;
}

.focus img {
	display: block;
margin: 0 auto;
}

.news {
	overflow: hidden;
}

.banner1 {
	height: 1008px;
	width: 100%;
	background: #ffffff;
}

.banner2 {
	height: 600px;
	width: 100%;
	background: #F2F9FC;
}

.banner3 {
	height: 644px;
	width: 100%;
	background: #ffffff;
}

.banner4 {
	height: 795px;
	width: 100%;

	background: #F8FCF7;
}

.news>.content>h2 {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}

.news>.content>p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-top: 18px;
	text-align: center;
}

.news>.content {
	width: 1190px;
	margin: 0 auto;
	margin-top: 80px;
}

.news>.content>.separate {
	height: 2px;
	width: 100%;
	background: #E5E5E5;
	position: relative;
}

.news>.content>.separate>.swag {
	width: 100px;
	height: 4px;
	background: #368AC0;
	position: absolute;
	left: 540px;
	top: -1px;
}

.banner1 .planBox {
	width: 1190px;
	margin: 0 auto;
	margin-top: 54px;
	height: 700px;
	display: flex;
}

.banner1 .planBox>div {
	position: relative;
	width: 575px;
	height: 700px;
}

.banner1 .planBox ul {
	z-index: 999;
	position: absolute;
	box-sizing: border-box;
	padding: 50px 0;
}

.banner1 .plan1 ul>li:nth-of-type(2) {
	margin: 110px 0;
}

.banner1 .plan2 ul>li:nth-of-type(2) {
	margin-top: 30px;
	margin-bottom: 30px;
}

.banner1 .plan2 ul>li:nth-of-type(3) {
	margin-top: 30px;
	margin-bottom: 30px;
}

.banner1 .planBox ul>li {
	display: flex;
}

.planBox .text {
	margin-left: 10px;
	margin-right: 20px;
}

.planBox .text h3 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
	margin-bottom: 9px;
}

.planBox .text p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
	margin-bottom: 14px;
}

.banner1 .planBox ul>li img {
	width: 130px;
	height: 130px;
}

.banner1 .planBox>div:last-child {
	margin-left: 35px;
}

.banner1 .planBox .boxBorder {
	width: 520px;
	height: 700px;
	position: absolute;
	left: 55px;
	top: -2px;
	z-index: 1;
}

.banner1 .planTitle {
	width: 180px;
	height: 53px;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 53px;
	left: 220px;
	top: -28px;
	z-index: 99;
	text-align: center;
	position: absolute;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner1 .plan1 .planTitle {
	color: #F7BA00;
}

.banner1 .plan1 .titleRadius {
	background: #F7BA00;
}

.banner1 .plan2 .planTitle {
	color: #368AC0;
}

.banner1 .plan2 .titleRadius {

	background: #368AC0;
}

.planTitle .titleRadius {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 10px;
}

.planTitle .titleRadius:nth-last-of-type(1) {
	margin-right: 10px;
}

.plan1 .boxBorder {
	border: 2px solid #F7BA00;
}

.plan2 .boxBorder {
	border: 2px solid #368AC0;
}

.banner2 .product {
	width: 1190px;
	margin-top: 40px;
}

.banner2 .product ul li {
	display: inline-block;
	height: 306px;
	width: 270px;
	margin-right: 37px;
}

.banner2 .product ul li img {
	width: 270px;
	height: 270px;
	margin-bottom: 16px;
}

.banner2 .product ul li p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	text-align: center;
	line-height: 20px;
}

.banner3 .case {
	width: 1190px;
	margin-top: 40px;
}

.banner3 .case ul li {
	display: inline-block;
	height: 350px;
	width: 371px;
	margin-right: 37px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.18);
}

.banner3 .case ul li img {
	width: 371px;
	height: 281px;
	margin-bottom: 10px;
}

.banner3 .case ul li p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	text-align: center;
}

.banner4 .design {
	width: 1150px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.design>div {
	width: 560px;
	height: 500px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}

.design>div>div:first-child {
	height: 259px;
	box-sizing: border-box;
	padding: 30px 20px 18px 20px;
	background: #FFFFFF;
}

.design>div>div>div {
	display: flex;
}

.design p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
}

.design>div>div>div img {
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.design>div h3 {
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 120px;
}
