.container{
    margin: 0 auto;
    width: 1000px;

}

.bg_banner{
    box-sizing: border-box;
    padding-top: 28px;
    width: 100%;
    height: 600px;
    background-image: url('../images/bg_banner.png');
    background-size: cover;
}


.top {
    font-size: 14px;
    color: #808080;
}

.top a{
    display: inline-block;
    color: #808080;
}

.box{
    padding:54px 50px 0;
    margin-top: 22px;
    box-sizing: border-box;

    height: 450px;
    width: auto;
    border-radius: 5px;
    border-top: 7px solid #f97d2d;
    /*border-image: -webkit-linear-gradient(#ddd, #000) 30 30;
    border-image: -moz-linear-gradient(#ddd, #000) 30 30;
    border-image: -o-linear-gradient(#ddd, #000) 30 30;
    border-image: linear-gradient(to right,#ffb20c, #f55049) 30 30;*/
    box-shadow:  1px 1px 50px 1px #f1f0f4;
    background-color: #fff;
}

.box .list_top .tip{
    display: inline-block;
    margin-right: 7px;
    font-size: 18px;
    color: #fff;
    line-height:24px;
    text-align:center;
    width:24px;
    height: 24px;
    border-radius: 3px;
    background-color: #208af2;

}

.list_top .list_tit{
    position: relative;
    top: 1px;
    font-weight: bold;
    font-size: 24px;

}

.list_top .list_subtit{
    margin-top: 20px;
    color: #f54f49;
    font-size: 18px;
}

.list_mid{
    margin-top: 15px;
}


.list_mid .biao{
    position: relative;
    top:5px;
    margin-right: 8px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/1@2x_65.png');
    background-size: cover;
}

.list_mid .wenjian{
    position: relative;
    top:3px;
    margin-left: 22px;
    margin-right: 8px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../images/2@2x_35.png');
    background-size: cover;
}

.list_mid .xiaoxi{
    position: relative;
    top:3px;
    margin-left: 22px;
    margin-right: 8px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../images/3@2x_79.png') ;
    background-repeat: no-repeat;
    background-size: cover;
}

.list_mid .duigou{
    position: relative;
    top:3px;
    margin-left: 22px;
    margin-right: 8px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../images/4@2x_77.png');
    background-repeat: no-repeat;

    background-size: cover;
}


