*{
    margin:0;
    padding:0;
}

html,
body {
    /*font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial;*/
    font-family: "Source Han Sans CN"
    min-width: 1250px;
}

.header{
    width: 100%;
    height: 100px;
    box-shadow: 0px 0px 2px 0px 
		rgba(0, 0, 0, 0.4);
}

.hdLeft{
    margin-left: 7%;
    height: 100px;
    line-height: 100px;
    float: left;
}

.logo{
    float: left;
    margin-top: 17px;
    margin-right: 20px;
}

.firm{
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    float: left;
}

.hdRight{
    float: right;
    height: 100px;
    line-height: 100px;
    margin-right: 5%;
}

.hdRli{
    list-style: none;
    float: left;  
}

.hdRli a{
    font-size: 28px;
    color: #666666;
    padding:29px 25px 29px 25px;
    margin-right: 50px;
    text-decoration: none;
    cursor: pointer;
}

.hdRli a.checked{
    border-bottom: 4px solid #f2bb24;
    color: #f2bb24;
}


/* foot */

.footWrap {
    min-width: 1170px;
    padding: 26px 0;
    margin-top: 40px;
    overflow: hidden;
    background: #01458e;
    color: #fff;
    height: 355px;
}

.foot {
    margin: 0 auto;
    width: 1150px;
    padding: 0 10px;
}

.foot dl {
    float: left;
    width: 208px;
}

.foot dt {
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: bold;
    font-family: "黑体";
}

.foot dd {
    line-height: 22px;
}

.footWrap a {
    color: #fff;
    text-decoration: none;
}

.footWrap a:hover {
    text-decoration: underline;
}

.cl {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.footWrap .tLine {
    padding-top: 10px;
    height: 30px;
}

.splitline {
    background: url(../images/zx.png) left top no-repeat;
    padding-left: 35px;
    display: inline-block;
    height: 2px;
    width: 1170px;
    margin-top: 10px;
}

.foot .copyright {
    position: relative;
    height: 20px;
    color: #60acf9;
    margin-top: 10px;
}

.foot .copyright span {
    position: absolute;
    left: 450px;
    top: 0;
    display: block;
    height: 20px;
}

.foot .copyright a {
    color: #60acf9;
    font-size: 12px;
}

.foot .copyright a:hover {
    color: white;
    text-decoration: underline;
}


/* nav 底部四个图标 */
.subnavBox {
    margin: 0 auto;
    width: 100%;
    height: 75px;
    border: solid #cacaca;
    border-width: 1px 0 1px 0;
    background: #fff;
}

.subnavBox02 {
    position: fixed;
    _position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    _top: expression(eval(document.documentElement.scrollTop+(document.documentElement.clientHeight-77)));
}

.subnav {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    padding: 9px 10px;
    overflow: hidden;
}

.subnav .box {
    float: left;
    display: block;
    width: 25%;
    max-width: 287px;
    height: 56px;
    overflow: hidden;
}

.subnav .a01 {
    background: url(../images/pic03.gif) no-repeat;
}

.subnav .box a {
    display: inline-block;
    height: 56px;
    padding-left: 68px;
    overflow: hidden;
    text-decoration: none;
}

.subnav .a02 {
    background: url(../images/pic04.gif) no-repeat;
}

.subnav .a03 {
    background: url(../images/pic05.gif) no-repeat;
}

.subnav .a04 {
    background: url(../images/pic06.gif) no-repeat;
}

.subnav .box .t {
    margin-top: 7px;
    font-size: 16px;
    font-weight: bold;
    color: #01458e;
    font-family: "黑体";
}

.subnav .box .w {
    font-size: 16px;
    color: #595757;
    margin-top: 4px;
}

.subnav .a01:hover {
    background: url(../images/pic03h.png) no-repeat;
}

.subnav .a02:hover {
    background: url(../images/pic04h.gif) no-repeat;
}

.subnav .a03:hover {
    background: url(../images/pic05h.png) no-repeat;
}

.subnav .a04:hover {
    background: url(../images/pic06h.png) no-repeat;
}

