﻿/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/

/*------------------------------------*\
    RESET
\*------------------------------------*/

*, *:after, *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

body {
    font: 400 13px/1.4 微软雅黑;
    /*background:#333;*/
    background: url(../images/bg.jpg) center top !important;
    background-size: cover !important;
}

input[type="submit"] {
    cursor: pointer;
}

input, button, select, textarea {
    outline: none;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
    background: url(../images/top-logo.png) no-repeat 5% center;
}

.header {
    /*overflow:hidden;*/
    position: fixed !important;
    top: 0;
    width: 100%;
    background: #FFF;
    z-index: 5;
    max-width: 640px;
    box-shadow: 0 10px 10px -10px #555;
    height: auto;
}

.logo {
    float: left;
}

.demo-nav {
    float: right;
    margin: 12px 0;
    list-style: none;
}

.demo-nav-link {
}

    .demo-nav-link a {
        color: #2BA6CB;
        text-decoration: none;
    }

.container {
    /*margin: 85px 0 0 0;*/
    padding: 0;
    background: url(../images/bg.jpg) no-repeat top center;
    /*min-height: 1000px;*/
    background-size: cover;
    padding-bottom: 12%;
}

    .container:before {
        content:'占位置';
        visibility:hidden;
        font-size:1.4em;
        line-height:360%;
    }

.title {
    width: 50%;
    margin: 0 auto;
}

    .title h4 {
        text-align: center;
        font-size: 1.4em;
        font-weight: bold;
        font-family: 微软雅黑;
        /*line-height: 85px;
        height: 85px;*/
        color: #231815;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height:auto;
        line-height:360%;
    }

.area {
    width: 50px;
    padding: 50px 0 0;
    float: right;
    position: absolute;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    right: 1%;
    top: -20px;
}

    .area input {
        background: none;
        border: none;
        font-size: 18px;
        color: #595757;
        display: block;
    }

.allpage {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}
/*首页banner*/
.banner {
    text-align: center;
    width: 100%;
}

    .banner img {
        width: 100%;
    }
/*首页菜单*/
.index_menu {
    width: 78.90625%;
    margin: 65px auto;
}

    .index_menu ul li {
        float: left;
        width: 33%;
        text-align: center;
        margin-bottom: 25px;
        font-size: 1.4em;
        font-weight: 700;
        color: #231815;
        line-height: 200%;
        letter-spacing: 1px;
    }

        .index_menu ul li div {
            max-width: 128px;
            width: 77%;
            margin: 0 auto;
        }

        .index_menu ul li img {
            width: 100%;
            border-radius: 70px;
            
        }

.first {
    margin-left: 0 !important;
}

.last {
    margin-right: 0 !important;
}
/*首页滚动*/
.banner {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 54.6875%;
    /*border-bottom: 1px #231815 solid;*/
}

#full-screen-slider {
    width: 100%;
    float: left;
    position: relative;
}

#slides {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 0;
    padding-bottom: 57.6875%;
}

    #slides li {
        display: block;
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
    }

        #slides li a {
            display: block;
            width: 100%;
            height: 100%;
            text-indent: -9999px;
        }

        #slides li img {
            display: block;
            width: 100%;
        }

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 43%;
    bottom: 8%;
    z-index: 1;
    padding: 5px 15px 5px 0;
    margin: 0;
    margin-left: 0 !important;
}

    #pagination li {
        display: block;
        list-style: none;
        width: 10px;
        height: 10px;
        float: left;
        margin-left: 15px;
        border-radius: 5px;
        background: #FFF;
    }

        #pagination li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            text-indent: -9999px;
        }

        #pagination li.current {
            background: #231815;
            border-radius: 5px;
        }
