/* #Resets
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}




/* #Universal and Default Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
    font-family: "Open Sans", Microsoft YaHei,'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif sans-serif;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #595757;
}

a {
    text-decoration: none;
}

.container {
    margin: auto;
    width: 940px;
}

.ul-reset {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.hf-breadcrumb {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.logo {
    padding: 0;
    width: 860px;
    height: 81px;
    background-image: url("../../images/logo.png");
    margin: 10px 0px;
}

.p400 {
    padding: 0;
    width: 530px;
    height: 81px;
    background-image: url("../../images/400.jpg");
    float: right;
}

.top_bar {
    text-align: right;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login_panel {
    margin-top: 30px;
    text-align: right;
    margin-right: 20px;
}

.gzh {
    width: 120px;
    height: 120px;
    background-image: url(../../images/gzh.jpg)
}
/* #Navigation Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.layui-nav {
    background-image: url(../../images/menu_bg.jpg);
    background-repeat: repeat-x;
}

nav > ul > li {
    display: inline-block;
    font-size: 18px;
    padding: 0 20px;
    position: relative;
}

    nav > ul > li:first-child {
        padding-left: 0;
    }

    nav > ul > li:last-child {
        padding-right: 0;
    }

    nav > ul > li > a {
        color: #fff;
        display: block;
        position: relative;
        padding: 20px 0;
        border-bottom: 3px solid transparent;
    }

    nav > ul > li:hover > a {
        color: #FDB604;
        border-bottom: 3px solid #FDB604;
    }


/* #Mega Menu Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mega-menu {
    background: #f0f0f0;
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 10000;
    border-radius: 2px;
    box-sizing: border-box;
}

    .mega-menu h3 {
        color: #444;
    }

    .mega-menu ul {
        float: left;
        margin-top: 15px;
        margin-bottom: 10px;
        margin-right: 40px;
        width: 205px;
    }

        .mega-menu ul:last-child {
            margin-right: 0;
        }

    .mega-menu a {
        border-bottom: 1px solid #ddd;
        color: #4ea3d8;
        display: block;
        padding: 8px 0;
    }

        .mega-menu a:hover {
            color: #2d6a91;
        }



/* #Droppable Class Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.droppable {
    position: static;
}

    .droppable > a:after {
        //content: "\f107";
        font-family: FontAwesome;
        font-size: 12px;
        padding-left: 6px;
        position: relative;
        top: -1px;
    }

    .droppable:hover .mega-menu {
        display: block;
    }



/* #Browser Clearfix
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}




.panel-area {
    width: 100%;
    float: left;
    clear: left;
    background-color: #fff;
    overflow: hidden;
}

.main {
    background-color: #fff;
    margin: 20px 0px;
}


.panel-title {
    background-color: #1362A7;
    font-size: 16px;
    color: #fff;
    padding: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.txtpanel {
    border-radius: 5px;
    border: 1px solid #ccc;
    min-height: 315px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.txtpanel2 {
    border-radius: 5px;
    border: 1px solid #ccc;
    min-height: 200px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.more {
    font-size: 12px;
    float: right;
}

    .more a {
        color: #fff;
    }

.txtlink {
    width: 360px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.txt {
    padding: 5px;
}

    .txt h4 {
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .txt span {
        line-height: 1.5;
    }




.footer-copyright {
    width: 100%;
    text-align: center;
    color: #d5d3d3;
    background-color: #22252C;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    line-height: 1.5;
}

    .footer-copyright a {
        color: #fff;
    }

.cate-li {
    margin-right: 0px;
    width: 202px;
    height: 130px;
    display: block;
    color: #444;
    float: left;
    margin-left: 26.5px;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    margin-bottom: 30px;
    font-size: 12px;
}

    .cate-li .mitem {
        height: 110px;
    }

    .cate-li img {
        width: 200px;
    }

    .cate-li a {
        margin-top: 15px;
        display: block;
        width: 100%;
        height: 100%;
    }

        .cate-li a:hover {
            background-color: #005BAC;
            color: #fff !important;
            cursor: pointer;
        }

    .cate-li span:hover {
        background-color: #005BAC;
        color: #fff !important;
        cursor: pointer;
    }

.feature-li {
    margin-right: 0px;
    width: 170px;
    min-height: 110px;
    display: block;
    color: #444;
    margin-left: 5px;
    border: 1px solid #20aee5;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}

.feature-text {
    width: 170px;
    float: left;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    margin-top: 10px;
}

    .feature-text a {
        font-size: 12px;
    }

    .feature-text h4 {
        color: #2774BA;
        margin-top: 8px;
    }

.mitem {
    width: 160px;
    font-size: 12px;
}

.mimg {
    margin: 0 auto;
    width: 160px;
}
