@charset "utf-8";
.part{
	width:1185px;
	margin:0 auto;
}
.shortcut{
	height:30px;
	width:100%;
	background: #383c47;
}
.shortcutWrap{
	text-align: right;
	line-height: 30px;
}
.shortcutWrap.part{
	margin:0 auto;
}
.shortcutWrap a{
	color:#fff;
}
#header{
	position:relative;
	overflow: hidden;
}
.headerBox{
	border-bottom: 3px solid #d6d6d6;
}
#header.part{
	margin:0 auto;
}
#header h1{
	padding:6px 0;
	width:230px;
	height:88px;
}
#header .navBox{
	position:absolute;
	left:263px;
	top:0;
	width:695px;
}
#header #nav{
	height:60px;
	padding-top:40px;
}
#nav li{
	float: left;
	margin:0 10px;
	height:60px;
	line-height: 60px;
}
#nav li a{
	padding:5px 14px;
	border-radius: 10px;
	color:#000000;
}
#nav li a.active,#nav li a:hover{
	color:#fff;
	background: #7ecef4;
}
#sub-nav{
	width:900px;
	height:130px;
}
#sub-nav span{
	line-height: 30px;
	color:#000000;
}
#sub-nav .first{
	position:relative;
}
#sub-nav .first>li{
	position:absolute;
	top:0;
	left:0;
	display: none;
}
#sub-nav .first>li.active{
	display: block;
}
#sub-nav .second li{
	float: left;
	margin-right:20px;
	text-align: center;
}
#sub-nav a{
	display: block;
	width:160px;
	height:96px;
}
#header .tel,#header .search{
	position:absolute;
	right:0;
}
#header .tel{
	top:0;
	line-height: 45px;
	color:#448aca;
	font-size: 24px;
	letter-spacing: 2px;
}
#header .tel span{
	display: inline-block;
	width:26px;
	height:26px;
	background: url(../img/ico.png) no-repeat -26px -13px;
	position:absolute;
	top:10px;
	left:-35px;
}
#header .search{
	top:45px;
}
#header .search span{
	position:absolute;
	right:0;
	top:0;
	display: inline-block;
	width:38px;
	height:30px;
	background: url(../img/ico.png) no-repeat -20px -577px;
}
#header .search input{
	border:1px solid #b6b6b6;
	width:180px;
	height:30px;
	line-height: 30px;
	border-radius: 5px;
	padding-left:5px;
	padding-right:40px;
}
#header .search input:focus{
	border:1px solid #7ecef4;
}
#footer{
	height:250px;
	background: #535353;
	width:100%;
	color:#fff;
/*	margin-top:70px;*/
}
#footer a{
	color:#fff;
}
#footer .left{
	margin-top:40px;
	padding:40px 0;
	width:560px;
	float: left;
	border-right:1px solid #e5e5e5;
}
#footer .left p{
	line-height: 30px;
	text-align: center;
}
#footer .left a{
	padding:0 5px;
}
#footer .right{
	padding-top:40px;
	position:relative;
	width:590px;
	float: left;

}
#footer .right .tel{
	letter-spacing: 2px;
	padding-left:90px;
	padding-top:15px;
	font-size: 22px;
}
#footer .right .tel span{
	width:54px;
	height:54px;
	display: block;
	position:absolute;
	top:60px;
	left:25px;
	background: url(../img/ico.png) no-repeat -10px -494px;
	
}
#footer .right .tel .num{
	color:##FFFFE4;
	font-size: 28px;
}
#footer .right .QRcode{
	position:absolute;
	top:60px;
	right:10px;
}
#footer .share{
	position:absolute;
	width:200px;
	height:60px;
	top:180px;
	left:25px;
}
#footer .share a{
	display: inline-block;
	width:53px;
	height:53px;
	position:absolute;
}
#footer .share a.weibo{
	background: url(../img/ico.png) no-repeat -10px -615px;
	top:-22px;
	left:50px;
}
#footer .share a.weixin{
	background: url(../img/ico.png) no-repeat -13px -669px;
	top:-22px;
	left:110px;
}
#weixin{
	display: none;
	position:absolute;
	top:-260px;
	left:-100px;
	width:210px;
	height:200px;
	background: #fff;
	text-align: center;
	border: 1px solid #000000;
	color:#000000;
	padding:20px;
}
#weixin img{
	width:60%;
	padding-top:10px;
}
#footer .side{
	position:absolute;
	top:0;
	right:-19px;
}
