﻿/* 全局样式 */
body,ul,li,p,h1,h2,table,td,img,div{margin:0;padding:0;border:0;}
body{font-size:12px;color:#888888; font-family:"宋体";background:#ffffff;}
ul{list-style-type:none;}

a{text-decoration:none;}
a:link{color:#009CE8;}
a:visited{color:#009CE8;}
a:hover{text-decoration:underline;}

.clear{clear:both;}
.f_l{float:left;}
.f_r{float:right;}

/* header */
#header{width:100%;height:45px; background:url(images/top.gif) repeat-x;}
#top{margin:10px auto;width:850px;height:70px;border-bottom:1px solid #D0EBFA; background:url(images/banner.gif) no-repeat right bottom;}
#top h1{float:left;margin-top:25px;height:40px;}

#nav{margin:auto;width:850px;}
#main{margin:auto;width:850px; background:url(images/bg.gif) repeat-y center;}
   .nav_1{width:702px;}
   .nav_2{width:140px;}
   
   .about_title{margin:30px 10px 0px 10px;}
   .about_title li{float:left;width:100%;height:30px;line-height:30px; border-bottom:1px solid #009CE8;font-weight:bold; text-align:center;color:#009CE8;}
     
   .about_txt{margin:10px;line-height:28px;}
   .about_txt h1{margin:10px 0px;font-size:14px;height:30px;line-height:30px;color:#009CE8;border-bottom:1px solid #D0EBFA;}
   .about_txt p{line-height:28px; text-indent:28px;}

   .box_1{background:#D0EBFA;padding:3px;}
   .box_2{background:#ffffff;border:1px solid #8CCBF9;height:100%;padding:12px 8px;}
   
   .adviser li{float:left;width:110px; text-align:center;}
   .adviser li img{border:1px solid #D0EBFA;padding:3px;}
   .adviser li a:hover img{border:1px solid #8CCBF9;padding:3px;}
   
   .jg li{float:left;width:50%; text-align:center;}
   .jg li img{border:1px solid #D0EBFA;padding:3px;}
   .jg li a:hover img{border:1px solid #8CCBF9;padding:3px;}
   
   .link li{float:left;width:132px; text-align:center;}
   .link li img{border:1px solid #D0EBFA;padding:3px;}
   .link li a:hover img{border:1px solid #8CCBF9;padding:3px;}
   
   .footer{margin:10px 0px 20px 0px; border-top:1px solid #D0EBFA; text-align:center;}
   .footer p{line-height:28px;}
   

