/*业务中心胖菜单*/


.gp_y { display:; padding: 42px 22px; background: #fff;}
.gp_y .gp_y_l { width: 288px; float: left;}
.gp_y .gp_y_l .gp_tit { font-size: 32px; color: #00629f; font-weight: bold; }
.gp_y .gp_y_l .gp_sit { font-size: 14px; color: #333; padding-top: 10px; }
.gp_y .gp_y_l .line { width: 34px; height: 3px; background: #00629f; margin-top: 38px; }
.gp_y .gp_y_l .info { padding-top: 20px; line-height: 20px; font-size: 14px; color: #333;  text-align: justify; text-justify : inter-ideograph;}
.gp_y_r { width: 840px; float: right;}
.gp_y_r li { width: 120px; float: left; position: relative; }
.gp_y_r li a { display: block; height: 272px;}
.gp_y_r li .img { width: 100%; height: 100%;}
.gp_y_r li .tit { display: block; width: 100%; position: absolute; bottom: 0; left:0; height: 48px; line-height: 48px; background-color: #00629f; opacity: .85; filter: alpha(opacity=85); ZOOM: 1; font-size: 16px; color: #fff; text-align: center; font-weight: bold; transition: all .4s; -webkit-transition: all .4s;}
.gp_y_r li:hover .tit { height: 90px; line-height: 90px; background-color: #00629f;}