*{
    padding: 0;
    margin: 0;
}
ul,ol{
    list-style: none;
}
html,body{
    width: 100%;
    height: 100%;
    /*overflow-x: hidden;*/
    font-family: "Microsoft Yahei", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", sans-serif,"微软雅黑";
    font-size: 62.5%;
    /*background-color: #000;*/
}
a:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
}
a{
    text-decoration: none;
    border:0 none;
    outline: 0 none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -moz-tap-highlight-color:rgba(0,0,0,0);
    -o-tap-highlight-color:rgba(0,0,0,0);
    tap-highlight-color:rgba(0,0,0,0);
}
header,aside,article,nav,section,footer{
    display: block;
}
img{
    border:0 none;
    display: block;
    outline: 0 none;
}
.container{
    width: 100%;
    height: auto;
    position: relative;
    /*min-width: 835px;*/
}
.banner{
    position: relative;
}
.banner_content{
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.menu{
    background-color: #000;
    height: 60px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.menu.menu-bg{
    position: relative;
    z-index: 0;
    height: 60px;
}
.menu.menu-bg.index{
    background: none;
}
.header_m{
    border-radius: 100%;
    float: right;
    margin: 9px;
    overflow: hidden;
    /*width: 12%;*/
    display: none;
    /*height: 67%;*/
    height: 39px;
    width: 39px;
}
.menu_m{
    width: 100%;
    /*height: 60px;*/
    background-color: #000;
    overflow: hidden;
    display: none;
    height: 58px;
    position: relative;
    z-index: 2;
}
.menu_list_m{
    width: 100%;
    background-color: #f1f1f1;
    display: none;
    position: absolute;
    left: 0;
    top: 58px;
    z-index: 10;
}
.menu_list_m.toggle{
    display: block;
}
.menu_list_m li{
    width: 100%;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}
.menu_list_m li a{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 1.4rem;
    color: #000;
}
.index_menu{
    background:none;
}
.logo {
    float: left;
    width: 100%;
}
.index_link {
    display: block;
    float: left;
    margin-left: 1%;
    margin-top: 11px;
    width: 150px;
}
.index_link:hover{
    opacity: 1;
}
.logo_m{
    float: left;
    margin-left: 3%;
    padding: 10px;
    width: 38px;
    height: 38px;
}
.menu ul.first{
    float: right;
    height: 60px;
    overflow: hidden;
    width: 459px;
}
.menu ul.first li{
    float: left;
    margin-right: 8%;
}
.menu_btn_m{
    width: 38px;
    height: 38px;
    float: right;
    margin-right: 3%;
    padding: 10px;
}
.menu ul.first li a{
    width: 100%;
    height: 100%;
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 1.6rem;
    font-size: 16px;
    position: relative;
}
.menu ul.first li a:hover{
    opacity: 1;
}
.menu ul.second,
.login_m{
    float: right;
    height: 100%;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 1%;
    overflow: hidden;
    display: block;
}
.menu .no-sign.second{
    visibility: hidden;
}
.menu .forth{
    width: 60px;
    height: 100%;
    float: right;
    margin-right: 2%;
    position: relative;
    display: none;
}
.menu .forth a{
    width: 100%;
    height: 100%;
    display: block;
}
.menu ul.second li,.login_m li{
    display: block;
    float: left;
    height: 60px;
}
.menu ul.second li a,.login_m li a{
    width: 100%;
    height: 100%;
    line-height: 60px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
}
.menu .third{
    height: 100%;
    line-height: 60px;
    float: right;
    margin-right: 4%;
    position: relative;
    width: 54px;
    /*overflow: hidden;*/
}
.menu .third a{
    width: 100%;
    height: 100%;
    display: block;
    /*overflow: hidden;*/
    text-align: center;
}
.menu .third ul{
    background-color: #fff;
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
}
.menu .third:hover ul{
    display: block;
}
.menu .third ul li{
    width: 100%;
    height: 50%;
}
.menu .third ul li a{
    width: 100%;
    height: 100%;
    display: block;
}
.menu .third ul li a img{
    width: 23px;
    /*height: 26px;*/
    display: block;
    margin: 0 auto;
    padding-top: 22.5px;
}
.menu .forth ul{
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    width: 243%;
    display: none;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
}
.menu .forth ul li{
    width: 100%;
    height: 32px;
}
.menu .forth:hover a{
    opacity: 1;
    filter:alpha(opacity=100);
    background-color: #fff;
}
.menu .forth:hover ul{
    display: block;
}
.menu .forth ul li a{
    color: #323232;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    padding-left: 22%;
    text-align: left;
    width: 78%;
}
.menu .forth ul li a:hover,
.menu .third ul li a:hover{
    background-color: #ececec;
}
.header{
    border-radius: 50%;
    float: left;
    height: 36px;
    margin-top: 12px;
    overflow: hidden;
    width: 36px;
    margin-left: 12px;
}
.sign-avatar{
    display: none;
}
.country{
    display: block;
    height: 15px;
    float: left;
    margin-right: 4px;
    margin-top: 22px;
    margin-left: 15.5px;
    width: 23px;
}
.select{
    display: block;
    float: right;
    margin-top: 27px;
    width: 8px;
}
.banner_title{
    margin: 0 auto;
    padding-top: 16%;
}
.banner_title img{margin: auto;}
.menu ul li a i{
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.menu ul li a:hover i,.menu ul li a.clicked i{
    display: block;
}
.next_arrow{
    bottom: 2%;
    display: block;
    left: 48.5%;
    position: absolute;
    width: 3%;
    animation:more 1000ms linear 0s infinite;
    -moz-animation:more 1000ms linear 0s infinite;
    -webkit-animation:more 1000ms linear 0s infinite;
    -o-animation:more 1000ms linear 0s infinite;
}
@keyframes more{
    from{bottom:2%;opacity: 1}
    25%{bottom:1%;opacity: 0.7}
    50%{bottom:2%;opacity: 0.4}
    75%{bottom:1%;opacity: 0.7}
    to{bottom:2%;opacity: 1}
}
@-moz-keyframes more{
    from{bottom:2%;opacity: 1}
    25%{bottom:1%;opacity: 0.7}
    50%{bottom:2%;opacity: 0.4}
    75%{bottom:1%;opacity: 0.7}
    to{bottom:2%;opacity: 1}
}
@-webkit-keyframes more{
    from{bottom:2%;opacity: 1}
    25%{bottom:1%;opacity: 0.7}
    50%{bottom:2%;opacity: 0.4}
    75%{bottom:1%;opacity: 0.7}
    to{bottom:2%;opacity: 1}
}
@-o-keyframes more{
    from{bottom:2%;opacity: 1}
    25%{bottom:1%;opacity: 0.7}
    50%{bottom:2%;opacity: 0.4}
    75%{bottom:1%;opacity: 0.7}
    to{bottom:2%;opacity: 1}
}
.desc{
    width: 100%;
    height: auto;
    background-color: #fff;
}
.title{
    margin: 0 auto;
    padding: 6% 0 2%;
    min-width: 188px;
}
.upper-title{
    min-width: 300px;
}
.txt{
    color: #323232;
    margin: 0 auto;
    text-indent: 2em;
    line-height: 1.8em;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 5%;
    width: 810px;
}
.desc2{
    position: relative;
    background: url("../img/index_bg.jpg") no-repeat top left #d9dada;
    background-size: 100%;

}
/*.desc2_content{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
/*}*/
.desc2_content .title{
    display: block;
    margin: 0 auto;
    padding: 20% 0 4%;
}
.desc2_content .txt{
    width: 63%;
}
.list{
    width: 67%;
    margin: 0 auto;
    padding: 4% 0 1%;
    overflow: hidden;
}
.list li{
    float: left;
    width: 21%;
    margin-right: 5.3%;
    margin-bottom: 5%;
    /*min-width: 190px;*/
}
.list li span{
    display: block;
    position: relative;
}
.list li.spec{
    margin: 0;
}
.list li b{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 3% 0;
    display: block;
}
.list li i{
    font-style: normal;
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
}
.list li span a{
    width: 20%;
    display: block;
    position: absolute;
    left: 40%;
    top: 36%;
}
.desc3_title{
    margin: 0 auto;
    padding: 5% 0 2%;
    min-width: 173px;
}
.desc3_txt{
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8em;
    font-size: 16px;
    width: 57%;
}
.desc3_content{
    width: 100%;
    background:url("../img/index_bg3.jpg") no-repeat top right #f1f1f1;
}
.desc3_content ul{
    margin: 0 auto;
    padding-top:3%;
    overflow: hidden;
    width: 700px;
    padding-bottom: 4%;
}
.desc3_content.part ul{
    width: 530px;
    margin: 0 auto;
    overflow: hidden;
}
.desc3_content.part ul li{
    width: 40%;
    float: left;
}
.green.part{
    width: 20%;
    float: right;
}
.desc3_content.part ul li.last{
    margin: 0;
    float: right;
}
.desc3_content ul li{
    width: 26%;
    float: left;
    margin-right: 11%;
    *margin-right: 10%;
    /*min-width: 189px;*/
    /*overflow: hidden;*/
}
.desc3_content ul li img{
    display: block;
    margin: 0 auto;
}
.desc3_content ul li.spec{
    margin: 0;
}
.desc3_content ul li p{
    color: #323232;
    font-size: 16px;
    font-size: 1.4rem;
    line-height: 1.6em;
}
.desc3_content ul li span{
    display: block;
    text-align: center;
    margin: 6% 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}
.desc4 ul{
    width: 44%;
    padding: 5% 0;
    margin: 0 auto;
    overflow: hidden;
}
.desc4 ul li{
    float: left;
    width: 39%;
    min-width: 200px;
}
.desc4 ul li.second{
    float: right;
}
.desc4 ul li span{
    display: block;
    padding: 6% 0;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #b3b3b3;
}
.desc4 ul li ul{
    list-style: circle;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
}
.desc4 ul li ul li{
    clear: both;
    list-style: inside none disc;
    padding-left: 2%;
    line-height: 1.8em;
    width: 97%;
}
.desc4 ul li ul li.spec{
    color: #d2d2d2;
}
.desc_btn{
    width: 50%;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 5px;
    background-color: #ff4145;
}
.desc_btn:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ec3b3f;
}
.desc5{
    position: relative;
    padding-bottom: 4%;
    background: url("../img/index_bg2.jpg") no-repeat center center;
    background-size: cover;
}
.form_login.pay2{
    padding-bottom: 20px;
}
/*.desc5_content{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
/*}*/
.title.desc_title5{
    min-width: 100px;
}
.email{
    border: 0 none;
    display: block;
    height: 4%;
    margin: 0 auto;
    padding: 1%;
    width: 29%;
}
.submit{
    width: 10%;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    display: block;
    color: #000;
    font-size: 1.4rem;
    text-align: center;
    margin: 2% auto 0;
    min-width: 110px;
}
.more_btn{
    font-size: 1.5rem;
    color: #000;
    width: 80%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto 5%;
    display: none;
}
.footer{
    width: 100%;
    background-color: #323232;
    position: relative;
    z-index: 2;
}
.footer ul{
    padding: 4% 0 1%;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.footer ul li{
    float: left;
    width: 17%;
    margin-right: 10%;
}
.footer ul li.third.last{
    margin: 0;
}
.footer ul li.third span{
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    display: block;
    margin-bottom: 4%;
}
.footer ul li.third i{
    font-size: 13px;
    font-size: 1.3rem;
    color: #cdcdcd;
    font-style: normal;
    width: 100%;
    display: block;
}
.footer ul li.third a{
    width: 20%;
    display: inline-block;
    margin-right: 11%;
}
.footer p{
    color: #7e7e7e;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    padding: 2% 0;
}
.reg_content{
    /*height: 508px;*/
    position: relative;
    padding: 40px 0;
    background: url("../img/reg_bg.jpg") no-repeat center center;
    background-size: cover;
}
.reg_content.course{
    background: url("../img/fill_in_course_bg.jpg") no-repeat center center;
    background-size: cover;
    /*height: 842px;*/
}
.form_reg{
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 2%;
    width: 500px;
}
.form_title{
    font-size: 24px;
    font-size: 2.4rem;
    padding: 6% 0 0;
    font-weight: normal;
    text-align: center;
}
.form_hint{
    color: #b3b3b4;
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 4%;
    text-align: center;
}
.form_hint em{
    color: #ff4145;
    vertical-align: middle;
}
.form_hint a{
    color: #ff4145;
}
.form_label{
    color: #323232;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    width: 70%;
    margin: 0 auto 1%;
}
.form_input{
    height: 4%;
    padding: 2%;
    background-color: #f6f6f6;
    display: block;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    width: 66%;
    margin: 0 auto 1%;
    font-size: 1.6rem;
    font-size: 16px;
}
.error{
    color: #ff4145;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    width: 70%;
    display: block;
    margin: 0 auto;
    visibility: hidden;
}
.form_btn{
    width: 25%;
    /*height: 8%;*/
    display: block;
    margin: 0 auto 1%;
}
.form_login{
    background-color: #fff;
    margin: 0 auto;
    /*top: 14.5%;*/
    width: 500px;
}
.form_btn2{
    width: 26%;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 20px auto;
    color: #fff;
    background-color: #ff4145;
    text-align: center;
    border-radius: 5px;
}
.form_btn2:hover,.tab3_btn a.btn_pink:hover{
    opacity: 1;
    filter:alpha(opacity=100);
    background-color: #ec3b3f;
}
a.green:hover{
    background-color: #428917;
    opacity: 1;
    filter:alpha(opacity=100);
}
.fill_in_course_form{
    background-color: #fff;
    /*left: 27.5%;*/
    /*position: absolute;*/
    /*top: 27px;*/
    width: 580px;
    margin: 0 auto;
    /*height: 841px;*/
}
.form_course{
    width: 75%;
    padding: 2% 0;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    margin: 0 auto;
    overflow: hidden;
}
.form_course span{
    color: #323232;
    display: block;
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 3%;
    padding-left: 3%;
}
.form_course span.check{
    background: url("../img/default.jpg") no-repeat 0 57%;
}
.form_course span.check.checked{
    background: url("../img/checked.jpg") no-repeat 0 57%;
}
.course_fill{
    color: #323232;
    font-size: 14px;
    font-size: 1.4rem;
    width: 90%;
    margin: 3% auto 0;
}
.course_fill label{
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 24%;
}
.course_fill label em{
    font-style: normal;
    color: #ff4145;
    vertical-align: middle;
}
.course_fill input{
    background-color: #f6f6f6;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    display: inline-block;
    height: 17px;
    margin-left: 2%;
    padding: 10px;
    vertical-align: middle;
    width: 35%;
    font-size: 16px;
    font-size: 1.6rem;
}
.course_fill i{
    font-style: normal;
    font-size: 12px;
    font-size: 1.2rem;
    color: #ff4145;
    vertical-align: middle;
    margin-left: 1%;
    display: none;
}
.course_fill span{
    display: inline-block;
    vertical-align: middle;
    padding-left: 3%;
    margin-left: 3%;
    background: url("../img/default.jpg") no-repeat 0 57%;
}
.course_fill span.checked{
    background: url("../img/checked.jpg") no-repeat 0 57%;
}
.course_fill select{
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    display: inline-block;
    height: 35px;
    margin-left: 2%;
    position: relative;
    vertical-align: middle;
    width: 15%;
}
/*.course_fill em input{*/
    /*height: 17px;*/
    /*padding: 10px;*/
    /*width: 60%;*/
/*}*/
/*.course_fill em b{*/
    /*color: #a0a0a0;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*height: 38px;*/
    /*line-height: 38px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 12%;*/
/*}*/
.course_fill big{
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    color: #323232;
    margin: 0 2%;
    vertical-align: middle;
}
.course_fill a{
    color: #ff4145;
    text-decoration: underline;
    vertical-align: middle;
    font-size: 13px;
    font-size: 1.3rem;
}
.course_problem{
    border-top: 1px solid #cbcbcb;
    height: 14%;
    margin: 5% auto 0;
    padding: 3% 0;
    width: 75%;
}
.course_problem textarea{
    border: 1px solid #cbcbcb;
    display: block;
    margin: 0 auto 3%;
    padding: 2%;
    width: 81%;
    resize: none;
    height: 84px;
    font-size: 16px;
    font-size: 1.6rem;
}
.course_problem .form_label{
    width: 85%;
}
.line{
    width: 75%;
    display: block;
    border-top: 1px solid #cbcbcb;
    margin: 0 auto 5%;
}
.line.line2{
    margin-top: 5%;
}
.course_fill.course_fill2{
    width: 75%;
}
.user_course_content{
    /*height: 350px;*/
    margin: 3% auto 11%;
    width: 63%;
}
.user_course_content ul{
    overflow: hidden;
    font-size: 16px;
    font-size: 1.6rem;
    color: #323232;
    border-bottom: 1px solid #ccc;
}
.user_course_content ul li{
    float: left;
    height: 20px;
    padding: 1%;
    width: 13%;
}
.user_course_content ul li a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 20px;
    color: #999;
}

.user_course_content ul li a:hover,
.user_course_content ul li a.typed{
    opacity: 1;
    filter:alpha(opacity=100);
    color: #000;
}
.container.con2{
    height: 100%;
}
.tab2 label{
    font-size: 15px;
    font-size: 1.5rem;
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #323232;
    text-align: right;
}
.tab2{
    text-align: center;
    display: none;
}
.tab2 i,.tab1 i{
    visibility: hidden;
}
.tab2 .form_btn2,.tab1 .form_btn2{
    width: 15%;
    margin: 5% auto;
}
.tab2 .course_fill{
    width: 72%;
    /*min-width: 427px;*/
    font-size: 15px;
    font-size: 1.5rem;
}
.tab1 .course_fill{
    width: 72%;
    font-size: 15px;
    font-size: 1.5rem;
}
.tab3{
    display: none;
}
.tab3_content{
    width: 90%;
    padding: 8px;
    height: 90px;
    overflow: hidden;
    margin: 5% auto 0;
    border: 1px solid #d9d9d9;
}
.tab3_content i{
    float: left;
    width: 90px;
    height: 90px;
    display: block;
    background-color: #e1e1e1;
}
.tab3_content .course_title{
    /*height: 100%;*/
    font-size: 18px;
    font-size: 1.8rem;
    color: #323232;
    float: left;
    /*line-height: 90px;*/
    margin-left: 3%;
    margin-top: 22px;
}
.tab3_right{
    float: right;
    font-size: 1.4rem;
    height: 66px;
    margin-top: 13px;
    overflow: hidden;
    width: 31%;
}
.course_time{
    float: left;
    height: 66px;
    line-height: 66px;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    border-right: 1px solid #d9d9d9;
    width: 54%;
}
.tab3_btn{
    width: 39%;
    float: right;
    height: 100%;
    display: none;
}
.was-paid .w-p{
    display: block;
}
.not-pay .n-p{
    display: block;
}
.tab3_btn a,.green{
    height: 30px;
    line-height: 30px;
    display: block;
    color: #fff;
    border-radius: 5px;
    background-color: #4b9d19;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5% auto 0;
    width: 90%;
}
.course_time2{
    /*float: left;*/
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
}
.course_time big{
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
}
.tab3_btn a.paid{
    background-color: #ff4145;
    margin-top: 22%;
}
.tab3_btn span{
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    text-align: center;
    color: #323232;
    margin-top: 5%;
}
.tab3_btn.first{
    display: none;
}
.tabl_header{
    left: 73%;
    position: absolute;
    top: 8%;
    /*width: 15%;*/
    /*min-width: 69px;*/
}
/*.tabl_header img{*/
    /*border-radius: 100%;*/
/*}*/
.tabl_header a{
    color: #ff4145;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5%;
    text-decoration: underline;
}
.tab1{
    position: relative;
}
.add{
    font-size: 12px;
    font-size: 1.2rem;
    color: #19343b;
    text-align: center;
    margin-top: 3%;
}
.add span{
    color: #ff4145;
}
.add.course{
    margin-top: 0;
    padding-bottom: 4%;
}
.workshop_content{
    width: 66%;
    overflow: hidden;
    margin: 4% auto 0;
}
.workshop_content li{
    float: left;
    width: 20.5%;
    margin-right: 6%;
    margin-bottom: 5%;
    /*min-width: 180px;*/
}
.workshop_content li.spec{
    margin: 0;
}
/*.workshop_content li img{*/
    /*border: 1px solid #323232;*/
    /*margin-bottom: 2%;*/
/*}*/
.workshop_content li b{
    display: block;
    margin-bottom: 3%;
    margin-top: 4%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.workshop_pic{
    width: 100%;
    overflow: hidden;
    /*height: 40%;*/
    text-align:center;
    border:1px solid #323232;
}
.workshop_pic img{
    display: block;
    margin-left: -30%;
}
.workshop_content li em{
    color: #707070;
    display: block;
    font-size: 1.2rem;
    font-size: 12px;
    font-style: normal;
    margin-bottom: 4%;
}
.workshop_content li span{
    color: #313131;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 8%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.workshop_content .green{
    margin: 0;
    width: 90px;
}
.workshop_content .finished{
    background-color: #999;
}
.workshop_content .finished:hover{
    background-color: #999;
}
.page{
    height: 34px;
    overflow: hidden;
    margin: 0 auto 4%;
    *margin: 4% auto;
    width: 16%;
    min-width: 216px;
}
.page a{
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: left;
    display: block;
    text-align: center;
    margin-right: 2%;
    background-color: #f7f7f9;
    border-radius: 3px;
    border: 1px solid #cecece;
    color: #000;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: bold;
}
.page span{
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    margin-right: 2%;
}
.page a:hover{
    background: #323232;
    opacity: 1;
    filter:alpha(opacity=100);
    color: #fff;
    border: 1px solid #323232;
    border-radius: 3px;
}
.workshop_banner{
    position: relative;
    padding-bottom: 5%;
    background: url("../img/work_bg.jpg") no-repeat center center;
    background-size: cover;
}
.workshop_banner_content img{
    width: 12%;
    display: block;
    margin: 0 auto;
    padding: 5% 0 6%;
    /*min-width: 100px;*/
}
.workshop_banner_content p{
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    line-height: 1.8em;
    text-align: center;
    text-shadow: 0 0 5px #555;
}
.workshop_detail_left{
    width: 62%;
    float: left;
}
.workshop_content.detail{
    margin: 4% auto;
}
.workshop_detail_left h1{
    font-size: 3rem;
    font-size: 30px;
    font-weight: normal;
    margin: 6% auto;
}
.workshop_detail_left p,.detail_txt{
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 6%;
    line-height: 1.7em;
}
.workshop_detail_right{
    width: 31%;
    float: right;
}
.workshop_detail_right .detail_right_top,
.workshop_detail_right .detail_right_bottom{
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 6%;
    width: 87%;
    margin-bottom: 7%;
}
.workshop_detail_right div em{
    background-color: #ccc;
    display: block;
    float: left;
    height: 1px;
    margin: 6% 0;
    width: 100%;
}
.detail_right_top span{
    float: left;
    display: block;
    width: 10%;
}
.detail_right_top p{
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 6%;
    text-align: center;
    width: 70%;
}
.detail_right_top p.address{
    text-align: left;
}
.map{
    /*background-color: #f00;*/
    display: block;
    float: left;
    height: 266px;
    margin-top: 5%;
    width: 100%;
}
.detail_right_bottom span{
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    text-align: center;
}
.detail_right_bottom .ticket{
    display: block;
    padding: 15px;
    /*height: 20px;*/
    border: 1px solid #cecece;
    border-radius: 5px;
    margin-top: 5%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.detail_right_bottom .ticket.high_light{
    border-color: #ffd800;
}
.detail_right_bottom .ticket b{
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    /*height: 20px;*/
    /*line-height: 20px;*/
    color: #000;
    font-weight: normal;
    width: 57%;
}
.detail_right_bottom .ticket i{
    float: right;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    color: #000;
    font-style: normal;
}
.detail_right_bottom p{
    text-align: right;
    margin: 6% 0 0;
    font-size: 15px;
    font-size: 1.5rem;
}
.detail_right_bottom p *{
    display: inline-block;
    vertical-align: middle;
}
.detail_right_bottom p option{
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
}
.detail_right_bottom p select{
    font-size: 15px;
    font-size: 1.5rem;
}
.detail_right_bottom p big{
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    /*vertical-align: sub;*/
}
.detail_right_bottom .form_btn2{
    width: 50%;
    margin: 6% auto;
}
.full_banner{
    background: url("../img/full_banner.jpg") no-repeat center center;
    background-size: cover;
    height: 239px;
    padding-bottom: 15%;
    position: relative;
}
.part_banner{
    background: url("../img/part_banner.jpg") no-repeat center center;
    background-size: cover;
    height: 239px;
    padding-bottom: 15%;
    position: relative;
}
/*.full_banner_content{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
/*}*/
.full_banner_content img{
    margin: 0 auto;
    min-width: 211px;
    padding: 13% 0 2%;
}
.part_banner_content img{
    margin: 0 auto;
    min-width: 211px;
    padding: 13% 0 2%;
}
.full_banner_content span{
    display: block;
    text-align: center;
    font-size: 25px;
    font-size: 2rem;
    color: #fff;
}
.part_banner_content span{
    display: block;
    text-align: center;
    font-size: 25px;
    font-size: 2rem;
    color: #fff;
}

.full2{
    background-color: #f7f6f6;
    padding: 7% 0;
}
.full2 img{
    margin: 0 auto 4%;
    /*min-width: 216px;*/
}
.full2 ul{
    width: 71%;
    overflow: hidden;
    margin: 0 auto;
}
.full2 ul li{
    float: left;
    width: 16%;
    margin-right: 5%;
}
.full2 ul li.spec{
    margin: 0;
}
.full2 ul li img{
    margin: 0 auto 25%;
}
.full2 ul li b{
    display: block;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5%;
}
.full2 ul li em{
    font-style: normal;
    font-size: 14px;
    font-size: 1.3rem;
    color: #676767;
    display: block;
    width: 100%;
    line-height: 1.6em;
}
.full3{
    position: relative;
    background: url("../img/full_bg2.jpg") no-repeat center center;
    background-size: cover;
}
/*.full3_content{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
/*}*/
.full3_content .full3_title{
    margin: 0 auto;
    padding: 9% 0 3%;
    min-width: 103px;
}
.full3_txt{
    font-size: 1.5rem;
    font-size: 15px;
    text-align: center;
}
.full3_ul{
    width: 54%;
    overflow: hidden;
    margin: 5% auto 0;
    /*min-width: 660px;*/
    padding-bottom: 5%;
}
.full3_ul li{
    float: left;
    margin-right: 8%;
    position: relative;
    width: 28%;
}
.full3_ul li.spec{
    margin: 0;
}
.full3_ul li span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.full3_ul li span b{
    color: #fff;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 25% 0 7%;
    text-align: center;
}
.full3_ul li span em{
    width: 70%;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    font-style: normal;
}
.full4{
    width: 60%;
    margin: 5% auto;
    overflow: hidden;
}
.full4_teacher{
    float: left;
    margin-right: 3%;
}
.quot{
    float: left;
}
.full4 p{
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8em;
    margin-top: 5%;
    width: 86%;
}
.full4_right{
    width: 70%;
    float: right;
}
.full4 b{
    clear: both;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 3%;
    text-align: right;
}
.full4 span{
    clear: both;
    color: #888787;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 1%;
    text-align: right;
}
.quot_l{
    margin-right: 3%;
    margin-top: 5%;
}
.quot_r{
    margin-left: 3%;
    margin-top: 5%;
}
.full5{
    position: relative;
    background: url("../img/full_bg3.jpg") no-repeat center center;
    background-size: cover;
}
/*.full5_content{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
/*}*/
.full5_content img{
    margin: 0 auto;
    min-width: 100px;
    padding: 10% 0;
}
.full6 p{
    font-size: 16px;
    font-size: 1.6rem;
    color: #323232;
    text-align: center;
    margin: 4% 0;
}
.full6 table{
    width: 60%;
    display: block;
    margin: 5% auto;
}
.full7{
    text-align: right;
}
.full7 table{
    margin: 5% auto;
    width: 600px;
}
.full6 table td,.full7 table td{
    color: #1d1d1e;
    padding: 30px;
    border-bottom: 1px solid #fff;
    border-right:1px solid #fff;
}
.full6 table td.first,.full7 table td.first{
    background-color: #ffd856;
    font-family: Arial;
    font-size: 20px;
    font-size: 2rem;
    padding: 10px;
    text-align: center;
    /*white-space: nowrap;*/
}
.full7 table td.first{
    width: 25%;
}
.full7 table td.second{
    background-color: #ffedb2;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
}
.full6 table td.second{
    background-color: #c5e7ff;
    font-size: 15px;
    font-size: 1.5rem;
    width: 28%;
}
.full6 table td.third{
    background-color: #eee;
    font-size: 13px;
    font-size: 1.3rem;
}
.full6 table td.tea{
    background-color: #ceefb9;
}
.full6 table td.tea img{
    display: inline-block;
    margin-left: 7%;
    vertical-align: middle;
}
.full7 .green{
    display: inline-block;
    margin: 0 25% 5% 0;
    width: 11%;
    min-width: 90px;
}
.full8{
    position: relative;
    background: url("../img/full_bg4.jpg") no-repeat top center;
    padding-bottom: 5%;
}
/*.full8_content{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
/*}*/
.full8_content img{
    margin: 0 auto;
    padding: 10% 0 3%;
    min-width: 149px;
}
.full8 p{
    font-size: 16px;
    font-size: 1.6rem;
    color: #323232;
    text-align: center;
    margin: 2% 0;
}
.full8 p.dot{
    margin:0 auto;
}
.full9{
    width: 60%;
    margin: 3% auto;
    overflow: hidden;
}
.close{
    width: 3%;
    position: absolute;
    top: 5%;
    right: 5%;
}
.full9_left{
    width: 45%;
    float: left;
}
.full9_right{
    width: 45%;
    float: right;
}
.full9_pic{
    margin-bottom: 3%;
}
.full9_title{
    overflow: hidden;
    width: 100%;
}
.title_icon{
    float: left;
}
.full9_title b{
    color: #323232;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
}
.full9_title span{
    width: 70%;
    margin-left: 2%;
    float: left;
}
.full9_title em{
    color: #808080;
    display: block;
    font-style: normal;
    font-size: 15px;
    font-size: 1.4rem;
}
.full9_txt{
    margin: 3% 0;
    color: #323232;
    font-size: 14px;
    font-size: 1.4rem;
}
.full9_gray{
    padding: 3%;
    background-color: #f1f1f1;
}
.full9_gray span{
    font-size: 15px;
    font-size: 1.5rem;
    color: #323232;
    margin-right: 3%;
}
.full9_gray em{
    font-size: 1.4rem;
    font-size: 14px;
    color: #808080;
    font-style: normal;
}
.full9_gray p{
    font-size: 12px;
    font-size: 1.2rem;
    color: #323232;
    margin-top: 2%;
}
.full10_content{
    background:url(../img/full_bg5.jpg) no-repeat #e5e5e5;
    background-size: cover;
    padding-bottom: 5%;
}
.full10{
    position: relative;
}
.full_title7{
    margin: 0 auto;
    padding: 6% 0 1%;
    min-width: 123px;
}
.full_title7_sub{
    display: block;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
}
.full_title7_sub2{
    display: block;
    font-size: 28px;
    font-size: 2.5rem;
    text-align: center;
    margin: 6% 0 2%;
}
.teacher_list{
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
}
.teacher_list li.m{
    margin-bottom: 6%;
}
.teacher_list li{
    width: 20%;
    float: left;
    margin-right: 6.5%;
}
.teacher_list li.spec{
    margin: 0;
}
.teacher_list li img{
    width: 90%;
    display: block;
    margin: 0 auto 6%;
}
.teacher_list li b,.special_content b{
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 3%;
}
.teacher_list li em,.special_content em{
    font-size: 1.3rem;
    font-size: 13px;
    color: #636363;
    text-align: center;
    display: block;
    font-style: normal;
    margin-bottom: 10%;
}
.special_content b,.special_content em{
    text-align: left;
    margin-bottom: 2%;
}
.teacher_list li span,.special_content p{
    font-size: 1.3rem;
    font-size: 13px;
    color: #323232;
}
.full11 .full_title8{
    margin: 6% auto 3%;
    min-width: 100px;
}
.condition{
    width: 60%;
    margin: 0 auto 5%;
    overflow: hidden;
}
.condition a{
    display: block;
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
}
.condition a.first{
    width: 49%;
}
.condition a.second{
    width: 24%;
}
.condition a.third{
    margin: 0;
    width: 24%;
}
.condition a.sixth{
    float: right;
    margin-right: 0;
    width: 47%;
}
.condition a.seventh{
    width: 49%;
    margin-left: 1%;
}
.condition_sub{
    width: 49%;
    clear: both;
    overflow: hidden;
    float: left;
}
.condition_sub .left{
    float: left;
    overflow: hidden;
    width: 52%;
}
.full12{
    position: relative;
    background: url("../img/full_bg6.jpg") no-repeat center center;
    padding-bottom: 1%;
    background-size: cover;
}
.full12.part{
    background-size: 154%;
}
/*.full12_content{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
/*}*/
.full_title9{
    margin: 0 auto 4%;
    padding-top: 8%;
    min-width: 146px;
}
.shanghai{
    margin: 0 auto 2%;
    min-width: 45px;
}
.table{
    margin: 0 auto 2%;
}
.full12_content a{
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #ff4145;
    border-radius: 4px;
    /*border: 1px solid #fff;*/
    display: block;
    margin: 0 auto 3%;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
}
.full12_content a:hover,
.submit:hover{
    opacity: 1;
    filter:alpha(opacity=100);
    background-color: #ec3b3f;
    border-color: #ff4145;
}
.submit:hover{
    color: #fff;
}
.full_title10{
    margin: 5% auto;
    min-width: 90px;
}
.full13 ul{
    width: 55%;
    overflow: hidden;
    margin: 0 auto 6%;
}
.full13 ul li{
    width: 45%;
    float: left;
    margin-right: 9%;
}
.full13 ul li.spec{
    margin: 0;
}
.full13 ul li img{
    border: 1px solid #323232;
}
.full13 ul li b{
    display: block;
    margin-top:3%;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}
.full13 ul li a{
    width: 100px;
    display: block;
    margin: 6% auto 0;
    color: #fff;
    background-color: #000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    font-size: 1.2rem;
    font-size: 12px;
}
.full14{
    background-color: #c4c4c4;
}
.full_title11{
    margin: 0 auto;
    padding: 5% 0;
    min-width: 100px;
}
.full14_content{
    width: 60%;
    overflow: hidden;
    padding: 0 0 7%;
    margin: 0 auto;
}
.full14_content div{
    overflow: hidden;
    width: 45%;
}
.top{
    width: 4%;
    position: fixed;
    bottom: 5%;
    right: 5%;
}
.full14_content img{
    float: left;
}
.full14_content p{
    overflow: hidden;
    margin-bottom: 4%;
}
.full14_content b,.full14_content em{
    float: left;
}
.full14_right{
    float: left;
}
.full14_left{
    float: right;
}
.full14_content b{
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 3%;
    border-bottom: 1px solid #323232;
    margin-left: 3%;
    width: 90%;
}
.full14_content em{
    width: 90%;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 10% 3%;
}
.full_title12{
    padding: 6% 0 3% 20%;
    min-width: 100px;
}
.full15 table{
    font-size: 17px;
    font-size: 1.7rem;
    color: #323232;
    width: 60%;
    margin: 0 auto 5%;
    text-align: left;
}
.full15 table td{
    padding: 20px;
    vertical-align: top;
}
.full15 table tr.first td{
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
}
.full15 table a,.menu_btn{
    width: 100px;
    height: 35px;
    font-size: 13px;
    font-size: 1.3rem;
    background-color: #ff4145;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    display: block;
    color: #fff;
    margin-top: 3%;
}
.menu_btn {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-left: 1.3%;
    margin-top: 12.5px;
}
.full15 table a:hover{
    background-color: #ec3b3f;
    opacity: 1;
    filter:alpha(opacity=100);
}
.full2.part ul{
    width: 60%;
}
.full2.part ul li{
    margin-right: 14%;
    width: 24%;
}
.full2.part ul li.spec{
    margin: 0;
}
.part_menu{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #323232;
    z-index: 100;
}
.part_menu_content{
    width: 900px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.part_menu_content ul{
    float: left;
    height: 100%;
    overflow: hidden;
    width: 73%;
}
.part_menu_content ul li{
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    height: 100%;
    line-height: 55px;
    text-align: center;
    width: 14%;
}
.part_menu_content ul li a{
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}
.part_menu_content ul li a:hover,
.part_menu_content ul li a.clicked{
    opacity: 1;
    filter:alpha(opacity=100);
    background-color: #000;
}
.full4.part{
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    padding-bottom: 9%;
    background: url("../img/part_bg.jpg") no-repeat center center;
    background-size: cover;
}
/*.part_content{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*overflow: hidden;*/
/*}*/
.part_main{
    width: 60%;
    margin: 10% auto 0;
    overflow: hidden;
}
.course_list_content{
    width: 56%;
    margin: 0 auto;
    padding: 4% 0 7%;
    overflow: hidden;
}
.list_item{
    margin-bottom: 3%;
}
.list_item b{
    display: block;
    padding: 1% 0;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #323232;
}
.list_item a{
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    padding: 2% 0 2% 2%;
    /*background: url("../img/list_icon2.png") no-repeat 98% center;*/
}
.list_item a img{
    float: right;
    margin-right: 1.3%;
    margin-top: 0.7%;
}
.c-rotate{
    -moz-transition:all 200ms ease-in 0s;
    -webkit-transition:all 200ms ease-in 0s;
    transition:all 200ms ease-in 0s;
}
.clicked .c-rotate{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.list_item ul{
    list-style: disc;
    list-style-position: inside;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 4%;
    display: none;
    overflow: hidden;
}
.list_item ul.clicked{
    background-color: #fff2be;
}
.list_item ul li{
    padding: 2% 0;
}
.list_item a.clicked{
    background: #fff2be;
}
.list_item a:hover{
    opacity: 1;
}
.list_item div{
    border-bottom: 1px solid #e6e6e6;
}
.teacher_list.part2{
    margin: 0 auto;
    width: 51%;
}
.teacher_list.part2 li{
    width: 29%;
}
.teacher_list.part2 li.spec{
    margin-right: 0;
}
.teacher_list.part li{
    margin-right: 14%;
    width: 24%;
}
.teacher_list.part li.spec{
    margin: 0;
}
.about_content{
    width:675px;
    margin:3% auto;
}
/*.about_container{*/
    /*width: 100%;*/
    /*background: url("../img/bg3.jpg") no-repeat;*/
    /*background-size: 100%;*/
    /*background-position: fixed;*/
    /*height: 800px;*/
/*}*/
.about_title{
    display: block;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 2%;
    background-color: #000;
    margin-bottom: 4%;
    width: 24%;
}
/*.about_container{*/
    /*padding:5% 0;*/
    /*background:url("../img/about_bg.jpg") no-repeat top left #e7e8e5;*/
    /*background-size: 100%;*/
/*}*/
.about_txt{
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-bottom: 10%;
    text-indent: 2em;
    width: 100%;
}
.work_content_mobile{
    width: 100%;
    margin: 0 auto;
    display: none;
}
.work_top_mobile{
    width: 100%;
    margin-bottom: 5%;
    overflow: hidden;
}
.work_top_mobile img{
    width: 18%;
    float: left;
}
.work_top_mobile p{
    width: 80%;
    float: right;
}
.work_content_mobile embed{
    width: 100%;
    /*margin-bottom: 4%;*/
}
.mobile_video{
    margin-bottom: 5%;
}
.work_content{
    width: 100%;
    overflow: hidden;
}
.work_content img{
    float: left;
}
.work_right{
    width: 79%;
    float: right;
    overflow: hidden;
}
.work_right embed{
    margin-bottom: 4%;
    width: 100%;
    height: 343px;
}
.num{
    text-align: center;
    width: 18%;
}
.mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    border-radius: 5px;
    display: none;
}
.download_btn {
    float: right;
    margin-top: 12.5px;
    width: 100px;
}
.sold_out{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.bg{
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
    display: none;
}
.pay_content{
    background:url("../img/fill_in_course_bg.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.about_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.pay_content_bg{
    background-color: #fff;
    margin: 3% auto;
    width: 40%;
}
.pay_content_bg h1{
    font-size: 20px;
    font-size: 2rem;
    color: #323232;
    text-align: center;
    margin: 0 auto;
    padding: 6% 0 3%;
}
.pay_temp_pic{
    margin: 0 auto;
}
.pay_temp_p{
    color: #323232;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    margin: 4% auto;
    text-align: center;
    width: 55%;
}
.pay_temp_p.p2{
    font-size: 13px;
    font-size: 1.3rem;
    margin: 4% auto 0;
    padding-bottom: 4%;
    text-align: left;
    width: 73%;
}
.pay_temp_p span,.pay_temp_p_sub span{
    color: #ff4145;
}
.pay_btn{
    width: 100px;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    background-color: #bfbfbf;
    border-radius: 8px;
    margin: 5% auto;
}
.pay_temp_p_sub{
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5%;
    /*border-bottom: 1px solid #cbcbcb;*/
}
.pay_btn:hover{
    opacity: 1;
}
.pay_sub_content{
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    width: 80%;
    margin: 0 auto;
}
.pay_title_sub{
    font-size: 20px;
    font-size: 2rem;
    color: #323232;
    padding-top: 3%;
    text-align: center;
}
.fade-bg{
    animation:fade 8000ms ease-in-out 0ms 1;
    -moz-animation:fade 8000ms ease-in-out 0ms 1;
    -webkit-animation:fade 8000ms ease-in-out 0ms 1;
}
@-moz-keyframes fade{
    0% {opacity: 0}
    5% {opacity: 0}
    50% {opacity: 1}
    95% {opacity: 0}
    100% {opacity: 0}
}
@-webkit-keyframes fade{
    0% {opacity: 0}
    5% {opacity: 0}
    50% {opacity: 1}
    95% {opacity: 0}
    100% {opacity: 0}
}
@-ms-keyframes fade{
    0% {opacity: 0}
    5% {opacity: 0}
    50% {opacity: 1}
    95% {opacity: 0}
    100% {opacity: 0}
}
@keyframes fade{
    0% {opacity: 0}
    5% {opacity: 0}
    50% {opacity: 1}
    95% {opacity: 0}
    100% {opacity: 0}
}
.condition_pic{
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
    display: none;
}
.video_content{
    /*background-color: #f00;*/
    height: 472px;
    left: 50%;
    margin-left: -325px;
    margin-top: -236px;
    position: fixed;
    top: 50%;
    width: 650px;
    z-index: 12;
    display: none;
}
.condition_pic img{
    margin: 4% auto 0;
}
.video_content embed{
    width: 100%;
    height: 100%;
    /*display: none;*/
}
.tabl_header div{
    width: 127px;
    height: 127px;
    border-radius: 50%;
    overflow: hidden;
}
.about_container{
    position: relative;
    z-index: 2;
}
.pay2_title{
    font-size: 24px;
    font-size: 2.4rem;
    color: #323232;
    text-align: center;
    padding: 6% 0 3%;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #cbcbcb;
}
.pay2_p{
    color: #323232;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 auto;
    padding: 3% 0;
    width: 80%;
    line-height: 1.8em;
    border-bottom: 1px solid #cbcbcb;
}
.pay2_p span{
    display: block;
    margin-top: 4%;
}
.pay2_p big{
    font-size: 25px;
    font-size: 2.5rem;
    color: #ff4145;
    margin-right: 1%;
}
.method{
    display: block;
    margin-bottom: 3%;
    margin-top: 5%;
    width: 40%;
}
.special{
    margin: 5% auto 0;
    overflow: hidden;
    width: 45%;
}
.special img{
    float: left;
    margin-top: 11%;
}
.special_content{
    float: right;
    width: 59%;
}
.special_content h2{
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 11%;
}
.form_reg.course{
    position: fixed;
    top: 16%;
    z-index: 100;
    left: calc((100% - 500px)/2);
}
.form_title.course{
    margin-bottom: 5%;
}
.special_mobile{
    display: none;
    margin: 0 auto 9%;
    width: 62%;
}
.special_mobile h2{
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10%;
    text-align: center;
}
.special_mobile img{
    display: block;
    margin: 0 auto;
}
.special_mobile em{
    color: #636363;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: normal;
    text-align: center;
}
.special_mobile b{
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    margin-top: 8%;
    text-align: center;
}
@media screen and (min-width:320px) and (max-width:767px){
    .menu{
        display: none;
    }
    .menu_m{
        display: block;
    }
    .txt{
        font-size: 1.3rem;
        line-height: 2.5rem;
        width: 80%;
    }
    .next_arrow{
        width: 8%;
        left: 46%;
    }
    .desc2_content .txt{
        width: 80%;
    }
    .list li{
        width: 100%;
    }
    .desc3_txt{
        width: 78%;
    }
    .desc3_content ul{
        padding: 15% 0;
        width: 282px !important;
    }
    .desc3_content ul li{
        margin-right: 0;
        width: 100%!important;
        margin-bottom: 10%;
        clear: both;
    }
    .desc3_content ul li img{
        float: left;
        margin-right: 3%;
        width: 43%;
    }
    .desc3_content ul li span{
        float: right;
        font-size: 1.6rem;
        margin: 0;
        text-align: left;
        width: 51%;
    }
    .desc3_content ul li p{
        float: right;
        font-size: 1.3rem;
        line-height: 2rem;
        width: 51%;
    }
    .desc4 ul{
        width: 68%;
    }
    .desc4 ul li{
        clear: both;
        width: 100%;
    }
    .desc4 ul li.second{
        clear: both;
    }
    .submit{
        min-width: 50px;
    }
    .email{
        width: 70%;
    }
    .clock{
        display: block;
        margin: 5% auto;
    }
    .desc_btn{
        display: block;
        margin: 5% auto 25%;
    }
    .footer ul li{
        margin: 4% auto;
        width: 80%;
    }
    .footer ul li.second{
        margin: 4% 5%;
        width: 90%;
    }
    .footer .first{
        display: none;
    }
    .footer ul li.third span.contact{
        display: inline-block;
        margin-right: 4%;
    }
    .top{
        width: 15%;
        z-index: 3;
    }
    /*.video_content embed{*/
        /*height: 176px;*/
        /*margin-left: -121px;*/
        /*margin-top: -157px;*/
        /*width: 242px;*/
    /*}*/
    .workshop_banner_content p{
        width: 80%;
        font-size: 1.3rem;
        margin: 0 auto;
    }
    .video_content{
        width: 300px;
        height: 218px;
        margin-left: -150px;
        margin-top: -109px;
    }
    .workshop_content li{
        clear: both;
        margin: 0 auto 6%;
        width: 100%;
    }
    .workshop_content li.spec{
        margin-bottom: 6%;
    }
    .page{
        display:none;
    }
    .desc3_txt{
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .workshop_detail_right{
        width: 100%;
        margin: 0 auto;
        clear: both;
    }
    .workshop_content{
        width: 80%;
    }
    .workshop_detail_left{
        width: 100%;
    }
    .full_banner_content span{
        font-size: 1.3rem;
    }
    .full_banner_content img,.part_banner_content img{
        padding:128px 0 6px 0;
        width: 90%;
    }
    .part_menu_content{
        width: 100%;
    }
    .part_menu_content ul li{
        font-size: 1.2rem;
    }
    .part_menu_content ul li a{
        display: block;
        line-height: normal;
    }
    .part_banner{
        background-size: 223%;
    }
    .menu_btn{
        width: 61px;
        margin-right: 3px;
        line-height: 30px;
        height: 30px;
        margin-top: 12.5px;
    }
    .part_menu_content ul{
        width: 79%;
    }
    .full2 ul li{
        width: 100%;
        margin: 0 auto 8%;
        overflow: hidden;
    }
    .full2 ul li img{
        float: left;
        margin-bottom: 0;
        margin-right: 5%;
        width: 90px;
    }
    .full3_txt{
        font-size: 1.1rem;
        width: 90%;
        margin: 0 auto;
    }
    .full3_content .full3_title{
        margin-bottom: 7%;
    }
    .full3_ul{
        width: 49%;
    }
    .full3_ul li{
        width: 100%;
        margin: 0 auto 8%;
    }
    .full4_teacher{
        clear: both;
        display: block;
        margin: 5% 0 6% 27.5%;
        width: 45%;
    }
    .part_menu{
        display: none;
    }
    .full4_right{
        width: 100%;
        clear: both;
    }
    .full4 b,.full4 span{
        text-align: right;
    }
    .full6 p{
        width: 90%;
        font-size: 1.2rem;
        margin: 7% auto 0;
    }
    .full6 table{
        width: 90%;
    }
    .full6 table td, .full7 table td{
        font-size: 1.2rem!important;
        padding: 8px;
    }
    .full6 table td.third{
        font-size: 1.3rem;
    }
    .full6 table td.first, .full7 table td.first{
        padding: 5px;
        font-size: 1.4rem;
    }
    .full7 table td.second{
        font-size: 1.3rem;
    }
    .full4 p{
        font-size: 1.3rem;
    }
    .full7 table{
        width: 90%;
        margin: 6% auto;
    }
    .full7 .green{
        margin-right: 10%;
    }
    .full3_ul li span em{
        font-size: 1.1rem;
    }
    .full3_ul li span b{
        margin-top: 20%;
    }
    .full8 p{
        font-size: 1.2rem;
        width: 70%;
        margin: 0 auto;
    }
    .full9{
        width: 80%;
    }
    .full9 div{
        width: 100%;
        clear: both;
        margin-bottom: 4%;
    }
    .full_title7_sub2{
        font-size: 1.8rem;
    }
    .teacher_list li{
        margin-bottom: 8%;
        margin-right: 0;
        width: 47%;
        height: 212px;
    }
    .teacher_list li:nth-of-type(2n){
        float: right;
    }
    .condition{
        width: 90%;
    }
    .condition_pic img{
        width: 80%;
    }
    .table{
        width: 90%;
    }
    .full13 ul li b{
        font-size: 1.3rem;
    }
    .full13 ul li{
        width: 100%;
        margin: 0 auto 6%;
    }
    .full14_content div{
        width: 100%;
        margin:0 0 5%;
    }
    .full_banner{
        background-size: 219%;
    }
    .full14_content img{
        margin-top: 2%;
    }
    .full_title2{
        margin-bottom: 7% !important;
        min-width: 180px;
     }
    .teacher_list li span{
        display: none;
    }
    .full_title12{
        padding-left: 10%;
    }
    .full15 table{
        width: 80%;
    }
    .full4{
        width: 90%;
    }
    .full15 table tr.first td,
    .full15 table td{
        padding: 5px;
        font-size: 1.2rem;
    }
    .full15 table tr:not(first) td:nth-of-type(1){
        white-space: nowrap;
    }
    .clock_t1{
        width: 67px;
    }
    .full2 ul,.full2.part ul{
        width: 239px;
    }
    .full2.part ul li{
        width: 100%;
        margin:0 0 6%;
    }
    .teacher_list{
        width: 85%;
    }
    .part_menu_content ul li a span{
        display: block;
        padding-top: 35%;
    }
    .list_item b,
    .list_item a{
        font-size: 1.3rem;
    }
    .teacher_list li b{
        font-size: 1.3rem;
    }
    .list_item a img{
        margin-top: 1.4%;
        width: 2%;
    }
    .full13 ul li img{
        width: 99%;
    }
    .list_item ul{
        font-size: 1.2rem;
    }
    .course_list_content{
        width: 80%;
    }
    .form_reg{
        height: auto;
        width: 300px;
    }
    .form_login{
        width: 330px
    }
    /*.reg_content{*/
        /*padding-top: 17%;*/
    /*}*/
    .fill_in_course_form{
        /*height: 695px;*/
        margin: 0 auto;
        position: static;
        width: 300px;
    }
    .full2 ul li b,.full2 ul li em{
        float: left;
        margin-bottom: 1%;
        text-align: left;
        width: 57%;
    }
    .part_main{
        width: 90%;
    }
    .full5_content img{
        padding: 19% 0;
    }
    .desc3_title{
        padding: 26% 0 9%;
    }
    .form_course span{
        font-size: 1.2rem;
        padding-left: 5%;
    }
    .course_fill select{
        width: 33%;
    }
    .course_fill i{
        font-size: 1rem;
        margin-left: 7%;
    }
    .reg_content.course{
        /*height: 695px;*/
        padding-top: 5%;
    }
    .about_title{
        font-size: 1.6rem;
        margin: 6% 0;
        padding: 1%;
        text-align: center;
        width: 51%;
    }
    .about_txt{
        font-size: 1.4rem;
        margin: 0 auto 4%;
        width: 100%;
    }
    .work_content{
        display:none;
    }
    .work_content_mobile{
        display:block;
    }
    .about_content{
        width: 90%;
        margin: 0 auto;
    }
    .about_title.last{
        width: 30%;
    }
    .about_bg{
        width: 240%;
        left: -50%;
    }
    .user_course_content{
        width: 100%;
    }
    .user_course_content ul{
        text-align: center;
    }
    .user_course_content ul li{
        width: 31%;
        display: inline-block;
    }
    .tabl_header{
        margin: 5% auto;
        position: static;
        width: 40%;
    }
    .tab1 .course_fill{
        width: 90%;
        font-size: 1.3rem;
    }
    .course_fill span{
        padding-left: 5%;
    }
    .course_fill input {
        width: 56%;
    }
    .tab2 .course_fill{
        width: 90%;
    }
    .tab2 label {
        font-size: 1.4rem;
        width: 84px;
    }
    .modify-password{
        width: 100px!important;
    }
    .tab3_content .course_title{
        font-size: 1.5rem;
        line-height: normal;
        margin: 10px 0 0 6%;
        height: auto;
    }
    .tab3_right{
        float: left;
        height: auto;
        margin-left: 6%;
        margin-top: 0;
        width: 62%;
    }
    .course_time{
        border-right: 0 none;
        clear: both;
        height: auto;
        line-height: normal;
        text-align: left;
        width: 57%;
    }
    .tab3_btn a.paid{
        margin: 4% 0 0;
        width: 100%;
    }
    .tab3_btn span{
        display: none;
    }
    .workshop_banner{
        height: 261px;
        background-size: 345% auto;
    }
    .workshop_banner_content img{
        padding-top: 21%;
        width: 42%;
    }
    .teacher_list li.spec{
        margin-bottom: 6%;
    }
    .pay_content{
        background-size: 482%;
    }
    .pay_content_bg{
        width: 91%;
    }
    .pay_temp_p{
        width: 71%;
        font-size: 1.2rem;
    }
    .pay_temp_p.p2{
        width: 100%;
        font-size: 1.2rem;
    }
    .course_fill{
        font-size:1.2rem;
    }
    .teacher_list.part2{
        width: 85%;
    }
    .teacher_list.part2 li{
        width: 47%;
    }
    .more_btn{
        display: block;
    }
    .full5{
        background-size:173%;
    }
    .form_reg.course{
        left: calc((100% - 300px) / 2);
    }
    .form_btn2{
        width: 40%;
    }
    .full12{
        background-size: 179%;
    }
    .full12.part{
        background-size: 255%;
    }
    .special{
        display: none;
    }
    .special_mobile{
        display: block;
    }
}