﻿@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;	
}
body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	font-family: "微软雅黑";
	min-width:100px;

}
.content .active a:link{color:#ea5504}
.content .active a:visited{color:#ea5504}
.content .active a:hover{color:#ea5504}




.top {
	
	width: 100%;
	background-repeat: no-repeat;
	background: url(../images/top.jpg) no-repeat;
	height: 470px;
	background-position:center;
}
.content {	
  width:874px;
  margin:0 auto;
  box-sizing:border-box;
  padding:40px
  	
}
.content .active {
	
	position:relative;
	padding:0;	
	font-size:16px;
	line-height:30px;
	margin-bottom:20px;
	
	
}
.content .active.f18 {
	
	
	font-size:18px;
	
	
	
}
.content .active span {
	
	color:#ea5504;
	font-weight:bold;
	
	
}
.content .active .title{height:40px;font-size:20px;line-height:40px;background:#ea5504;color:#fff;padding-left:20px;margin-bottom:10px;}
.content .active .step{font-weight:bold;font-size:18px;}
.content .active .info {
	color:#221815;
	font-size: 18px;
	line-height: 40px;
	text-align:left;
}

