﻿.tencent_banner img{
	width: 100%;
}

.tencent_top{
	padding: 10px 3%;
}
.tencent_top h2{
	font-size: 18px;
	color: #666;
	line-height: 35px;
}
.tencent_top p{
	color: #666;
}

.tencent_pro{
	padding: 15px 3%;
	background: #fff;
	text-align: center;
}
.tencent_pro h2{
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.tencent_pro p{
	color: #666;
}
.tencent_pro ul{
	padding-top: 10px;
}
.tencent_pro ul li{
	height:210px;
	
width:48%;float:left;margin-left:2%;
}
.tencent_pro ul li .ten_list_left{
	width: 100%;
	height:120px;border:1px solid #d0cfcf;
border-radius:10px;
	text-align:center
}
.tencent_pro ul li .ten_list_left img{
	margin-top:15px;
}
.tencent_pro ul li .ten_list_right{
	width: 97%;
	margin:10px auto;
	text-align: left;
}
.tencent_pro ul li .ten_list_right b{
	display: block;
	font-size: 16px;
	text-align: left;
	color: #666;
}
.tencent_pro ul li .ten_list_right span{
	color: #888;line-height:25px}
/* 三大定向 */
.ten_dx{
	background: #f6f6f6;
	padding: 20px 3%;
}
.ten_head{
	text-align: center;
	color: #666;
	font-size: 18px;
	line-height: 45px;
	font-weight: bold;
}
.ten_dx .ten_img {
	text-align: center;
	padding: 25px 0px 10px;
}
.ten_dx .ten_img img{
	width:80%;
}
.ten_dx .ten_type{
	display: flex;
	justify-content: space-around;
	background: #fff;
	line-height: 45px;
}
.ten_dx .ten_dx_btn{
	width: 100%;
	height: 45px;
	background: #44bbf5;
	margin-top: 12px;
	text-align: center;
	line-height: 45px;
	color: #fff;
}




.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: 125%;
}
.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: 10%;
	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: #44bbf5;
	text-align: center;
	line-height: 45px;
	border-radius: 4px;
	color: #fff;
}