﻿html,
body {
    min-width: 980px;
    background: #eaeff2 url(../img/bg.jpg) no-repeat center top;
}

.containers {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    /*min-height:100vh;*/
    /*padding-bottom:220px; */
    box-sizing: border-box;
}

.jczltitle a {
    color: #fff
}

.header {
    position: relative;
    position: relative;
    margin: 0 auto;
    width: 1200px;
    min-width: 925px;
    max-width: 1200px;
}

.header .index_top {
    height: 174px;
    overflow: hidden;
    padding-top: 58px;
}

.searchForm {
    line-height: 64px;
    text-align: left;
}

.searchForm input {
    height: 40px;
    width: 150px;
    padding-left: 10px;
    margin-top: 12px;
}

.searchForm button {
    margin-left: -4px;
    border: none;
    width: 49px;
    height: 40px;
    line-height: 33px;
    background: url(../img/search.jpg);
    margin-top: 12px;
    float: right;
    margin-right: 26px;
}

.searchForm input::-webkit-input-placeholder {
    color: #CCCCCC;
}

.searchForm input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #CCCCCC;
}

.searchForm input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #CCCCCC;
}

.searchForm input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #CCCCCC;
}

.index_tab_items {
    width: 100%;
    height: 67px;
    background-color: rgba(42, 103, 148, 0.8);
    position: relative
}

.tab_item {
    float: left;
    width: 135px;
    height: 67px;
    line-height: 67px;
    font-size: 16px;
    position: relative
}

.tab_item a {
    color: #fff;
}

.tab_item:hover {
    line-height: 67px;
    height: 69px;
    background-color: rgba(10, 118, 206, 0.8);
}

.wrap-box {
    margin: 0 auto
}


/*导航栏第二*/

.second_nav {
    left: -12px;
    width: 150px;
    padding: 0px 5px 0px 5px;
    display: none;
    background: rgba(36, 111, 178, 0.8);
}

.second_nav.active {
    display: block;
    position: absolute;
    z-index: 9999;
}

.nav_bgn a {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
    line-height: 26px;
}


/*页面底部
----------------------------------------------*/

.footer {
    background-color: #10568a;
    padding: 20px 0;
    margin-top: 20px;
}

.footer .text {
    position: relative;
    text-align: center;
}

.footer .text p {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    line-height: 22px;
    text-indent: 0px;
}

.footer .text p a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer .text p a:hover {
    text-decoration: underline;
}

.footer .text .left {
    display: inline-block;
    position: absolute;
    left: 0px;
}

.footer .text .left img {
    display: inline-block;
    margin-right: 15px;
}

.footer .text .right {
    position: absolute;
    right: 0px;
    margin-top: 30px;
}

.footer .text .right img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 43px;
}

.main-body {
    width: 923px;
    margin: 0 auto;
}

.link-box h1 {
    border-left: 4px solid #36558c;
    padding-left: 15px;
    font-size: 18px;
    color: #36558c;
    font-weight: normal;
}

.link-box .link-body {
    background: #ffffff;
    padding: 20px;
}

.link-box .link-body ul {
    width: 100%;
    font-size: 0px;
}

.link-box .link-body ul li {
    display: inline-block;
    margin: 0 11px;
}

.link-box .link-body ul li a {
    display: inline-block;
}

.link-box .link-body ul li a img {
    width: 268px;
    height: 65px;
}