﻿body {
    color: #808080;
}

.clear {
    clear: both;
}

.divshow {
    display: block;
}

.divhide {
    display: none;
}

.mycontain {
    padding-top: 4em;
}
.mycontain[data-flag="1"] {
    padding-top: 0em;
}

.page2top {
    display: none;
    position: fixed;
    right: 3em;
    bottom: 5em;
    cursor: pointer;
    padding: 0.8em;
    background-color: rgba(211, 48, 67, 0.80);
    color: #fff;
    z-index: 2;
}

.footer_about {
    font-size: 1.5em;
    text-align: center;
    margin: 1em 0 10em 0;
    padding: 1.5em 0 5em 0;
    line-height: 2em;
    color: #808080;
    border-top: 1px solid #e0e0e0;
}

    .footer_about a {
        color: #808080;
    }

        .footer_about a:hover {
            color: #ee5a00;
        }

.list_pageinfo {
    height: 2em;
    line-height: 2em;
    text-align: center;
    padding: 1em;
    margin: 0 0.5em;
    background-color: #e0e0e0;
    cursor: pointer;
}

    .list_pageinfo span {
        margin-left: 3em;
    }

.header {
    position: fixed;
    display: block;
    overflow: hidden;
    width: 100%;
    background-color: rgba(211, 48, 67, 0.90);
    color: #fff;
    font-size: 2em;
    text-align: center;
    z-index: 888;
}

    .header .txt {
        line-height: 2em;
        font-weight: bold;
    }

    .header .btn {
        float: left;
        line-height: 2em;
        width: 2em;
        height: 2em;
        cursor: pointer;
    }

        .header .btn:hover {
            background-color: #c33043;
        }

    .header #header_navbar, .header #header_search {
        float: right;
    }

.navbar {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.navbar_head {
    background-color: rgba(211, 48, 67, 1);
    color: #fff;
    font-size: 2em;
    text-align: center;
}

    .navbar_head .txt {
        line-height: 2em;
        font-weight: bold;
    }

    .navbar_head .btn {
        float: left;
        line-height: 2em;
        width: 2em;
        height: 2em;
        cursor: pointer;
    }

        .navbar_head .btn:hover {
            background-color: #c33043;
        }

    .navbar_head #navbar_close {
        float: right;
    }

.navbar_body {
    display: block;
    overflow: hidden;
    list-style: none;
    padding: 0.5em;
    background-color: rgba(250, 250, 250, 0.95);
    border-bottom: 1px solid #e0e0e0;
}

    .navbar_body li {
        float: left;
        margin: 1.2em;
        cursor: pointer;
    }

        .navbar_body li a {
            color: #808080;
        }

            .navbar_body li a:hover {
                color: #ee5a00;
            }

        .navbar_body li .ico {
            width: 2em;
            height: 2em;
            line-height: 2em;
            text-align: center;
            font-size: 2em;
            border-radius: 1em;
            border: 1px solid #808080;
        }

            .navbar_body li .ico:hover {
                border: 1px solid #ee5a00;
            }

        .navbar_body li .txt {
            padding: 0.5em 0 0 0;
            width: 4em;
            text-align: center;
        }

.navbar_mask {
    width: 100%;
    height: 100%;
}

.subnav {
    display: block;
    overflow: visible;
    list-style: none;
    background-color: #4ab6fe;
    height: 2.5em;
    margin-top: 0.1em;
}

    .subnav li {
        float: left;
        display: inline-flexbox;
        overflow: hidden;
        color: #fff;
        font-size: 1em;
        width: 5em;
        height: 2.5em;
        line-height: 2.5em;
        text-align: center;
        margin: 0 0.5em 0 0;
        cursor: pointer;
    }

        .subnav li:hover {
            color: #ff6a00;
        }

        .subnav li[data-hot="1"] {
            padding-left: 0.3em;
            text-align: left;
            width: 6em;
        }

            .subnav li[data-hot="1"][class="nor"] {
                background: url("../images/ico_new2015.gif") no-repeat;
                background-position: 3.5em 0em;
            }

        .subnav li.cur {
            height: 3em;
            line-height: 3em;
        }

            .subnav li.cur .tx {
                float: left;
                color: #ff6a00;
                background-color: #ffd800;
                width: 4.5em;
            }

            .subnav li.cur .af {
                float: right;
                display: block;
                width: 0.5em;
                height: 3em;
                background: url("../images/bg01.png") no-repeat right bottom;
                background-size: cover;
            }


