﻿@charset "utf-8";
/* CSS Document */
@import url("base.css");

.intro{ margin-top:274px; background-color:#fff; padding:10px}
.box{ border:1px solid #d12300; padding:15px ;}
.box span{ margin-right:20px}
.box p{ line-height:34px; font-size:16px; text-indent:2em}

.catalog{ margin-top:20px; border:1px solid #e6e6e6; background-color:#fff}
.catalog h3{ border-bottom:2px solid #d12300; height:60px; background:url(../images/title.jpg) 20px center no-repeat; line-height:60px; font-size:24px; padding-left:40px;color:#333}
.catalog_list{ padding-bottom:30px}
.catalog_list li{width:273px;height:58px; background-color:#f0f0f0; border:1px solid #e6e6e6; text-align:center; line-height:58px; margin:20px 0 0 20px; float:left}
.catalog_list li a{color:#cc0000}










/*footer*/
.copyright{
	border-top:#d12300 solid 3px;
}
.copyright table{
	margin:0 auto;
}
.copyright table p{
	text-align:center;
	font-size:14px;
	line-height:28px;
}
.copyright table p em{
	padding:0 6px;
}
.copyright table p.police{
	padding-top:10px;
}
.copyright table p.police a:link,.copyright table p.police a:hover,.copyright table p.police a:visited{
}



