﻿@charset "utf-8";
/* CSS Document */
body {
    font: sans-serif,Arial;
}

body {
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #444;
}

ul li {
    list-style: none;
}

em {
    font-style: normal;
    color: #F00;
}


.conter {
    max-width: 750px;
    margin: 0 auto;
    font-size:10px;
    line-height:180%;
}

.header1 img {
    width: 100%;
    height: auto;
    display:inherit;
}
.conTitle {
    margin: auto;
    text-align: center;
}

    .conTitle h2 {
        text-align: center;
        font-size: 1.3em;
        padding: 0 0;
        font-weight: bold;
    }

.conter04 {
    overflow: hidden;
    padding: .5em 0 0;
}
    .conter04 .conMain{
        padding:.8em;
    }

        .conter04 .conMain .txt {
            /*width: 55%;*/
            margin-top:1em;
        }

        .conter04 .conMain .title {
            margin-bottom: .8em;
        }

            .conter04 .conMain .title span {
                display: inline-block;
                padding: .4em 2em .4em 1em;
                width:50%;
                font-size: 1.1em;
                color: #fff;
                box-sizing: border-box;
                background: #2181bd;
                -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
                clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
            }


        .conter04 .conMain .p3 {
            text-align: justify;
            margin-top: .8em;
        }

    .conter04 .floor {
        margin-top: 1em;
        color: #8b8b8b;
        text-align: justify;
    }



.bdDiv {
    padding: .5em 0;
    overflow: hidden;
}

    .bdDiv .item {
        margin: .5em;
        overflow: hidden;
    }

    .bdDiv span {
        display: block;
        width: 25%;
        float: left;
        text-align: right;
        line-height: 40px;
    }

    .bdDiv .bdk {
        width: 65%;
        height: 40px;
        float: left;
        border: 1px solid #c6c7c4;
        background: none;
    }

    .bdDiv input {
        padding: 0 5px;
        width: 65%;
        height: 40px;
        float: left;
        border: 1px solid #c6c7c4;
        background: none;
    }

.tjBtn {
    width: 40%;
    margin: 1.4em auto 0;
    display: block;
    background: #2181bd;
    color: #fff;
    /*border-radius: .5em;*/
    text-align: center;
    padding: .5em;
}

.bdDiv select {
    width: 60px;
    text-align: center;
    height: 38px;
    border: 0;
    border-right: 1px solid #ededed;
    padding-left: 8px;
    float: left;
    margin-left: 1px;
    background: none;
    color:#000;
}

    .bdDiv select option {
        text-align: center;
    }

#txtContact {
    padding: 0 5px;
    width: 65%;
    height: 38px;
    border: 0;
    float: left;
    background: none;
}
.conter05 {
    overflow: hidden;
    margin-top:2em;
}
    .conter05 .conMain {
        padding: .8em;
    }
    .conter05 .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1em;
        justify-items: center;
    }
    .conter05 .moreDiv {
        display: none;
    }
    .conter05 .pd {
        background: #2181bd;
        color:#fff;
        padding:.8em .5em;
        text-align:center;
        margin-top:1em;
    }

    .conter05 .university {
        text-align: center;
        margin-top: 1em;
    }

        .conter05 .university img {
            width: 80%;
            object-fit: contain;
        }

    .conter05 .rank {
        margin-top: .5em;
    }

    .conter05 .description {
        font-size: .8em;
        margin-top: .5em;
        height:40px;
        text-align: center;
        background: #e3e3e3;
        color: #444;
        border-radius: .5em;
        padding: 0 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


.djBtn {
    display: block;
    width: 80%;
    padding: .5em;
    background: #f4ce3e;
    text-align: center;
    margin: 1.5em auto 0;
    cursor: pointer;
    border-radius:.5em;
}


.conter06 {
    overflow: hidden;
    padding: 1.5em 0 0;
}
.conter06 .conMain {
    overflow: hidden;
    padding: .8em;
    text-align: justify;
}
    .conter06 table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 1.3em;
    }

    .conter06 th, .conter06 td {
        border: 1px solid #333;
        padding: .3em;
        vertical-align: top;
        text-align: left;
        word-wrap: break-word;
    }

    .conter06 th {
        background-color: #2181bd;
        color: white;
        text-align: center;
    }

    .conter06 .td1 {
        font-weight: bold;
        color: #2181bd;
        text-align: center;
    }

    .conter06 .table3 {
        margin-top: 1em;
    }

        .conter06 .table3 td {
            text-align: center;
        }

    .conter06 .p1 {
        margin-top: 1.3em;
    }

