/* CSS Document */

/*------------------------------------------------------------*/

/*左边图部分*/
.ad_box .pic { float:left; text-align:center; padding-top:30px;padding-right:20px; }
/*文字框框部分*/
.ad_box .texta { width:350px; float:left;margin-top:15px;}
/*文字框框部分title部分*/
.ad_box .texta .title a { color:#626262; font-weight:bold; margin-top:30px;}
.ad_box .texta .title span { color:#ae0030; }

.ad_box .texta .intro {
	line-height:25px;
	float:left;
	width:350px;
	padding-top: 5px;
}
.ad_box .texta .intro a { color:#626262; }

.ad_box .texta .links { line-height:20px; }
.ad_box .texta .links a { float:left; width:110px; color:#1072be; font-weight:bold; }
.ad_box .texta .links span { color:#cc0202; font-weight:bold; }/*#cc0202红色字部分*/                                              /*#1072be蓝色字部分*/



.ad_box .wrap01, .ad_box .wrap02 { width:560px; height:165px; }
/*底图css部分*/
.aa { padding: 5px;}
.ad_box .ad_blue {float:left;
	background:url(images/ad_blue_bg.gif) repeat-x;
	width:560px;
	height:165px;}
.ad_box .ad_blue .wrap01 { background:url(images/ad_blue_left.gif) no-repeat left; }
.ad_box .ad_blue .wrap02 { background:url(images/ad_blue_right.gif) no-repeat right; }

.ad_box .ad_yellow {float:left;
	background:url(images/ad_yellow_bg.gif) repeat-x;
	width:560px;
	height:165px;}
.ad_box .ad_yellow .wrap01 { background:url(images/ad_yellow_left.gif) no-repeat left; }
.ad_box .ad_yellow .wrap02 { background:url(images/ad_yellow_right.gif) no-repeat right; }

.ad_box .ad_green {float:left;
	background:url(images/ad_green_bg.gif) repeat-x;
	width:560px;
	height:165px;}
.ad_box .ad_green .wrap01 { background:url(images/ad_green_left.gif) no-repeat left; }
.ad_box .ad_green .wrap02 { background:url(images/ad_green_right.gif) no-repeat right; }
