﻿body {
    font-size: 12px;
    color: #000;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    font-family: "微软雅黑";
}
.banner {
    width: 100%;
    height: 156px;
    background: url(../images/index/header-bg.jpg) no-repeat center;
}

.h142 {
    height: 142px;
}
.w960 {
    width: 960px;
    margin: auto;
}
.banner img {
    /* width: 670px;
    height: 60px; */
    margin-top: 44px;
}

.daohang {
    width: 100%;
    height: 50px;
    background-color: #085AAD;
}
.h50 {
    height: 50px;
}
.nav {
    height: 50px;
    float: left;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}
.w100 {
    width: 100px;
}
.w170 {
    width: 170px;
}
.w180 {
    width: 180px;
}
.nav a:hover {
    background-color: #034486;
}
.nav a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
}
a {
    text-decoration: none;
}
.content {
    width: 960px;
    margin: auto;
    height: initial;
}
.contentLeft {
    width: 642px;
    float: left;
    height: auto;
}
.contentRight {
    width: 297px;
    float: left;
    height: 100%;
    margin-left: 21px;
    margin-bottom: 20px;
}
.clear {
    clear: both;
}
.footer {
    width: 960px;
    height: 40px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 25px;
}
.mt20 {
    margin-top: 20px;
}

.blueTitle{
    width: 100%;
    height: 37px;
    background-color: #DEDEDE;
}

.blueTitle img{
    width: 217px;
    height: 37px;
    float: left;
}
.iconfont1 {
    font-family: "iconfont" !important;
    font-size: 27px;
    text-align: center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0px;
    -moz-osx-font-smoothing: grayscale;
}
.iconfont1 {
    color: white;
    float: left;
    margin-left: -210px;
    margin-top: 5px;
}

.blueTitle .title {
    width: 200px;
    height: 37px;
    color: white;
    font-size: 16px;
    text-align: left;
    line-height: 37px;
    position: absolute;
    margin-left: 18px;
}
.layui-nav-item{
    width: 220px;
}