﻿.nav_list {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 35px;
    background-image: url(/IMAGES/SLIDE_SHOW_BG1.jpg);
    background-position: center -157px;
    background-repeat: repeat-x;
}

    .nav_list .text {
        color: #FFFFFF;
        letter-spacing: 0px;
        line-height: 32px;
        margin-left: 20px;
        font-size: 12px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }

        .nav_list .text h2 {
            margin: 0px;
            padding: 0px;
            font-size: 12px;
            font-weight: bold;
        }

            .nav_list .text h2 a {
                text-decoration: none;
                color: #FFFFFF;
            }

                .nav_list .text h2 a:hover {
                    text-decoration: none;
                    color: #FF0;
                }

.submain {
    display: block;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(/IMAGES/MENU_LINE.png);
    background-repeat: repeat-y;
    background-position: left top;
}

    .submain .menu {
        float: left;
        display: block;
        overflow: hidden;
        width: 240px;
        height: 100%;
        background-color: #e4eff0;
        border-right: 1px solid #BBBBBB;
    }

        .submain .menu .group {
            display: block;
            overflow: hidden;
            height: 31px;
        }

            .submain .menu .group .title {
                display: block;
                overflow: hidden;
                height: 30px;
                line-height: 30px;
                font-size: 14px;
                font-weight: bold;
                background-image: url(/IMAGES/MENU_BG.jpg);
                background-repeat: repeat-x;
                color: #FFFFFF;
                border-bottom: 1px solid #20575e;
                letter-spacing: 0px;
                cursor: pointer;
            }

                .submain .menu .group .title span {
                    margin-left: 20px;
                }

            .submain .menu .group .subgroup ul {
                list-style-type: none;
                padding: 0px;
                margin: 0px;
            }

                .submain .menu .group .subgroup ul li {
                    display: block;
                    overflow: hidden;
                    text-decoration: none;
                    font-size: 14px;
                    font-weight: bold;
                    height: 25px;
                    line-height: 25px;
                    letter-spacing: 0px;
                    cursor: pointer;
                    background-color: #36666c;
                    color: #FFFFFF;
                    cursor: default;
                }

                    .submain .menu .group .subgroup ul li.subsub {
                        display: block;
                        overflow: hidden;
                        text-decoration: none;
                        font-size: 12px;
                        font-weight: bold;
                        height: 25px;
                        line-height: 25px;
                        letter-spacing: 0px;
                        cursor: pointer;
                        background-color: #FFFFFF;
                    }

                        .submain .menu .group .subgroup ul li.subsub a {
                            display: block;
                            overflow: hidden;
                            text-decoration: none;
                            color: #36666c;
                        }

                            .submain .menu .group .subgroup ul li.subsub a:hover {
                                background-color: #EEEEEE;
                                color: #444444;
                            }

                            .submain .menu .group .subgroup ul li.subsub a.in {
                                background-color: #CCCCCC;
                                color: #36666c;
                                cursor: default;
                            }

                    .submain .menu .group .subgroup ul li span {
                        margin-left: 30px;
                    }

                    .submain .menu .group .subgroup ul li.subsub a span {
                        margin-left: 50px;
                    }

    .submain .content {
        float: left;
        display: block;
        overflow: hidden;
        width: 720px;
        margin-left: 10px;
        margin-top: 10px;
    }

        .submain .content .content_question {
            position: absolute;
            display: block;
            overflow: hidden;
            margin-left: 675px;
            width: 50px;
            height: 50px;
            z-index: 2;
            background-image: url(/IMAGES/question.png);
            cursor: pointer;
        }

            .submain .content .content_question a {
                width: 100%;
                height: 100%;
                display: block;
                overflow: hidden;
                text-decoration: none;
            }

        .submain .content .content_top {
            width: 715px;
            min-height: 210px;
            display: block;
            overflow: hidden;
        }

            .submain .content .content_top .photo {
                float: left;
                width: 250px;
                height: 200px;
                border: 5px solid #CFCFCF;
                background-color: #EFEFEF;
                display: block;
                overflow: hidden;
                background-image: url(/IMAGES/loading2.gif);
                background-repeat: no-repeat;
                background-position: center center;
            }

            .submain .content .content_top .info {
                float: left;
                width: 440px;
                min-height: 210px;
                margin-left: 10px;
                display: block;
                overflow: hidden;
                font-size: 14px;
                line-height: 20px;
            }

                .submain .content .content_top .info .title {
                    letter-spacing: 1px;
                    color: #444;
                    border-bottom: 2px solid #dcdcdc;
                    margin: 0px 0px 10px 0px;
                    padding: 0px;
                }

                    .submain .content .content_top .info .title h1 {
                        font-size: 16px;
                        font-weight: bold;
                        line-height: 30px;
                        letter-spacing: 0px;
                        color: #275f6b;
                        margin: 0px 5px 0px 5px;
                        padding: 0px;
                    }

                .submain .content .content_top .info .msg {
                    margin-left: 5px;
                    margin-right: 5px;
                    line-height: 25px;
                }

                    .submain .content .content_top .info .msg h2 {
                        font-size: 14px;
                        line-height: 20px;
                    }

            .submain .content .content_top h4 {
                position: absolute;
                top: -1000px;
                left: -1000px;
            }

        .submain .content .content_msg {
            margin-top: 10px;
            display: block;
            overflow: hidden;
            font-size: 14px;
            line-height: 25px;
        }

            .submain .content .content_msg .content_main img {
                width: auto !important;
                max-width: 100% !important;
                height: auto !important;
                display: block;
                margin: 0 auto;
                border: 0;
            }

            .submain .content .content_msg .download {
                background-color: #f4f4f4;
                display: block;
                overflow: hidden;
                margin-top: 10px;
                margin-bottom: 10px;
            }

                .submain .content .content_msg .download .tab {
                    margin: 10px;
                    width: 700px;
                    background-color: #999999;
                    font-size: 12px;
                    line-height: 20px;
                }

                    .submain .content .content_msg .download .tab tr td {
                        background-color: #FFFFFF;
                        text-align: center;
                        height: 35px;
                    }

                        .submain .content .content_msg .download .tab tr td h3 {
                            font-size: 12px;
                            line-height: 20px;
                            font-weight: normal;
                        }

                        .submain .content .content_msg .download .tab tr td.title {
                            background-image: url(/IMAGES/MENU_BG.jpg);
                            font-weight: bold;
                            color: #FFFFFF;
                            letter-spacing: 0px;
                        }

@media screen and (min-width: 0px) and (max-width: 1000px) {
    .submain {
        background-image: url();
    }

        .submain .menu {
            float: none;
            width: 100%;
            display: none;
        }

        .submain .content {
            float: left;
            display: block;
            overflow: hidden;
            width: 98%;
        }

            .submain .content .content_question {
                display: none;
            }

            .submain .content .content_top {
                width: 100%;
            }

                .submain .content .content_top .photo {
                    width: 100%;
                    height: auto;
                    box-sizing: border-box;
                }

                    .submain .content .content_top .photo img {
                        width: 100%;
                        height: auto;
                    }

                .submain .content .content_top .info {
                    width: 98%;
                    margin: 10px 1%;
                }

            .submain .content .content_msg .download {
                width: auto;
            }

                .submain .content .content_msg .download .tab {
                    width: 98%;
                }
}