﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	font-family: "微软雅黑";
	min-width:100px;

}



.top {
	
	width: 100%;
	background-repeat: no-repeat;
	background: url(../images/top.jpg) no-repeat;
	height: 470px;
	background-position:center;
}
.content {	
  width:800px;
  margin:0 auto;
  position:relative;	
}
.content .active {
	
	position:relative;
	padding:0;
	
	
	
}
.content .active .part{font-size:19px;height:108px;line-height:30px;padding-top:20px;}
.content .active .part span{color:#e87072}
.content .active .part1{ position:relative;background: url(../images/part.jpg) no-repeat;height:229px;}
.content .active .part1 .btn{ position:absolute; left:545px;top:153px;width:164px;height:42px;line-height:42px;text-align:center;}

.content .active .title{color:#fff;background:#e87072;height:40px; line-height:40px;padding-left:15px;font-size:18px;}
.content .active .info {
	color:#221815;
	font-size: 18px;
	line-height: 40px;
	text-align:left;
}
.content .active .info ol{margin:0;padding:8px 20px}
.content .active .info ol li{margin:0;padding:0;font-size:17px;}
.content  hr{height:1px;border:none;border-top:2px solid #c9c9c9;}

.content .rights{width:300px; text-align:center;position:absolute; left:0;bottom:12px; right:0;margin:0 auto; background:#fff;padding:10px;font-size:16px;color:#9fa0a0}

