.visible-x{
    display: none;

}
@media (max-width : 767px){.visible-x{
    display: block;

}}



.n-footer{
    position: fixed;
    text-align: center;
    bottom: 0;
    z-index: 999;
    width: 100%;
    max-width: 750px;
    height: 5rem;
    background-color: #fff;
    display: none;

}
@media (max-width : 767px){.n-footer{
    position: fixed;
    text-align: center;
    bottom: 0;
    z-index: 999;
    width: 100%;
    max-width: 750px;
    height: 5rem;
    background-color: #fff;

}}
.n-footer ul{
    padding-top: 0.2rem;
    display: flex;
    justify-content: space-around;
    align-content: center;
}
.n-footer ul li {
    display: inline;
    width: 18%;
}
.n-footer ul i{
    display: block;
    color: #d1ab57;
    font-size: 0.4rem;
}
.n-footer ul p{
    margin-top: 0.08rem;
    font-size: 1.4rem;
    color: #000;
}
.n-menu-fixed-bottom a{
    width: 100%;
    display: inline-block;
}



/*课程分类*/
.HomeClass{ padding:0px 10px; background:url(http://m.gdymxd.com/images/home/classbg.gif); margin-bottom:20px;margin-top:20px;}
.ClassList li{ position:relative; margin-top:20px; padding:10px; border-radius:5px; background:#fff; box-shadow:0 0 10px #ddd;}
.ClassList li .tithead{ overflow:hidden; margin-bottom:23px; height:49px; line-height:40px; border-bottom:1px solid #e6e6e6; color:#333;font-size:10px;}
.ClassList li .tithead img{ display:inline-block; vertical-align:middle; margin-right:11px;}
.ClassList li .tithead a.more{ float:right; color:#999999; font-size:14px;}
.ClassList li .img{ width:50%; float:left; border-radius:10px;background-position: center center; background-repeat:no-repeat; background-size:cover;}
.ClassList li .info{ width:47%; float:right;}
.ClassList li .info .t{ padding:8px 0 5px;}
.ClassList li .info .t h3{ font-size:18px; color:#333333;font-weight: bold;line-height: 1;}
.ClassList li .info .t p{ font-size:14px; color:#999999;line-height: 1.5;}
.ClassList li .info .p{ font-size:12px; line-height:1.5;margin-top: 10%;}
.ClassList li .info .btn a{ display:inline-block; border-radius:5px; width:40%; line-height:2; text-align:center; font-size:12px; color:#fff;}
.ClassList li .info .btn a.zx{ background:#206672; margin-right:10px;}
.ClassList li .info .btn a.lj{ background:#cfa972;}
.clearfix{overflow:hidden;zoom:1;}
.tcbox{ clear:both; margin-top: 5%;}
.tcbox a{ border-radius:28px;display:inline-block; text-align:center; width:35%; line-height:35px; color:#fff; margin:0 7px;}
.tcbox a img{ display:inline-block; vertical-align:middle; margin-right:13px;}
.tcbox a.zx{ background:#206672;font-size: 14px;}
.tcbox a.tel{ background:#d3ad7c;font-size: 14px;}
.tcbox a.more{ background:#d3ad7c;font-size:14px;}
.tcbox a.more img{ display:inline-block; vertical-align:middle; margin-right:10px;}
.tcbox a.more2{ background:#206672;}

/*优势*/
#servicesBox{width:100%;margin:0 auto;clear:both;padding:14px 0px 20px 0px;line-height:18px;color:#999999;font-size:12px;text-align: center;overflow:hidden;}
#servicesBox h3{font-weight:normal;font-size:16px;height:30px;line-height:20px;color:#000000;}
#servicesBox .serBox{cursor:pointer;display:inline;width:48%;float:left;overflow:hidden;background-color:#f7f7f7;position:relative;padding:0;text-align: center;margin:1%;height: 280px;}
#servicesBox .serBoxOn{display:none;height:370px;background:#D9D9D9;position:absolute;left:0px;top:0px;z-index:19;}
 #servicesBox .serBox .pic1{width:80%;margin:2% auto;} 
#servicesBox .serBox .pic2{width:200px;height:200px;text-align:center;position:absolute;top:15px;left:-200px;z-index:99;}
#servicesBox .serBox .txt1{color:#999999;padding:5%;z-index:99;font-size:12px;line-height: 1.5}
#servicesBox .serBox .txt2{width:240px;height:100px;color:#999999;position:absolute;top:225px;right:-240px;z-index:99;font-size: 16px;}
#servicesBox .serBox span.tit{font-size:16px;display:block;height:50px;line-height:40px;text-align:center;font-weight: bold;}
#servicesBox .serBox .txt1 .tit{color:#000000;}
#servicesBox .serBox .txt2 .tit {color:#0099b3;font-weight: bold;}


.animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    @-webkit-keyframes tada {
        from {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        10%, 20% {
            -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        }

        30%, 50%, 70%, 90% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        }

        40%, 60%, 80% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        }

        to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    @keyframes tada {
        from {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        10%, 20% {
            -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        }

        30%, 50%, 70%, 90% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        }

        40%, 60%, 80% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        }

        to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }
    .tada {
        -webkit-animation-name: tada;
        animation-name: tada;
    }

    .xf18_tc {
        width: 86%;
        position: fixed;
        left: 7%;
        top: 21%;
        border-radius: 10px;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0px 10px 80px 1px #333333;
        z-index: 102;
        display: none;
        z-index: 11112;
    }
    .xf18_tc img {
        display: block;
        width: 100%;
    }
    .xd18_gbimg {
        position: absolute;
        width: 30px!important;
        right: 0;
        top: 0;
        padding: 5px;
        box-sizing: border-box;
    }
    .xf18_tc h2 {
        margin-left: 5%;
        font-size:16px  ;
        line-height: 32px;
        color: #ee7800;
    }
    .xf18_tc div {
        overflow: hidden;
        width: 100%;
        font-size: 13px;
        line-height: 30px;
    }
    .xf18_tc div li {
        width: 20%;
        float: left;
        border: 1px solid #DCDCDC;
        margin: 0% 0 2% 3%;
        text-align: center;
    }
    .xf18_tc div .xd18_tcli {
        background-color: #ee7800!important;
        color: #ffffff!important;
    }
    .xf18_tc .xf18dh_box {
        border: 1px solid #DCDCDC;
        margin-left: 5%;
        width: 42%;
        height: 32px;
        line-height: 32px;
        margin-bottom: 10px;
        font-size: 13px;
        padding-left:6px;
        box-sizing: border-box;
    }
    .xf18_submit {
        display:block;
        width: 88%;
        margin: 5%;
        margin-top:0;
        background-color: #ee7800;
        color: #ffffff;
        line-height: 30px;
        font-size: 16px;
        border: none;
        text-align:center;
    }
    .announceDiv {
        height: 36px;
        line-height: 36px;
        overflow: hidden;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        
        background: #fde9d6;
    }
    .announceDiv a{
        color: #000;
    }
    .announceDiv li {
        height: 36px;
        line-height: 36px;
    }
    .announceDiv li img{
        width: 20px;
        margin-right: 5px;
        display: inline-block;
    }
    .announceDiv li p{
        font-size: 15px;
        display: inline-block;
    }
    .announceDiv li img,.announceDiv li p{
        vertical-align: middle;
    }
    .mshadow_window{
        background-size: 100%;
    }
    ul,li{
        list-style: none;
    }
    .n-ckxf{
    padding: 0.63rem 0.3rem;
    background-color: #fff;
}
.n-ckxf-title{
    font-size: 0.4rem;
    color: #000;
    text-align: center;
}
.n-ckxf-info{
    
    color: #000000;
    width: 100%;
    background-color: #fdf3e5;

    font-size: 0.24rem;
    text-align: center;

    
}
.n-ckxf-info li{
    height: 100%;
}
.n-ckxf-info p{
    position: relative;
    padding-left: 0.2rem;
    display: inline-block;
}
.n-ckxf-info p:before{
    position: absolute;
    top: 50%;
    left: -0.15rem;
    transform: translateY( -50%);
    content: " ";
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    background: url(../image/icon_anon.png) no-repeat;
    background-size: 100%;
}
.n-ckxf-info span{
    color: #ea2323;
}
.common-form1{
    margin-top: 0.36rem;
}
.common-form1 li{
    font-size: 0;
    position: relative;
    padding-left: 0.5rem;
    border: 0.02rem solid #696969;
    height: 0.7rem;
    line-height: 0.7rem;
    width: 100%;
    border-radius: 0.4rem;
    box-sizing: border-box;
}
.common-form1 li input::-webkit-input-placeholder{
    color:#000;
}
.common-form1 li input::-moz-placeholder{   
    color:#000;
}
.common-form1 li input:-moz-placeholder{    
    color:#000;
}
.common-form1 li input:-ms-input-placeholder{  
    color:#000;
}
.common-form1 li input, .common-form1 li select{
    width: 80%;
    height: 0.65rem%;
    background: none;
    outline: none;
    border: 0px;
    font-size: 0.3rem;
}
