﻿
/* 项目部 2016.11.24   版本: V2.6*/

/* 更新说明：
    1. 更新了文字排版的表现形式
    2. 更新了站内检索的表现形式
    3. 修正了"当前位置"文字垂直居中的问题
    4. 删除images文件中的部分无效图片
*/

/* 使用注意：
    1. hanweb全局定义缺少页面字体的整体大小和风格定义。（请在新表中根据项目定义）
	2. 定义a 标签的link hover 等交互色和默认值。
	2. 如需兼容ie7，请将所有加了border和padding 属性值的class宽度值减去（详细看实用手册）
	3. 全局定义了弱标签的边距值，使用中如某个class下不需要，请覆盖为0.
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*主体*/
.centet_list{ width: 1100px; height: 104px; float: left; margin-bottom:5px;}
.centet_list a.centet_listone{ display: block; width:104px; height:104px; margin-right: 5px; float: left; padding-top: 65px; text-align: center; color: #fff; font-weight: bold; font-size: 17px; background-position: left; margin-right: 3px;}
.centet_list a.centet_listone:hover{ background-position: right;}
.centet_list a.centet_listwo{ display: block; width: 135px; height: 105px; float: left; padding-top: 65px; text-align: center; color: #1492ff; font-weight: bold; font-size: 17px; background-position: left; margin-right: 3px;}
.centet_list a.centet_listwo:hover{ background-position: right;}

.centet_list a:focus{ outline-style:none; outline-style:hidden; outline-color:invert;} a:hover, a:focus{ text-decoration:none;  transition-property:all; transition-duration:0.2s; transition-timing-function:ease-out; transition-delay:0s;}  

.centet_list a{
bblr:expression(this.onFocus=this.blur());/*IE使用*/
outline-style:none;/*FF使用*/
} /*去除a标签带来的虚框*/
/



