body{
    background-color: #92b388;
    font-family: 'Microsoft Yahei', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;
}
.z-nav {
    text-align: right;
}

.z-nav.en a em {
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.z-nav-conter > li.active > a,
.z-nav-conter > li:hover > a {
    background-color: rgba(52, 125, 226, 0);
    color: rgb(52, 125, 226);
}

.z-nav-conter > li:hover > a {
    background-color: rgb(52, 125, 226);
    color: rgb(255, 255, 255);
}

.z-nav-conter > li > a {
    color: rgb(68, 68, 68);
    font-size: 20px;
    line-height: 2.51em;
}
.do-area .do-area-bg-conter .bgcolor{
    background-color: #92b388;
}

#do-m-menustate:checked ~ .do-nav-m .do-nav-m-title, #do-m-menustate ~ .do-nav-m .do-nav-m-title {
    background-color: rgb(234, 238, 48) !important;
}

.do-nav-phone .m-head-phone{
    position: relative;

}
.do-nav-phone .m-head-phone .btn-link{
    color: #4242c4;
    position: absolute;
    top: -35px;
    font-size: 22px;
    left: -10px;
    text-align: right;
    width: 100%;

}
.do-nav-m .do-site-name img {
    height: 52px;
}
.do-nav-phone .m-head-phone .btn-link img{
    left: -10px;
}
.carousel-indicators{
    bottom: -7px;
}
.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000000;
    background-color: rgba(0, 0, 0, .2);
    border: none;

    border-radius: 8px;
}
.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 0;
    opacity: 1;
    background-color: rgba(255,7,0,0.8);
}

#float_box{
    font-size: 12px;
    display: block;
    width: 60px;
    height: 375px;
    background: #7f7f7f;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -155px;
    z-index: 999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
#float_box .float_list{
    padding-left: 0;
    margin-bottom: 0;
}
#float_box .show_box p{
    margin-bottom: 0;
}

#float_box .float_up{
    height: 50px;
    cursor: pointer;
    line-height: normal;
}
#float_box .float_up p{
    color: #ffffff !important;
}

#float_box .float_min img{
    width: 60px;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-right: 15px;
    height: 40px;
}
#float_box .float_list .show_box{
    width: 135px;
    position: absolute;
    background: #fbc111;
    left: -135px;
    top: 0;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-size: 14px;
    display: none;
}

#float_box .float_list .show_box .code {
    width: 110px;
    height: 122px;
    margin: 12px auto 0;
}
#float_box .float_list .show_box a {
    color: #fff;
}
#float_box .float_list li.active {
    background: #fbc111;
}

#float_box .float_list li.active .show_box {
    display: block;
}

#float_box .float_list li{
    height: 50px;
    line-height: 50px;
    position: relative;
    cursor: pointer;
}
#float_box .float_list .iconfont{
    font-size: 24px;
}

#float_box .float_down {
    height: 66px;
    padding-top: 7px;
}

@media only screen and (max-width: 800px) {
    .xs-hidden{
        display: none;
    }
    .xs-visible{
        display: block;
    }
}
@media only screen and (min-width: 800px) {
    .xs-hidden{
        display: block;
    }
    .xs-visible{
        display: none;
    }
}
.m-quickdemo-form{
    width: 95%;
}

.m-quickdemo-form input{
    border: 0;
    outline: 0;
    width: 100%;
    display: block;
    height: 45px;
    background: #F0F0F0;
    border-radius: 6px;
    text-align: center;
    font-size: 17px;
}
.m-quickdemo-form button{
    display: block;
    width: 100%;
    height: 45px;
    background: rgb(255,7,0);
    -webkit-box-shadow: 0 0 10px 0 rgba(40,0,16,0.21);
    box-shadow: 0 0 10px 0 rgba(40,0,16,0.21);
    border-radius: 6px;
    font-size: 17px;
    font-weight: bold;
    color: #fefefe;
    letter-spacing: 1px;
    border: 0;
    outline: 0;
    margin-top: 16px;
}
.m-quickdemo-form .studentName{
    margin-top: 19px;
}
.m-quickdemo-form .phoneNum{
    margin-top: 10px;
}

