﻿/*-------------商标的蓝色#003994----------商标的绿色#91c181--------------------*/
html,
body {
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
    min-width: 420px;
    font-size: 100%;
}

a {
    color: #002257;
    text-decoration: none;
}

    a:hover {
        color: #91c181;
        text-decoration: overline;
    }

ol,
li {
    list-style: none;
}

ol {
    padding: 0;
    margin: 0;
}
div {
    overflow: hidden;
}
/*Header*/
header {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 10px;
    height: 110px;
    overflow: hidden;
}

#Logo {
    margin-top: 30px;
    height: 70px;
    margin-bottom: 10px;
    width: 205px;
    margin-right: 15px;
    float: left;
    clear: left;
    text-align: right;
    text-align: left;
    background: url("../Images/logo_bg.png") no-repeat left top;
}
#Banner {
    margin-top: 30px;
    height: 70px;
    margin-bottom: 10px;
    width: calc(100% - 236px);
    float: left;
    clear: right;
    padding: 0;
    display: block;
    text-align: left;
    position: relative;
    /*border:.5px solid red;*/
}

/*main*/
main {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    overflow:hidden;
}

.mgl_white {
    font-family: 'Mongolian White';
    writing-mode: vertical-lr;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-orientation: sideways;
}

#SearcherLinks, #CategoryLinks {
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: calc(100% - 40px);
    padding: 10px;
    margin: 10px 0 0 0;
}

    #SearcherLinks a {
        display: inline-block;
        text-align: center;
        width: calc(100% / 21 - 10px);
        aspect-ratio: 1; /*块宽高比*/
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        float: left;
        list-style: none;
        background-color: #ccd7ea;
        margin: 5px;
        line-height: 42px;
        font-size: 150%;
    }
        #SearcherLinks a:hover {
            background-color: #003994;
            color: white;
            text-decoration: none;
        }

    #CategoryLinks img {
        width: calc(100% / 10 - 8px);
        height: auto;
        float: left;
        border: 1px solid #ccd7ea;
        border-radius: 10px;
        margin: 5px 0 0 5px;
    }

        #CategoryLinks img:hover {
            background-color: #ccd7ea;
        }
@media (max-width: 80rem) {
    #SearcherLinks a {
        width: calc(100% / 21 - 10px);
    }

    @media (max-width: 74rem) {
        #SearcherLinks a {
            width: calc(100% / 20 - 10px);
        }

        @media (max-width: 70rem) {
            #SearcherLinks a {
                width: calc(100% / 19 - 10px);
            }

            @media (max-width: 66rem) {
                #SearcherLinks a {
                    width: calc(100% / 18 - 10px);
                }

                @media (max-width: 62rem) {
                    #SearcherLinks a {
                        width: calc(100% / 17 - 10px);
                    }

                    @media (max-width: 58rem) {
                        #SearcherLinks a {
                            width: calc(100% / 16 - 10px);
                        }

                        @media (max-width: 54rem) {
                            #SearcherLinks a {
                                width: calc(100% / 15 - 10px);
                            }
                            @media (max-width: 51rem) {
                                #SearcherLinks a {
                                    width: calc(100% / 14 - 10px);
                                }
                                @media (max-width: 48rem) {
                                    #SearcherLinks a {
                                        width: calc(100% / 13 - 10px);
                                    }
                                    @media (max-width: 45rem) {
                                        #SearcherLinks a {
                                            width: calc(100% / 12 - 10px);
                                        }
                                        @media (max-width: 42rem) {
                                            #SearcherLinks a {
                                                width: calc(100% / 11 - 10px);
                                            }
                                            @media (max-width: 39rem) {
                                                #SearcherLinks a {
                                                    width: calc(100% / 10 - 10px);
                                                }
                                                @media (max-width: 36rem) {
                                                    #SearcherLinks a {
                                                        width: calc(100% / 9 - 10px);
                                                    }
                                                    @media (max-width: 33rem) {
                                                        #SearcherLinks a {
                                                            width: calc(100% / 8 - 10px);
                                                        }
                                                        @media (max-width: 30rem) {
                                                            #SearcherLinks a {
                                                                width: calc(100% / 7 - 10px);
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 80rem) {
    #CategoryLinks img {
        width: calc(100% / 10 - 8px);
    }

    @media (max-width: 70rem) {
        #CategoryLinks img {
            width: calc(100% / 9 - 8px);
        }

        @media (max-width: 60rem) {
            #CategoryLinks img {
                width: calc(100% / 8 - 8px);
            }

            @media (max-width: 53rem) {
                #CategoryLinks img {
                    width: calc(100% / 7 - 8px);
                }

                @media (max-width: 46rem) {
                    #CategoryLinks img {
                        width: calc(100% / 6 - 8px);
                    }

                    @media (max-width: 40rem) {
                        #CategoryLinks img {
                            width: calc(100% / 5 - 8px);
                        }
                        @media (max-width: 36rem) {
                            #CategoryLinks img {
                                width: calc(100% / 4 - 8px);
                            }
                        }
                    }
                }
            }
        }
    }
}
    /*foot*/
    footer {
        font-family: Tahoma,"宋体",Arial,sans-serif;
        min-height: 100px;
        display: block;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 2rem;
        font-size: 70%;
        border-top: dotted .5px #003994;
        width: 100%;
        padding-top: 10px;
        margin-top: 20px;
        padding-bottom: 20px;
        overflow: hidden;
    }

        footer a:hover {
            text-decoration: underline;
        }

        footer I {
            font-style: normal;
        }

        footer label {
            font-family: '宋体';
        }

    @media (max-width:38rem) {
        footer span {
            display: inline-block;
        }

        @media (max-width:34rem) {
            footer I {
                display: inline-block;
            }
        }
    }