@charset "utf-8";
/* CSS Document */
body{ background:url(../images/pd_bg.png) repeat-x #daeefb top;}
*{font-family:"微软雅黑";margin: 0;padding: 0; outline:none;}
body{font-family:"微软雅黑";font-size: 14px;}
li{list-style: none}
.clear{clear: both}
.color0{ color:#000}
.font4{ font-size:14px;}
a{text-decoration: none;color:#666666;}
a:hover{color:#A10000}
a img{border:0}

.news{ padding:20px;}
.news_left{ float:left; width:565px;}
.news_right{ float:right; width:360px;}
.news_title{ height:55px; line-height:55px; border-bottom:3px #BBBBBB solid;}
.news_title span{ background:url(../images/title_bg.png) no-repeat bottom left; font-size:20px; display:block; width:112px; height:58px; color:#0167BA; text-align:center;}
.news_title span a{display:block; color:#0167BA; height:55px;}
.news_title span a:hover{color:#A10000;}
.news_left dl { margin-top:10px;}
.news_left dl img{ width:563px; height:309px;}
.news_left dl dd{color:#535353; font-size:15px; line-height:30px; text-indent:2em; margin-top:10px;}
.news_left dl dd a{ color:#e37105}.news_left dl dd a:hover{ color:#F00}
.news_right dt{ line-height:30px; color:#535353;  font-size:15px; margin-top:10px; text-indent:2em}
.news_right dt a{ color:#e37105}.news_right dt a:hover{ color:#F00}
.news_right dd{ margin-top:10px;}
.cname { margin-top:20px;}
.cname li{ float:left; width:133px; height:60px; text-align:center;  line-height:60px; margin-right:11px; font-size:15px; color:#fff;}
.cname li:hover{ background:#0369bc!important}
.cname li a{ color:#fff; display:block}
.cname li.ico1{ background:#f79191}
.cname li.ico2{ background:#f1c063}
.cname li.ico3{ background:#a5d474}
.cname li.ico4{ background:#38c2bc; margin-right:0px;}
.footer{color:#333; line-height:23px;}

/**鼠标移动图片样式**/
.imgHover{ overflow:hidden;}
.imgHover img{ -moz-transition:all 0.4s ease-in-out 0s; -ms-transition:all 0.4s ease-in-out 0s; -o-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;transition:all 0.4s ease-in-out 0s;}
.imgHover img:hover{-moz-transform:scale(1.2); -ms-transform:scale(1.2); -o-transform:scale(1.2); -webkit-transform:scale(1.2); transform:scale(1.2);}

.imgHover1{ overflow:hidden;}
.imgHover1 img{ -moz-transition:all 0.4s ease-in-out 0s; -ms-transition:all 0.4s ease-in-out 0s; -o-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;transition:all 0.4s ease-in-out 0s;}
.imgHover1 img:hover{filter: alpha(opacity=20); -moz-opacity: 0.4;opacity: 0.4;}