﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}

input,
img,
a {
    text-decoration: none;
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.english {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
}

.banner a {
    position: relative;
    display: block;
    text-decoration: none;
}

    .banner a::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url(../images/banner-bg.png) no-repeat;
        background-size: 100% 100%;
        text-decoration: none;
    }

    .banner a img {
        display: block;
        width: 100%;
    }

    .banner a p {
        position: absolute;
        left: 110px;
        bottom: 0;
        padding: 35px 350px 35px 110px;
        font-size: 23px;
        color: #fff;
        z-index: 8;
        background-color: rgba(25, 43, 70, .87);
        border-top: 1px solid #15203b;
        border-right: 1px solid #15203b;
        text-decoration: none;
    }

.banner .slick-dots {
    width: auto;
    left: 50%;
    transform: translatex(-50%);
    bottom: 40px;
}

    .banner .slick-dots li {
        width: 8px;
        height: 8px;
        background-color: #fff;
        margin: 0 15px;
    }

        .banner .slick-dots li.slick-active {
            background-color: #ce9c45;
        }

.side {
    position: fixed;
    width: 110px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #13439b;
    z-index: 999;
    text-align: center;
}

/*.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 110px;
    padding-left: 30px;
    padding-right: 75px;
}

.head-l {
    float: left;
    margin-top: 25px;
}

.head-r {
    float: right;
    text-align: right;
}*/

.top-link {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

    .top-link i {
        padding: 0 5px;
    }

    .top-link a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }

        .top-link a:first-child {
            padding-left: 0;
            background-image: none;
            text-decoration: none;
        }

.nav {
    margin-top: 15px;
}

    .nav > ul {
        float: left;
        margin-top: 8px;
    }

        .nav > ul > li {
            position: relative;
            float: left;
            margin-right: 50px;
            padding-bottom: 20px;
        }

            .nav > ul > li > a {
                font-size: 18px;
                color: #fff;
                text-decoration: none;
            }

            .nav > ul > li > ul {
                position: absolute;
                left: 65%;
                width: 180px;
                margin-left: -100px;
                background: rgba(255,255,255,.5);
                text-align: center;
                top: 40px;
                padding-top: 10px;
                padding-bottom: 10px;
                box-shadow: 0 0 5px #999;
                display: none;
            }

                .nav > ul > li > ul > li {
                    line-height: 45px;
                }

                    .nav > ul > li > ul > li > a {
                        font-size: 16px;
                        color: #333;
                        text-decoration: none;
                    }

                    .nav > ul > li > ul > li:hover {
                        background-color: #1c4e95;
                    }

                        .nav > ul > li > ul > li:hover a {
                            color: #fff;
                            text-decoration: none;
                        }

            .nav > ul > li > a:before {
                content: "";
                left: 50%;
                right: 50%;
                /*height: 1px;*/
                background: #fff;
                position: absolute;
                bottom: 15px;
                transition: all 0.3s;
                text-decoration: none;
            }

            .nav > ul > li > a:after {
                content: "";
                background: #fff;
                position: absolute;
                bottom: 0;
                left: 50%;
                transition: all 0.3s;
                text-decoration: none;
            }

            .nav > ul > li.on > a::before {
                left: 0;
                right: 0;
            }

            .nav > ul > li.on > a:after {
                height: 15px;
                bottom: 0;
            }

    .nav .sousuo {
        float: right;
    }

.wave {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}

.search {
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4f616d;
    background-color: #1c4e95;
    padding: 0 15px;
    /*font-size: 0;
    z-index: 1001;*/
}

    .search input[type="text"] {
        padding-right: 20px;
        width: 750px;
        height: 45px;
        line-height: 45px;
        vertical-align: middle;
        padding-left: 15px;
        background-color: transparent;
    }

    .search input[type="image"] {
        vertical-align: middle;
    }

    .search input::placeholder {
        color: #fff;
    }

.wave.on {
    display: block;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top > img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
}

.footer {
    position: relative;
    background-size: cover;
}

    .footer:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(28,78,149,.9);
    }

