﻿@charset "utf-8";
/* CSS Document */

html {
    font-size: 100%
}
/* 全局样式 ------------------------------------------------------------------*/
body, div, h1, h2, h3, h4, p, dl, dd, ol, ul, li, form, fieldset, input, button, textarea {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
    color: #999;
}

th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

html {
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

fieldset, img {
    border: 0;
}

cite, em, s, i, b {
    font-style: normal;
}

input, button, textarea, select {
    font-size: 100%;
}

body, input, button, textarea, select, option {
    font-size: normal;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
    height: 0px;
}

.clear {
    clear: both;
}

a, input, textarea {
    text-decoration: none;
    outline: 0;
    font-weight: normal;
    font-family: "Microsoft YaHei";
    color: #999;
}

li, img, label, input {
    vertical-align: middle;
}

body {
    font-size: .24rem;
    font-family: helvetica,arial;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    background: #fff;
}

input:focus {
    outline: none;
}

textarea, select, input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

/*公用样式*/
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clear0 {
    clear: both;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}

.hidden {
    display: none;
}

/*页面头部-------------------------------------------------------------------*/
.header {
    background: #fff;
    height: .8rem;
    position: relative;
}

.header-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    background: #439fd8;
    height: .8rem;
    padding: 0 .2rem;
    box-shadow: 0 .05rem .05rem rgba(0,0,0,.1);
}

    .header-fixed:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.ico-peo:link {
    height: .8rem;
    width: .8rem;
    position: absolute;
    right: 1.46rem;
    top: 0;
}

    .ico-peo:link:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -.18rem;
        margin-top: -.18rem;
        width: .36rem;
        height: .36rem;
        background: url(../images/peo.png) center center no-repeat;
        background-size: 100%;
        cursor: pointer;
    }

.ico-lang {
    width: .8rem;
    text-align: center;
    height: .8rem;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .74rem;
}

    .ico-lang img {
        max-width: .38rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.ico-menu:link {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: .8rem;
    height: .8rem;
}

.ico-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: .36rem;
    height: .27rem;
    background: url(../images/menu.png) center center no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.header a.ico-peo:active, .header a.ico-peo:hover, .header a.ico-lang:active, .header a.ico-lang:hover, .header a.ico-menu:active, .header a.ico-menu:hover {
    background: #0067d2;
}

.h_tit {
    line-height: .8rem;
    color: #fff;
    font-size: .3rem;
    position: relative;
    padding-left: .55rem;
}

    .h_tit:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -.15rem;
        width: .38rem;
        height: .3rem;
        background: url(../images/home.png) center center no-repeat;
        background-size: 100%;
        cursor: pointer;
    }

    .h_tit a {
        color: #fff;
    }

    .h_tit i {
        color: #fff;
        padding: 0 .1rem;
    }

.menu_con {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}

.menu_lf {
    width: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.menu {
    width: 3.5rem;
    background: #4abfff;
    position: absolute;
    right: 0;
    top: .8rem;
}

    .menu ul li {
        /*line-height: .7rem;*/
        border-bottom: 1px solid #222;
    }

        .menu ul li:last-child {
            border-bottom: none;
        }

        .menu ul li a {
            font-size: .28rem;
            color: #fff;
            font-weight: bold;
            display: block;
            line-height: 28px;
            padding: .1rem .5rem .1rem .2rem;
            position: relative;
        }

        .menu ul li a i.fa.fa-angle-down {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 12px;
            line-height: 40px;
            text-align: right;
            margin-top: 0px;
            color: #fff;
        }


            .menu ul li a:active, .menu ul li a:hover {
                background: #0168d2;
            }

        .menu ul li .ernav {
            display: none;
            margin-bottom: 15px;
        }

            .menu ul li .ernav ul li {
                border-bottom: none;
            }

                .menu ul li .ernav ul li a {
                    line-height: 24px;
                    padding-left: 25px;
                    font-weight: normal;
                    font-size: 0.26rem;
                    padding-right:8px;
                }


        .txts {
            padding: .2rem .15rem .2rem 2.05rem;
            position: relative;
            min-height: 2.28rem;
        }

    .txts img {
        position: absolute;
        left: .2rem;
        top: 0rem;
        height: 1.65rem;
        width: 1.65rem;
    }

    .txts h3 {
        font-size: .32rem;
        line-height: .5rem;
        color: #000;
        font-weight: bold;
    }

        .txts h3 a {
            color: #000;
            font-weight: bold;
        }

    .txts p {
        color: #000;
        font-size: .3rem;
        line-height: .44rem;
    }

/*-------------------------------------------------------------------*/
.banner {
    position: relative;
    width: 100%;
    text-align: center;
}

    .banner .hd {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: .26rem;
    }

        .banner .hd ul:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .banner .hd ul li {
            height: .2rem;
            width: .2rem;
            background: rgba(255,255,255,.3);
            border-radius: 50%;
            display: inline-block;
            margin: 0 .1rem;
            text-indent: -9999px;
            cursor: pointer;
        }

        .banner .hd ul .on {
            background: #fff;
        }

    .banner .bd {
        position: relative;
        z-index: 0;
    }

        .banner .bd li img {
            width: 100%;
            display: block;
            margin: 0 auto;
        }

        .banner .bd li a {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

.nav {
    width: 100%;
    padding-top: .35rem;
}

    .nav:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .nav li {
        width: 33.3333%;
        float: left;
        text-align: center;
        padding: .25rem 0;
    }

        .nav li a {
            display: inline-block;
        }

        .nav li img {
            display: block;
            margin: 0 auto;
            height: 1rem;
            width: 1rem;
            background: #2c89c5;
            border-radius: 50%;
            padding: .27rem;
        }

        .nav li span {
            display: block;
            font-size: .35rem;
            color: #404040;
            line-height: .6rem;
            padding-top: .15rem;
            height: 38px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .nav li a:hover img {
            background: #0066d3;
        }

.about {
    padding: .25rem;
}

    .about h3 {
        text-align: center;
        font-weight: bold;
        font-size: .4rem;
        color: #2d88c4;
        line-height: .6rem;
        padding-bottom: .1rem;
    }

    .about p {
        /*        text-indent: 2em;*/
        font-size: .3rem;
        line-height: .6rem;
        color: #000;
    }

/*foot-------------------------------------------------------------------*/
.footer {
    text-align: center;
    background: #439fd8;
    padding: .25rem 0;
}

    .footer p {
        color: #fff;
        font-size: .25rem;
        line-height: .3rem;
    }

.visits {
    color: #fff;
    font-size: .25rem;
    line-height: .3rem;
    margin: 10px 0;
    text-align: center;
}


.data-list {
    padding-bottom: 30px;
    padding-top: 1px;
}

    .data-list li {
        font-size: .3rem;
        line-height: 42px;
        border-bottom: 1px dotted #ccc;
    }


ul.data-list > li > a {
    color: #333;
    font-size: .3rem;
    float: left;
}

.data-list li a:hover {
    color: #203977;
    text-decoration: none;
}

.data-list li span {
    font-size: .3rem;
    color: #333;
    float: right;
}


/**/
.teach-ul1 {
    margin-top: 10px;
}

    .teach-ul1 .li-img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

        .teach-ul1 .li-img img {
            display: block;
            max-width: 100%;
            height: auto;
            margin: 0px auto;
        }

        .teach-ul1 .li-img a {
            display: block;
            text-decoration: none;
        }

            .teach-ul1 .li-img a span {
                display: block;
                color: #333;
                line-height: 26px;
                padding: 10px 0;
                font-size: 16px;
                text-align: center;
            }
