
input:focus{border: 0;outline: 0;background: none;}
a:hover{text-decoration: none;color: #34bdf6;}
/*头部搜索客服*/
.header1 .logo{
	width: 130px;
	height: 90px;
	float: left;
	text-align: center;
    line-height: 90px;
}
.header1 .logo img{
	width: 90px;
}
.header1 .search1{
	width: 672px;
	border: 1px solid #d2d2d2;
	height: 46px;
	margin-top: 20px;
	border-radius: 5px;
	float: left;
	margin-left: 22px;
}
.header1 .search1 .type{
	float: left;
	width: 100px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #f1f1f1;
	font-size: 16px;
	border-top-left-radius:5px;
	border-top-right-radius:2px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:2px;
}
.header1 .search1 .type dl{
	position: relative;
	z-index: 3;
}
.header1 .search1 .type dt{
	cursor: pointer;
}
.header1 .search1 .type dl:hover{
	border-right: 1px solid #d2d2d2;
}
.header1 .search1 .type dt i{
	width: 17px;
	height: 10px;
	background: url(../images/artile.png) no-repeat;
	background-position: -6px -4px;
	margin-left: 10px;
	display: inline-block;
}
.header1 .search1 .type dd{
	width: 99px;
	position: absolute;
	left: -1px;
	top: 44px;
	background: #f1f1f1;
	border: 1px solid #d2d2d2;
	border-top: none;
	display: none;
    -webkit-animation: topFadeIn .3s ease-out;
    -moz-animation: topFadeIn .3s ease-out;
    animation: topFadeIn .3s ease-out;
}
.header1 .search1 .type dd a{
	display: block;
	height: 46px;
	line-height: 46px;
}
.header1 .search1 input.SearchFirst{
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	border: none;
	text-indent: 10px;
	width: 520px;
}
.header1 .search1 input.SearchButton{
	float: right;
	height: 46px;
	line-height: 46px;
	border: none;
	text-indent: 10px;
	width: 51px;
	background: url(../images/artile.png) no-repeat;
	background-position: -22px 6px;
}
.header1 .service{
	float: left;
	margin-left: 22px;
	margin-top: 16px;
	width: 352px;
}
.header1 .service span{
	width: 55px;
	height: 55px;
	float: left;
	background: url(../images/artile.png) no-repeat;
	background-position: -71px -4px;
	margin-left: 70px;
	margin-right: 10px;
}
.header1 .service .tel {
	font-size: 22px;
	font-weight: bold;
}
.header1 .service .tel h1{
	font-size: 22px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
}
.header1 .service .tel p{
	height: 28px;
	line-height: 28px;
}
/*公用左侧导航栏*/
.nav {
	width: 130px;
	overflow: hidden;
	float: left;
	height: 100%;
}
.nav_list ul li{
	width: 130px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-bottom: 2px solid transparent;
}
.nav_list ul li a{
	display: block;
}
.nav_list ul li.nav_bc{
	border-bottom: 2px solid #34bdf6;
}
.nav_list ul li.nav_bc a{
	color: #34bdf6;
}
.nav_list ul li:hover{
	border-bottom: 2px solid #34bdf6;
}
.nav_list ul li:hover a{
	color: #34bdf6;
}






/*公用底部*/
.foot{
	margin-top: 100px;
	background: #f8f8f8;
	padding: 80px 0 50px;
	text-align: center;
}
.about{
	width:776px;
	margin: 0 auto;
}
.about ul li {
	float: left;
	font-size: 14px;
	height: 15px;
	line-height: 15px;
}
.about ul li a{
	padding: 0 20px;
	display: block;
}
.about ul em{
	float: left;
	width: 1px;
	height: 15px;
	background: #000;
}
.footer1 p{
	font-size: 14px;
}
.footer1 span{
	font-size: 14px;
}
.power{
	margin-top: 50px;
}
