@charset "utf-8";
/* CSS Document */
*
{
	padding:0;
	margin:0;
	font-family: "Microsoft Yahei";
	font-size:14px;
}

.l{float:left;}
.r{float:right}
.clear{clear:both}
.t-center{ text-align:center}

.row{width:1000px; margin:0 auto}

body
{
	background:url(images/body_bg.jpg);
}

#header
{
	max-width:1920px;
	margin:0 auto;
	height:798px;
	background:url(images/head_bg.jpg) top center no-repeat;
}

#header .row{ position:relative; height:798px;}

#header .download
{
	position:absolute;
	top:330px;
	left:30px;
	width:200px;
	height:80px;
	
}

#header .menu
{
	position:absolute;
	top:460px;
	right:0px;
	width:137px;
	height:118px;
}
#header .menu a
{
	display:block;
	height:28px;
}

#header .buy
{
	position:absolute;
	bottom:0;
	right:0;
	width:220px;
	height:62px;
	
}

#header .box-buy
{
	position:absolute;
	bottom:0;
	right:0;
	width:220px;
	height:54px;
}

#header .box-buy a
{
	display:block;
	width:220px;
	height:54px;
	background:url(images/button_taobao.png);
}

.downloadContent{ padding:20px;}

#class_list
{
	min-height:600px;
	max-width:1920px;
	margin:0 auto;
	background:url(images/list_bg.jpg) top center no-repeat;
}

.desc{color:#FFF;}

.class_list
{
	background:url(images/list_box_bg.jpg) top center no-repeat;
	height:794px;
}

.class_list ul
{
	padding:15px;
}

.class_list ul li
{
	float:left;
	width:163px;
	height:219px;
	list-style:none;
	margin:5px;
	padding:10px;
	background:url(images/class_bg.png);
}

.class_list ul li:hover
{
	background:url(images/class_bg_hover.png);
}

.class_list ul li .title
{
	height:29px;
	background:url(images/class_title_bg.gif);
	position:relative;
	margin-top:-29px;
	text-align:center;
	line-height:29px;
	font-weight:bold;
	
}

.class_list ul li a
{
	display:block;
	position:relative;
	width:163px;
	height:219px;
	margin-top:-219px;
}

.class_list ul li .class_desc
{
	display:none;
}

.button
{
	
}

.button .button_shikan
{
	display:block;
	width:160px;
	height:54px;
	background:url(images/button_shikan.png);
	margin: 0 auto;
}

.button .button_shikan:hover
{
	background-position: 0 -54px;
}


.class_desc{
	padding:20px;
}
.class_desc h2{
	text-align:center;
	font-size:20px;
	color:#009966;
}

.class_desc .desc
{
	padding:15px 0;
	font-size:14px;
	color:#333333;	
}


#row2
{
	
}

#row2 .zhishidian{ overflow:hidden;}
#row2 .zhishidian li{list-style:none; font-size:12px; float:left; padding:5px 10px; border:1px solid #589870; margin: 0 5px 5px 0; background:none; text-align:center; min-width:40px; color:#FFFFFF;}
#row2 .zhishidian li::hover{background:#589870;}
#row2 .zhishidian li a{font-size:12px; color:#FFFFFF; display:block;}
#row2 .zhishidian li a:hover{ background:#589870;}

.box-content{color:#FFFFFF;}
.box-content p{ text-indent:24px; padding:5px 0;}

.pingjia{}
.pingjia li{ padding:10px 0; color:#FFFFFF;}



