@charset "gb2312";
/* CSS Document */
@import url("common.css");
/*旗下品牌*/
.index_box {
	width: 96%;
	margin: 7em auto;
}
.index_box .title {
	height: 2em;
	line-height:2em;
}
.index_box .title span {
	display: block;
	float: left;
	width: 0.4em;
	height: 2em;
	background: #006644
}
.index_box .title h3 {
	color: #006644;
	float: left;
	font-size: 1.5em;
	padding-left: 1em;
	
}











/*品牌News*/
.pinpainews{ margin:7em 0;}
.index_news{ margin:2em 0;}
.title .more a{ width:3em;  margin-left:1em; font-size:1em; float:left; border-radius:1em; text-align:center; border:#999 1px solid; color:#333;}
.title .more a:hover{background:#006644; color:#FFF; cursor:pointer}
.index_news ul li{ position:relative; float:left; width:33%;}
.index_news ul li.margin_left_right{ margin:0 0.5%;}
.index_news ul li a .news_tu{ float:left; width:30%; height:10em; overflow:hidden}
.index_news ul li a .news_tu img{ width:100%; height:100%;}
.index_news ul li a:hover .news_tu img{transform: scale(1.2)}
.index_news ul li a .news_con{  float:left; padding-left:2em; width:60%; }
.index_news ul li a .news_con .news_lanmu{ background:#006644; width:4em; height:2em; border-radius:0.5em; line-height:2em; text-align:center; color:#E4E4E4; font-size:1.3em;}
.index_news ul li a .news_con .news_title{ font-size:1.4em; margin:0.5em 0;  color:#000;}
.index_news ul li a .news_con .news_time{ color:#ccc; font-size:1.2em; position:absolute; bottom:0px;}




/*旗下品牌js*/

.box{ width:100%; margin:0 auto; position:relative; overflow:hidden; _height:100%;}
.picbox{ width:100%; height:230px; overflow:hidden; position:relative;}
.piclist{ height:230px;position:absolute; left:0px; top:0px}
.piclist li{ background:#eee; width:27em; margin-right:2em;margin-bottom:4em; float:left;height:200px;}

.piclist li a img{ width:100%;height:100%;border:1px solid #efefef}
.piclist li a span{ display:block; height:30px;line-height:30px;font-size:1.3em;color:#006644;}
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev,.og_next{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:35%; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{ background-position:0 -60px; left:0px;}
.og_next{ background-position:0 0; right:0px;}