﻿@charset "utf-8";
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

* {
	font-family: '微软雅黑';
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
}

input::-moz-focus-inner {
	border: none;
	padding: 0;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 14px;
	margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

body {
	font-size: 14px;
	color: #545454;
	/* background: #f0f0f0; */
	min-width: 1200px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
	clear: both;
}

.clear {
	clear: both;
}

a {
	color: #545454;
	text-decoration: none;
	font-size: 14px;
}

.width-1000 {
	width: 1000px;
	margin: 0 auto;
}

.width-1100 {
	width: 1100px;
	margin: 0 auto;
}

.width-1200 {
	width: 1200px;
	margin: 0 auto;
}
.width-1400 {
	width: 1400px;
	margin: 0 auto;
}
.width {
	width: 1200px;
	margin: 0 auto;
}

.width-1260 {
	width: 1260px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block-center {
	display: block;
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}
.fixed{
	position: fixed;
}
.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-24 {
	font-size: 24px;
}

.font-28 {
	font-size: 28px;
}

.font-36 {
	font-size: 36px;
}

.font-48 {
	font-size: 48px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

body{
	background: url(../images/bg.png) repeat;
}
/*top*/
.top p{
	font-size: 12px;
	line-height: 30px;
	color: #fff;
}
.top p a{
	color: #fff;
}
.top{
	/* background: rgba(1,81,168,0.8); */
}
.top img{
	float:right
}

/*head*/
.head{
	background: rgba(1,81,168,0.8);
	width: 100%;
	z-index: 999;
}

.nav_box {
    padding-bottom: 34px;
    /* background: rgba(1,81,168,0.8); */
}
.nav ul li{
	float: left;
	color: #666666;
	font-size: 14px;
	line-height: 48px;
}
.nav ul .tel{
	font-size: 36px;
	color:#d51221;
	font-weight:bold;
	padding-left:30px;
	background:url(../images/tel.jpg) left center no-repeat;
	margin-left:20px;
}
.nav ul li a{
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	width: 113px;
	display: block;
	text-align: center;
}
 
.nav ul li a:hover{
	color: #fff;
	background: #1f58b2;
}
.nav {
    float: right;
    margin-top: 27px;
}

 .nav ul  p{
 	font-size: 18px;
 	float:left;
 }
 .nav ul  p span{
 	color: #1f58b2;
 	display:block;
 	font-size:28px;
 	font-weight:bold;
 }
 




.foot {
	padding:20px;
	background: #0151a8;
	line-height: 2;
	color: #fff;
}

.foot a {
    color: #fff;
   font-size:12px
}
 

.foot p {
	color:#fff;
    line-height: 28px;
    font-size: 12px;
}
.footnav ul li {
    float: left;
    margin: 0px 44px;
    padding-bottom: 20px;
}

.footnav ul li a {
    font-size: 16px;
}

.footnav {
    border-bottom: 1px solid #ddd;
}

.footinfo {
    text-align: center;
}