@charset "utf-8";
/* CSS Document */
#barner{width:100%;height:280px;margin-top:86px;background:url(../images/banner-sub.png) no-repeat fixed; background-position:center 86px;}
#barner p{text-align:center;color:#fff;font-family:opensans;font-size:48px;line-height:280px;}

/*切换部分导航*/
#content{min-width:960px;max-width:1136px;margin:0 auto;overflow:hidden;padding:60px 0 20px;}
#content ul.honor{width:100%;overflow:hidden;}
#content ul.honor li{width:23%;margin:0 1%;float:left;margin-bottom:50px;}
#content ul.honor li div.img{position:relative;overflow:hidden;}
#content ul.honor li div.img img{transition:all .3s;}
#content ul.honor li div.img:hover img{transform:scale(1.1);}
#content ul.honor li h3{font-weight:400;font-size:20px;color:#494b4c;text-align:center;line-height:28px;height:56px;margin-top:10px;}
#content ul.honor li h4{font-weight:400;font-size:14px;color:#494b4c;text-align:center;line-height:24px;margin-bottom:10px;}