/*页脚菜单*/
.page_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 640px;
    background: #FFF;
    z-index: 99;
}

    .page_bottom ul li {
        float: left;
        width: 25%;
        text-align: center;
        padding: 2% 0;
        border-right: 1px #ccc solid;
    }

        .page_bottom ul li a {
            color: #595757;
            font-size: 1.4em;
            vertical-align: middle;
            padding-left: 16%;
            line-height: 200%;
        }

.footer-1 {
    background: url(../images/footer-icon-1.png) no-repeat left center;
    background-size: contain;
}

.footer-2 {
    background: url(../images/footer-icon-2.png) no-repeat left center;
    background-size: contain;
}

.footer-3 {
    background: url(../images/footer-icon-3.png) no-repeat left center;
    background-size: contain;
}

.footer-4 {
    background: url(../images/footer-icon-4.png) no-repeat left center;
    background-size: contain;
}
/********************内页总体*************************/
.inner_container {
    position: relative;
    top: 10px;
}
/*******************走近武苑**************************/
.block, .changguan_detail, .jieshao_detail {
    background: #FFF;
    margin-bottom: 10px;
    padding: 15px 2.34375%;
}

.about-1 img, .about-3 img {
    width: 100%;
}

.about-1 .mt, .about-2 .mt, .news-1 .mt, .news-2 .mt, .news-3 .mt, .news-4 .mt, .shizi-2 .mt, .lesson-1 .mt, .qinzi-1 .mt, .qinzi-2 .mt, .qinzi-3 .mt, .wukui-1 .mt, .wukui-2 .mt, .wukui-3 .mt, .video-1 .mt, .video-2 .mt, .video-3 .mt, .mall-1 .mt, .mall-2 .mt, .mall-3 .mt {
    margin-bottom: 15px;
}

    .about-1 .mt h3, .about-2 .mt h3, .about-3 .mt h3, .news-1 .mt h3, .news-2 .mt h3, .news-3 .mt h3, .news-4 .mt h3, .shizi-2 .mt h3, .lesson-1 .mt h3, .qinzi-1 .mt h3, .qinzi-2 .mt h3, .qinzi-3 .mt h3, .wukui-1 .mt h3, .wukui-2 .mt h3, .wukui-3 .mt h3, .video-1 .mt h3, .video-2 .mt h3, .video-3 .mt h3, .mall-1 .mt h3, .mall-2 .mt h3, .mall-3 .mt h3 {
        float: left;
        width: 50%;
        font-size: 1.4em;
        line-height: 200%;
        color: #444444;
        font-weight: normal;
        padding-left: 6%;
    }

    .about-1 .mt a, .about-2 .mt a, .about-3 .mt a, .news-1 .mt a, .news-2 .mt a, .news-3 .mt a, .news-4 .mt a, .shizi-2 .mt a, .lesson-1 .mt a, .qinzi-1 .mt a, .qinzi-2 .mt a, .qinzi-3 .mt a, .wukui-1 .mt a, .wukui-2 .mt a, .wukui-3 .mt a, .video-1 .mt a, .video-2 .mt a, .video-3 .mt a, .mall-1 .mt a, .mall-2 .mt a, .mall-3 .mt a {
        float: right;
        color: #f39800;
        font-size: 1.4em;
        line-height: 200%;
    }

    .about-1 .mt h3 {
        background: url(../images/about-icon-1.png) no-repeat 10px center;
        background-size: 6%;
    }

    .about-2 .mt h3 {
        background: url(../images/about-icon-2.png) no-repeat 10px center;
        background-size: 6%;
    }

.about-3 .mt h3 {
    background: url(../images/about-icon-3.png) no-repeat 10px center;
    background-size: 6%;
    color: #FFF !important;
}

.block.about-3 .mt {
    position: absolute;
    bottom: 20px;
    width: 95.3%;
    background: rgba(0,0,0,.4);
}
/*******************************通用滚动展示效果****************************************/
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 90%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0, 0);
    }

    .owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
            max-width: 154px;
            margin: 0 auto;
            border-radius: 90px;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none;
        }

    .owl-theme .owl-controls .owl-nav .disabled {
        opacity: .5;
        cursor: default;
    }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #d6d6d6;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791;
    }

