@charset "gb2312";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
del, ins, u, s, a, a:hover {
	text-decoration:none;
}
html {
	font-size:62.5%;
	overflow-x:hidden;
	width:100%;
}
body, textarea, input, button, select, keygen, legend {
	font:12px/1.14 arial, \5b8b\4f53;
	color:#606060;
	outline:0;
}
a{ color:red;}
/*重置样式*/


* {
	margin: 0;
	padding: 0;
}
header {
	width: 100%;
	margin: 0 auto;
}
header img {
	width: 100%;
	display: block;
}
nav {
	width:100%;
	margin: 0 auto;
	background: #08588b;
}
nav ul {
	width: 302px;
	height: 33px;
	margin: 0 auto;
	padding-left: 14px;
}
nav ul li {
	float: left;
	height: 33px;
	line-height: 33px;
	width: 75px;
}
nav ul li a {
	font-size: 15px;
	border-right: 1px solid #fff;
	padding-right: 5px;
	color: #fff;
	font-family: "微软雅黑";
}
section {
	width: 100%;
	height:380px;
	margin: 18px auto;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
aside {
	float: left; width:20%;
}
aside img {
	width:48px;
	height:42px;
	display:block;
	border:1px solid #e2e2e2;
	margin-left:8px;
}
.column1 {
	float: right;
	width: 75%; margin-right:3%; display:inline;
}
.column1 h2 {
	color: #000;
	line-height: 23px;
	width:95%;
	font-size: 15px;
	font-family: "微软雅黑";
}
.column1 video{  margin: 0 auto; width:100%;margin-top:10px;}
.column1 p {
	margin-top: 5px;
	line-height: 20px;
	text-indent: 2em;
	clor: #000;
	font-size:13px;
}
.column1 ul {
	width: 236px;
	height: 33px;
}
.icon-user4 {
	content: "\e609";
	color: #c90101;
	font-size: 20px;
}
.icon-phone {
	content: "\e61d";
	color: #c90101;
	font-size: 20px;
}
.column1 ul li {
	height: 33px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 14px;
	font-family: "微软雅黑";
}
.column1 ul li a {
	color: #000000;
	padding-left: 5px;
}
footer {
	width: 100%;
	margin: 0 auto; height:auto; margin-bottom:80px;
}
.djzk {
	display: block;
	font-size: 15px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	width: 279px;
	margin: 0 auto;
	height: 33px;
	background-color: #08588b;
	border-radius: 5px;
}
.bq {
	width:100%;
	height:132px;
	margin-top:12px;
	background-color:#08588b;
}
.bq p {
	color:#fff;
	line-height:20px;
	padding-left:10px;
}
.bq img {
	width:100%;
	display:block;
}
.footer {
	font-family: "Microsoft YaHei";
	position: fixed;
	width: 100%;
	bottom: 41px;
	left: 0px;
	line-height: 46px;
	z-index: 3;
}
.footer ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.footer li {
	display: table-cell;
	text-align: center;
	color: #0093dd;
	border-right: 1px solid #459595;
	position: relative;
}
.footer li:nth-last-of-type(1) {
border-right: none;
}
.footer li:nth-last-of-type(2) {
border-right: none;
}
.footer li:nth-last-of-type(1) {
display:none;
}
.footer a {
	display: block;
	color: #fff;
	background: #0093dd;
	position: relative;
	font-size:1.6rem;
}
.no1 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	border: 2px solid #fff;
	width: 20px;
	height: 20px;
	line-height: 17px;
	font-size: 14px;
	color: #fff;
	right: 1px;
	top: 1px;
	font-family: arial;
	font-weight: bold;
	-webkit-animation: dot 2s infinite;
	animation: dot 2s infinite;
	border-radius: 10px;
	background: -webkit-linear-gradient(top, #fd142e, #bf0116);
	background: linear-gradient(to bottom, #fd142e, #bf0116);
	text-align:center;
}
/*.footer a:before { content: " "; display: inline-block; width: 32px; height: 46px; vertical-align: middle; margin-right: 3px; background: url(../images/icon_bottom.png) no-repeat; }
*/
.footer a:before {
	margin-right:5px;
	font-size:1.6rem;
	display:inline-block;
}
.footer a.active {
	background: #f37b38;
}
@-webkit-keyframes dot {
 0% {
opacity:1;
}
 50% {
opacity:1;
}
 50.01% {
opacity:0;
}
 100% {
opacity:0;
}
}
@keyframes dot {
 0% {
opacity:1;
}
 50.01% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:0;
}
}