.conter07 {
    background: url('../../Images/ZhuanTi_Au/25xgss/25xgss_05.jpg') top center no-repeat;
    background-size:cover;
    overflow: hidden;
    margin-top: 1.5em;
}
.conter07 .conMain{
    padding:.8em;
}

    .conter07 .conMain p {
        font-size: 1.2em;
        line-height: 150%;
        color: #fff;
    }

        .conter07 .conMain p span {
            color: #fee05c;
        }

.conter08 {
    overflow: hidden;
    padding: 1.5em 0 0;
}
    .conter08 .conMain {
        padding: .8em;
        background: #f2f2f2;
    }
    .conter08 .conMain .p1 {
        margin-top: 1em;
    }
        .conter08 .conMain .p1 img {
            width:1.5em;
        }

        .conter08 .conMain .p1 span {
            color: #2181bd;
        }

    .conter08 table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1em;
    }

    .conter08 th, .conter08 td {
        border: 1px solid #333;
        padding: .3em;
        text-align: center;
        vertical-align: middle;
    }

    .conter08 th {
        background-color: #007eb7;
        color: white;
    }



.conter09 {
    overflow: hidden;
    padding: 1.5em 0;
}

    .conter09 .conMain {
        padding: .8em;
    }

        .conter09 .conMain .pf {
            text-align: justify;
            padding: .8em 0;
        }

        .conter09 .conMain .item {
            overflow: hidden;
            width: 100%;
            margin: .8em auto 0;
        }

            .conter09 .conMain .item .top {
                padding: .5em;
                text-align: center;
                background: #cacaca;
                font-size: 1.2em;
            }

                .conter09 .conMain .item .top.active {
                    background: #c20200;
                    color: #fff;
                }

            .conter09 .conMain .item .bottom {
                display: none;
                padding: .8em;
                background: #f2f2f2;
            }

                .conter09 .conMain .item .bottom .left {
                    width: 20%;
                }

                    .conter09 .conMain .item .bottom .left img {
                        width: 100%;
                    }

                .conter09 .conMain .item .bottom .right {
                    width: 78%;
                }

                .conter09 .conMain .item .bottom > p {
                    padding-top: .8em;
                }

                .conter09 .conMain .item .bottom p span {
                    font-weight: bold;
                }


.conter10 {
    overflow: hidden;
    padding: 1.5em 0;
}

    .conter10 .conMain {
        padding: .8em;
    }

        .conter10 .conMain .item {
            width: 100%;
            margin: 1em 0 0 0;
            position: relative;
            padding: .8em;
            box-sizing: border-box;
            background: #edf2ff;
        }

            .conter10 .conMain .item .p2 {
                text-align: justify;
            }

            .conter10 .conMain .item .p1 {
                text-align: center;
                padding:.8em 0;
            }
            .conter10 .conMain .item .p1 img {
                width:20%;
            }

            .conter10 .conMain .item .p3 {
                color: #2556ca;
                font-size: 1.2em;
                text-align: center;
                padding: 0 0 .8em;
            }


.conter12 {
    overflow: hidden;
    padding: 1.5em 0;
}
.conter12 .conMain {
    overflow: hidden;
    padding: 1em .8em;
}
.conter12 a{
    display:block;
    width:50%;
    float:left;
}


@media screen and (min-width:360px) {
    .conter {
        font-size: 12px;
    }
}

@media screen and (min-width: 425px) {
    .conter {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .conter {
        font-size: 20px;
    }
}