/*
 * 头部
 */
.content{margin: 0 auto; width: 1200px; position: relative;}
.head{height: 90px; padding: 0 0 0 5px;}
.head h1{text-indent: -9999px; background: url("/template/style/images/logo.png"); height: 60px; width: 277px; float: left; margin-top: 20px;}
.head ul{width: 908px; float: left; margin-left: 10px;}
.head ul li{float: left; margin: 0 5px; line-height: 90px; font-size: 16px; position: relative; border-radius: 0 0 2px 2px;}
.head ul li a{ padding: 0 10px; float: left; color: #535353;box-sizing: border-box;}
.head ul li ul{width: 100%; float: left; position: absolute; background: #6a6a6b; left: 0; top: 70px; border-radius: 2px; text-align: center; margin-left: 0; display: none; z-index: 99;}
.head ul li ul li{width: 100%; color: #535353; line-height: 34px; margin: 0;}
.head ul li ul li a{ text-align: center; color:#fff; padding:0; width:100%;}
.head ul li:hover{background: #6a6a6b; color: #fff;}
.head ul li:hover a{ color: #fff;}
.head ul li:hover ul{display: block;}
.head ul li a:hover{color: #fff100;}
.head span{line-height: 90px;color: #535353;}
.head span img{vertical-align: middle; margin-right:5px;}