﻿/*头部--顶部，导航，banner*/

.banner_pic{display: block;width:100%;overflow: hidden;height: auto;}

.banner_pic img{margin: 0 auto; width: 100%;height: auto;}

.head{width:100%;height:auto;/*background:#e3e3e3;*/ }

.head_t{width:100%;height:100px;background:white;}

.head_t .top_content{width: 970px;height: 100px;margin: 0 auto;background:white;top: 0;}

.head_t div{width:970px;height:70px;margin:0 auto; position:relative;top:20px;}

.head_t div a:first-child{float:left;}

.head_t div > img{float:left; margin:1px 0 0 14px;}

.head_t div a:last-child{ float:right; margin-top:14px;}

	/*导航栏*/

.head_n{width:100%;background:#790b3c;}

.head_n ul{width:1000px;height:52px;overflow:hidden;margin:0 auto;}

.head_n li{width:140px;height:52px;float:left;text-align:center;}

.head_n li a{ display:block;width:139px;font-family:'微软雅黑';color:white; line-height:52px;font-size:16px;text-decoration:none;padding-right:2px;}

.head_n li span{font-size:16px;width: 133px;height: 20px;border-right: 1px solid #BBBBBB;text-align: -webkit-center;display: -webkit-inline-box;line-height: 20px;}

.head_n li a:hover{color:white;line-height:52px;}

