﻿@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
::selection {
	background-color: #c42826;
	color: #fff;
}
::-moz-selection {
 background-color: #c42826;
color:#fff;
}
::-webkit-selection {
 background-color: #c42826;
color:#fff;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
ul, li, ol, h1, h2, h3, dl, dt, dd, form, p, b, u, s, i {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;/*ie6*/
}
*+html .clearfix {
	min-height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
input, textarea {
	outline: none;
	border: 0px;
}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a {
blr:expression(this.onFocus=this.blur()); /* IE Opera */
	outline: none; /* FF Opera */
}
a:focus {
	-moz-outline-style: none; /* FF */
} /*去掉a标签超链接的虚线框*/
.clearboth {
	clear: both
}
a:link {
	text-decoration: none;
	color: #404040;
}
a:visited {
	text-decoration: none;
	color: #404040;
}
a:hover {
	text-decoration: none;
	color: #c42826;
	transition: all 0.3s ease-out 0s;
}
a:active {
	text-decoration: none;
	color: #404040;
}
em {
	font-style: normal;
}
.mainall {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.mainall1 {
	width: 1180px;
	margin: 0 auto;
}
.tnr {
	font-family: times new roman;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc {
	text-align: center;
}
.re {
	position: relative;
}
.ab {
	position: absolute;
}
body {
	margin: 0px;
	color: #404040;
	background: #FFF;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", 宋体, Arial, Helvetica, sans-serif;
}
/*头部*/
.top_bg {
	height: 38px;
	line-height: 38px;
	background: #333;
	color: #c2c2c2;
}
.top_sw {
	float: right;
	display: inline;
	color: #c2c2c2;
}
.top_sw a {
	padding: 0px 6px 0px 10px;
	color: #c2c2c2;
}
.top_sw a:first-child {
	background: none;
}
.top_zi {
	color: #c2c2c2;
	padding-left: 20px;
}
/*logo标志*/
.top_bgk {
	padding-bottom: 30px;
	overflow: hidden;
}
.logo {
	display: inline-block;
}
.logo a {
	font-size: 30px;
	font-weight: bold;
	color: #c42826;
	display: inline-block;
	margin-top: 35px;
}
.logo p {
	text-transform: uppercase;
	font-size: 14px;
	color: #6d6d6d;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
.biaoyu {
	margin: 64px 0 0 20px;
}
.biaoyu p.p1 {
	font-size: 24px;
	font-weight: bold;
	color: #c42826;
	display: block;
}
.biaoyu p.p1 em {
	font-style: italic;
	font-weight: bold;
	font-size: 34px;
	font-family: "Times New Roman", Times, serif;
	margin: 0 5px;
}
.biaoyu p.p2 {
	font-size: 22px;
	color: #333;
	font-weight: bold;
	margin-top: 12px;
}
.top_tel {
	height: 65px;
	margin-top: 64px;
	padding-left: 70px;
	background: url(../images/tel.jpg) no-repeat left center;
}
.top_tel span {
	font-size: 14px;
	color: #333;
	display: inline-block;
	padding-top: 10px;
}
.top_tel strong {
	font-size: 30px;
	color: #c42826;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
}
/*导航*/
.nav_bg {
	height: 58px;
	line-height: 58px;
	background: #202020;
}
.nav_r li {
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
}
.nav_r li a {
	display: block;
	padding: 0px 41px;
	color: #FFF;
	background: url(../images/nav_line.jpg) no-repeat left center;
}
.nav_r li:hover, .nav_r li.another {
	background: #c42826;
}
.nav_r li:hover a, .nav_r li.another a {
	background: #c42826;
}
.fixedNav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100000;
	_position: absolute;
 _top: expression(eval(document.documentElement.scrollTop));
}
/*foot*/
.foot {
	padding: 0 0 40px;
	background: #333;
	color: #717171;
	border-top: 7px solid #c42826;
}
.foot a {
	color: #717171;
}
.db_logo {
	width: 110px;
	height: 110px;
	padding: 15px;
	background: #fff;
}
.db_logo img {
	width: 110px;
	height: 110px;
}
.foot_nav {
	height: 78px;
	line-height: 78px;
	border-bottom: 1px solid #5c5c5c;
	margin: 0 0 40px 0;
}
.foot_nav li {
	font-size: 15px;
	float: left;
	padding: 0 35px;
	background: url(../images/foot_nav_line.jpg) no-repeat left center;
}
.foot_nav li:first-child {
	background: none;
}
.foot_ins {
	width: 760px;
	line-height: 30px;
	padding-left: 278px;
	background: url(../images/dbogo.png) no-repeat 44px center;
}
.foot_ins a {
	color: #717171;
}
.foot_ins h2 {
	display: inline-block;
	font-size: 14px;
}
