.hengxian {
	background-color: #FFFF18;
	height: 3px;
	width: 50px;
	margin: 0 auto;
	margin-top: 30px;
}

.poster {
	position: relative;
}

.poster1 {
	width: 90%;
	height: 100%;
	max-width: 1400px;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translateX(-50%);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.poster img {
	width: 100%;
}

.poster1 h1 {
	color: #fff;
	font-size: 60px;
}
.poster1 h3 {
	color: #fff;
	font-size: 20px;
	font-family: none;
	font-weight: 400;
}

.FAQsDiv, .getPlabQuoteDiv {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
}


.FAQs {
	
}
.FAQsDiv {
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 100px 10px;
}
.FAQsDiv .FAQ-cont{
	margin-top: 80px;
}

.FAQsDiv dl {
	padding: 30px 50px;
	background-color: #F5F7FA;
	margin-bottom: 30px;
}
.FAQsDiv dl dt{
	font-size: 24px;
	line-height: 36px;
	flex-direction: row;
	font-weight: bolder;
}
.FAQsDiv dl dt span {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #285BDC;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 5px;
	font-weight: normal;
}
.FAQsDiv dl dd {
	line-height: 1.8;
	padding-top: 0.8rem;
}
.FAQsDiv dl dd p{
	font-size: 18px;
	line-height: 32px;
	color: #646464;
}

.getPlabQuote {
	background-color: #F0F5FB;
}
.getPlabQuoteDiv {
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 100px 10px;
}

.getPlabQuoteDiv > dl {
	display: flex;
	gap: 12%;
	margin-top: 80px;
}
.getPlabQuoteDiv > dl > dt {
	flex: 0.58;
}
.getPlabQuoteDiv > dl > dd {
	flex: 0.42;
}
.getPlabQuoteDiv > dl > dt {
	position: relative;
}
.kefuico {
	position: absolute;
	left: 82.5%;
	top: 7%;
	width: 25%;
}
.kefuico img {
	width: 100%;
}
.getPlabQuoteDiv > dl > dt h2 {
	width: 100%;
	background-color: #285BDC;
	color: #fff;
	border-radius: 10px;
	font-size: 20px;
	font-weight: normal;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.getPlabQuoteDiv .process {
	margin-top: 40px;
	border-radius: 20px;
	background-image: url(../_image/get_plan_07.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 1.5rem 8rem 0 2.5rem;
}
.getPlabQuoteDiv .process li {
	padding-top: 2rem;
	color: #fff;
}
.getPlabQuoteDiv .process li h3 {
	font-size: 20px;
	display: flex;
	flex-direction: row;
}
.getPlabQuoteDiv .process li h3 i {
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 1px 2px;
	font-weight: normal;
	width: 15px;
	height: 15px;
	font-size: 10px;
	line-height: 10px;
	margin-right: 10px;
	text-indent: 0.5px;
	margin-top: 10px;
}
.getPlabQuoteDiv .process li p {
	margin-left: 20px;
	border-bottom: 1px dotted #ffffff8c;
	padding-bottom: 40px;
	font-size: 18px;
	margin-top: 10px;
}
.getPlabQuoteDiv .process li:nth-of-type(3) p {
	border-bottom: none;
}

.contactusDiv {
	margin-top: 40px;
	border-radius: 10px;
	background-color: #fff;
	padding: 1.7rem 1.7rem 1rem 1.7rem;
}
.contactusDiv dl {
	display: flex;
	flex-direction: row;
	
}
.contactusDiv dl dt{
	flex: 1;
	margin-right: 20px;
}
.contactusDiv dl dt .prompt {
	color: #666;
	padding-bottom: 1rem;
	font-size: 16px;
}
.contactusDiv dl dt .informations{
	color: #333;
	font-size: 18px;
}
.contactusDiv dl dd p{
	font-size: 14px;
	text-align: center;
}
.contactusDiv dl dd img{
	max-width: 90px;
}

.getPlabQuoteDiv > dl > dd h3 {
	display: flex;
	height: 54px;
	width: 100%;
	background-color: #285BDC;
	color: #fff;
	border-radius: 10px;
	font-size: 20px;
	font-weight: normal;
	align-items: center;
	justify-content: center;
}
.getPlabQuoteDiv .form {
	margin-top: 40px;
}
.getPlabQuoteDiv .form li {
	padding-bottom: 20px;
}
.getPlabQuoteDiv .form li label {
	padding-bottom: 0.5rem;
	font-size: 18px;
}
.getPlabQuoteDiv .form li label i {
	font-style: normal;
	color: #f00;
	margin-right: 0.5rem;
}
.getPlabQuoteDiv .form li input {
	padding: 0 1rem;
	border-radius: 0.3rem;
	border: 1px solid #666;
	width: 100%;
	margin-top: 8px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
}
.getPlabQuoteDiv .form li h4 {
	padding-bottom: 1rem;
	font-size: 18px;
}
.checkList2{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.checkList2 .check-item{
	 display: flex;
	 flex-direction: row;
	 align-items: center;
}
.getPlabQuoteDiv .form li.checkList2 .check-item input{
	height: auto;
	padding: 0;
	width: auto;
	margin: 0 ;
}
.getPlabQuoteDiv .form li.checkList2 .check-item{
	margin-right: 20px;
}
.getPlabQuoteDiv .form li.checkList2 .check-item label{
	padding: 0;
	margin-left: 5px;
}
.getPlabQuoteDiv button {
	width: 100%;
	background-color: #285BDC;
	color: #fff;
	border-radius: 3rem;
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	cursor: pointer;
}

.success{
	background-color: #F5F7FA;
}

@media screen and (max-width:1300px){
	.poster1 h1{
		font-size: 48px;
	}
	.poster1 h3{
		font-size: 16px;
	}
	
	.getPlabQuoteDiv > dl{
		gap: 50px;
	}
}
@media screen and (max-width:1024px){
	.poster1 h1{
		font-size: 38px;
	}
	.poster1 h3{
		font-size: 12px;
	}
	.hengxian{
		margin-top: 20px;
		width: 40px;
	}
	
	.FAQsDiv{
		padding: 80px 10px;
	}
	.FAQsDiv dl{
		padding: 20px 30px;
	}
	.FAQsDiv dl dt{
		font-size: 20px;
		line-height: 32px;
	}
	.FAQsDiv dl dt span{
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.FAQsDiv dl dd p{
		font-size: 16px;
		line-height: 28px;
	}
	
	.getPlabQuoteDiv{
		padding: 80px 10px;
	}
	.getPlabQuoteDiv > dl{
		display: block;
		gap: 0;
	}
	.getPlabQuoteDiv > dl > dd{
		margin-top: 40px;
	}
}
@media screen and (max-width:768px){
	.poster1 h1{
		font-size: 30px;
	}
	.poster1 h3{
		font-size: 0.625rem;
	}
	.hengxian{
		margin-top: 15px;
		width: 30px;
		height: 2px;
	}
	
	.FAQsDiv{
		padding: 40px 10px;
	}
	.FAQsDiv .FAQ-cont{
		margin-top: 40px;
	}
	.FAQsDiv dl{
		padding: 15px 20px;
	}
	.FAQsDiv dl dt{
		font-size: 18px;
		line-height: 30px;
	}
	.FAQsDiv dl dt span{
		width: 22px;
		height: 22px;
		line-height: 22px;
	}
	.FAQsDiv dl dd p{
		font-size: 14px;
		line-height: 24px;
	}
	
	.getPlabQuoteDiv{
		padding: 40px 10px;
	}
	.getPlabQuoteDiv > dl{
		margin-top: 40px;
	}
	.getPlabQuoteDiv > dl > dt h2{
		font-size: 16px;
		height: 44px;
	}
	.getPlabQuoteDiv .process{
		padding: 20px;
	}
	.getPlabQuoteDiv .process li h3{
		font-size: 18px;
	}
	.getPlabQuoteDiv .process li h3 i{
		margin-top: 4px;
		margin-right: 5px;
		width: 12px;
		height: 12px;
		font-size: 5px;
	}
	.getPlabQuoteDiv .process li p{
		font-size: 14px;
		padding-bottom: 20px;
	}
	.getPlabQuoteDiv > dl > dd h3{
		font-size: 16px;
		height: 44px;
	}
	.contactusDiv dl{
		display: block;
	}
	.contactusDiv dl dt .prompt{
		font-size: 14px;
	}
	.contactusDiv dl dt .informations{
		font-size: 14px;
	}
	.contactusDiv dl dd p{
		text-align: left;
	}
	.contactusDiv dl dd{
		margin-top: 20px;
	}
	.getPlabQuoteDiv .form li label{
		font-size: 16px;
	}
	.getPlabQuoteDiv .form li input{
		font-size: 16px;
		height: 38px;
		line-height: 38px;
	}
	.getPlabQuoteDiv .form li h4{
		font-size: 16px;
	}
	.getPlabQuoteDiv .form li:nth-of-type(5) label{
		font-size: 14px;
	}
	.getPlabQuoteDiv button{
		height: 48px;
		font-size: 20px;
	}
	
	.contactusDiv dl dt{
		margin-right: 0;
	}
}
@media screen and (max-width:480px){
	.poster1 h1{
		font-size: 24px;
	}
	.poster1 h3{
		font-size: 12px;
	}
	.hengxian{
		margin-top: 10px;
		width: 20px;
		height: 1px;
	}
	
	.getPlabQuoteDiv .form li.checkList2 .check-item{
		margin-right: 10px;
	}
	
	.FAQsDiv{
		padding: 20px 10px;
	}
	.FAQsDiv .FAQ-cont{
		margin-top: 20px;
	}
	
	.getPlabQuoteDiv{
		padding: 20px 10px;
	}
	.getPlabQuoteDiv > dl{
		margin-top: 20px;
	}
	
	.getPlabQuoteDiv .process{
		margin-top: 20px;
	}
	
	.contactusDiv{
		margin-top: 20px;
	}
	
	.getPlabQuoteDiv > dl > dd{
		margin-top: 20px;
	}
	
	.getPlabQuoteDiv .form{
		margin-top: 20px;
	}
	
	.contactusDiv dl dt .prompt br{
		display: none;
	}
}