﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 1100px;
    overflow-x: scroll;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}

ol,
ul,
li {
    list-style: none;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}

/* 公共样式 */
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    color: #333;
    font: 16px/36px "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
    background: #f2f2f2;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #f60;
    text-decoration: underline;
}

.clearbox {
    border: none;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.blank {
    height: 20px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    *height: 19px;
}

.nodata {
    color: #f60;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.sitewith {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
#content{background: #fff; padding: 20px;}
#header .sitewith {
    position: relative;
}

.logobar {
    height: 202px;
    background: url(images/topbg.jpg) no-repeat top center;
}

#logo {
    float: left;
    margin-top: 46px;
}

.backhome {
    position: absolute;
    top: 10px;
    right: 10px;
    
}
.backhome .old{padding-left: 30px;
    background: url(images/home1.png) no-repeat left center;}
.backhome .back{padding-left: 30px;
    background: url(images/home.png) no-repeat left center;
margin-left:12px;}

.s-form {
    float: right;
    margin-top: 98px;
    width: 290px;
    height: 48px;
    padding: 3px 0 0 4px;
    background: url(images/ss.png) no-repeat left top;
}

.s-form #inputkeyword {
    border: 0;
    width: 229px;
    height: 38px;
    padding-left: 5px;
}
.s-form .btn{float: right;
width: 53px;
height: 42px;
border: 0;
background: none;
cursor: pointer;
text-indent: -999em;}
.navBar{width: 100%; background: #0567ba;
    height: 50px; 
}

.mainNav { width: 1200px; margin: 0 auto;
    position: relative; 
    z-index: 100;}
.mainNav .li1 {
    float:left;
    padding: 0 34px;
    line-height:50px;
    height:50px;
    position: relative;
}

.mainNav li.on1{ background: #055090; }
.mainNav .li1 .a1 {
    font: 16px/50px "微软雅黑";
    color:#fff;
font-weight: bold;
}
.mainNav .ul1 {
    background: #055090;
    display: none;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50px;
    padding:5px 0 12px 0;
    width: 132px;
}
.mainNav .li2 ul {
    left: 125px;
    top: 0;
}
.mainNav .li2 {
    padding:0 5px;
    line-height: 28px;
position: relative;
}
.mainNav .li2 h4 {
    border-bottom:1px #7ba2c4 solid;
}
.mainNav .li2 a {
    padding:0 6px;
font-size:14px;color: #fff;
}
.mainNav .li2 a:hover {
    font-size:14px;
}
.mainNav .li2 .a2 {
    line-height: 32px;

}


#footer{
	background: #0567ba;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
#footer a{color: #fff;}
#footer p{
	padding: 20px 0;
}