﻿@charset "utf-8";
/* CSS Document */
#header{
	height:152px;
	}
#header .inner{
	position:relative;
	}
.head_top{
	height:104px;
	}
.logo{
	float:left;
	width:70%;
	height:104px;
	}
.logo img{
	padding-top:16px;
	}
.language{
	float:right;
	position:absolute;
	right:0;
	top:16px;
	height:32px;
	}
.language a{
	display:block;
	float:right;
	margin-left:16px;
	}
.language a img{
	border:1px #e4e4e4 solid;
	float:left;
	}
.language a span{
	display:block;
	float:right;
	font-size:12px;
	line-height:22px;
	color:#999;
	float:right;
	padding-left:6px;
	}
.tele h1{
	display:block;
	float:right;
	font-size:24px;
	line-height:66px;
	padding:37px 0 0 40px;
	font-weight:normal;
	color:#e00513;
	background:url(__PUBLIC__/image/tele_icon.png) no-repeat left 48px;
	}
.tele h1 span{
	font-size:14px;
    line-height:12px;
	color:#999;
	}
.head_bot{
	background-color:rgba(255,255,255,0.9);
	height:46px;
	border-top:#e4e4e4 solid 2px;
	width:100%;
	}
.head_bot .nav{
	width:1000px;
	height:26px;
	padding-top:9px;
	}
.nav>li{
	float:left;
	width:19.6%;
	height:26px;
	text-align:center;
	border-right:#999 solid 2px;
	position:relative;
	}
.line{
	display:none;
	}
.head_bot ul .nav01{
	border-left:#999 solid 2px;
	}
.head_bot a{
	font-size:16px;
	color:#333;
	line-height:26px;
	}
.head_bot a:hover{
	color:#e00513;
	}
.head_bot ul .line{
	width:80px;
	height:4px;
	background-color:#e00513;
	position:absolute;
	left:26%;
	top:-11px;
	}
.nav03 .sub_nav{
	width: 170px;
	background-color: rgba(51,51,51,0.4);
	position: absolute;
	left:-3px;
	top: 37px;
	z-index:99;
	}
.sub_nav ul{
	margin:0 16px;
	}
.nav03 .sub_nav ul li{
	text-align:center;
	padding-top:6px;
	
	height:36px;
	border-bottom:rgba(255,255,255,.2) 1px dashed;
    margin-bottom:16px
	}
.sub_nav ul li a{
	font-size:14px;
	color:#ccc;
	line-height:36px;
	padding:0 6px 0 6px;
	}
	
.sub_nav ul li a:hover{
	color:#fff;
	}