.searchbox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
}

    .searchbox .head {
        background-color: rgba(211, 48, 67, 1);
        color: #fff;
        font-size: 2em;
        text-align: center;
    }

        .searchbox .head .txt {
            line-height: 2em;
            font-weight: bold;
        }

        .searchbox .head .btn {
            float: left;
            line-height: 2em;
            width: 2em;
            height: 2em;
            cursor: pointer;
        }

            .searchbox .head .btn:hover {
                background-color: #c33043;
            }

        .searchbox .head #searchbox_close {
            float: right;
        }

    .searchbox .mask {
        height: 100%;
    }

    .searchbox .body {
        display: block;
        overflow: hidden;
        list-style: none;
        padding: 0.5em 0.5em 0em 0.5em;
        background-color: rgba(250, 250, 250, 0.95);
        border-bottom: 1px solid #e0e0e0;
        font-size: 1.5em;
    }

        .searchbox .body li {
            margin: 1.2em;
        }

            .searchbox .body li > div {
                float: left;
            }

                .searchbox .body li > div.le {
                    width: 5em;
                    text-align: right;
                }

                .searchbox .body li > div.ri {
                    width: 60%;
                    text-align: left;
                }

            .searchbox .body li.item_btn {
                border-top: 1px solid #a0a0a0;
            }

                .searchbox .body li.item_btn > div.btn {
                    width: 50%;
                    text-align: center;
                    margin: 0.5em 0 0 0;
                    padding: 0.5em 0;
                    cursor: pointer;
                }

                    .searchbox .body li.item_btn > div.btn:hover {
                        background-color: #c33043;
                        color: #fff;
                    }

            .searchbox .body li select {
                width: 90%;
                font-size: 1em;
                padding: 0.1em;
                border: 1px solid #808080;
                color: #808080;
            }

            .searchbox .body li input {
                width: 90%;
                height: 1.2em;
                font-size: 1em;
                padding: 0.1em;
                border: 1px solid #808080;
            }

.articlelist1 {
    display: block;
    overflow: hidden;
    margin: 1.5em 0.5em 1.5em 0.5em;
    border-left: 1px solid #d0d0d0;
    background-color: #fff;
    box-shadow: #a0a0a0 0.1em 0.1em 0.3em;
}

    .articlelist1 .titleimg {
        margin: 0.5em;
        height: 5em;
        background-color: #e0e0e0;
    }

        .articlelist1 .titleimg .amask {
            position: absolute;
            width: 50%;
            height: 5em;
            cursor: pointer;
        }

        .articlelist1 .titleimg .alink {
            float: right;
            width: 40%;
            padding: 3em 1em 1em 0;
            text-align: right;
            cursor: pointer;
        }

            .articlelist1 .titleimg .alink:hover {
                color: #d33043;
            }

    .articlelist1 ul {
        display: block;
        overflow: hidden;
        list-style: none;
        padding-bottom: 1em;
    }

    .articlelist1 li {
        padding: 1em;
        border-top: 1px solid #e0e0e0;
        cursor: pointer;
    }

        .articlelist1 li:hover {
            background-color: #f0f0f0;
        }

        .articlelist1 li .txt {
            padding: 0;
            height: 5em;
            overflow: hidden;
        }

        .articlelist1 li .line1 {
            height: 1.6em;
            width: 80%;
            font-size: 1.2em;
            padding-top: 0.1em;
            color: #0094ff;
        }

        .articlelist1 li .line2 {
            height: 3em;
            line-height: 1.45em;
            width: 80%;
            color: #808080;
        }


