﻿@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	

}
/* 去除iPhone中默认的input样式 */
input {
    -webkit-appearance: none;
    resize: none;
}
/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, .input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article,
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Microsoft YaHei", "Hiragino Sans GB", tahoma, sans-serif;
}
/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/* 图片自适应 */
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    -ms-interpolation-mode: bicubic; /*为了照顾ie图片缩放失真*/
}

*:focus {
    outline: none;
}
/* 清零 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, .input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article,
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section ,search{
    margin: 0;
    padding: 0;
    border: none;
}

body {
    font-family: "Microsoft YaHei", "Hiragino Sans GB", tahoma, sans-serif;
    color: #555;
}

em, i {
    font-style: normal;
}

strong {
    font-weight: normal;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a{
    text-decoration: none;
    color: #333;
    font-family: "Microsoft YaHei", "Hiragino Sans GB", tahoma, sans-serif;
}

a:hover {
    color: #333;
    text-decoration: none;
}

ul, ol, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: "Microsoft YaHei", "Hiragino Sans GB", tahoma, sans-serif;
}

fieldset, img {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

q:before,
q:after {
    content: "";
}

.input:password {
    ime-mode: disabled;
}

input[type=text] {
    border: solid 1px #adadad;
}

input::-webkit-input-placeholder {
    color: #C7C7CC;
}

input:-ms-input-placeholder { /*IE10+*/
    color: #C7C7CC;
}

input:-moz-placeholder { /*Firefox4-18*/
    color: #C7C7CC;
}

input::-moz-placeholder { /*Firefox19+*/
    color: #C7C7CC;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

* {
    box-sizing: border-box;
}

.scope {
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
}

/* 文字超出隐藏 */
.text-hide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* 大背景 */
body, html {
    font-family: "Microsoft YaHei", "Hiragino Sans GB", tahoma, sans-serif;
    /*background: #dadada;*/
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased; /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale; /*firefox*/
}

/* header */
header {
    width: 100%;
    height: 10%;
    color: #fff;
    font-size: 16px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    overflow: hidden;
}

.courses {
    width: 60px;
    height: 26px;
    line-height: 26px;
    background: url(../Content/Mimage/index/book.png) no-repeat right center;
    -webkit-background-size: 22px 21px;
    background-size: 22px 21px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
    float: left;
}

    .courses a {
        width: 100%;
        height: 100%;
        display: inline-block;
        color: #fff;
    }

.logo {
    width: 58%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

    .logo a {
        width: 100%;
        height: 100%;
    }


/*banner*/
.banner {
    /* margin-top: 18%; */
    /* margin-bottom: 10px; */
}

    .banner .slideBox {
        margin: 0;
    }

        .banner .slideBox .bd {
            width: 100%;
            padding: 0;
            border: none;
        }

        .banner .slideBox .hd {
            padding: 0;
            bottom: 0;
        }

            .banner .slideBox .hd li {
                width: 25px;
                height: 3px;
                background: #fff;
                border-radius: 0;
                border: none;
            }

                .banner .slideBox .hd li.on {
                    background: #ffbb00;
                }

.slideBox {
    position: relative;
    margin: 10px auto;
    max-width: 560px; /* 设置焦点图最大宽度 */
}

    .slideBox .hd {
        position: absolute;
        width: 100%;
        bottom: -30px;
        padding: 5px;
        right: 0;
        z-index: 1;
        text-align: center;
    }

        .slideBox .hd li {
            display: inline-block;
            width: 8px;
            height: 8px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            text-indent: -9999px;
            overflow: hidden;
            margin: 3px;
            border: 1px solid #ffbb00;
        }

            .slideBox .hd li.on {
                background: #ffbb00;
            }

    .slideBox .bd {
        position: relative;
        z-index: 0;
        border: 1px solid #ffbb00;
        padding: 10px;
        width: 70%;
        margin: 0 auto;
    }

        .slideBox .bd li {
            position: relative;
            text-align: center;
        }

            .slideBox .bd li img {
                background: url(images/loading.gif) center center no-repeat;
                vertical-align: top;
                width: 100%; /* 图片宽度100%，达到自适应效果 */
            }

            .slideBox .bd li a {
                -webkit-tap-highlight-color: rgba(0,0,0,0);
            }

/* nav */
.nav {
    width: 100%;
    background: #ffffff;
    padding: 15px 5%;
    margin: 0 auto 10px;
    overflow: hidden;
}

    .nav li {
        width: 25%;
        text-align: center;
        float: left;
    }

        .nav li:nth-child(1) {
            background: #f47643;
        }

        .nav li:nth-child(2) {
            background: #fbab1c;
        }

        .nav li:nth-child(3) {
            background: #f8d841;
        }

        .nav li:nth-child(4) {
            background: #cce198;
        }

        .nav li img {
            width: 60%;
            display: block;
            margin: 0 auto;
        }

        .nav li a {
            color: #fff;
        }



/* 内容模块 */
.box {
    width: 100%;
    padding: 10px 0;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}


/* 底部导航 */
.foot_nav {
    width: 100%;
    height: auto;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
}

    .foot_nav li {
        width: 25%;
        height: 100%;
        font-size: 14px;
        text-align: center;
        float: left;
    }

        .foot_nav li.current a {
            color: #ffbb00;
        }

        .foot_nav li.current img {
            -webkit-filter: grayscale(0%);
        }

        .foot_nav li img {
            width: 32%;
            display: block;
            margin: 10px auto 5px;
            -webkit-filter: grayscale(100%);
        }

/*外唐选课系统*/
/*.base_wrap{
	height: 100%;
	background-color: #fff;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}*/

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 1.334rem;
    height: 2.112rem;
    border-top: 1px solid #777;
    background-color: #fff;
}

    #footer img {
        width: 2.56rem;
        height: 2.112rem;
        float: left;
        margin-right: 2.82rem;
    }
