﻿/*head*/
.head_box{width:100%; height: 60px; background:#fff}
.head_box .inner{width:1200px; margin: 0 auto; overflow: hidden;}
.head_box h1{float: left; width:138px; margin-top: 11px;}
.head_box h1 img{/*width:260px;*/height: 50px; margin-top: -5.5px;}
.head_box ul{float: right;}
.head_box ul li{float: left;}
.head_box ul li.first{font-size: 18px; display:inline-block; padding:0 10px; height: 60px; background: #b81d00; color: #fff; text-align: center; margin-right: 35px;}
.head_box ul li{line-height:60px;}
.head_box ul li a{ padding:0 10px; border-right:1px solid #E0E0E0; font-size:14px; color:#333;}
.head_box ul li a:hover{color: #D72403;}
.head_box ul li.last a{border-right:0;}


