body{
    font-family: "微软雅黑";
    color: #171920;
    font-size: 16px;
}
/*head样式*/

/*banner样式*/
.banner{
    position: relative;
    height:435px;
}

/*banner  END*/
/*banner下面的导航样式*/
.banner_nav{
    width: 100%;
    margin: 0 auto;
    position: relative;
    bottom: 72px;
    z-index: 1000;
    background: rgba(0,0,0,0.6);
    padding-bottom: 15px;
    padding-top: 4px;
}
.banner_nav ul li a{
    font-size: 18px;
    font-weight: bold;
    color: #eee3e3;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px #373131, 3px 3px 0px #7d7878;
  position: relative;
}
.nav_img00{
	width: 40px;
    position: absolute;
    left: -50px;
    top: 9px;
}

.banner_nav ul{
    display: flex;
    justify-content:center;
    align-items: center;
    height:60px;
    line-height:60px;
    margin-top:2px;
}
.banner_nav ul li{
    width:25%;
    text-align: center;
    border-radius: 49px;
  border: 1px solid transparent;
}
.banner_nav ul li:hover{
  border: 1px solid #ddd;
  border-radius: 49px;
}
/*banner下面的导航样式 结束*/


/*01*/
.cnt01{
    background:#0066ff;
    margin-top:0px;
    /*padding-bottom: 200px;*/
    max-height: 1100px;
}
.cnt01_txt{
    position: relative;
    top: 100px;
    margin: 0 auto!important;
    text-align: left;
    padding: 20px;
    width:1200px;
    background-color: #fff;
    overflow: hidden;
}
.cnt01_txt_left {
    background-image:url("/images/01img.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 20px 20px 30px;
    height: 420px;
    width:780px;
    float:left;
    box-sizing: border-box;
    margin-right:20px;
}
.cnt01_txt_left h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom:10px;
}
.cnt01_txt_left p{
    font-size: 18px;
    line-height: 26px;
    color: #656c6f;
    margin-bottom:20px;
}
.cnt01_txt_left a{
    padding:6px 14px;
    background:#0066ff;
    border-radius: 30px;
    border: 2px solid transparent;
    letter-spacing: 3px;
    color:#fff;
}
.cnt01_txt_right{
    background-image:url("/images/02img.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 20px 20px 30px;
    height: 420px;
    width:400px;
    float:left;
    box-sizing: border-box;
}
.cnt01_txt_right h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom:10px;
}
.cnt01_txt_right p{
    font-size: 18px;
    line-height: 26px;
    color: #656c6f;
    margin-bottom:20px;
}
.cnt01_txt_right a{
    padding:6px 14px;
    background:#0066ff;
    border-radius: 30px;
    border: 2px solid transparent;
    letter-spacing: 3px;
    color:#fff;
}
.cnt01_txt_p{
    position: relative;
    top: 130px;
    margin: 0 auto!important;
    text-align: center;
    padding-top: 36px;
    width:900px;
}
.cnt01_txt_p h4{
    font-weight: 500;
    font-size: 32px;
    letter-spacing: -.8px;
    line-height: 40px;
    margin-bottom: 26px;
    color: #fff;
}
.cnt01_txt_p p{
    font-weight: 300;
    font-size: 21px;
    letter-spacing: -.4px;
    line-height: 34px;
    padding-bottom: 40px;
    color: #fff;
}

.cnt01_video{
    width:1020px;
    height:570px;
    margin:0 auto;
    position: relative;
    top: 150px;
}
.video{
    width:100%;
    height:100%;
}
/*01   end*/

