@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
}
#header{
	width:1000px;
	height:155px;
	margin:0px auto 0px auto;
}
#header .logo{
	float:left;
}
#header .site{
	float:right;
	width:200px;
	padding:75px 0px 0px 0px;
}
#header .nav{
	clear:both;
	background:url(../images/nav2.png) repeat-x 0px 0px;
	height:40px;
	line-height:40px;
}
#header .nav ul{
	margin:0px auto 0px auto;
	width:710px;
	padding:0px;
}
#header .nav ul li{
	float:left;
	height:38px;
	line-height:38px;
	padding:0px 30px 0px 30px;
	margin:0px;
}
#header .nav ul li.spli{
	height:37px;
	padding:0px 2px 0px 2px;
	background:url(../images/nav1.png) no-repeat center center;
}
#header .nav ul li a{
	color:#ffffff;
	font-size:14px;
}
#header .nav ul li a:hover{
}
#main{
	width:1000px;
	margin:0px auto 0px auto;
	background-color:#f2f2f2;
}
#main .banner{
	height:193px;
}
#main .left{
	float:left;
	width:250px;
	height:600px;
	background-color:#e6749b;
}
#main .right{
	float:right;
	width:750px;
}
#main .left .sort{}
#main .left .sort ul li{
	float:left;
	width:250px;
	height:26px;
	line-height:25px;
}
#main .left .sort ul li a{
	height:26px;
	line-height:25px;
	display:block;
	color:#ffffff;
	padding:0px 0px 0px 35px;
	background:url(../images/point1.png) no-repeat 25px center;
}
#main .left .sort ul li a:hover{
	background-color:#cb3d6e;
	text-decoration:none;
}
#main .left .con{
	padding:10px 0px 14px 14px;
	color:#ffffff;
	line-height:150%;
}
#main .left .con h4{
	color:#8e1740;
	font-weight:bold;
	font-size:14px;
	line-height:22px;
}
#main .left .con span{
	color:#96284e;
}
#main .right .pos{
	height:38px;
	line-height:37px;
	padding:0px 0px 0px 19px;
	background-color:#d9d9d9;
	color:#2b2b2b;
	font-weight:bold;
}
#main .right .pos b{
	background:url(../images/point2.png) no-repeat left center;
}
#main .right .box{
	padding:15px 0px 0px 10px;
}
#main .right .box ul li{
	float:left;
	width:239px;
	text-align:center;
	height:188px;
}
#main .right .about{
	background:url(../images/aboutbg.png) 0px 0px;
	padding:20px 0px 0px 0px;
}
#main .right .about .tit{
	padding:0px 0px 0px 57px;	
}
#main .right .about .text{
	padding:20px 0px 0px 57px;
	line-height:200%;
	min-height:230px;
	_height:230px;
}
#main .right .about .text .pti{
	color:#cf4d7a;
	font-size:22px;
	padding:10px 0px 10px 0px;
}
#main .right .about .text span{
	color:#3a3a3a;
}
#footer{
	clear:both;	
	width:100%;
	height:92px;
	margin-top:13px;
}
#footer .text{
	margin:0px auto 0px auto;
	width:1000px;
	height:70px;
	text-align:center;
	line-height:22px;
	padding:10px 0px 0px 0px;
	color:#323232;
}
#footer .text span{
	font-weight:bold;
}
#footer .text a{
	color:#323232;
}
#main .h676{height:676px;}