.articlelist2 {
    display: block;
    overflow: hidden;
    margin: 0.5em 0.5em 1.5em 0.5em;
    border-left: 1px solid #d0d0d0;
    background-color: #fff;
    box-shadow: #a0a0a0 0.1em 0.1em 0.3em;
}

    .articlelist2 .titleimg {
        margin: 0.5em;
        height: 5em;
        background-color: #e0e0e0;
    }

        .articlelist2 .titleimg .amask {
            position: absolute;
            width: 50%;
            height: 5em;
            cursor: pointer;
        }

        .articlelist2 .titleimg .alink {
            float: right;
            width: 40%;
            padding: 3em 1em 1em 0;
            text-align: right;
            cursor: pointer;
        }

            .articlelist2 .titleimg .alink:hover {
                color: #d33043;
            }

    .articlelist2 ul {
        display: block;
        overflow: hidden;
        list-style: none;
        padding-bottom: 1em;
    }

    .articlelist2 li {
        padding: 1em;
        border-top: 1px solid #e0e0e0;
        cursor: pointer;
    }

        .articlelist2 li:hover {
            background-color: #f0f0f0;
        }

        .articlelist2 li .ico {
            position: absolute;
            height: 5em;
            width: 5em;
            border: 1px solid #f0f0f0;
        }

        .articlelist2 li .txt {
            margin-left: 6em;
            padding: 0;
            height: 5em;
            width: 80%;
            overflow: hidden;
        }

        .articlelist2 li .line1 {
            height: 1.6em;
            font-size: 1.2em;
            padding-top: 0.1em;
            color: #0094ff;
        }

        .articlelist2 li .line2 {
            height: 3em;
            line-height: 1.45em;
        }

.contactus {
    display: block;
    overflow: hidden;
    margin: 0.5em 0.5em 1.5em 0.5em;
    border-left: 1px solid #d0d0d0;
    background-color: #fff;
    box-shadow: #a0a0a0 0.1em 0.1em 0.3em;
}

    .contactus .titleimg {
        margin: 0.5em;
        height: 5em;
        background: url("../images/txt_contactus.png") no-repeat left bottom;
        background-size: contain;
    }

        .contactus .titleimg .alink {
            float: right;
            width: 40%;
            padding: 3em 1em 1em 0;
            text-align: right;
            cursor: pointer;
        }

            .contactus .titleimg .alink:hover {
                color: #d33043;
            }

    .contactus > ul {
        display: block;
        overflow: hidden;
        list-style: none;
        /*  padding-bottom: 1em;*/
    }

        .contactus > ul > li {
            padding: 1em;
            border-top: 1px solid #e0e0e0;
            cursor: pointer;
        }

            .contactus > ul > li:hover {
                background-color: #f0f0f0;
            }

            .contactus > ul > li .ico {
                position: absolute;
                height: 5em;
                width: 5em;
                border: 1px solid #f0f0f0;
                background: url("../images/ico_about.jpg") no-repeat center center;
                background-size: contain;
            }

            .contactus > ul > li .txt {
                margin-left: 6em;
                padding: 0;
                height: 5em;
                width: 80%;
                overflow: hidden;
            }

            .contactus > ul > li .line1 {
                height: 1.6em;
                font-size: 1.2em;
                padding-top: 0.1em;
                color: #0094ff;
            }

            .contactus > ul > li .line2 {
                height: 3em;
                line-height: 1.45em;
            }

.containpart {
    display: block;
    overflow: hidden;
    min-height: 5em;
    margin: 1em 0.5em;
    padding: 1em;
    background-color: #ffffff;
    box-shadow: #a0a0a0 0.1em 0.1em 0.3em;
}

    .containpart .title {
        font-size: 1.5em;
        color: #ff6a00;
        margin: 1em;
        text-align: center;
    }

    .containpart .ico {
        height: 15em;
        margin: 0.5em;
    }

    .containpart .contain {
        list-style: none;
        margin: 0.5em 0.5em 1.5em 0.5em;
        padding: 0 1em 0.5em 1em;
    }

        .containpart .contain li {
            margin: 0.5em 0;
            font-size: 1.2em;
        }

            .containpart .contain li.blankline {
                margin: 1em 0;
            }

    .containpart .parttitle {
        font-size: 1.5em;
        font-weight: bold;
        color: #006eb9;
        margin: 1em 1em 0em 1em;
        padding: 0.5em;
    }

    .containpart a {
        color: #ff6a00;
    }