.owl-prev {
    background: url(../images/left-arrow.png) no-repeat left center !important;
    text-indent: -999em;
    position: absolute;
    left: -6%;
    top: 30%;
}

.owl-next {
    background: url(../images/right-arrow.png) no-repeat left center !important;
    text-indent: -999em;
    position: absolute;
    right: -6%;
    top: 30%;
}

.owl-dots {
    display: none !important;
}
/************************场馆展示****************************/
.changguan_detail img {
    width: 100%;
    margin-bottom: 30px;
}

.changguan_detail h4 {
    text-align: center;
    font-size: 2em;
    font-weight: normal;
    color: #444;
    line-height: 180%;
    margin-bottom: 30px;
}

.changguan_detail p, .jieshao_detail p, .jieshao_detail ul li {
    color: #444;
    text-indent: 2em;
    font-size: 1.6em;
    line-height: 180%;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: justify;
}

span.orange {
    color: #f4a31c;
}

.detail_contact .tel {
    background: url(../images/changguan-detail-2.jpg) no-repeat 10px 7px;
}

.detail_contact .addr {
    background: url(../images/changguan-detail-3.jpg) no-repeat 10px 7px;
}
/***************公司介绍****************/
.jieshao_detail {
    background-size: cover;
    min-height: 1200px;
}

    .jieshao_detail h4 {
        font-size: 2em;
        font-weight: normal;
        color: #444;
        line-height: 180%;
    }

    .jieshao_detail img.right-pic {
        float: right;
        width: 50%;
        margin-bottom: 15px;
    }

span.leftwenzi {
    float: left;
    width: 30%;
    text-align: right;
    text-indent: 0;
}

span.rightwenzi {
    float: left;
    width: 69%;
    text-align: left;
    text-indent: 0;
}

.detail_contact ul li:after {
    clear: both;
}
/********************新闻列表***************************/
.news-1 .mt h3 {
    background: url(../images/news-icon-1.jpg) no-repeat left center;
    background-size: 8%;
}

.news-1 ul li, .wukui-3 ul li, .mall-1 ul li {
    height: 120px;
    margin-bottom: 20px;
    border-bottom: 1px #ccc solid;
}

.news-1 .news-list-img, .wukui-3 .news-list-img, .mall-1 .news-list-img {
    float: left;
    display: block;
    width: 120px;
    height: 100px;
}

.news-1 .news_right, .wukui-3 .news_right, .mall-1 .news_right {
    width: 100%;
    padding-left: 130px;
    height: 100px;
    position: relative;
}

    .news-1 .news_right h3 a, .wukui-3 .news_right h3 a, .mall-1 .news_right h3 a {
        color: #444;
        font-size: 1.2em;
        font-weight: normal;
    }

.news-1 p.date, .wukui-3 p.date {
    position: absolute;
    bottom: 0;
    color: #b7b5b5;
    font-size: 1.2em;
}

.news-2 .mt h3 {
    background: url(../images/news-icon-2.jpg) no-repeat left center;
    background-size: 8%;
}

.news-2 ul li, .news-4 ul li, .qinzi-3 ul li {
    line-height: 44px;
    height: 44px;
    font-size: 1.2em;
    border-bottom: 1px #ccc dashed;
}

    .news-2 li a, .news-4 li a, .qinzi-3 ul li a {
        color: #444;
        display: block;
        float: left;
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        letter-spacing: 1px;
    }

.news-2 span.date, .news-4 span.date, .qinzi-3 span.date {
    color: #b7b5b5;
    float: right;
}

.news-3 .mt h3 {
    background: url(../images/news-icon-3.jpg) no-repeat left center;
    background-size: 8%;
}

