body,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin: 0;
    padding: 0;
}

body {
    background-color: #e3ecf4;
}

ol,
ul,
li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

strong,
b {
    font-weight: normal;
}

a {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #383838;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.header {
    width: 100%;
    height: 168px;
    background-image: url(../images/sky.jpg);
    background-size: 100% 100%;
min-width:1200px;
}

.head {
    width: 1200px;
    height: 168px;
    margin: 0 auto;
    background-image: url(../images/head.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 25px;
}

.tab {
    width: 100%;
    height: 50px;
    background-color: #0060c0;
min-width:1200px;
}

.tabbar {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

.tabbar ul li {
    width: 200px;
    height: 50px;
    float: left;
    transition: all 0.5s;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}

.tabbar ul li a {
    display: block;
    color: white;
}

.tabbar ul li:hover {
    background-color: #034689;
}

.yqlj {
    width: 100%;
    height: 50px;
    background-color: #034689;
min-width:1200px;
}

.lj {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

.lj span {
    color: white;
    font-size: 15px;
    line-height: 50px;
    padding: 0 10px;
    border-left: 1px solid white;
}

.lj span:first-child {
    border: 0;
}

.lj span a {
    color: white;
}

.footer {
    background-color: #0060c0;
    color: white;
    font-size: 20px;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
min-width:1200px;
}