.list_bot{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.list_bot .bot_l{
    line-height: 1.3;
    width: 594px;
}

.list_bot .bot_r{
    width: 354px;
    display: flex;
    justify-content: space-between;
}

.bot_r .but_zixun{
    display: inline-block;
    color: #f54f49;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    width: 160px;
    height: 46px;
    border-radius: 35px;
    border:1px solid #f54f49;
}

.bot_r .but_yuyue{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    width: 170px;
    height: 48px;
    border-radius: 35px;
    background: -webkit-linear-gradient(left, #ff602e , #fe255c); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff602e, #fe255c); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff602e, #fe255c); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff602e , #fe255c); /* 标准的语法 */

}


/*Tab导航*/
.Tab{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 70px;
    background-color: #f7f7f7;
    box-shadow: 0 -1px 0 0px #e8e8e8 inset;
}

.Tab .Tab_container{
    margin: 0 auto;
    width: 1000px;
    display: flex;
    justify-content: space-between;
}

.tab{
    position: relative;
    height: 70px;

}

.tab .sc{
    margin-top: 24px;
    color: #808080;
    font-size: 18px;

}

.tab a:hover{

    height: 41px;
    border-bottom: 4px solid #f54f49;
    margin-top: 24px;
    color: #f54f49;
    font-size: 20px;
    font-weight: bold;
}

.tab .sc_select{
    margin-top: 24px;
    color: #f54f49;
    font-size: 20px;
    font-weight: bold;
}

.tab #Rline{
    position: absolute;
    bottom: 1px;
    left: 12px;
    width: 50px;
    height: 5px;
    border-radius: 2px;
    background-color: #f54f49;
}



/*每部分的标题 公共样式*/
.Title{
    padding-top: 100px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.icon_Title{
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 10px;
    border-radius: 35px;
    background: -webkit-linear-gradient(left, #ffba45 , #f55348); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ffba45, #f55348); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ffba45, #f55348); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ffba45 , #f55348); /* 标准的语法 */
}


/*课程目标*/
 .aim_Con{
    margin-top: 34px;
    padding: 30px 0 0 34px;
    box-sizing: border-box;
    height: 212px;
    background-color: #fef5f5;
 }

.aim_Con .yx{
    position: relative;
    top:8px;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fde4e3;
}

.aim_Con .num{
    position: relative;
    top:-8px;
    left: -25px;
    color: #f54f49;
    font-size: 30px;
}

 .aim_Con .aim_con{
    font-size: 16px;
    line-height: 2;
 }

 /*适合学员*/
.fit-stu .fit-stu_Con{
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
}

.fit-stu_con {
    position: relative;
    padding-top: 48px;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    width: 410px;
    height: 156px;
    border-radius: 4px;
    box-shadow:0 0 20px rgba(50,50,50,.1);

}

.fit-stu_con .con_pic1{
    position: absolute;
    top:10%;
    left:-15% ;

    /*width: 128px;
    height: 128px;*/
}

.fit-stu_con .con_pic2{
    position: absolute;
     top:12%;
    left:-15% ;

    /*width: 128px;
    height: 128px;*/
}

/*学习关键点*/
.key_Con{
    margin-top: 36px;
    height: 550px;
}

.key_con{
    display: table-caption;
}

.key_Con .con_l{
    float: left;
    margin-right: 22px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 158px;
    height: 135px;
    background-image: url('../images/key1.png');
}

.key_Con .con_l p{
    position: relative;
    top:55px;
}

.key_Con .con_r{
    padding-top: 40px;
}

.con_r .dotted_line{
    position: relative;
    left: 96px;
    z-index: -1;
    width:898px ;
    height: 16px;
    border-bottom: 1px dotted #e8e8e8;
}

.con_r .dotted_line .yuanq{
    float: right;
    position: relative;
    top: 12px;

    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ffc257;
}

/*课程大纲*/
.outline_Con{
    margin-top: 38px;
}

table{
    border-collapse: collapse;

}

table tr th{
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
}
table tr td,th{
    display: table-cell;
    vertical-align: middle;
    border:2px solid #fff;
}

table .l{
    font-size: 18px;
    width:225px;
    text-align: center;
}

table .r{
    padding-left: 65px;
    font-size:18px;
}

/*学习保障*/
.guarantee_con{
    margin-top: 34px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*height: 156px;*/
    height: 256px;
    width: 100%;
    border-radius: 5px;
    box-shadow:0 0 30px rgba(50,50,50,.1);
    background-color: #fff;

}
.guarantee_con .guar_con1{
    font-size: 20px;
    width: 250px;
    text-align: center;
    line-height: 1.3;
}

/*课程形式*/
.course_form .form_con{
    margin-top: 34px;
    padding-top: 40px;
    box-sizing: border-box;
    height: 476px;
    background-color: #fff5f5;
}


/*课程流程*/
.process_Con{
    margin-top: 34px;
    height: 340px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}

.process_Con .process_con{
    box-sizing: border-box;
    text-align: center;
    padding-top: 44px;
    width: 320px;
    height: 160px;
    border-radius: 5px;
    box-shadow:0 0 50px 1px #f3f3f6;
}

/*教学团队*/
.team{
    margin-bottom: 210px;
}

.team_Con{
    margin-top: 44px;
    overflow: hidden;
}

.team_Con .team_con {

    float: right;
    padding-top: 38px;
    padding-right: 42px;
    box-sizing: border-box;
    width: 946px;
    height: 174px;
    border-radius: 2px;
    background-color: #fff5f5;
    margin-bottom: 14px;
}

.team_Con .team_con .team_con_pic{
    /*margin-right: 42px;*/
    position: relative;
    left: -54px;
    float: left;
    width: 108px;
    height: 108px;
    background: url('../images/girl.png');
    background-size: cover;
}

/*教学方法*/
.method_Con{
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
}

.method_Con .method_con{
    text-align: center;
}

.method_con .con_tit{
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}


.method_con .con_info{
    width: 114px;
    margin:12px auto 0;
    line-height: 22px;
    font-size: 16px;
    color: #808080;
}






