.header {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 76px;
    line-height: 76px;
    z-index: 10;
    box-shadow:2px 1px 5px #ddd;
    top:0px;
}

/***菜单样式1**/
.header .nav_1 {
    height: 76px;
    line-height: 76px;
    padding-right: 20px;
}

.header .nav_1 .logo {
    margin-left: 40px;
    width: 200px;
}

.header .nav_1 .menu > a {
    text-decoration: none;
    font-size: 16px;
    color: #FFF;
    padding: 6px 20px;
    border-radius: 34px;
    margin-left: 10px;
    cursor: pointer;
}

.header .nav_1 .menu .enplogin {
    background: #fff;
    border-radius: 73px;
    color: #3298E5;
}

.header .nav_1 .menu > a:hover {
    background: #FFF;
    color: #3298E5;
}

.header .nav_1 .menu .select {
    border: 1px solid #FFFFFF;
}

/***菜单样式2**/
.header .nav_2 {
    height: 76px;
    line-height: 76px;
    padding-right: 20px;
    background: #FFF;
}

.header .nav_2 .logo {
    margin-left: 40px;
    width: 200px;
}

.header .nav_2 .menu > a {
    text-decoration: none;
    font-size: 16px;
    padding: 27px 20px 25px 20px;
    color: #999;
    margin-left: 10px;
    cursor: pointer;
}

.header .nav_2 .menu .enplogin {
    background: #fff;
    color: #3298E5;
}

.header .nav_2 .menu > a:hover {
    background: #FFF;
    color: #3298E5;
}

.header .nav_2 .menu .select {
    color: #3298E5;
    border-bottom: 2px solid #3298E5;
}

.banner {
    margin-top: 76px;
    height: 300px;
    overflow: hidden;
    width: 100%;
}

.banner .bannerImg {
    width: 100%;
}

.banner .textImg {
    margin-top: 90px;
}

/*****************************/
.content {
    width: 1070px;
    margin: 0 auto;
    padding-top: 1px;
}

.footer {
    background: #373D42;
    width: 100%;
    overflow: hidden;
    padding-top: 90px;
}

.footer .navigation {
    margin-top: 40px;
    overflow: hidden;
}

.footer .navigation > li {
    float: left;
    margin-left: 20px;
}

.footer .navigation > li > a {
    font-size: 18px;
    color: #CCCCCC;
    text-decoration: none;
}

.vertical-middle-sm {
    display: table;
}

.vertical-middle-sm div[class^="col-md"] {
    display: table-cell;
    height: 100%;
    min-height: 100%;
    float: none !important;
}

