﻿@charset "utf-8";

* {

	margin: 0px;

	padding: 0px;

}

::selection {

	background-color: #0079c3;

	color: #fff;

}

::-moz-selection {

 background-color: #0079c3;

color:#fff;

}

::-webkit-selection {

 background-color: #0079c3;

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: #0079c3;

	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;

}

.block {

	display: block;

}

.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: 50px;

	line-height: 50px;

	background: #f7f7f7;

	color: #959595;

}

.top_sw {

	float: right;

	display: inline;

}

.top_sw a {

	display: inline-block;

	padding: 0 10px;

	color: #959595;

}

.top_sw a:first-child {

	background: none;

}

/*logo标志*/

.top_bgk {

	overflow: hidden;

	padding-bottom: 42px;

}

.logo h1 {

	height: 90px;

	margin-top: 20px;

}

.logo a {

	font-size: 30px;

	font-weight: bold;

	color: #0079c3;

	display: inline-block;

	margin-top: 22px;

}

.logo b {

	text-transform: uppercase;

	font-size: 14px;

	color: #cbcbcb;

	font-family: Arial, Helvetica, sans-serif;

}

.biaoyu {

	padding: 20px 0 20px 30px;

	margin: 42px 0 0 20px;

	border-left: 1px solid #969696;

}

.biaoyu p.p1 {

	font-size: 18px;

	font-weight: bold;

	color: #0078c1;

}

.biaoyu p.p2 {

	font-size: 18px;

	font-weight: bold;

	color: #db2229;

}

.tellall {

	margin-top: 52px;

	height: 64px;

	padding-left: 77px;

	background: url(../images/top_tels.png) no-repeat left center;

}

.tellall span {

	display: inline-block;

	font-size: 16px;

	margin-top: 5px;

}

.tellall strong {

	font-size: 30px;

	color: #db222a;

	font-family: Arial, Helvetica, sans-serif;

	margin-right: 6px;

}

.navall {

	height: 100px;

	position: relative;

}

/*导航*/

.nav_bg {

	width: 100%;

	height: 50px;

	background: #0079c3;

}

.nav_r li {

	display: block;

	float: left;

	text-align: center;

	font-size: 16px;

	transition: .3s all;

}

.nav_r li a {

	height: 50px;

	line-height: 50px;

	display: block;

	padding: 0px 20px;

	transition: .3s all;

	color: #fff;

}

.nav_r li:hover a, .nav_r li.another a {

	background: #db222a;

}

.fixedNav {

	position: fixed;

	top: 0px;

	left: 0px;

	width: 100%;

	z-index: 100000;

	_position: absolute;

 _top: expression(eval(document.documentElement.scrollTop));

	background: #0079c3;

	border-bottom: 1px solid #a0a0a0;

}

.foot {

	padding: 0 0 70px;

	background: #333;

	color: #fff;

}

.db_logo {

	padding: 60px 30px 0 0;

}

.foot_nav {

	height: 60px;

	line-height: 60px;

	background: #0079c3;

}

.foot_nav li:first-child {

	background: none;

}

.foot_nav li {

	padding: 0 22px;

	font-size: 15px;

	float: left;

	background: url(../images/foot_navli.jpg) no-repeat left center;

}

.foot_nav li a {

	color: #fff;

}

.foot_ins {

	padding-top: 60px;

	width: 804px;

	margin-left: 33px;

	line-height: 30px;

}

.foot_ins h2 {

	display: inline-block;

	font-size: 14px;

}

.foot_ins a {

	color: #fff;

}

.foot_ewm {

	overflow: hidden;

	margin: 60px 0 0 0;

}

.foot_ewm img {

	display: block;

	width: 160px;

	height: 160px;

	padding: 5px;

	background: #fff;

	margin: 0 auto;

}


