﻿@charset "utf-8";
/* CSS Document */

html {
    font-size: 40px;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.wrapper {
    width: 1280px;
    margin: 0 auto;
}

#header {
    height: 120px;
    border-bottom: #cc0000 5px solid;
}

    #header .logo {
        width: 240px;
        height: 62px;
        margin-top: 30px;
        float: left;
    }

#nav {
    width: 840px;
    padding-top: 50px;
    float: right;
}

    #nav ul {
    }

        #nav ul li {
            float: left;
            height: 70px;
            line-height: 36px;
            width: 120px;
            text-align: center;
        }

            #nav ul li.act,
            #nav ul li:hover {
                background: url(../images/arrow.png) no-repeat center bottom;
            }

            #nav ul li a {
                font-size: 16px;
                display: block;
                height: 70px;
                color: #333;
            }

.subnavbox {
    background: #f1faf9;
}

#subnav {
    padding-top: 8px;
}

    #subnav ul {
        text-align: center;
    }

        #subnav ul li {
            display: inline-block;
            height: 50px;
            line-height: 36px;
            width: 120px;
            text-align: center;
        }

            #subnav ul li.act,
            #subnav ul li:hover {
                background: url(../images/arrow.png) no-repeat center bottom;
            }

            #subnav ul li a {
                font-size: 16px;
                display: block;
                height: 50px;
                color: #333;
            }
/* foot */

.foot {
    border-top: #CC0000 5px solid;
    padding: 30px 20px;
    margin: 40px auto 0;
}

    .foot .address {
        font-size: 16px;
        color: #666;
        float: left;
    }

        .foot .address h2 {
            font-weight: normal;
            font-size: 32px;
            color: #333;
            padding-bottom: 20px;
        }

        .foot .address p {
            line-height: 26px;
        }

    .foot .footnav {
        width: 590px;
        float: left;
        padding-left: 30px;
        padding-top: 15px;
    }

        .foot .footnav .item {
            width: 118px;
            float: left;
        }

            .foot .footnav .item h3 {
                height: 22px;
                padding-left: 10px;
                line-height: 22px;
                border-left: #db3752 3px solid;
                margin-bottom: 25px;
            }

            .foot .footnav .item ul li {
                height: 26px;
                line-height: 26px;
                padding-left: 13px;
            }

    .foot .footlink {
        width: 120px;
        float: right;
        padding-top: 15px;
    }

        .foot .footlink ul li {
            border-radius: 5px;
            height: 30px;
            line-height: 30px;
            margin-bottom: 15px;
            padding-left: 40px;
        }

            .foot .footlink ul li.oa {
                background: url(../images/i05.png) no-repeat 8px center #db3752;
            }

            .foot .footlink ul li.mail {
                background: url(../images/i06.png) no-repeat 8px center #db3752;
            }

            .foot .footlink ul li a {
                color: #FFF;
            }

    .foot .copy {
        text-align: center;
        padding-top: 20px;
    }

.links {
    height: 30px;
    background: #db3752;
}

    .links .wrap {
        text-align: right;
    }

    .links .linklist {
        margin-top: 3px;
        height: 24px;
    }

.maincon {
    padding-top: 10px;
    font-size: 14px;
    line-height: 26px;
}

.subbanner {
    text-align: center;
    padding-bottom: 30px;
}

.mem {
    width: 920px;
    margin: 0 auto;
    padding-top: 20px;
}

    .mem li {
        width: 370px;
        float: left;
        background: url(../images/bigdot.png) no-repeat 10px 20px;
        margin-right: 30px;
        margin-left: 20px;
        font-size: 16px;
        padding: 15px 0 15px 40px;
        cursor: pointer;
    }

        .mem li blockquote {
            text-align: center;
            padding-top: 10px;
            display: none;
        }

        .mem li.act {
            background-color: #FFF;
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
            border-radius: 8px;
        }

            .mem li.act blockquote {
                display: block;
            }

.titlebtn {
    text-align: center;
}

.newslist .item {
    padding-bottom: 50px;
}

    .newslist .item .pic {
        width: 148px;
        height: 96px;
        float: left;
    }

        .newslist .item .pic img {
            width: 148px;
            height: 96px;
        }

    .newslist .item .txt {
        width: 880px;
        height: 96px;
        float: left;
        padding-left: 20px;
    }

        .newslist .item .txt h2 {
            font-size: 18px;
        }

        .newslist .item .txt p {
            font-size: 14px;
            line-height: 22px;
            padding-top: 10px;
        }

    .newslist .item .time {
        width: 100px;
        height: 96px;
        float: right;
        padding-left: 20px;
        text-align: right;
    }

        .newslist .item .time em {
            font-size: 30px;
            display: block;
            font-style: normal;
        }

        .newslist .item .time i {
            font-size: 18px;
            display: block;
            font-style: normal;
        }

    .newsmain h1 {
        font-size: 24px;
        text-align: center;
        padding-top: 10px;
    }

    .newsmain h2 {
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        padding-top: 10px;
    }

    .newsmain .time {
        padding-top: 20px;
        text-align: center;
    }

        .newsmain .time span {
            padding: 0 20px;
        }

    .newsmain .mainart {
        padding-top: 40px;
    }

        .newsmain .mainart p {
            padding-bottom: 20px;
            line-height: 26px;
            font-size: 16px;
        }

    .newsmain .flink {
        width: 900px;
        margin: 0 auto;
    }

        .newsmain .flink li {
            padding: 10px 0;
        }

            .newsmain .flink li a {
                color: #db3752;
            }