.news-3 a.wushuwenhua, .shizi-1 a.shizijieshao {
    display: block;
    width: 100%;
    position: relative;
    color: #FFF;
}

    .news-3 a.wushuwenhua img {
        width: 100%;
    }

    .news-3 a.wushuwenhua h4, .shizi-1 a.shizijieshao h4 {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 4px;
        font-size: 1.4em;
        font-weight: normal;
        line-height: 2.2em;
        letter-spacing: 1px;
        background: url(../images/news-icon-3.png) no-repeat left center rgba(0,0,0,.4);
    }

        .news-3 a.wushuwenhua h4 span.leftwenzi, .shizi-1 a.shizijieshao h4 span.leftwenzi {
            float: left;
            text-align: left;
            text-indent: 2em;
            width: 70%;
        }

        .news-3 a.wushuwenhua h4 span.rightwenzi, .shizi-1 a.shizijieshao h4 span.rightwenzi {
            float: right;
            text-align: right;
            color: #f39800;
            width: 30%;
        }

.news-4 .mt h3 {
    background: url(../images/news-icon-2.jpg) no-repeat left center;
    background-size: 8%;
}
/*****************师资介绍***********************/
a.shizijieshao {
    margin-bottom: 35px;
    border: none !important;
}

.shizi-1 a.shizijieshao img {
    width: 100%;
    margin: 0 !important;
}

.shizi-1 a.shizijieshao h4 {
    background: url(../images/about-icon-1.png) no-repeat 10px center rgba(0,0,0,.4);
    bottom: 4px;
}

.shizi-1 ul li {
    border-bottom: 1px #ccc solid;
    margin-bottom: 35px;
    padding-bottom: 20px;
    height: 120px;
}

img.shizi-list-img {
    float: left;
    width: 120px;
    height: 100px;
}

.shizi_right {
    width: 100%;
    padding-left: 130px;
}

    .shizi_right h3 {
        font-size: 1.4em;
        font-weight: normal;
        line-height: 180%;
    }

        .shizi_right h3 a {
            color: #444;
        }

    .shizi_right p {
        font-size: 1.1em;
        color: #444;
        line-height: 160%;
    }

.shizi-2 .mt h3 {
    background: url(../images/about-icon-1.png) no-repeat 10px center;
}

.shizi-2 .item {
    text-align: center;
}

    .shizi-2 .item a {
        color: #444;
    }

.shizi-2 .item {
    text-align: center;
    font-size: 1.4em;
}

    .shizi-2 .item span.zhuanjia_small {
        font-size: 0.8em;
    }
/*********************课程设置***********************/
.lesson-1 .mt h3 {
    background: url(../images/kechengshezhi-icon1.png) no-repeat left center;
}

.lesson-1 .mc img {
    width: 100%;
}

.lesson-2 ul {
    border-bottom: 1px #ccc solid;
}

    .lesson-2 ul li {
        float: left;
        width: 50%;
        font-size: 1.8em;
        border: 1px #ccc solid;
        border-left: 0;
        border-bottom: 0;
        padding: 30px 4.6875%;
    }

        .lesson-2 ul li a {
            color: #444;
            line-height: 96px;
            display: block;
        }

        .lesson-2 ul li img {
            float: left;
            border-radius: 60px;
            width: 96px;
            height: 96px;
        }

        .lesson-2 ul li span {
            float: left;
            margin-left: 3.90625%;
        }
/****亲子天地*****/
.qinzi-1 .mc {
    background: #eeeded;
    padding: 15px 0;
}

.qinzi-1 .rightpart .yonghu a {
    color: #f39800;
    font-size: 1.4em;
    line-height: 200%;
}

.qinzi-1 .rightpart .yonghu img {
    margin: 5px 10px 0 0;
    width: 20%;
    height: auto;
    max-width: 73px;
    max-height: 73px;
}

.qinzi-1 .leftpart {
    float: left;
    width: 50%;
    text-align: center;
}

