/* 页头 */

.head_box{
	background-color: #e6e6e6;
	height: 45px;
}
.head_box .tit{
	font-size: 12px;
	line-height: 45px;
	color: #333;
	
}
.head_box .unstyled{
	
}
.head_box .unstyled li{
	display: inline-block;
	margin-right: 10px;
	line-height: 35px;
}
.head_box .unstyled li a{
	color: #666;
}

.logo_box{
	
}
.logo_box .logo{
	
}
.logo_box .logo{
	
}
.logo_box .logo .logo_img{
	margin-top: 27px;
	margin-bottom: 32px;
	margin-right: 15px;
}
.logo_box .logo .tit{
	padding-left: 0px;
	margin-top: 30px;
}
.logo_box .logo .tit h3{
	font-size: 28px;
	font-weight: bold;
}
.logo_box .logo .tit p{
	font-size: 16px;
	letter-spacing: 6px;
	color: #434343;
}
.logo_box .logo .logo_icon{
	margin-top: 20px;
	margin-left: 30px;
}
.logo_box .logo .logo_icon img{
	margin-right: 30px;
}
.logo_box .tel{
	margin-top: 35px;
}
.logo_box .tel .tel_tit{}
.logo_box .tel .tel_tit ul li{
	float: left;
	padding-left: 20px;
}
.logo_box .tel .tel_tit ul li a{
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	text-transform: uppercase;
	text-align: center;
}
.logo_box .tel .tel_tit ul li a img{
	display: block;
	margin-bottom: 6px;
}
.logo_box .tel .tel_tit ul li .head_tel{
	background: url(../images/head_tel.png) no-repeat;
	padding-left: 50px;
	margin-left: 20px;
}
.logo_box .tel .tel_tit ul li .head_tel h5{
	font-size: 14px;
	color: #333;
}
.logo_box .tel .tel_tit ul li .head_tel p{
	font-size: 24px;
	font-weight: bold;
	color: #10aee6;
	line-height: 24px;
}

.nav_box{
	background-color: #4197e4;
	height: 55px;
}
.nav_box .nav{
	
}
.nav_box ul .dropdown{
	line-height: 55px;
	float: left;
	width: calc( 100% / 9);
	text-align: center;
	background: url(../images/nav_xian.png) no-repeat right;
}
.nav_box ul .on{
	line-height: 55px;
	float: left;
	width: calc( 100% / 8);
	text-align: center;
	background: url(../images/nav_xian.png) no-repeat right;
}
.nav_box ul .dropdown:last-child{
	background: none;
}
.nav_box ul .dropdown:hover{
	background: #ffa200;
}
.nav_box ul .dropdown a{
	color: #fff;
	font-size: 16px;
}
/* 页脚 */

.fooder_box{
	background-color: #1e1e1e;
	padding-top: 70px;
	padding-bottom: 60px;
}
.fooder_box .foot_nav{
	width: 85%;
}
.fooder_box .foot_nav li{
	border-right: 1px dashed #404040;
	padding-right: 65px;
	float: left;
	margin-left: 50px;
}
.fooder_box .on li{
	border-right: 1px dashed #404040;
	padding-right: 30px;
	float: left;
	margin-left: 50px;
}
.fooder_box .foot_nav li:first-child{
	margin-left: 0px;
}
.fooder_box .foot_nav li:last-child{
	padding-right: 0px;
	border-right: 0px dashed #404040;
}
.fooder_box .foot_nav li h5{
	font-size: 18px;
	color: #fff;
	margin-bottom: 40px;
}
.fooder_box .foot_nav li a{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.fooder_box .foot_nav li p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.fooder_box .foot_nav li a:hover{
	color: #10aee6;
}
.fooder_box .ewm_box{}
.fooder_box .ewm_box h3{
	font-size: 24px;
	color: #10aee6;
	line-height: 26px;
}
.fooder_box .ewm_box h3 span{
	font-size: 14px;
	color: #fff;
	
}
.fooder_box .ewm_box .ewm{
	margin-top: 20px;
	width: 138px;
}
.fooder_box .ewm_box .ewm img{
	width: 100%;
}
.fooder_box .ewm_box .ewm p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.food_bq{
	background: url(../images/banquan.png) no-repeat;
	height: 60px;
}
.food_bq p{
	font-size: 12px;
	color: #666;
	line-height: 60px;
}
.food_bq  .fl{
	color: #fff;
}
.food_bq  p a{
	font-size: 12px;
	color: #666;
	display: inline-block;
}
.food_bq  p a:hover{
	color: #10aee6;
}

#toolbar {
  position: fixed;
  z-index: 9999;
  right: 17px;
    bottom: 30%;
}