.foot {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.foot-top {
    padding-top: 55px;
    padding-bottom: 15px;
}

.foot-l {
    float: left;
}

    .foot-l a {
        display: block;
    }

        .foot-l a img {
            display: block;
        }

.foot-m {
    float: left;
    width: 40%;
    margin-left: 180px;
    margin-right: 100px;
}

    .foot-m h2 {
        font-size: 18px;
        color: #fff;
        padding-bottom: 10px;
        border-bottom: 1px solid #566faf;
        font-weight: normal;
    }

    .foot-m p {
        font-size: 14px;
        color: rgba(255, 255, 255, .6);
        margin-top: 15px;
        display: inline-block;
        width: 49%;
    }

        .foot-m p img {
            vertical-align: middle;
            padding-right: 10px;
        }

.foot-r {
    float: right;
}

    .foot-r > ul > li {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-left: 30px;
    }

        .foot-r > ul > li:after {
            content: '';
            position: absolute;
            bottom: -13px;
            left: 18px;
            width: 0;
            height: 0;
            border: 10px solid transparent;
            border-bottom: 10px solid #fff;
            display: none;
        }

        .foot-r > ul > li > p {
            font-size: 14px;
            color: #fff;
            margin-top: 10px;
        }

        .foot-r > ul > li .ewm {
            position: absolute;
            top: 47px;
            left: 50%;
            transform: translate(-50%);
            display: none;
        }

.foot-down {
    position: relative;
    padding: 20px 0;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.foot-r > ul > li:hover .ewm {
    display: block;
}

@media screen and (max-width: 1450px) {
    .footer {
        padding-right: 50px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 1400px) {
    .foot-m {
        margin-left: 30px;
        margin-right: 0;
    }

    .foot-r > ul > li {
        margin-left: 12px;
    }

    .header {
        left: 0;
    }

    .nav > ul > li {
        margin-right: 30px;
    }

    .foot-m p {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px;
    }

    .header {
        display: none;
    }

    .wap {
        display: block;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        background: #1c4e95;
    }

    .m-logo {
        font-size: 0;
    }

        .m-logo a {
            font-size: 0;
            line-height: 40px;
            text-decoration: none;
        }

        .m-logo img {
            max-height: 40px;
            max-width: 80%;
            vertical-align: middle;
        }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

        .m-tlink a {
            font-size: 14px;
            margin-right: 15px;
            margin: 5px 0;
            color: #fff;
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            background: #fff;
            color: #004980;
            line-height: 30px;
            padding: 0 15px;
            border-radius: 5px;
            text-decoration: none;
        }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        border: 1px solid #fff;
    }

        .m-search input[type="text"] {
            display: block;
            width: 100%;
            line-height: 25px;
            background: none;
            color: #fff;
        }

            .m-search input[type="text"]::placeholder {
                color: #fff;
            }

        .m-search input[type="image"] {
            position: absolute;
            right: 10px;
            top: 10px;
            height: 15px;
        }

    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #1c4e95;
        overflow-y: scroll;
    }

        .m-nav ul {
            padding: 0 15px;
        }

            .m-nav ul li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                position: relative;
            }

                .m-nav ul li > span.on {
                    transform: rotateZ(90deg);
                }

                .m-nav ul li ul {
                    display: none;
                }

                    .m-nav ul li ul li {
                        border: none;
                    }

        .m-nav > ul > li a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            padding: 15px 0;
            position: relative;
            color: #fff;
            text-decoration: none;
        }

        .m-nav > ul > li ul li a {
            padding: 10px 0;
        }

        .m-nav > ul > li > span {
            position: absolute;
            width: 20px;
            height: 20px;
            background: url(../images/m-nav_down.png) no-repeat;
            background-size: 10px 18px;
            background-position: center center;
            right: 0;
            top: 15px;
            cursor: pointer;
            display: block;
            color: #fff;
            transition: all 0.3s;
        }

    .mm-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #1c4e95;
        overflow-y: scroll;
    }

        .mm-nav ul {
            padding: 0 15px;
        }

            .mm-nav ul li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                position: relative;
            }

                .mm-nav ul li > span.on {
                    transform: rotateZ(90deg);
                }

                .mm-nav ul li ul {
                    display: none;
                }

                    .mm-nav ul li ul li {
                        border: none;
                    }

        .mm-nav > ul > li a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            padding: 15px 0;
            position: relative;
            color: #fff;
            text-decoration: none;
        }

        .mm-nav > ul > li ul li a {
            padding: 10px 0;
        }

        .mm-nav > ul > li > span {
            position: absolute;
            width: 20px;
            height: 20px;
            background: url(../images/m-nav_down.png) no-repeat;
            background-size: 10px 18px;
            background-position: center center;
            right: 0;
            top: 15px;
            cursor: pointer;
            display: block;
            color: #fff;
            transition: all 0.3s;
        }
}

