#photo {
    height: 358px;
}
#cont h1 {
    height: 190px;
}
	#cont .section01 {
		width: 980px;
		margin: 0 auto;
		text-align: center;
	}
		#cont .section01 .p1 {
			margin-top: 25px;
		}
		#cont .section01 .p2 {
			margin-top: 35px;
			font-size: 17px;
			line-height: 1.8;
		}
		#cont .section01 .box {
			width: 900px;
			margin: 40px auto 0;
		}
			#cont .section01 .box .left {
				float: left;
			}
			#cont .section01 .box .right {
				float: right;
				text-align: center;
			}
				#cont .section01 .box .right p {
					margin-top: 10px;
					font-size: 15px;
				}
		#cont .section01 .btn {
			margin: 80px 0;
		}
