
@media screen and (min-width:751px){
	.banner {
	width: 100%;
	height: 604px;
	position: relative;
	background: url(../img/searchBg1.jpg) no-repeat center;
}

.mobile {display: none;}
.pc {display: block;}

.banner .bannerText {
	width: 584px;
	position: absolute;
	top: 110px;
	left: 50%;
	color: #fff;
}
.bannerText h3 {
	font-weight: bold;
	font-size: 60px;
}
.bannerText p {
	font-size: 30px;
	padding-top: 30px;
	padding-bottom: 26px;
	color: #fff;
}
.bannerText a {
	width: 280px;
	height: 64px;
	color: #333;
	background: #00eaff;
	text-align: center;
	line-height: 64px;
	font-size: 30px;
	display: block;
	margin-top: 30px;
}
.bannerText dl dd {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
}
.light {
	width: 1226px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.light h3 {
	font-size: 30px;
	width: 100%;
	padding-top: 85px;
}
.light ul {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.light ul li {
	width: 220px;
	text-align: center;
}
.light ul li img {
	padding-bottom: 42px;
}
.light ul li h4 {
	font-size: 20px;
}
.light ul li p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #888888;
}

.intent {
	width: 100%;
	height: auto;
	background: #fafafa;
}
.intents {
	width: 100%;
	height: auto;
}
.intent1,.intent2 {
	width: 1226px;
	height: auto;
	margin: 0 auto;
	position: relative
}
.intent img ,.intents img{
	position: relative;
	top: 0;
	padding: 145px 0;
	margin: 0;
}
.intent img {
	left: 50%;
	margin-left: -60px;
}
.intent dl {
	width: 395px;
	height: auto;
	position: absolute;
	top: 34%;
	left: 30px;
}
 .intents dl{
	width: 395px;
	height: auto;
	position: absolute;
	top: 34%;
	right: 30px;
}
.intents img {
	left: 0;
}
,.intents dl {
	width: 395px;
	height: auto;
	position: absolute;
	top: 34%;
	right: 0;
}

.intent dl dt , .intents dl dt {
	font-size: 30px;
	line-height: 52px;
	font-weight: normal;
}
.intent dl dt:nth-child(2) ,.intents dl dt:nth-child(2) {
	padding-bottom: 26px;
	position: relative;
}
.intent dl dt:nth-child(2):after ,.intents dl dt:nth-child(2):after{
	position: absolute;
	content: '';
	bottom: 0;
	width: 148px;
	height: 3px;
	background: #d2d2d2;
	left: 0;
}
.intent dl dd , .intents dl dd {
	line-height: 28px;
	padding-top: 40px;
	color: #888888;
	font-size: 16px;
}
}


@media screen and (max-width:1226px) and (min-width:750px) {
	.light {width:100%;}
	.intent1, .intent2 {width:100%;}
	.intent img, .intents img {width:50%;}
}

@media screen and (max-width:750px) {
	.mbanner {background:url('../img/searchmbg.jpg') no-repeat center; background-size:cover; color:#fff;}
	.mbanner h3 {font-size:.6rem;padding-top: .4rem; font-weight: bold;}
	.mbanner h4 {font-size: .38rem;padding-top: .4rem;color:#fff;}
	.mbanner p {font-size: .22rem; line-height: .34rem; width: 73%; padding-top:.15rem;color:#fff; margin:0 auto;}
	.mbanner a {margin-top: .2rem;color:#fff;background:#5eaeeb;background:#00eaff;color:#040404;margin-top: .44rem;}

	.light {width:100%; height:auto; overflow: hidden; box-sizing: border-box; padding:0 .24rem; text-align: center; position: relative;}
	.light h3 {font-size:.34rem;padding-top:.48rem;font-weight: bold;}
	.light ul {width:100%; height:auto; padding-top:.45rem; display: flex; flex-wrap: wrap; justify-content: space-between;}
	.light ul li {width:3.2rem; margin-bottom:.58rem;}
	.light ul li:nth-child(3) , .light ul li:nth-child(4) {
		margin-bottom: .38rem;
	}
	.light ul li img {width: 1.2rem;margin-bottom:.25rem;}
	.light ul li h4 {font-size:.28rem;padding-bottom: .12rem;font-weight: bold;}
	.light ul li p {text-align: left;line-height: .38rem;font-size: .24rem;color:#888888;}

	.intent {background:#fafafa;}
	.intent , .intents {width:100%; height:auto; overflow: hidden; box-sizing: border-box; padding:0 .24rem; position: relative;}
	.intent h3 , .intents h3 {font-size:.32rem;padding-top:.2rem;line-height: .9rem;position:relative;margin-left:.15rem;color:#333;font-weight: bold;}
	.intent h3::after , .intents h3::after {content:''; position: absolute; bottom:0; left:0; background:#d2d2d2; width:1.48rem; height:.03rem;}
    .intent p, .intents p {margin-left:.15rem; padding-top:.18rem; line-height: .42rem; font-size:.26rem; color:#888888;}
    .intent img , .intents img {width: 90%;margin-top:.6rem;margin-bottom: .45rem;}

}