﻿@charset "utf-8";
/*底部信息修改2015-11-9*/
.footer {
	font-family: "微软雅黑", Helvetica;
	margin: 0 auto;
	line-height: 1.5;
	padding-top: 1px;
}
.footer .ver {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
.flexbox {
	text-align: center;
}
.footer .ver a {
	padding: 6px 0;
	width: 150px;
	font-size: 14px;
	border:none
}
.footer .ver a span {
	display: block;
	border-right: 1px solid #ebebeb;
	
}

.cl{
	clear:both;
}
.nav_par2{
	-webkit-box-sizing:border-box;
	width:100%;
	height:40px;
	background:#ddd;
	padding:0 10px;
}
.nav_par2 ul li{
	width:25%;
	height:40px;
	line-height:40px;
	text-align:center;
	float:left;
}
.nav_par2 ul li a{
	display:block;
	color:#333;
}
.nav_par2 ul li.bgcolor a{
	background:#0478db;
	font-size:14px;
}
.plate{
	-webkit-box-sizing: border-box;
	width:100%;
	height:70px;
	padding:10px;
}
.plate .telephone{
	clear:both;
	line-height:30px;
	text-align:center;
	font-size:14px;
}
.download{
	-webkit-box-sizing: border-box;
	width:100%;
	height:70px;
	background:#f5f5f5;
	padding:10px 15px;;
}
.download .d_pic{
	position: absolute;
	display:inline-block;
	width:50px;
	height:50px;
	background:url("/images/fix_logo.png") no-repeat center center;
	-webkit-background-size:50px;
}
.download .d_con{
	position: relative;
	display: -webkit-box;
	-webkit-box-sizing: border-box;
	-webkit-box-align: center;
	height: 50px;
	width: 100%;
	padding-left: 60px;
}
.download .d_con .d_con_show{
	-webkit-box-flex: 1;
	display: block;
	width: 70%;
}
.download .d_con .d_con_show p{
	position: relative;
	display: block;
	width: 100%;
}
.download .d_con .d_con_show p.tit{
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}
.download .d_con .d_con_show p.txt{
	font-size:12px;
}
.download .d_con .d_btn{
	width: 30%;
}
.download .d_con .d_btn a{
	display:inline-block;
	height:36px;
	line-height:36px;
	/*padding:0 20px;*/
	width:100%;
	background:#31c847;
	border-radius:4px;
	text-align:center;
	color:#fff;
	font-size:14px;
}
.other{
	width:100%;
	overflow:hidden;
}

.contact{
	-webkit-box-sizing:border-box;
	display: table;
	height:40px;
	line-height:40px;
	margin:0 auto;
}
.contact a{
	display:block;
	padding-right: 20px;
	float:left;
	color:#fff;
}
.contact span{
	font-size:14px;
	float:left;
	color:#fff;
}

.other .other_pic{
	width:100%;
	-webkit-box-sizing:border-box;
	padding:10px 0;
}
.other .other_pic .pic_logo{
	display:table;
	margin:0 auto;
}
.other .other_pic span{
	position:absolute;
	display:inline-block;
	width:30px;
	height:30px;
	background:url("/images/hw_logo.png") no-repeat center center;
	vertical-align:middle;
	-webkit-background-size:30px;
}
.other .other_pic .pic_logo div{
	display:inline-block;
	height:30px;
	line-height:30px;
	font-size:16px;
	padding-left:36px;
}	
.other .websit{
	width:100%;
	height:40px;
	line-height:40px;
/*	background:#eee;
	border-bottom:5px solid #36e518;*/
}
.other .websit a{
	display:block;
	width:33%;
	text-align:center;
	background:#eee;
	float:left;
	color:#333;
}
.other .websit a.web1{
	border-bottom:5px solid #2251a5;
}
.other .websit a.web2{
	color:#0299ff;
	background:#ddd;
	border-bottom:5px solid #0299ff;
}
.other .websit a.web3{
	border-bottom:5px solid #36e518;
}
.other .websit a.marLine{
	margin:0 0.5%;
}

#gotoTop{
	position:fixed;
	bottom:60px;
	right:10px;
	display:none;
	cursor:pointer;
	width:35px;
	height:35px;
	background:url("/images/top_icon_hover.png") no-repeat center center;
	-webkit-background-size:35px;
}
/*用CSS表达式(expression)来实现ie6下position:fixed效果*/
#gotoTop{_position:absolute;_top:expression(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px")}
/*鼠标进入的反馈效果*/
#gotoTop.hover{
	background:url("/images/top_icon_hover.png") no-repeat center center;
	-webkit-background-size:35px;
}
