﻿
header {
    width: 100%;
    background-color: #f7f7f7;
    height: 140px;
}
.top-nav {
    width: 100%;
    background-color: #2453b3;
    height: 40px;
    line-height: 40px;
}
.top-nav-con, .top-nav-con a {
    width: 98%;
    margin: 0 auto;
    font-size: 14px;
    color: #bfd5f5;
    font-family: '微软雅黑' !important;
    zoom: 1;
    overflow: hidden;
}
.top-nav-con-left {
    float: left;
}
.top-nav-con-right {
    float: right;
}
.top-con {
    width: 99%;
    margin: 0 auto;
    zoom: 1;
    overflow: hidden;
}
    .top-con .logo {
        /* width: 371px; */
        height: 71px;
        float: left;
        margin: 16px 0 0;
    }
        .top-con .logo img {
            height: 55px;
            max-width: 268px;
            margin-top: 20px;
        }
        .top-con .logo .logo_text {
            display: inline-block;
            position: relative;
            font-size: 16px;
            color: #666;
            top: 16px;
            left: 17px;
        }
.logo_text {
    font-weight: 200;
    line-height: 55px;
}
.top-con .top-right {
    width: 220px;
    float: right;
    padding-top: 30px;
    text-align: right;
}

.assicon1 {
    width: 40px;
    height: 40px;
    margin-left: 30px;
}
.add-hidhe {
    min-height: 640px;
}
.main-con {
    border-top: 0;
    border-radius: 5px;
}
.main-con {
    width: 1200px;
    background-color: #fff;
    border-top: 5px solid #bccef2;
    margin: 20px auto;
    min-height: 520px;
}
.page-title {
    height: 60px;
    line-height: 60px;
    color: #2c8bff;
    font-size: 20px;
    text-indent: 40px;
}
.assmarglf {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 30px;
    padding-bottom: 30px;
}
.eq-height, .eq-height.eq-auto {
    display: table;
    table-layout: fixed;
    height: 100%;
    margin-bottom: 0;
    width: 100%;
}
.pad-hor, .pad-rgt {
    padding-right: 15px;
}
.pad-hor, .pad-lft {
    padding-left: 15px;
}
.text-semibold {
    font-weight: 600;
}
.text-main, a.text-main:focus, a.text-main:hover {
    color: #4d627b;
}
.text-sm {
    font-size: .9em;
}
.logo_img .logo_text{
    height: 55px;
    max-width: 268px;
    margin-top: 20px;
}
    .logo_img img {
        height: 55px;
        max-width: 268px;
        margin-top: 20px;
    }
.logo_text {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #666;
    top: 16px;
    left: 17px;
    font-weight: 200;
    line-height: 55px;
}
.logo_href{
    padding-top:30px;
}
@media (min-width: 1200px) {
    .top-con{
        width:1200px;
    }
    .eq-height .eq-box-lg {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        float: none;
        padding-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .top-con .logo img {
            margin-top: 0px;
        }

        .top-con .logo {
            height: 55px;
        }
    }