.worktable {
    height: 32px;
    background: #db3752;
    border: #ef7998 2px solid;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}

    .worktable .t {
        width: 780px;
        float: left;
        padding-left: 20px;
    }

    .worktable .n {
        width: 160px;
        float: left;
        text-align: center;
    }

    .worktable .d {
        width: 170px;
        float: right;
        text-align: right;
        padding-right: 30px;
    }

.worklist {
    font-size: 16px;
    line-height: 38px;
    padding-top: 20px;
}

    .worklist .t {
        width: 780px;
        height: 38px;
        overflow: hidden;
        float: left;
        padding-left: 20px;
    }

    .worklist .n {
        width: 160px;
        float: left;
        text-align: center;
    }

    .worklist .d {
        width: 170px;
        float: right;
        text-align: right;
        padding-right: 30px;
    }

.contactbanner {
    height: 295px;
    background: url(../images/banner/contact.jpg) no-repeat center top;
}

.contactmain {
    padding-top: 20px;
}

    .contactmain .fb {
        width: 640px;
        padding: 0 30px;
        float: left;
    }

        .contactmain .fb h2 {
            height: 26px;
            line-height: 26px;
            border-left: #db3752 6px solid;
            padding-left: 8px;
        }

        .contactmain .fb .info {
            font-size: 16px;
            line-height: 26px;
        }

            .contactmain .fb .info p {
                padding-top: 20px;
            }

        .contactmain .fb .fbform {
            padding-top: 30px;
        }

            .contactmain .fb .fbform .formbox {
                padding-top: 30px;
            }

            .contactmain .fb .fbform .item2 {
                width: 300px;
                float: left;
                margin-right: 20px;
                padding-top: 20px;
            }

                .contactmain .fb .fbform .item2 input {
                    width: 290px;
                    height: 30px;
                    line-height: 30px;
                    padding-left: 10px;
                }

            .contactmain .fb .fbform .item1 {
                width: 640px;
                clear: both;
                padding-top: 20px;
            }

                .contactmain .fb .fbform .item1 textarea {
                    width: 610px;
                    height: 120px;
                    line-height: 30px;
                    padding-left: 10px;
                }

            .contactmain .fb .fbform .submit {
                width: 640px;
                clear: both;
                padding-top: 20px;
            }

                .contactmain .fb .fbform .submit input {
                    width: 80px;
                    height: 30px;
                    line-height: 30px;
                    background: #db3752;
                    color: #FFF;
                    border: none;
                }

    .contactmain .map {
        width: 450px;
        float: right;
    }

        .contactmain .map h3 {
            height: 26px;
            line-height: 26px;
            border-left: #db3752 6px solid;
            padding-left: 8px;
            margin-bottom: 20px;
            font-weight: normal;
        }

            .contactmain .map h3 strong {
                font-weight: 700;
                padding-right: 10px;
            }

.hrtable {
    height: 32px;
    background: #db3752;
    border: #ef7998 2px solid;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}

    .hrtable .t {
        width: 580px;
        float: left;
        padding-left: 20px;
    }

    .hrtable .a {
        width: 200px;
        float: left;
        text-align: center;
    }

    .hrtable .n {
        width: 160px;
        float: left;
        text-align: center;
    }

    .hrtable .d {
        width: 170px;
        float: right;
        text-align: right;
        padding-right: 30px;
    }

.hrlist {
    font-size: 16px;
    line-height: 38px;
    padding-top: 20px;
}

    .hrlist .t {
        width: 580px;
        height: 38px;
        overflow: hidden;
        float: left;
        padding-left: 20px;
    }

    .hrlist .a {
        width: 200px;
        float: left;
        text-align: center;
    }

    .hrlist .n {
        width: 160px;
        float: left;
        text-align: center;
    }

    .hrlist .d {
        width: 170px;
        float: right;
        text-align: right;
        padding-right: 30px;
    }




.side {
    width: 220px;
    float: left;
}

    .side .sidetitle {
        height: 32px;
        background: #db3752;
        border: #ef7998 2px solid;
        color: #FFF;
        font-size: 16px;
        font-weight: 700;
        line-height: 32px;
        padding-left: 20px;
    }

    .side .sidelist {
        background: #FFF;
        font-size: 16px;
        line-height: 42px;
        padding-left: 20px;
    }

        .side .sidelist ul {
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .side .sidelist ul li {
                padding-left: 20px;
            }

                .side .sidelist ul li.act {
                    padding-left: 20px;
                    background: url(../images/arrow1.png) no-repeat left center;
                }


.mainbox {
    width: 950px;
    float: right;
}

.hontable {
    height: 32px;
    background: #db3752;
    border: #ef7998 2px solid;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}

    .hontable .t {
        width: 530px;
        float: left;
        padding-left: 20px;
    }

    .hontable .n {
        width: 160px;
        float: left;
        text-align: center;
    }

    .hontable .d {
        width: 170px;
        float: right;
        text-align: right;
        padding-right: 30px;
    }

.honlist {
    font-size: 16px;
    line-height: 38px;
    padding-top: 20px;
}

    .honlist .t {
        width: 530px;
        height: 38px;
        overflow: hidden;
        float: left;
        padding-left: 20px;
    }

    .honlist .n {
        width: 160px;
        float: left;
        text-align: center;
    }

    .honlist .d {
        width: 170px;
        float: right;
        text-align: right;
        padding-right: 30px;
    }


.mainbox .article {
    line-height: 28px;
    font-size: 16px;
}

    .mainbox .article p {
        padding-bottom: 20px;
    }
