﻿.row{
	background: #fff;
}
.row1,.row2,.row3{
	width: 100%;
	
	text-align: center;
}
.row2 h2{
	font-weight: 600;
	font-size:30px;
	font-family: "宋体"; 
	background: #fff;
	position: absolute;
	margin-left: -100px;
	width: 200px;
	left: 50%;
	margin-top: -15px;
	text-align: center;
}
.row2 hr{
	margin-top: 50px;
	width: 1000px;
	height:1px;/*是hr的高度*/
	border:none;/*是没有边框*/
	border-top:1px solid #ccc;/*是设置横线的样式*/
	/*dotted  虚线  #185598  颜色*/
}
.row2 ul{
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	margin-top: 100px;
	width: 1020px;
}
.row2 ul li {
	width: 298px;
	height:215px;
	float: left;
	padding: 50px 0 ;
	margin: 0 20px;
	border: 1px solid #ddd;
	background: #fff;
}
.row2 ul li h1{
	position: absolute;
	width: 100px;
	height:70px;
	padding: 15px 0;
	border-radius: 100px;
	border: 1px solid #ccc;
	background: #fff;
	margin-top: -100px;
	margin-left: 100px;
	text-align: center;
}
.row2 ul li h1 img{
	width: 70px;
	height:70px;
}
.row2 ul li h2{
	font-weight: 500;
	font-size:24px;
	font-family: "微软雅黑"; 
	background: #fff;
	position: relative;
	padding: 0;
	margin: 20px 0;
	width: 100%;
	left: 0;
}
.row2 ul li h3{
	width: 100px;
	height:35px;
	line-height: 35px;
	text-align: center;
	margin: 30px auto 0;
}
.row2 ul li h3 a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}
.row2 ul li p{
	margin: 0;
	font-size: 14px;
	color: #666; 
	height:20px;
}
.row2 ul li img{
	height:140px;
}
.row3 {
	padding: 50px 0;
}
.row3 h3{
	font-weight: 500;
	font-size: 26px;
}
.row3 table{
	margin: 0 auto;
}

.row3 table tr td input[type=text]{
	width: 200px;
	height:40px;
	border: 1px solid #ddd;
	padding: 0 10px;
	color: #666;
	font-size: 16px;
}
.row3 table tr td textarea{
	resize: none;	
	/*width: 450px;*/
	/*对齐*/
	width: 100%;
	height: 100px;
	overflow-y:hidden;
	text-align: left;
	border: 1px solid #ddd;
	color: #666;
	font-size: 16px;
}
.row3 table tr td input[type=submit]{
	width: 270px;
	height:50px;
	border: 0;
	background: #37A431;
	color: #fff;
	font-size: 20px;
}

.clear{
	clear: both;
	height: 1px;
}