.qinzi-1 .rightpart {
    float: right;
    width: 50%;
}

.qinzi-1 .leftpart img {
    width: 90%;
    height: auto;
    max-width: 265px;
    max-height: 217px;
}

.qinzi-1 .rightpart p.shuoming {
    padding-right: 2%;
    font-size: 1.2em;
    line-height: 150%;
    color: #444;
}

.qinzi-2 ul li, .mall-2 ul li, .mall-list-3 ul li {
    float: left;
    width: 33%;
    text-align: center;
}

    .qinzi-2 ul li a, .mall-2 ul li a, .mall-list-3 ul li a {
        display: block;
        color: #444;
    }

.qinzi-2 li img, .mall-2 li img, .mall-list-3 li img {
    width: 90%;
    max-width: 148px;
    height: auto;
    max-height: 148px;
}

.qinzi-2 li p, .mall-2 li p, .mall-list-3 li p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2em;
    line-height: 180%;
}

.qinzi-1 .mt h3 {
    background: url(../images/qinzi-icon-1.png) no-repeat center left;
}

.qinzi-2 .mt h3 {
    background: url(../images/qinzi-icon-2.png) no-repeat center left;
}

.qinzi-3 .mt h3 {
    background: url(../images/qinzi-icon-3.png) no-repeat center left;
}
/*****小小武魁*****/

.wukui-1 .mt h3 {
    background: url(../images/wukui-icon-1.png) no-repeat center left;
}

.wukui-2 .mt h3 {
    background: url(../images/about-icon-1.png) no-repeat center left;
}

.wukui-3 .mt h3 {
    background: url(../images/wukui-icon-3.png) no-repeat center left;
}

.wukui-1 .mc li, .video-1 .mc li, .video-2 .mc li, .video-3 .mc li {
    float: left;
    width: 50%;
    text-align: left;
}

.video-cover a {
    display: block;
    width: 98%;
    height: 100%;
    position: relative;
}

.video-cover img {
    display: block;
    width: 100%;
    max-width: 300px;
    max-height: 200px;
    position: relative;
    z-index: 0;
}

span.fenbianlv {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #00a0e9;
    color: #FFF;
    font-size: 1.4em;
    line-height: 150%;
    padding: 0 5px;
}

span.shipinleibie {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: rgba(0,0,0,.8);
    color: #FFF;
    font-size: 1.2em;
    line-height: 150%;
    padding: 0 5px;
}

.wukui-2 .item a, .mall-3 .item a , .about-2 .item a{
    text-align: center;
    color: #444;
    font-size: 1.2em;
    line-height: 200%;
}

.video-title {
    color: #444;
    font-size: 1.4em;
    letter-spacing: 1px;
    margin-top: 10px;
}
/********视频中心*******/
.video-1 .mt h3, .video-2 .mt h3, .video-3 .mt h3 {
    background: url(../images/video-icon-1.png) no-repeat center left;
}
/*************在线预约*****************/
form.yuyue_form {
    min-height: 1vh;
}

.yuyue-1 ul li, .yuyue-2 ul li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #bfbfbf solid;
    color: #444;
    font-size: 2em;
    padding: 0 5.46875%;
    letter-spacing: 1px;
}

.yuyue-1 input {
    width: 80%;
    font-size: 1em;
    border: none;
    padding-left: 10px;
    color: #444;
}

.yuyue-2 span {
    float: left;
}

.yuyue-2 select {
    font-size: 1em;
    font-family: 微软雅黑;
    color: #444;
    width: 100%;
    border: none;
}

.yuyue-2 label {
    background: url(../images/arrow-down.png) no-repeat center right;
    width: 70%;
    display: block;
    float: left;
    padding-right: 5%;
}

input.submit {
    background: #f4a31c;
    border: none;
    font-size: 2em;
    text-align: center;
    color: #FFF;
    font-family: 微软雅黑;
    width: 95.3125%;
    MARGIN: 0 AUTO;
    display: block;
    border-radius: 5px;
    height: 100px;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}