.tableRow:before, .tableRow:after {
    display: table;
    content: " ";
}

.tableRow:after {
    clear: both;
}

.tableRow:before, .tableRow:after {
    display: table;
    content: " ";
}

.contactusQR {
    padding: 1em;
}

    .contactusQR.noPadding {
        padding: 0em;
    }

    .contactusQR > ul {
        background: #358dc4; /*358dc4*/
    }

        .contactusQR > ul > li {
            float: left;
            color: white!important;
        }

            .contactusQR > ul > li.left {
                width: 75%;
            }

            .contactusQR > ul > li.right {
                width: 25%;
            }

                .contactusQR > ul > li.right > a, .contactusQR > ul > li.left > .l > a {
                    display: block;
                    font-size: 0;
                    border: 1px solid #358dc4;
                }

                    .contactusQR > ul > li.right > a > img {
                        width: 100%;
                    }

            .contactusQR > ul > li.left > div {
                float: left;
                text-align: right;
            }

            .contactusQR > ul > li.left > .l {
                width: 30%;
            }

                .contactusQR > ul > li.left > .l > a {
                    margin-top: 1.2em;
                    font-size: 1em;
                    text-align: right;
                }

                    .contactusQR > ul > li.left > .l > a > img {
                        width: 70%;
                    }

            .contactusQR > ul > li.left > .r {
                width: 64%;
                padding-top: 1.4em;
                padding-left: 3%;
                padding-right: 3%;
                color: white;
            }

                .contactusQR > ul > li.left > .r > a {
                    text-align: right;
                    display: block;
                    color: white;
                }

                    .contactusQR > ul > li.left > .r > a > h3 {
                        font-weight: bold;
                        font-size: 1.3em;
                    }

.footer_about_padding {
    padding-bottom: 5em;
}

/*底部菜单*/
.bottomMenu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    width: 100%;
    z-index: 12;
    opacity: 0;
}

    .bottomMenu > .navbar_body {
        background: rgba(255, 255, 255, 0.8);
        padding-top: 1em;
    }

    .bottomMenu > .switch {
        text-align: center;
    }

        .bottomMenu > .switch a {
            background: rgba(255, 255, 255, 0.8);
            display: inline-block;
            font-size: 2em;
            padding: 0.2em 1.5em;
            border-radius: 0.5em 0.5em 0 0;
            color: #808080;
        }

    .bottomMenu li {
        width: 25%;
        margin: 0;
        text-align: center;
    }

        .bottomMenu li > a {
            margin: auto;
        }

.navbar_body li > a > .ico {
    margin: auto;
}

.navbar_body li > a > .txt {
    margin: auto;
    padding-bottom: 1em;
}


/*热点文章*/
.hostlist {
    display: block;
    overflow: hidden;
    margin: 0.5em;
    padding: 1em;
    background-color: #fff;
    box-shadow: #a0a0a0 0.1em 0.1em 0.3em;
    min-height: 4em;
}

    .hostlist .headtop {
        position: absolute;
        height: 3em;
        width: 90%;
        margin-top: 0.65em;
        background-color: rgba(0, 0, 0, 0.10);
    }

#hotarticle li {
    margin: 0.5em 0 0.5em 0;
}

#hotarticle .headline {
    height: 2em;
    line-height: 2em;
    font-size: 1.5em;
    color: #606060;
    padding-left: 0.5em;
}

#hotarticle .dot2 {
    float: left;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    border: 1px solid #808080;
    margin: 0.65em 0.5em 0 0;
}

#hotarticle .itemtext {
    margin: 0 0 0 1em;
    font-size: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
}

#hotarticle a {
    color: #808080;
}

    #hotarticle a:hover {
        color: #ff6a00;
    }