/*02  */
.cnt02{
    margin-top:380px;
}
.cnt_title{
    width:1200px;
    margin:0 auto;
}
.cnt_title h3{
    width:80%;
    font-size: 36px;
    line-height: 56px;
    text-align: center;
    margin:0 auto 25px;
    color: #282829;
}
.cnt_title p{
    width:60%;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin:0 auto;
    color: #282829;
}
.cnt02 ul{
    width:1200px;
    margin:80px auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.cnt02 ul li{
    width:19%;
}
.cnt02 ul li img{
    width:34px;
    height:34px;
    margin-bottom:6px;
}
.cnt02 ul li h3{
    color: #282829;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 5px;
}
.cnt02 ul li p{
    font-size: 16px;
    line-height: 24px;
    color: #54585a;
    margin-bottom: 15px;
    height: 74px;
    overflow: hidden;
}
.cnt02 ul li a{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding: 2px 30px;
    background:#0066ff;
    border-radius: 20px;
    border: 2px solid transparent;
    letter-spacing: 1px;
    color:#fff;
}

.cnt02_cp{
    width:1200px;
    margin:20px auto;
    background:#0066ff;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.cnt02_cp div{
    width:50%;
}
.cnt02_cp_left p{
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color:#fff;
}
.cnt02_cp_right{
    text-align: right;
}
.cnt02_cp_right a{
    padding: 10px 30px;
    background:#fff;
    border-radius: 20px;
    border: 2px solid transparent;
    letter-spacing: 1px;
    color:#0066ff;
}
/*02 end*/

/*03 */
.cnt03{
    width:1200px;
    margin:60px auto;
}
.cnt03_img1{
    width:100%;
    height:400px;
    margin-bottom:15px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.cnt03_img1_00{
    width:300px;
    margin-right:15px;
    background:url(/images/03img0.jpg) no-repeat;
    background-size:100% 100%;
    height:400px;
    overflow: hidden;
}
.cnt03_img1_01{
    width:885px;

}
.cnt03_img1_01_00{
    display: flex;
    justify-content:space-between;
    align-items: center;
    width:100%;
    margin-bottom:15px;
}
.cnt03_img1_01_00_00{
    width:435px;
    margin-right:15px;
    background:url(/images/03img1.jpg) no-repeat;
    background-size:100% 100%;
    height:140px;
    overflow: hidden;
}
.cnt03_img1_01_00_01{
    width:435px;
    background:url(/images/03img2.jpg) no-repeat;
    background-size:100% 100%;
    height:140px;
    overflow: hidden;
}
.cnt03_img1_01_01{
    width: 100%;
    height:245px;
    background:url(/images/03img3.jpg) no-repeat;
    background-size:100% 100%;
    overflow: hidden;
}
.cnt03_img2{
    width:100%;
    height:240px;
    background:url(/images/03img4.jpg) no-repeat;
    background-size:100% 100%;
    overflow: hidden;
}

.cnt03_txt_00{
    
    background:#0066ff;
    position: relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s;  /* Firefox 4 */
    -webkit-transition: all 0.5s;   /* Safari 和 Chrome */
    -o-transition: all 0.5s;    /* Opera */
}
.cnt03_txt_01{
    width: 300px;
    height: 190px;
    padding:18px 30px;
    box-sizing: border-box;
    top: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.cnt03_img1_00:hover .cnt03_txt_01{
    height:400px;
    top:0px;
}

.cnt03_txt_02{
    width: 435px;
    height: 142px;
    padding: 40px;
    box-sizing: border-box;
    top: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.cnt03_img1_01_00_00:hover .cnt03_txt_02{
    height:140px;
    top:0px;
}
.cnt03_img1_01_00_01:hover .cnt03_txt_02{
    height:140px;
    top:0px;
}

.cnt03_txt_03{
    width:100%;
    height: 170px;
    padding:20px;
    box-sizing:border-box;
    top:185px;
    display: flex;
    flex-direction:column;
    align-items:center;/*垂直居中*/
    justify-content: center;/*水平居中*/
    overflow: hidden;
}
.cnt03_img1_01_01:hover .cnt03_txt_03{
    height:245px;
    top:0px;
}

.cnt03_txt_04{
    width:100%;
    height: 160px;
    padding:20px;
    box-sizing:border-box;
    top:185px;
    display: flex;
    flex-direction:column;
    align-items:center;/*垂直居中*/
    justify-content: center;/*水平居中*/
    overflow: hidden;
}
.cnt03_img2:hover .cnt03_txt_04{
    height:245px;
    top:0px;
}


.cnt03_txt_00 h4{
    font-size: 18px;
    font-weight: 600;
    color:#fff;
}
.cnt03_txt_00 p{
    margin: 25px 0;
    font-size: 16px;
    line-height: 28px;
    color: #d6def8;
}
.cnt03_txt_02 p{
    margin: 10px 0;
}
.cnt03_txt_00 a{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color:#fff;
}


/*03  end*/

/*04 */
.cnt04{
    width:1200px;
    margin:0 auto;

}
.cnt04 ul{
    display: flex;
    align-items:center;/*垂直居中*/
    justify-content: center;/*水平居中*/
}
.cnt04 ul li{
   width:360px; 
}
.cnt04 ul li:nth-child(1){
    margin-right:60px;
}
.cnt04 ul li:nth-child(2){
    margin-right:60px;
}
.cnt04 ul li:nth-child(1) h3{
    font-size: 34px;
    font-weight: 400;
    line-height: 56px;
    padding:0;
}
.cnt04 ul li:nth-child(1) p{
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    margin: 24px 0;
}
.cnt04 ul li{
    border-radius: 20px;
}
.cnt04 ul li img{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.cnt04 ul li h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    padding: 20px 30px 28px;
    margin-bottom:30px;
}
.cnt04 ul li a{
    font-size: 18px;
    line-height: 30px;
    padding: 20px 30px 28px;
}

.cnt04 ul li:nth-child(1) a{
    color: #0066ff;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
}
.cnt04 ul li:nth-child(2):hover{
    -webkit-box-shadow: 3px 7px 12px 3px rgb(0 0 0 / 55%);
    box-shadow: 3px 7px 12px 3px rgb(0 0 0 / 55%);
}
.cnt04 ul li:nth-child(3):hover{
    -webkit-box-shadow: 3px 7px 12px 3px rgb(0 0 0 / 55%);
    box-shadow: 3px 7px 12px 3px rgb(0 0 0 / 55%);
}
.cnt04 ul li:nth-child(2){
    background: #f6f8f9;
}
.cnt04 ul li:nth-child(3){
    background: #f6f8f9;
}
.cnt04 ul li:nth-child(2) div{
    width: 360px;
    height: 149px;
}
.cnt04 ul li:nth-child(2) div>img{
    width: 100%;
    height: 100%;
}
.cnt04 ul li:nth-child(3) div{
    width: 360px;
    height: 149px;
}
.cnt04 ul li:nth-child(3) div>img{
    width: 100%;
    height: 100%;
}
/* 04  end*/

/*05 */
.cnt05{
    background:#0066ff;
    margin:44px auto;
}
.cnt05_ts{
    width:1200px;
    margin:0 auto;
    display: flex;
    align-items:center;/*垂直居中*/
    justify-content: center;/*水平居中*/
}
.cnt05_img{
    width:50%;
    position: relative;
    top:100px;
}
.cnt05_txt{
    width:50%;
}
.cnt05_txt h2{
    font-size: 44px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 80px;
}
.cnt05_txt2{
    display: flex;
    align-items: end;/*垂直居中*/
    justify-content: center;/*水平居中*/
    overflow: hidden;
}
.cnt05_txt2 div{
    width:44%;
    margin-bottom:100px;
}
.cnt05_txt2 div:nth-child(1){
    margin-right:100px;
}
.cnt05_txt2 div p:nth-child(1){
    font-size: 96px;
    line-height: 72px;
    color: #2af6b0;
    margin-bottom: 20px;
}
.cnt05_txt2 div p:nth-child(2){
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #fff!important;
    margin-bottom: 0!important;
}
/*05 end*/
/*06*/
.cnt06{
    width:1400px;
    margin:140px auto 80px;
    background:#0066ff;
    border-radius: 20px;
    display: flex;
    align-items:center;/*垂直居中*/
    justify-content: space-between;/*水平居中*/
    overflow: hidden;
}
.cnt06_left{
    margin: 0 0 0 60px;
}
.cnt06_left h2{
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color:#fff;
    margin-bottom:24px;
}
.cnt06_left div{
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    height: 4px;
    width: 54px;
    background-color: #2af6b0;
    border-radius: 2px;
}
.cnt06_left p{
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 24px;
    color:#fff;
}
.cnt06_left a{
    font-size: 20px;
    padding: 10px 30px;
    background: #fff;
    border-radius: 14px;
    border: 2px solid transparent;
    letter-spacing: 1px;
    color: #0066ff;
}
.cnt06_right{
    margin: 26px 60px 26px 0px;
}

/*06 end*/

/*07*/
.cnt07{
    background:#0066ff;
    height:500px;
}
.cnt07_footer{
    width:1200px;
    margin:0 auto;
}

/*07  end*/


.banner_zi{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -590px;
    height: 400px;
    padding: 10px 0;
    width: 280px;
    background: #fff;
    background: rgba(255,255,255,.9);
    box-sizing: border-box;
}
.examlist li {
    border-left: 3px solid transparent;
    padding-left: 17px;
    display: block;
    height: 84px;
    overflow: hidden;
    margin-bottom: 10px;
}
.examlist li:hover{
    background: #fff;
    border-color: #d71209;
}
.examlist li:hover .courselist{
    display: block;
}
.examlist li .title {
    font-size: 15px;
    color: #171920;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 8px;
    line-height: 1;
    position: relative;
}
.examlist li .title .icon18 {
    position: absolute;
    right: 20px;
    top: 12px;
}
.icon18-banner-arrow {
    background-image: url(/images/sprite.png);
    background-position: -180px -126px;
    width: 6px;
    height: 11px;
}
.examlist li .list {
    height: 21px;
    overflow: hidden;
    margin-bottom: 3px;
}
.examlist li .list a {
    line-height: 21px;
    color: #686a71;
    font-size: 14px;
    margin-right: 9px;
    word-break: keep-all;
    float: left;
    *float: none;
}
.examlist li .list a.red{
    font-weight: bold;
    color: red;
}
.examlist li .list a:hover{
    color: #d71209;
}
.examlist li.exam-row{
    height: 58px;
}
.courselist{
    position: absolute;
    top: 0;
    left: 280px;
    height: 400px;
    border-top: 1px solid #efeff0;
    border-bottom: 1px solid #efeff0;
    width: 935px;
    background: #fff;
    overflow: auto;
    display: none;
    padding-top: 44px;
   box-sizing: border-box;
}
.courselist .part{
    overflow: hidden;
}
.courselist .part span{
        width: 126px;
    padding-left: 47px;
    float: left;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    color: #686a71;
}
.courselist .part div{
    width: 723px;
    padding-bottom: 24px;
    float: left;
}
.courselist .part a{
    width: 165px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 28px;
    color: #686a71;
    display: inline-block;
}
.courselist .part a.red{
    font-weight: bold;
    color: red;
}

.courselist .part a:hover{
    color: #d71209;
}

/*报名*/
.criteria1{
    width: 100%;
    height: 128px;
    margin: 0 auto;
    padding: 25px 0;
}
.criteria1_text1{
    text-align: center;
    font-size: 36px;
    color:#000;
    margin-bottom:15px;
}
.criteria1_text2{
    text-align: center;
    font-size: 18px;
    line-height: 66px;
     color:#000;
}
.criteria_form{
    padding: 10px;
        width: 1125px;
    margin: 0 auto;
}
.criteria_form_input{
    width: 225px;
    float: left;
    margin-right: 15px;
}
.criteria_form_input input{
    width: 212px;
    height: 42px;
    line-height: 44px;
    border: 1px solid #94989c;
    outline: none;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 13px;
    color: #a7a4a4 !important;
}
.criteria_form_input select{
    width: 224px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #94989c;
    outline: none;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 13px;
    color: #a7a4a4;
}
.criteria_form_btn{

}
.criteria_form_btn input{
    width: 160px;
    height: 45px;
    background:#e84e40;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}

/*老师*/
.teacher{
    width:100%;
}
.teacher_width{
    width:1200px;
    margin:0 auto;
}

.teacher_title{
    height: 90px;
    position: relative;
}
.teacher_title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #171920;
    line-height: 90px;
}
.teacher_title a {
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 14px;
    color: #9598a2;
}
.teacher_title a span {
    margin-left: 9px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.icon18-examarrow {
    background-image: url(/images/sprite.png);
    background-position: -180px -52px;
    width: 16px;
    height: 16px;
}
.teacherCP{
    position: relative;
}
.teacherCP .teacherbl {
    position: absolute;
    top: 115px;
    left: 50%;
    margin-left: -590px;
    z-index: 2;
    display: none;
}
.teacherCP .teacherbr {
    position: absolute;
    top: 115px;
    right: 50%;
    margin-right: -570px;
    z-index: 2;
    display: none;
}
.teacherCP .teacherbl, .teacherbr{
    background-image: url(/images/sprite.png);
    background-position: -50px -50px;
    width: 40px;
    height: 40px;
    cursor:pointer; 
}
.teacherCP .next{
   background-position: 0px -50px; 
}
.teacherCP:hover .teacherbl{
    display:block;
}
.teacherCP:hover .teacherbr{
    display:block;
}
.teacherC ul{
    overflow: hidden;
}
.teacherC ul li {
    width: 236px;
    padding-bottom: 26px;
    float: left;
    
}
.teacherC ul li div{
    width:235px;
    height:274px;
    overflow: hidden;
    border-right:1px solid #ddd;
}
.teacherC ul li img{
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;/* Firefox 4 */
    -webkit-transition: all 0.3s linear;/* Safari and Chrome */
    -o-transition: all 0.3s linear;/* Opera */
}
.teacherC ul li:hover img{
    transform:scale(1.1);
    -moz-transform:scale(1.1); /* Firefox 4 */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}
.teacherC ul li p {
    text-align: center;
    padding: 14px 0 14px;
    line-height: 1;
}
.teacherC ul li p span {
    font-size: 16px;
    color: #191921;
    margin-right: 10px;
}
.teacherC ul li p b {
    font-weight: 400;
    font-size: 12px;
    color: #9598a2;
}


/*建筑*/
.course{
    background: #f5f7f9;
}
.course_width{
    width:1125px;
    margin:0 auto;
}
.course_title{
    padding-top: 8px;
    height: 95px;
    position: relative;
}
.course_title h2{
    font-size: 24px;
    font-weight: 700;
    color: #171920;
    line-height: 90px;
}
.course_title ul{
    position: absolute;
    right: 0;
    top: 49px;
    height: 29px;
    overflow: hidden;
    max-width: 1050px;
    text-align: right;
    display: block;
}
.course_title li{
    display: inline-block;
    margin-left: 30px;
    text-align: center;
    position: relative;
    cursor: pointer;
    height: 30px;
    width: auto;
}
.course_title a{
    font-size: 16px;
    color: #171920;
    line-height: 1;
}
.course_title li.active a {
    color: #d71209;
}
.course_title span{
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: -16px;
    width: 32px;
    border-top: 3px solid #d71209;
    display: none;
}
.course_title ul li.active span {
    display: block;
}
    /*建筑切换的内容*/

.course_cousepart{
    
}
.coursemain_text>a>img {
    display:none;
}
.cousepart{
    width: 1122px;
    margin:0 auto;
    overflow: hidden;
    display:none;
}
.cousepart2{
    display:block;
}
.coursemain{
    width: 790px;
    float: left;
}
.coursemain_img{
    margin-bottom: 20px;
    margin-top: 5px;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.coursemain_img_div{
    margin-right: 20px !important
}
.coursecard{
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    width: 209px;
    height: 165px;
    padding: 21px 20px;
    top: 0;
    background: #fff;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.coursecard2{
    float: left;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    width: 215px;
    height: 233px;
    padding: 21px 17px;
    top: 0;
    background: #fff;
}
.coursecard:hover{
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.coursemain_img:hover{
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.coursecard:first-child{
    margin-left:0px;
}
..coursemain_text>a>img{
    display:none;
}
.coursecard-catelog{
    font-size: 14px;
    color: #d71209;
    line-height: 1;
    padding: 0 9px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #d71209;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    display: inline-block;
    max-width: 222px;
    margin-bottom: 10px;
}
.coursecard-title{
    line-height: 26px;
    height: 52px;
    font-size: 16px;
    color: #171920;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.coursecard-time{
    color: #9598a2;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
}
.coursecard-teacher{
    height: 82px;
    padding-top: 15px;
    border-bottom: 1px solid #f0f0f0;
}
.coursecard-teacher li{
    display: inline-block;
    *float: left;
    *width: 50px;
    text-align: center;
    margin-right: 12px;
    font-size: 14px;
    line-height: 1;
    color: #9598a2;
}
.coursecard-teacher img{
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 9px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.coursecard-nums{
    color: red;
    font-size: 12px;
    line-height: 1;
}
.coursecard-buynums{
    color: #9598a2;
    font-size: 12px;
    margin-top: 7px;
}
.coursecard-price-free{
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 157px;
    color: #f54030;
    background: #fff;
    line-height: 1;
    font-family: arial;
}
.courseinfo{
    width: 310px;
    margin-left: 20px;
    float: left;
}
.courseinfo-news{
    height: 417px;
    background: #fff;
}
.newslink{
    overflow: hidden;
    margin-top: 0px;
}
.newslink a{
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    width: 70px;
    float: left;
    color: #d71209;
}

.newslink_img{
   margin-top: 15px;
   overflow: hidden;
}
.ewm_img{
    width:80px;
    height:80px;
    float:left;
    margin-left:10px;
}
.ewm_text{
    float:left;
    float: right;
    width: 110px;
    height:80px;
}
.ewm_text span{
    line-height: 20px;
}
.ewm_text a{
        margin-top: 7px;
}
.ewm_text_p1{
    font-size: 14px;
    margin-bottom: 7px;
}
.ewm_text_p2{
    text-align: center;
    color:red;
    font-size: 14px;
        margin-top: 10px;
        margin-bottom:10px;

}
.newslink_h3{
    font-size: 14px;
    text-align: center;
    margin-top:15px;
    padding: 5px 0;
    background:#649cf0;
    color:#fff;
}
.bg{
    border:1px solid #649cf0;
    border-top: 0
}

.newslink a:hover {
    color: #d71209;
}

.newschoose{padding: 22px 20px 11px;overflow: hidden;position: relative;}
.newschoose span{
    color: #171920;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    float: left;
    margin-right: 40px;
    cursor:pointer;
}
.newschoose span.active{
    color: #d71209;
    border-color: #d71209;
}
.newschoose em{
    height: 19px;
    width: 1px;
    background: #efeff0;
    margin: 0 20px;
    position: absolute;
    left: 51px;
}

.newsitem{
    padding: 0px;
    display:none;

}
.newslist{
    padding: 0 20px;
    height:340px;
}
.newsitem2{
    display:block;
}
.newsitem a{
    font-size: 14px;
    color: #9598a2;
    line-height: 34px;
    height: 34px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.newsitem>p{
    font-size: 16px;
    color: red;
    padding:100px 0;
}

.gopage{
    background: url(/images/gopage.png) top center no-repeat;
    width: 310px;
    height: 75px;
    margin-top: 32px;
    display: block;
    position: relative;
    top: 0;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.gopage:hover{
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.gopage p{
    color: #171920;
    font-size: 16px;
    line-height: 1;
    top: 18px;
    left: 22px;
    position: absolute;
}
.gopage span{
    color: #9598a2;
    font-size: 12px;
    line-height: 1;
    top: 45px;
    left: 22px;
    position: absolute;
}
.sj_nav{
    display:none;
}
.head_text{
    display:none;
}

.course1{
    background:url(/images/hb/ck_c_bg.jpg) no-repeat 100% 100%;  
}
.course2{
    background:url(/images/hb/jr_c_bg.jpg) no-repeat 100% 100%;  
}
.course3{
    background:url(/images/hb/jz_c_bg.jpg) no-repeat 100% 100%;  
}
.course4{
    background:url(/images/hb/qt_c_bg.jpg) no-repeat 100% 100%;  
}
.course5{
    background:url(/images/hb/zy_c_bg.jpg) no-repeat 100% 100%;  
}

@media screen and (max-width: 720px) and (min-width: 320px){
    
    .banner {
        position: relative;
        height: 2.8rem;
    }
    .banner_nav {
        width: 100%;
        margin: 0 auto;
        position: relative;
        bottom: 0.56rem;
        z-index: 1000;
      padding: 0;
    }
    .banner_nav ul{
        display: flex;
        justify-content:center;
        align-items: center;
        height:0.5rem;
        line-height:0.5rem;
        margin-top:0.02rem;
    }
    .banner_nav ul li{
        width:25%;
        text-align: center;
        border: 0.01rem solid #ddd;
      border-radius: 0;
    }
  .nav_img00{
  	display:none;
  }
    .banner_nav ul li a {
        color: #fff;
        font-size: 0.2rem;
    }


    .cnt01_txt {
        top: 0.5rem;
        margin: 0 auto!important;
        text-align: left;
        padding: 0.3rem;
        width: 100%;
        background-color: #fff;
        overflow: hidden;
        box-sizing: border-box;
    }
    .cnt01_txt_left {
        background-image: url(/images/01img.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 0.3rem;
        height: 3.6rem;
        width: 100%;
        float: left;
        box-sizing: border-box;
        margin-right: 0;
        margin-bottom:0.3rem;
    }
    .cnt01_txt_right {
        background-image: url(/images/02img.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 0.3rem;
        height: 3.6rem;
        width: 100%;
        float: left;
        box-sizing: border-box;
        margin-right: 0;
        margin-bottom:0.3rem;
    }
    .cnt01_txt_left h4 {
        font-weight: 500;
        font-size: 0.28rem;
        line-height: 0.4rem;
        margin-bottom: 0.1rem;
    }
    .cnt01_txt_left p {
        font-size: 0.32rem;
        line-height: 0.4rem;
        color: #656c6f;
        margin-bottom: 0.45rem;
    }
    .cnt01_txt_left a {
        padding: 0.1rem 0.2rem;
        background: #0066ff;
        border-radius: 0.3rem;
        border: 0.02rem solid transparent;
        letter-spacing: 3px;
        color: #fff;
        font-size: 0.28rem;
    }

    .cnt01_txt_right h4 {
        font-weight: 500;
        font-size: 0.28rem;
        line-height: 0.4rem;
        margin-bottom: 0.1rem;
    }
    .cnt01_txt_right p {
        font-size: 0.32rem;
        line-height: 0.4rem;
        color: #656c6f;
        margin-bottom: 0.45rem;
    }
    .cnt01_txt_right a {
        padding: 0.1rem 0.2rem;
        background: #0066ff;
        border-radius: 0.3rem;
        border: 0.02rem solid transparent;
        letter-spacing: 3px;
        color: #fff;
        font-size: 0.28rem;
    }
    .cnt01_txt_p {
        position: relative;
        top: 1rem;
        margin: 0 auto!important;
        text-align: center;
        padding-top: 0.4rem;
        width: 90%;
    }
    .cnt01_txt_p h4 {
        font-weight: 500;
        font-size: 0.4rem;
        letter-spacing: -.8px;
        line-height: 0.6rem;
        margin-bottom: 0.3rem;
        color: #fff;
    }
    .cnt01_txt_p p {
    font-weight: 300;
    font-size: 0.3rem;
    letter-spacing: -.4px;
    line-height: 0.54rem;
    padding-bottom: 0.3rem;
    color: #fff;
}
.cnt01_video {
    width: 94%;
    height: 4rem;
    margin: 0 auto;
    position: relative;
    top: 1.5rem;
}
.cnt02 {
    margin-top: 2.8rem;
}
.cnt_title {
    width: 100%;
    margin: 0 auto;
}
.cnt_title h3 {
    width: 98%;
    font-size: 0.4rem;
    line-height: 0.6rem;
    text-align: center;
    margin: 0 auto 0.3rem;
    color: #282829;
}
.cnt_title p {
    width: 80%;
    font-size: 0.3rem;
    line-height: 0.5rem;
    text-align: center;
    margin: 0 auto;
    color: #282829;
}
.cnt02 ul {
    width: 100%;
    margin: 0.6rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.cnt02 ul li {
    width: 45%;
    margin: 0 auto 0.5rem;
}
.cnt02 ul li img {
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.1rem;
}
.cnt02 ul li h3 {
    color: #282829;
    font-size: 0.34rem;
    font-weight: 500;
    line-height: 0.5rem;
    margin-bottom: 0.1rem;
}
.cnt02 ul li p {
    font-size: 0.26rem;
    line-height: 0.5rem;
    color: #54585a;
    margin-bottom: 0.2rem;
    height: 1.5rem;
    overflow: hidden;
}

.cnt02 ul li a {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.5rem;
    padding: 0rem 0.3rem;
    background: #0066ff;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    letter-spacing: 1px;
    color: #fff;
}
.cnt02_cp {
    width: 100%;
    margin: 0.2rem auto;
    background: #0066ff;
    border-radius: 0.3rem;
    padding: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.cnt02_cp_left p {
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #fff;
}

.cnt02_cp_right a {
    padding: 0.1rem 0.2rem;
    background: #fff;
    border-radius: 20px;
    border: 0.02rem solid transparent;
    letter-spacing: 1px;
    color: #0066ff;
    font-size: 0.28rem;
}
.cnt03 {
    width: 100%;
    margin: 0.6rem auto;
}
.cnt03_img1_01 {
    width: 100%;
}
.cnt03_img1_01_00 {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}
.cnt03_txt_00 h4 {
    font-size: 0.3rem;
    font-weight: 600;
    color: #fff;
}
.cnt03_txt_00 p {
    margin: 0.35rem 0;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #d6def8;
}
.cnt03_txt_00 a {
    font-size: 0.3rem;
    font-weight: 600;
    line-height: 0.5rem;
    color: #fff;
}
.cnt03_txt_01 {
    width: 100%;
    height: 190px;
    padding: 18px 30px;
    box-sizing: border-box;
    top: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.cnt03_img1 {
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    display: block;
    justify-content: space-between;
    align-items: center;
}
.cnt03_img1_00 {
    width: 100%;
    margin-right: 15px;
    background: url(/images/03img0.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 400px;
    overflow: hidden;
    margin-bottom: 0.3rem;
}
.cnt03_img1_01_00_00 {
    width: 100%;
    margin-right: 15px;
    background: url(/images/03img1.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 140px;
    overflow: hidden;
    margin-bottom: 0.3rem;
}
.cnt03_img1_01_00_01 {
    width: 100%;
    background: url(/images/03img2.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 140px;
    overflow: hidden;
}
.cnt03_img1_01_01 {
    width: 100%;
    height: 245px;
    background: url(/images/03img3.jpg) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
    background-position: center;
}
.cnt03_img2 {
    width: 100%;
    height: 240px;
    background: url(/images/03img4.jpg) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}
.cnt03_txt_01 p{
    line-height: 0.58rem;
}
.cnt03_txt_02 {
    width: 100%;
    height: 142px;
    padding: 40px;
    box-sizing: border-box;
    top: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cnt04 {
    width: 100%;
    margin: 0 auto;
}
.cnt04 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cnt04 ul li {
    width: 90%;
    margin: 0 auto;
}
.cnt04 ul li:nth-child(1) {
    margin-right: auto;
    text-align: center;
}
.cnt04 ul li:nth-child(1) h3 {
    font-size: 0.4rem;
    font-weight: 400;
    line-height: 0.5rem;
    padding: 0;
    text-align: center;
    margin-bottom: 0.4rem;
}
.cnt04 ul li:nth-child(1) p {
    font-size: 0.3rem;
    font-weight: 300;
    line-height: 0.4rem;
    margin: 24px 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.cnt04 ul li:nth-child(1) a {
    color: #0066ff;
    font-size: 0.3rem;
    font-weight: 600;
    line-height: 0.4rem;
    padding: 0.3rem 0.3rem;
    margin-bottom: 0.4rem;
}
.cnt04 ul li:nth-child(2) {
    margin-right: auto;
    margin-bottom: 0.4rem;
}
.cnt04 ul li h3 {
    font-weight: 500;
    font-size: 0.32rem;
    line-height: 0.5rem;
    padding: 0.3rem 0.3rem 0.3rem;
    margin-bottom: 0.1rem;
}
.cnt04 ul li a {
    font-size: 0.34rem;
    line-height: 0.5rem;
    padding: 0.3rem;
}


.cnt05 {
    background: #0066ff;
    margin: 0.5rem auto;
}
.cnt05_ts {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cnt05_img {
    width: 50%;
    position: relative;
    top: 100px;
    display: none;
}
.cnt05_txt {
    width: 80%;
}
.cnt05_txt h2 {
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #fff;
    margin-bottom: 0.6rem;
    font-weight: bold;
    margin-top: 0.4rem;
    text-align: center;
}
.cnt05_txt2 div:nth-child(1) {
    margin-right: 1rem;
}
.cnt05_txt2 div {
    width: 44%;
    margin-bottom: 1rem;
}
.cnt05_txt2 div p:nth-child(1) {
    font-size: 0.8rem;
    line-height: 1rem;
    color: #2af6b0;
    margin-bottom: 0.4rem;
}
.cnt05_txt2 div p:nth-child(2) {
    font-weight: 500;
    font-size: 0.32rem;
    line-height: 0.6rem;
    color: #fff!important;
    margin-bottom: 0!important;
    height: 1.8rem;
    overflow: hidden;
}



.cnt06 {
    width: 100%;
    margin: 1rem auto 0.6rem;
    background: #0066ff;
    border-radius: 0.3rem;
    display: block;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.cnt06_left {
    margin: 0 0 0 0.3rem;
}
.cnt06_left {
    margin: 0;
    width: 94%;
    margin: 0 auto;
    text-align: center;
}
.cnt06_left h2 {
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 0.6rem;
    color: #fff;
    margin-bottom: 0.2rem;
    text-align: center;
    margin-top: 0.3rem;
}
.cnt06_left div {
    display: inline-block;
    position: relative;
    margin-bottom: 0.2rem;
    height: 0.05rem;
    width: 0.8rem;
    background-color: #2af6b0;
    border-radius: 2px;
}
.cnt06_left p {
    font-size: 0.3rem;
    font-weight: 300;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
    color: #fff;
    /* text-align: center; */
}
.cnt06_left a {
    font-size: 0.28rem;
    padding: 0.14rem 0.3rem;
    background: #fff;
    border-radius: 0.4rem;
    border: 0.02rem solid transparent;
    letter-spacing: 1px;
    color: #0066ff;
}
.cnt06_right {
    margin: 1rem 1.6rem;
}
/*.fd-top {
    overflow: hidden;
    padding: 0.3rem 0 0.4rem;
    width: 100%;
    margin: 0 auto;
}



.fd-top {
    overflow: hidden;
    padding: 0.3rem 0 0rem;
    width: 86%;
    margin: 0 auto;
}
.fd-nav dl {
    float: left;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0.26rem;
}
.fd-nav dt {
    color: #000;
    font-size: 0.34rem;
    margin-bottom: 0.1rem;
}
.fd-nav dd {
    line-height: 0.6rem;
}
.fd-nav dd a {
    display: inline-block;
    font-size: 0.28rem;
}
.fd-about{
    display: none;
}
.fd-link {
    padding: 0 0 0.2rem;
    width: 86%;
    margin: 0 auto;
}
.fd-link dl {
    overflow: hidden;
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
}


.fd-link dt {
    float: initial;
    font-size: 0.34rem;
    margin-bottom: 0.2rem;
}

.fd-link dd li {
    float: left;
    width: auto !important;
    margin-bottom: 0.12rem;
}
.fd-link dd a {
    display: inline-block;
    margin-right: 0.1rem;
    font-size: 0.26rem;
}
.r{
    display: none;
}
.fd-copr .wp {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.wp span b{
    display: none;
}
.wp span em{
    display: none;
}*/
.cnt04 ul li:nth-child(2) div{
    width: 100%;
    height: 3rem;
}
.cnt04 ul li:nth-child(2) div>img{
    width: 100%;
    height: 100%;
}
.cnt04 ul li:nth-child(3) div{
    width: 100%;
    height: 3rem;
}
.cnt04 ul li:nth-child(3) div>img{
    width: 100%;
    height: 100%;
}

}