.quickdemo .sendphonecallP {
    background-color: rgba(240, 240, 240, 0.75);
    bottom: 0px;
    top: auto;
    position: fixed;
    left: 0px;
    z-index: 15;
    width: 100%;
    height: 64px;
    display: block;
    margin: 0 auto;
    padding: 0;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 10px -10px 12px, rgba(0, 0, 0, 0.1) -8px 0px 12px;
    list-style: none;
    border: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.quickdemo .getphonetitle {
    font-size: 20px;
    color: white;
    text-align: center;
    height: 80px;
    line-height: 80px;
    position: relative;
    top: 20px;
}

@media screen and (max-width: 1200px) {
    .quickdemo .getphonetitle {
        padding-left: 5%!important;
    }
}
.quickdemo .phone_wrap {
    display: block;
    width: 180px;
    height: 46px;
    background: white;
    border-radius: 8px;
    font-size: 22px;
    line-height: 50px;
    position: relative;
    top: 20px;
    padding-left: 20px;
    margin-left: 19px;
    float: left;
    border: 1px solid rgba(230, 230, 230, 1);
    list-style:none;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.quickdemo .phone_wrap input[name="childname"], .quickdemo .phone_wrap input[name="phone"] {
    height: 36px;
    width: 100%;
    color: rgb(0, 0, 0);
    background: white;
    font-size: 18px;
    top: -3px;
    position: relative;
    border: none;
    box-sizing: border-box;
    list-style: none;
    outline: 0;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

.quickdemo .phonebtn, .quickdemo .bannerphonebtn {
    width: 150px;
    height: 46px;
    background: rgb(255,7,0);
    color: white;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 20px;
    -webkit-box-shadow: #ebeaea 0px 0px 34px;
    border-radius: 8px 0px 8px 0px;
    bottom: 20px;
}

.quickdemo .getphonetitle span {
    color: #e60063;
    font-size: 38px;
    font-weight: normal;
}
.quickdemo .getphonetitle b{
    font-weight: normal;
}

@media only screen and (max-width: 800px){
    #contact_box {
        bottom: 0 !important;
        right: 0 !important;
        height: 100% !important;
        width: 100% !important;
        z-index: 1000;
    }
    #contact_box .messlist{
        margin-top: 30px;
    }

    #contact_box .messlist input, #contact_box .messlist textarea{
        width: 75% !important;

    }
    #contact_box .messlist label{
        width: 25% !important;
    }
    #contact_box .messsub{
        margin-top: 40px;
    }
}
#contact_box {
    background-color: #f4f4f4;
    position: fixed;
    bottom: 70px;
    right: 70px;
    display: none;
    z-index: 9999;
}

#contact_box .messages {
    padding: 15px 0;
}

#contact_box .messages input, #contact_box .messages select, #contact_box .messages textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    font-family: "Microsoft Yahei";
}

#contact_box .messlist {
    height: 30px;
    margin-bottom: 10px;
}

#contact_box .messlist label {
    float: left;
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    padding-right: 10px;
}

#contact_box .messlist input {
    float: left;
    width: 300px;
    height: 28px;
    padding-left: 5px;
    border: #ccc 1px solid;

}

#contact_box .messlist.textareas {
    height: auto;
}

#contact_box .messlist textarea {
    float: left;
    width: 400px;
    height: 110px;
    padding: 5px;
    border: #ccc 1px solid;
}

#contact_box .messlist.yzms input {
    width: 100px;
}

#contact_box .messlist.yzms .yzmimg {
    float: left;
    margin-left: 10px;
}

#contact_box .messsub {
    padding: 0px 0 0 110px;
}

#contact_box .messsub input {
    width: 100px;
    height: 35px;
    background: #ddd;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 5px
}

#contact_box .messsub input:hover {
    background: #f60;
    color: #fff;
}

#contact_box #label0 {
    display: none;
    color: #0aa770;
    height: 28px;
    line-height: 28px;
}

#contact_box #pop-close {
    float: right;
    cursor: pointer;
    display: block;
    padding-right: 5px;
}

/*热门课程*/

.ff-ifm-border li .do-element-media-conter {
    padding: 0px 30px 0px 0px;
    background-color: #fafafa;
    transition: all 0.3s;
}

.ff-ifm-border li .do-element-media-conter:hover {
    box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);
}
.do-element-media-content.md .do-content-list .do-media-image-box {
    width: 56%;
    margin-right: 18px
}
.do-media-image-box .do-media-image{
    padding-top: 134%;
}
.do-media-image-conter > img {
    width: 100%;
    height: 100%;
}

.phone-html-content{
    display: none;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 800px){
    .do-title.do-html-content{
        /*display: none;*/
    }
    .do-element-media-content.md .do-content-list .do-media-image-box {
        width: 100%;
        margin-right: 18px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .phone-html-content{
        display: block;
    }
    .ff-ifm-border li .do-element-media-conter {
        padding: 0px 0px 0px 0px;

    }
    .phone-html-content > p > .fr-dib.fr-fil{
        margin-right: auto;
        margin-left: auto;
    }
}

/*placeholder样式*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color:rgb(30,30,30) !important;
}
input::-moz-placeholder, textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:rgb(30,30,30) !important;
}
input:-moz-placeholder, textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:rgb(30,30,30) !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:rgb(30,30,30) !important;
}


/*视频列表样式*/
.box-video{
    position: relative;
    background-color: #f4f4f4;
    width: 282px;
}

.box-video .video-details{
    position: absolute;
    width: 282px;
    height: 0;
    display: none;
    color: #f4f4f4;
    background-color: rgba(50,50,50,0.7);
    z-index: 99;
    padding: 1em 1em;
    text-indent: 2em;
}
.box-video .video-duration{
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #333333;
    z-index: 99;
}
.box-video .video-title{
    padding-top: 5px;
}
.box-video .video-title a{
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 3em;
    vertical-align: top;
    height: 42px;
    display: block;
}


/*
地址地图显示
 */
.do-text-af88d {
    height: 280px;
    padding: 35px 0 0 5px;
}
.do-text-af88d span{
    font-size: 16px;
}
.do-text-af88d p{
    padding-bottom: 30px;
}
