@charset "utf-8";
/* CSS Document */

.head{ height:130px; border-top:#ff0082 solid 5px; overflow:hidden; background:#02b097;}
.head .logo{ float:left; display:inline; margin:15px 0 0;}
.head ul{ float:right; display:inline; height:100%; overflow:hidden;}
.head li{ float:left; display:inline; width:120px; text-align:center; position:relative;}
.head li a{ display:block; color:#fff; font-size:16px; text-align:center; padding-top:75px;}
.head li a.a1{ background:url(../images/menu-ico.png) no-repeat 47px 40px;}
.head li a.a2{ background:url(../images/menu-ico.png) no-repeat -105px 40px;}
.head li a.a3{ background:url(../images/menu-ico.png) no-repeat -255px 40px;}
.head li a.a4{ background:url(../images/menu-ico.png) no-repeat -405px 40px;}
.head li a.a5{ background:url(../images/menu-ico.png) no-repeat -555px 40px; color:#ff0000; font-weight:bold;}
.head li a:hover{ border-bottom:#f00 solid 1px; padding-bottom:10px;}
.head li img{ position:absolute; right:15px; top:38px;}
.w1200{ width:1200px; margin:0 auto; height:100%; overflow:hidden;}