/***************武苑产品****************/
.mall-1 .mt h3 {
      background: url(../images/qinzi-icon-2.png) no-repeat center left;
}

.mall-2 .mt h3 {

  background: url(../images/mall-icon-1.png) no-repeat center left;
}

.mall-3 .mt h3 {
    background: url(../images/changguan-detail-3.jpg) no-repeat center left;
}

.mall-1 .news_right h3 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mall-1 p.jianjie {
    color: #b7b5b5;
    font-size: 1.2em;
    overflow: hidden;
}
/***************产品列表*********************/
.mall-list-2 li, .mall-list-3 li {
    margin-bottom: 20px;
}

    .mall-list-3 li img {
        border-radius: 80px;
        box-shadow: 1px 1px 1px #000;
    }
/*******************列表页翻页效果************************/
.page {
    margin: 20px 0;
}

    .page a.pre, .page a.next {
        background: #F8B62B;
        color: #FFF;
        padding: 10px;
        font-size: 1.2em;
        line-height: 200%;
    }

#linBtn_pre,#linBtn_next {
        background: #F8B62B;
        color: #FFF;
        padding: 10px;
        font-size: 1.2em;
        line-height: 200%;
		position:relative;
		z-index:2
    }



#linBtn_pre{
        float: left;
    }

    #linBtn_next {
        float: right;
    }

    .page a.pre {
        float: left;
    }

    .page a.next {
        float: right;
    }

span.page_number {
    text-align: center;
    font-size: 1.2em;
    line-height: 200%;
    width: 50%;
    margin: 0 auto;
    display: block;
    padding: 10px;
	position:relative;
		z-index:1;
}
/************亲子天地详细列表*************/
.qinzi-list-1 .mc {
    background: none;
}

.qinzilist {
    margin-bottom: 20px;
    background: #eeeded;
    padding: 20px 0;
    border-bottom: 1px #ccc solid;
}

.qinzi-list-2 ul li, .wukui-list-1 ul li, .video-list-1 ul li {
    margin-bottom: 20px;
}

.block.yuyue-1 textarea {
    overflow: auto;
    width: 80%;
    font-size: 1em;
    border: none;
    padding-left: 10px;
    color: #444;
    height: 10em;
    padding: 20px;
    float: right;
}

/*显示层提示*/

div#tips {
    position: fixed;
    top: 50%;
    background: #FFF;
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 2%;
    width: 50%;
    box-shadow: 0px 0px 10px #ccc;
    text-align: center;
    margin: 0 auto;
    left: 25%;
}

    div#tips p {
        font-size: 1.4em;
        line-height: 200%;
        color: #444;
    }

/*家长专访*/
.block.qinzi-3 ul li {
    float: left;
    width: 50%;
    height: auto;
    line-height: 200%;
    text-align: center;
    border-bottom: none;
}

    .block.qinzi-3 ul li a {
        float: none;
        width: 98%;
    }

    .block.qinzi-3 ul li img {
        width: 100%;
    }

    .block.qinzi-3 ul li .video-title {
        font-size: 1.1em;
    }

