@charset "utf-8";

body {
    padding: 0;
    margin: 0px;
    font-family: "微软雅黑";
    font-size: 12px;
    background: #fff;
}

h2,
li,
ul,
img,
p,
h1,
em,
strong,
input,
select,
option,
dl,
dt,
b,
i,
br,
cite,
font,
h4,
dd,
span,
h6,
h3,
ol,
h5 {
    padding: 0px;
    margin: 0px;
}

input,
select,
textarea {
    outline: 0;
}

img {
    border: 0px;
}

ul,
ol,
dl,
dt {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    outline: none;
}

a:hover {
    text-decoration: none;
}

b {
    font-size: 20px;
    color: #0153a9;
}

strong {
    font-size: 14px;
}

.clear {
    clear: both;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.first {
    border: none !important;
}

/* 共用头部 */

.main-w {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner {
    height: 273px;
    background: url(../imgx/banner.jpg) no-repeat center center #eaf7fd;
}

.menu-box {
    height: 52px;
    line-height: 52px;
    background: #f1f0f0;
    border-top: 1px solid #cde5ef;
    border-bottom: 1px solid #dedfdf;
}

.menu-bar {
    width: 1200px;
    margin: 0 auto;
}

.menu-bar li {
    display: inline-block;
    text-align: center;
    margin-right: 0px;
}

.menu-bar li a {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    text-align: center;
    padding: 0 86px;
    display: inline-block;
}

.menu-bar li.slt a,
.menu-bar li a:hover {
    color: #fff;
    background: #0182d8;
}

/* 共用底部 */
.footer {
    padding: 50px 0 60px
}

.footer p {
    line-height: 28px;
    font-size: 14px;
    text-align: center;
}

.footer .txt {
    color: #333;
}

.footer .beian {
    color: #3c8bdb;
}