@media screen and (max-width: 1020px) {
    .foot-l,
    .foot-m,
    .foot-r {
        float: none;
        width: auto;
        text-align: center;
    }

        .foot-l a img {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 10px;
        }

    .foot-top {
        padding-top: 20px;
    }

    .foot-r {
        margin-top: 10px;
    }
}

@media screen and (max-width:414px) {
    .footer {
        padding-right: 10px;
    }

    .foot-l a img {
        width: 80%;
    }

    .foot-m {
        margin-left: 0;
    }

    .foot-top {
        padding-bottom: 0px;
    }

    .foot-down {
        line-height: 30px;
    }
}

.link {
    padding-top: 80px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}

    .link > ul {
        text-align: center;
    }

        .link > ul > li {
            display: inline-block;
            padding: 0 50px;
        }

            .link > ul > li > a {
                font-size: 14px;
                color: rgba(255, 255, 255, .6);
            }

            .link > ul > li > span {
                font-size: 14px;
                color: rgba(255, 255, 255, .6);
            }

.link1 {
    padding-top: 20px;
    padding-bottom: 18px;
}

    .link1 > ul {
        text-align: center;
    }

        .link1 > ul > li {
            display: inline-block;
            padding: 0 60px;
        }

            .link1 > ul > li > a {
                font-size: 14px;
                color: rgba(255, 255, 255, .6);
            }

            .link1 > ul > li > span {
                font-size: 14px;
                color: rgba(255, 255, 255, .6);
            }

a.yjjz {
    position: relative;
    display: block;
    overflow: hidden;
    color: #333333;
    text-decoration: none;
}

    a.yjjz:hover {
        position: relative;
        display: block;
        overflow: hidden;
        color: #13439b;
    }

.ContentTitle {
    font-size: 18pt;
    font-family: Microsoft YaHei,Arial;
    text-align: center;
    /*color: #ee7830;*/
}

a.more {
    color: #ea8831;
    text-decoration: none;
}

    a.more:hover {
        color: #104e98;
    }

.news_h6 {
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: dashed 1px #c0c0c0;
    margin: 0px 0px auto;
}

.hight-x1 {
    width: 100%;
    height: 10px;
}

/***Teacher样式****/
a.Teacher:link {
    font-size: 16px;
    color: #333333;
    font-family: 微软雅黑,Arial;
    line-height: 25px;
    text-decoration: none;
}

a.Teacher:visited {
    font-size: 16px;
    color: #333333;
    font-family: 微软雅黑,Arial;
    line-height: 25px;
    text-decoration: none;
}

a.Teacher:hover {
    font-size: 16px;
    color: #333333;
    font-family: 微软雅黑,Arial;
    line-height: 25px;
    text-decoration: none;
}

/***人员队伍***/
.news_h4 {
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: dashed 1px #c0c0c0;
}

.news_h_t4 {
    position: relative;
    height: 100%;
    text-align: left;
    font-size: 12pt;
    color: #e96822;
    font-family: Microsoft YaHei,Arial;
}

.hight-x1 {
    width: 100%;
    height: 10px;
}

a.Faf6:link {
    color: #333333;
    font-size: 16px;
    font-family: Microsoft YaHei,Arial;
    line-height: 50px;
    text-decoration: none;
}

a.Faf6:visited {
    color: #333333;
    font-size: 16px;
    font-family: Microsoft YaHei,Arial;
    line-height: 50px;
    text-decoration: none;
}

a.Faf6:hover {
    color: #f9b58f;
    font-size: 16px;
    font-family: Microsoft YaHei,Arial;
    line-height: 50px;
    text-decoration: none;
}
