﻿@charset "utf-8";

@import url(common.css);	/*前台公用*/
@import url(head.css);
@import url(body.css);	/*从#body起,规定至.content止*/
@import url(foot.css);
@import url(content.css);	/*前后台公用（可供后台编辑器调用）*/
@import url(contentCustom.css);	/*前后台公用（可供后台编辑器调用）*/


#body {

}
#banner {
	height:460px;
}

#indexContent {
	height:440px;
	overflow:hidden;

}
#indexContent h4 {
	height:40px;
	margin-bottom:20px;
	border-bottom:solid 1px #cccccc;
}
#indexContent h4 b {
	float:left;
	line-height:40px;
	font-size:18px;
}
#indexContent h4 .moreBtn {
	float:right;
	margin-top:15px;
}
#indexContent h4 .moreBtn a {
	font-size:10px;

}

#indexContent li a.module {
	display:none;	
}

#newsList, #activeList  {
	float:left;
	width:470px;
}


#activeList  {
	margin-left:20px;
}






#picList_sum ul li, #textList_simple ul li.picList_sum_li {
	height:105px;
	border-width:0;
	margin-bottom:10px;
	padding-bottom:0;
}

#picList_sum ul li .text, #textList_simple ul li.picList_sum_li .text {
	margin-left:160px;
	padding:0;
}
#picList_sum ul li .text .readme, #textList_simple ul li.picList_sum_li .text .readme {
	line-height:150%;
	height:75px;
	margin-top:0;
}

#newsList .picList_sum_title a {
	font-size:14px;
}
#activeList .picList_sum_title a {
	background:#612415;
	display:block;
	font-size:16px;
	padding-left:10px;
	margin-bottom:10px;
	margin-top:8px;
}
#activeList .picList_sum_title a:hover {
	background:#F06900;
	color:#ffffff;
}



#picList_sum ul li .pic a, #textList_simple ul li.picList_sum_li .pic a, #picList_sum ul li .pic a img, #textList_simple ul li.picList_sum_li .pic a img {
	width:140px;
	height:105px;
}

#picList_sum ul li .text .detailBtn, #textList_simple ul li.picList_sum_li .text .detailBtn {
	display:none;
}


#activeList #picList_sum ul li, #activeList #textList_simple ul li.picList_sum_li {
	height:360px;
	width:220px;
	margin-left:15px;
	display:inline;
	float:left;
	overflow:hidden;
}
#activeList #picList_sum ul li .pic, #activeList #textList_simple ul li.picList_sum_li .pic {
	float:none;
	margin:0;
}
#activeList #picList_sum ul li .text, #activeList #textList_simple ul li.picList_sum_li .text {
	margin-left:0;
}
#activeList #picList_sum ul li .text .readme, #activeList #textList_simple ul li.picList_sum_li .text .readme {
	height:140px;
}
#activeList #picList_sum ul li .pic a, #activeList #textList_simple ul li.picList_sum_li .pic a, #activeList #picList_sum ul li .pic a img, #activeList #textList_simple ul li.picList_sum_li .pic a img {
	width:220px;
	height:165px;
}












#picList_simple ul li {
	width:180px;
	height:130px;
	padding-left:15px;
}
#picList_simple ul li .pic img {
	width:180px;
	height:96px;
	
}


#mediaAD {
	height:140px;
}
#mediaAD li {
	float:left;
	margin-left:20px;
		
}







#productShow {
	position:relative;
	height:350px;
}
#productShow .theme-default .nivoSlider {
	position:absolute;
	left:220px;
	top:0;
    margin-bottom:0;
	width:740px;
	height:350px;
	overflow:hidden;
	/*
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	*/
}

#productShow .theme-default .nivo-controlNav {
	position:absolute;
	width:220px;
	height:280px;
	background:url("images/productShow_bg.gif") no-repeat 0 0 #7A2B18;
	left:0;
	top:0;
	padding: 0;	
	padding-top:70px;
}
#productShow .theme-default .nivo-controlNav a span.nivo-control-num {
	display:none;
}
#productShow .theme-default .nivo-controlNav a span {
	display:block;
	height:45.6px;
	line-height:45.6px;
	border-bottom:solid 1px #88412D;
	color:#FF7A00;
	font-size:14px;
	background:url("images/productShow_arrow.gif") no-repeat right 48px;
}
#productShow .theme-default .nivo-controlNav a.active span {
	background-position:right 18px;

}





#banner .theme-default .nivo-controlNav a span.nivo-control-alt {
	display:none;
}
#banner .theme-default .nivo-controlNav {
	float:right;
	margin-top:15px;
	overflow:hidden;
	height:15px;	
}
#banner .theme-default .nivo-controlNav a {
	display:inline-block;
	width:50px;
	border-top:solid 2px #818181;
	height:13px;
	margin-left:10px;
	padding-top:20px;
}
#banner .theme-default .nivo-controlNav a.active {
	border-color:#9C3232;
}