a,area { blr:expression(this.onFocus=this.blur()) }
input,textarea{ border:1px solid #ababab;}

.prenext{width:auto; height:25px; margin:20px auto;}
#prenext li {float:left; _width:45px; _text-align:center; height:19px; margin-left:3px; line-height:21px;  border:1px solid #999; color:#646464;}
#prenext li a{ color:#646464; height:19px; display:block; padding-left:5px; padding-right:5px; _padding:0px;}
#prenext li a:hover{color:#000;}

/*--新闻---*/
.jiaoyu{width:100%;; height:auto;}
.jypic{width:100%;; height:160px;}
.jylist{width:100%;; height:auto; margin-top:15px;}
.jylist li{width:100%;; height:40px; border-bottom:1px dotted #dcdedf; line-height:40px; }
.jylist li a{color:#999999; display:block; width:100%;  height:40px;  overflow:hidden; float:left; }
.jylist li a:hover{color:#448aca;}
.jydate{float:right;   }
.jylist li img{margin-top:10px; margin-right:5px;}

.news{width:100%; height:auto; }
.netop{width:100%; height:210px; }
.nepic{width:360px; height:210px; float:left;}
.nepic img{width:360px; height:210px;}
.netext{width:400px; height:auto; float:right;}
.netitle{width:400px; height:22px; color:#474f56; font-size:16px; font-weight:bold;}
.netitle a{color:#474f56;}
.netitle a:hover{color:#448aca;}
.newenzi{width:400px; height:160px; padding-top:10px; color:#999999; overflow:hidden;}
.nemore{width:400px; height:22px;}
.nemore a{color:#448aca;}
.nemore a:hover{color:#448aca; text-decoration:underline;}

/*--图片---*/
.service{width:100%; height:auto; }
.sercon{width:100%; height:auto;}
.sercon li{width:246px; height:auto; float:left; margin:5px 12px 5px 12px;display:inline-block;}
.serpic{width:240px; height:165px; border:1px solid #c8c8c8; padding:2px;}
.serpic img{max-width:240px; }
.sertext{width:246px; height:50px; padding-top:5px; text-align:center; color:#646464;}
.sercon li:hover .serpic{border-color:#8461a4;}
.sercon li:hover .sertext{color:#8461a4;}

.srcontent{ text-align:justify; text-justify:inter-ideograph; }


/*----图片垂直居中----*/
.box_999 {

 /*非IE的主流浏览器识别的垂直居中的方法*/

 display: table-cell;

 vertical-align:middle;
 

 /*设置水平居中*/

 text-align:center;

 /* 针对IE的Hack */

 *display: block;

 /**font-size: 120px;/*约为高度的0.873，200*0.873 约为175*/

 *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
 
 *pading-top:0px;
 
 background:#fff;
 
 padding:3px;

 /*border: 1px solid #646464;*/
 
 box-shadow: 0 0 5px #000;
 
 -webkit-box-shadow: 0 0 5px #000; 
 
 -moz-box-shadow: 0 0 5px #000;
 
 -moz-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius:3px;

}

.box_999 img 
{

/*设置图片垂直居中*/

vertical-align:middle;

 display:block; margin:0 auto;
 
 

 
} 