.baidu_banner img{
	width: 100%;
}
.baidu_head{
	text-align: center;
	line-height: 35px;
	font-size: 18px;
}
.baidu_head span{
	color: #3245df;
}


.baidu_info{
	padding: 10px 3%;
}
.baidu_info_img img{
	width: 100%;
	padding: 6px 0px 3px;
}

.baidu_info_list ul{
	display: flex;
	padding: 20px 0px 8px;
	justify-content: space-around;
}
.baidu_info_list ul li{
	width: 33%;
	line-height: 25px;
	text-align: center;
	color: #666;
}
.baidu_info_list ul li h2{
	font-size: 24px;
	color: #4581fb;
}
.baidu_info_list ul li h2 small{
	font-size: 14px;
}


.baidu_img_list ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 20px 3% 10px;
	text-align: center;
}
.baidu_img_list ul li{
	width: 33%;
	margin-bottom: 10px;
}
.baidu_img_list ul li img{
	width: 60%;
}
.baidu_show_list ul{
	padding: 15px 0px;
	position: relative;
	height: 240px;
	overflow: hidden;
}
.baidu_show_list ul li{
	text-align: center;
	padding: 0px 3%;
	position: absolute;
	top: 0px;
	width: 94%;
	height: 120px;
}
.baidu_show_list ul li h2{
	font-size: 18px;
	line-height: 25px;
}
.baidu_show_list ul li span img{
	width: 100%;
	padding: 10px 0px 0px;
}

.baidu_show_list ol{
	text-align: center;
}
.baidu_show_list ol li{
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 8px;
	display: inline-block;
}
.baidu_show_list ol li.on{
	background: #4581fb;
}

.baidu_case{
	margin: 20px 3%;
	overflow: hidden;
}
.baidu_case_list ul{
	position: relative;
	height: 180px;
	overflow: hidden;
}
.baidu_case_list ul li{
	width: 46%;
	padding: 0px 2%;
	float: left;
	position: absolute;
	left: 100%;
}
.baidu_case_list ul li:first-child{
	left:-25%;
	transform: scale(0.9)
}
.baidu_case_list ul li:first-child +li{
	left:25%;
}
.baidu_case_list ul li:first-child +li +li{
	left:75%;
	transform: scale(0.9)
}
.baidu_case_list ul li img{
	width: 100%
}
.baidu_case_list ol{
	text-align: center;
	margin-top: 10px;
}
.baidu_case_list ol li{
	display: inline-block;
	width: 15%;
	height: 3px;
	background: #ccc;
}
.baidu_case_list ol li.on{
	background: #4581fb;
}



.soso_form{
	padding: 0px 3%;
}
.soso_form .soso_form_input p{
	border: 1px solid #ccc;
	height: 45px;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
}
.soso_form .soso_form_input p span{
	float: left;
	width: 35px;
	text-align: center;
	padding-top: 6px;
}
.soso_form .soso_form_input p input{
	width: calc(100% - 50px);
	float: left;
	height: 45px;
	border: 0px;
	outline: 0px;
	padding-left: 10px;
}
.soso_form .sub{
	width: 100%;
	height: 45px;
	background: #4581fb;
	text-align: center;
	line-height: 45px;
	border-radius: 4px;
	color: #fff;
}