@charset "utf-8";
body{
	background: #f6f7fa;
}
.block1{
	width: 1035px;
	margin: 35px auto;
}
h2{
	color: #393836;
	font-size: 32px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 165px;
}
.block1 p{
	font-size: 16px;
	color: #272e3a;
	margin-bottom: 20px;
	
}
.block1 ul li{
	font-size: 14px;
	color: #272e3a;
}

.block2{
	width: 1135px;
	margin: 0 auto;
}
.block2 .tabbox{
	width: 1000px;
	height: 44px;
	overflow: hidden;
	border-radius: 14px;
	border: 1px solid #f1f1f1;
	line-height: 44px;
}
.block2 .tabbox .tab{
	width: 20%;
	text-align: center;
	float: left;
	color: #999;
	cursor: pointer;
}
.block2 .tabbox .select{
	background: #1580e4;
	color: #fff;
}
.block2  .textimg{
	overflow: hidden;
	margin: 60px 0;
	display: none;
	
}
.block2  .textimg:first-child{
	display: block;
}
.block2  .textimg .text{
	overflow: hidden;
	width: 440px;
	float: left;
}
.block2  .textimg .text div{
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
}
.block2  .textimg .text h4{
	font-size: 24px;
	color: #444444;
	height: 58px;
	line-height: 58px;
	cursor: pointer;
}

.block2  .textimg .text h4 b.gao{
	color: #158ee9;
}

.block2  .textimg .text h4 span{
	font-size: 30px;
	display: inline-block;
	width: 24px;
	text-align: center;
	margin-right: 8px;
}
.block2  .textimg .text p{
	color: #444444;
	font-size: 12px;
	display: none;
	padding-bottom: 15px;
}

.block2  .textimg .imgs{
	overflow: hidden;
	width: 490px;
	float: right;
}
.block2  .textimg .imgs img{
	width: 100%;
	height: 420px;
}
.block3{
	height: 650px;
	background: #f6f7fa;
	width: 100%;
}
.block3>div{
	width: 1135px;
	margin: 0 auto;
}

.block3 .linebox{
	overflow: hidden;
	width: 1145px;
}
.block3 .linebox .line{
	width: 365px;
	float: left;
	height: 422px;
	background: #fff;
	margin-right: 25px;
	padding-top: 25px;
	border-radius: 8px;
}
.block3 .linebox .line:last-child{
	margin-right: 0;
}
.block3 .linebox .line .header{
	height: 82px;
	line-height: 82px;
	margin-bottom: 28px;
}
.block3 .linebox .line .header div{
	float: left;
	width: 82px;
	height: 82px;
	box-shadow: 3px 3px 5px #888888;
	margin-right: 20px;
	margin-left: 42px;
	border-radius: 50%;
	overflow: hidden;
}
.block3 .linebox .line .header div img{
	width: 100%;
	height: 100%;
	
}
.block3 .linebox .line .header h4{
	color: #393836;
	font-size: 16px;
}
.block3 .linebox .line h5{
	color: #1580e4;
	font-size: 24px;
	text-align: center;
	margin-bottom: 45px;
}
.block3 .linebox .line p{
	font-size: 12px;
	color: #333;
	line-height: 24px;
	width: 300px;
	margin: 0 auto;
}
