
*{color:#333;}
.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: 190px;
	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;
}
.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) {
	.mobile {display: block;}
	.pc {display: none;}
	.banner {
    margin-top: 1.95rem;
    height: 6.04rem;
    text-align: center;
    box-sizing: border-box;
    padding: .2rem;
    }
    .banner .bannerText {    position: static;
    text-align: center;
    width: 100%;}
    .bannerText h3 {font-size:0.96rem;}
    .bannerText p {font-size:0.48rem;}
    .bannerText dl {display: none;}
    .bannerText a {width:2.8rem;margin: 0 auto;height: 1rem;line-height: 1rem;font-size: .4rem;border-radius: .2rem;}
    .light {
    	width: 100%;
    }
    .light h3 {
    	font-size: 0.6rem;
    	padding-top: 1.2rem;
    }
    .light ul {

box-sizing: border-box;

padding: .8rem .2rem 0;

justify-content: space-between;
}
    .light ul li {

width: 46%;

padding-bottom: .8rem;
}
    .light ul li img {

padding-bottom: .42rem;

width: 1.9rem;

}
    .light ul li h4 {

font-size: .4rem;

}
    .light ul li p {
    	
padding-top: .2rem;
    	
font-size: .28rem;
    	
line-height: .48rem;
    	
text-align: left;
    }
    .intent1, .intent2 {
    	
width: 100%;
    	
text-align: center;
    }
    .intent dl,.intents dl {

width: 100%;

position: static;

padding-top: 1.2rem;
}
    .intent,.intents {box-sizing: border-box;padding: 0 .2rem;}
    .intent img, .intents img {
    position: static;
    width: 100%;
    margin: 0 auto;
    padding: 1rem  0 1.5rem 0;
}
    .intent img {}
    .intent dl dt, .intents dl dt {
    font-size: .6rem;
    line-height: .88rem;
}
    .intent dl dt:nth-child(2):after, .intents dl dt:nth-child(2):after {display: none;}
    .intent dl dt:nth-child(2), .intents dl dt:nth-child(2) {padding-bottom:.26rem;}
    .intent dl dd, .intents dl dd {
    padding-top: .2rem;
}
}