/********************设置自适应字体大小***************************/
@media only screen and (min-width:320px) and (max-width: 479px) {
    .wrapper {
    background-size: 2.2em;
}
    .container:before {
        content:'占位置';
        visibility:hidden;
        font-size:1.2em;
        line-height:360%;
    }


    .title h4 {
    font-size: 1.2em;
}
    .index_menu ul li {
        font-size: 0.9em;
    }
    .index_menu ul li div {
        /*width: 90%;*/
        font-size: 0.9em !important;
    }

    .about-1 .mt a, .about-2 .mt a, .about-3 .mt a, .news-1 .mt a, .news-2 .mt a, .news-3 .mt a, .news-4 .mt a, .shizi-2 .mt a, .lesson-1 .mt a, .qinzi-1 .mt a, .qinzi-2 .mt a, .qinzi-3 .mt a, .wukui-1 .mt a, .wukui-2 .mt a, .wukui-3 .mt a, .video-1 .mt a, .video-2 .mt a, .video-3 .mt a, .mall-1 .mt a, .mall-2 .mt a, .mall-3 .mt a {
        font-size: 1.2em;
    }

    .news-3 a.wushuwenhua h4, .shizi-1 a.shizijieshao h4 {
        font-size: 1.2em;
        line-height: 3em;
    }

    .shizi_right h3 {
        font-size: 1.2em;
    }

    .shizi_right p {
        font-size: 1em;
    }

    .shizi-1 ul li {
        height: auto;
    }

    .shizi-2 .mt h3, .lesson-1 .mt h3, .qinzi-1 .mt h3, .qinzi-2 .mt h3, .qinzi-3 .mt h3, .wukui-1 .mt h3, .wukui-2 .mt h3, .wukui-3 .mt h3, .video-1 .mt h3, .video-2 .mt h3, .video-3 .mt h3, .mall-1 .mt h3, .mall-2 .mt h3, .mall-3 .mt h3 {
        padding-left: 10%;
    }

    .page_bottom ul li a {
        color: #595757;
        font-size: 1em;
        vertical-align: middle;
        padding-left: 22%;
        line-height: 200%;
    }

    .about-1 .mt h3, .about-2 .mt h3, .about-3 .mt h3 {
        font-size: 1.2em;
        padding-left: 8%;
    }

    .changguan_detail h4, .jieshao_detail h4 {
        font-size: 1.4em;
    }

    .changguan_detail p, .jieshao_detail p, .jieshao_detail ul li {
        font-size: 1em;
    }

    .detail_contact .tel, .detail_contact .addr {
        background-size: 3%;
    }

    .jieshao_detail {
    
        background-size: contain;
        min-height: 800px;
    }

    .news-1 .news_right h3 a, .news-1 p.date {
        font-size: 1em;
    height: auto !important;
    }

    .news-2 ul li, .news-4 ul li, .qinzi-3 ul li {
        font-size: 1em;
    }

    .news-1 .mt h3, .news-2 .mt h3, .news-3 .mt h3, .news-4 .mt h3 {
        background-size: 16%;
        padding-left: 10%;
    }

    .news-3 a.wushuwenhua h4 {
        font-size: 1.2em;
        line-height: 3.5em;
    }

    .news-1 .news_right h3 a, .wukui-3 .news_right h3 a, .mall-1 .news_right h3 a {
        font-size: 1em;
    }

    .lesson-2 ul li {
        line-height: 200%;
    }

        .lesson-2 ul li img {
            float: none;
            margin: 0 auto;
            display: block;
        }

        .lesson-2 ul li span {
            float: none;
            text-align: center;
            margin: 0;
            font-size: 0.8em;
            display: block;
        }

    .qinzi-1 .rightpart p.shuoming {
        font-size: 1em;
    }

    .qinzi-1 .rightpart .yonghu a {
            font-size: 1.16em;
    line-height: 1.3em;
    }

    .qinzi-2 li p {
        font-size: 1em;
    }

    span.fenbianlv {
        font-size: 1.1em;
    }

    span.shipinleibie {
        font-size: 1.1em;
    }

    .wukui-2 .item a {
        font-size: 1em;
    }

    .video-title {
        font-size: 1.2em;
    }

    .yuyue-1 ul li, .yuyue-2 ul li {
        font-size: 1.4em;
    }

    .yuyue-2 label {
        padding-right: 10%;
    }

    .mall-1 p.jianjie {
        font-size: 1em;
    }

/*调整新闻列表*/
.block.news-1 .mc ul li p {
    height: 36px;
    overflow: hidden;
}
.block.news-1 .mc ul li p.time{
height:auto;
}


}
