body, html, h1, h2, h3, h4, h5, dl, dd, dt, ul, li, ol, span, p {
    margin: 0;
    padding: 0;
}
body {
    background-color: #eeeeee;
    font-family: "Microsoft YaHei";
}
img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
select {
    border: 0 none;
}
input,
textarea,
select {
    outline: none;
    border: 0 none;
    padding: 0;
    margin: 0;
}
ol,
ul,
li {
    list-style: none;
}
.box {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.header{
    width: 100%;
    height: 111px;
    position: relative;
    z-index: 99999;
    border-bottom: 3px solid #4161b9;
    background-color: #fff;
}
.header .box{
    overflow: visible;
}

.logo{
    width: 100%;
    height: 102px;
}
.logo .left img{
    width: 292px;
    height: 111px;
    vertical-align: top;
}


.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav{position:relative; z-index:1;float: right;height: 111px; line-height: 111px; text-align: center;}
.nav .nLi{ float:left;  position:relative;padding:0 33px 0 18px; background: url(../image/navline.jpg) no-repeat right;}
.nav .nLi.last{background: 0 none;}
.nav .nLi h3{ float:left;font-weight: normal;}
.nav .nLi h3 a{ display:block;font-size:17px; color: #3e4864;}
.nav .sub{border-top: 3px solid #4161b9; display:none;text-align:center;width:100%;left:0; top:111px;  position:absolute; background:#cfcfcf;  line-height:42px;}
.nav .sub li{ zoom:1; }
.nav .sub a{color: #fff; display:block;font-size: 14px;}
.nav .sub a:hover{ background:#8dcbf6;}
.nav .on{
    padding: 0;
    background: 0 none;
    margin-left: -11px;
}
.nav .on h3{
    width: 130px;
    background: url(../image/navon.jpg) no-repeat center;
}
.nav .on h3 a{
    color: #fff;
}

.footer{
    width: 100%;
    height: 165px;
    background-color: #fff;
    border-top: 3px solid #4161b9;
    margin-top: 42px;
}
.footer .link{
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.footer .link .return{
    position: absolute;
    right: 0;
    top: 0;
}
.footer .link .return img{
    width: 17px;
    height: 43px;
    vertical-align: top;
}
.footer .link ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.footer .link li{
    float: left;
    padding: 0 31px 0 26px;
    background: url(../image/heng.jpg) no-repeat right;
}
.footer .link li.last{
    background: 0 none;
}
.footer .link li a{
    color: #717172;
    font-size: 14.38px;
}
.footer .address{
    text-align: center;
    color: #333334;
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
}
.footer .address span{
    margin: 0 12px;
}