@import url(base.css);

/***************** FONT样式 *****************/
/* 全局样式 */ 
*{margin:0;padding:0;}
body {background-color:#0f53d1; font-size:12px; color:#191919; text-align:center;}
a:link,a:active,a:visited {color: #333333; font-size: 12px; text-decoration: none;}
a:hover {color: #cc3300; font-size: 12px; text-decoration: underline;}
a:link img,a:hover img,a:active img,a:visited img {border:0;}
/* 段落样式 */ 
.indent {text-indent:24px;}
/* 文本样式 */ 
.color12red {color:#c80000;}
.color12blue {color:#014dab;}
.color14red {color:#c80000; font-size:14px;}
.color14black {color:#191919; font-size:14px;}
.color14blue {color:#014dab; font-size:14px;}


/* URL文本样式 */ 
.url12blue:link,.url12blue:active,.url12blue:visited {color:#014dab; text-decoration:none;}
.url12blue:hover {color:#083f87; text-decoration:underline;}

.url14blue:link,.url14blue:active,.url14blue:visited {color:#014dab; font-size:14px; text-decoration:none;}
.url14blue:hover {color:#083f87; font-size:14px; text-decoration:underline;}

.url14red:link,.url14red:active,.url14red:visited {color:#c80000; font-size:14px; text-decoration:none;}
.url14red:hover {color:#FF3300; font-size:14px; text-decoration:underline;}

/***************** LAYOUT样式 *****************/
/* 头部 */
#heade_wrapper {padding-top:3px; width:100%; background:#FFF; display:table; border-bottom:#cac9c4 solid 1px;}
#heade {margin:0 auto; width:960px; text-align:left; display:table;}
#heade_1 {float:left; width:110px; height:27px;}
#heade_2 {float:left; width:700px; line-height:27px;}
#heade_3 {float:left; width:100px; line-height:27px; text-align:right;}
#banner {width:100%; display:table;}
#banner_img {width:100%; background:#FFF; text-align:center; display:table;}
/* 引言 */
.wrapper {margin:0 auto; width:960px; display:table; background:#FFF;}
/* 内容 */
.left{float:left; margin-left:25px; width:625px; display:table; display:inline;}
.left .title_01{width:625px; height:38px; background:url(../images/title_01.gif) no-repeat;}
.left .title_02{width:625px; height:38px; background:url(../images/title_02.gif) no-repeat;}
.left .content{width:615px; display:table;}
.left .content .img{ float:left; width:266px;}
.left .content .text{ float:right; width:330px; line-height:25px; text-align:left;}

.right{float:right; margin-right:25px; width:270px; display:table; display:inline;}
.right .title{width:270px; height:43px; background:url(../images/bg_right.gif) no-repeat;}
.right .content{width:268px; border-left:#ddddde solid 1px; border-right:#ddddde solid 1px;}
.right .content .text{ text-align:left; padding:20px 0 20px 15px; width:230px; line-height:23px;}
.right .bottom {font-size:10px; height:10px; line-height:10px; background:url(../images/bg_rightEnd.gif) no-repeat;}

.under{ margin-left:25px;; width:910px; display:table;}
.under .title{width:910px; height:38px; background:url(../images/title_03.gif) no-repeat;}
.under .content{width:910px; display:table; margin-top:15px; margin-bottom:30px;}
.under .content ul{width:910px; list-style-type:none;}
.under .content li{float:left; margin:0 16px; width:150px; line-height:35px; text-align:center; display:inline;}

/* 底部 */
#footer_01 {margin-left:25px; width:910px; height:30px; line-height:30px; background:#c5e6fc; text-align:center;}
#footer_02 {margin-left:25px; width:910px; height:35px; line-height:35px;  text-align:center;}