html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei", "宋体", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
img,
strong,
sub,
sup,
tt,
dd,
dl,
dt,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
p,
a,
section {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input,
select,
textarea {
    vertical-align: middle;
    -ms-behavior: url(css/PIE.htc);
    behavior: url(css/PIE.htc);
    outline: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}

ul li {
    list-style-type: none;
}

a {
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
a {
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

.show-pc {
    display: block;
}

.show-phone {
    display: none;
}

.container {
    position: relative;

    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}


.top {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}
.top.active {
    position: fixed;
    top: 0;
    bottom: auto;
    opacity: 1;
    z-index: 999;
    border-bottom: 1px solid #ddd;
}

.top-c {
    width: 1200px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}

.logo {
    width: 100px;
    float: left;
    margin-top: 19px;
}

.logo img {
    width: 100%;
}

.banner {
    position: relative;
    width: 100%;
    height: 480px;
    margin: 0 auto;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    /*     -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc); */
}

.banner-c {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.banner-txt {
    position: absolute;
    left: 0%;
    top: 21%;
    width: 62%;
}

.banner-title {
    width: 100%;
    font-size: 50px;
    color: #fff;
    line-height:1.2em;
    /*font-weight: 600;*/
}

.banner-title span {
    color: #df0012;
}

.banner-t1 {
    width: 100%;
    font-size: 30px;
    color: #fff;
    margin-top: 2%;
}

.banner-xinxi {
    width: 100%;
    overflow: hidden;
    margin: 1% auto 0;
}

.banner-x1 {
    width: 40%;
    overflow: hidden;
    float: left;
    font-size: 18px;
    color: #fff;
    margin-top:2.5%;
}
.banner-x1.bx1 {
    width:18%;
}
.banner-x1 img {
    margin-right: 3%;
    float: left;
}
.banner-t2 {
    width: 100%;
    margin: 4% auto 0;
    font-size: 18px;
    color:#fff;
}

.banner-t2 span {
    color: #E50012;
}

.nav-list {
    width:52.2%;
    float:left;
    margin-left:29%;
    /*margin-top:1.6%;*/
}

.nav-list.active {
    position: fixed;
    top: 0;
    bottom: auto;
    opacity: 1;
    z-index: 999;
}

.nav-list.active .nav-list-mask {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #f5f5f5;
}


.nav-list-c {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
}

.list {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style-type: none;
}

.list li {
    /*width: 12.5%;*/
    /*width:14.25%;*/
    float: left;
    padding: 4.3% 0;
    font-size: 16px;
    text-align: center;
    cursor:pointer;
    margin-left:6.5%;
}

.list li:first-child {
    margin-left: 0;
}

.list li a {
    color: #333;
}

.list li:hover{
    color: #E50012;
    border-bottom:4px solid #e60012;
}
.list li.active{
    color: #E50012 !important;
    border-bottom:4px solid #e60012;
}
.hg{
    width:7.5%;
    float:right;
    padding:2.5% 2%;
    margin-right:-2%;
    cursor:pointer;
}
.hg img{
    width:100%;
}

.li-five{
    margin-left:0% !important;
    margin-top:2%;
}
.li-six{
    margin-top:2%;
}
.content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top:4%;
}
.p0-box {
    width:100%;
    position:relative;
    margin-top:2%;
}
.p0-txts {
    width: 87.2%;
    position:absolute;
    top:15.5%;
    left:0%;
    right:0;
    margin: auto;
}
.p0-txts .txt{
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    position: absolute;
    top: 23.5%;
    left: 0%;
    right: 0;
    margin: auto;
    text-align: justify;
}

.content-c {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.content-c.w1 {
    padding-top:2%;
}
.content-c img {
    width:100%;
}

.p1-con {
    width:56%;
    float:left;
    /*margin-left:1%;*/
    padding-top:35px;
    /*margin-bottom:38px;*/
}
.p1-con:first-child {
    width:43.9%;
    margin-left:0;
}
.p1-box {
    width:100%;
    overflow:hidden;
    margin-top:5%;
    /*padding-left:24px;*/
    position:relative;
}
.p1-img{
    width: 41.5%;
    margin-right: 3%;
    float: left;
}
.p1-img2{
    width: 32.4%;
    margin-right: 3%;
    float: left;
    margin-top: 1%;
}
.p1-ul1 {
    width: 52%;
    float: left;
    /*margin-top: 7%;*/
}
.p1-ul1.p1-ul2 {
    width: 63.7%;
    /*margin-top:9%;*/
}
.p1-ul1>li {
    color:#000;
    margin-bottom:14px;
    overflow:hidden;
}

.p1-bg-txt {
    width:89.9%;
    font-size:18px;
    color:#000;
    float:left;
    margin-left:3.9%;
}

/*学员收益*/
.content-c.bg1 {
    padding: 3% 0;
    padding-top:35px;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
    background-color:#ebebeb;
}

.txt-1 {
    width: 100%;
    font-size: 32px;
    color: #333;
    border-left: 5px solid #e40011;
    line-height: 1.2em;
    padding-left: 10px;
    /*font-weight: 600;*/
}
/*课程安排*/
.content-k{
    width: 100%;
    height: 654px;
    position: relative;
    margin: 0 auto;
    background: url(../images/p3-bg.jpg)no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding-top: 3%;
}
.p3-content{
    width: 100%;
    margin:35px auto;
    overflow: hidden;
}
.p3-content li{
    width: 45.7%;
    float: left;
    margin-left: 7%;
}
.p3-content li:first-child{
    margin-left: 0;
}
.p3-li1{
    width: 100%;
    position: relative;
}
.p3-con{
    width: 69.5%;
    position: absolute;
    top:5%;
    left: 24.9%;
    color: #333;
}
.p3-left{
    width: 100%;
    margin:0 auto;
    overflow: hidden;
}
.p3-t1{
    font-size: 22px;
}
.p3-t2{
    font-size: 18px;
    margin: 2% auto 3%;
    margin-left: -2%;
}
.p3-left-img{
    width: 2.2%;
    float: left;
    margin-right: 3%;
    margin-top: 1%;
}
.p3-right-txt{
    width: 94%;
    float: left;
    font-size: 16px;
    line-height: 24px;

}
.p3-right-txt li{
    width: 100%;
    margin-left: 0%;
}
/*2*/
.p3-con2{
    width: 69.5%;
    position: absolute;
    top:5%;
    left: 14.9%;
    color: #333;
}
.p3-con3{
    width: 69.5%;
    position: absolute;
    top:5%;
    left: 24.9%;
    color: #333;
}
.p3-con4{
    width: 69.5%;
    position: absolute;
    top:5%;
    left: 14.9%;
    color: #333;
}
.p3-content2{
    margin-top: 2%;
}


/*讲师介绍*/
.lecturer {
    width: 1200px;
    margin: 0 auto;
    /*padding-top: 35px !important;*/
    /*padding-bottom: 30px;*/
    position:relative;
}

.lec-pic {
    width: 92.2%;
    margin: 0 auto;
}

.lec-ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.lec-list {
    width: 24.7%;
    height: 450px;
    float: left;
    position: relative;
    /*cursor: pointer;*/
}
.lec-list:hover .jieshao{
    display:block\9;
}
.photo {
    width: 100%;
}

.photo>img {
    width: 100%;
}

.lec-txt {
    width: 78%;
    margin: 23px auto;
}
.lec-txt-3 {
    margin-top:10px;
}
.lec-txt-4 {
    margin-top:6px;
}
.lec-p.p1{
    font-size:14px;
    line-height:1.5em;
}
.lec-name {
    font-size: 22px;
    color: #333333;
    text-align: left;
}

.lec-p {
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.3px;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 30px;
}

.jieshao {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none\9;
    opacity:0;
    z-index:300;
}
.jieshao:hover{
    opacity:1;
}
.shadow {
    width: 100%;
}

.shadow>img {
    width: 100%;
}


.swiper-container {
    width: 92.1%;
    height: 500px;
    color: #fff;
    text-align: center;
    margin: 3% auto 0;
}
.swiper-wrapper {
    height:auto;
}
.swiper-slide {
    width: 500px;
    height: 100%;
}


.pagination {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #d6d6d6;
    margin-right: 5px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-active-switch {
    background: #e50012;
}


/*报名联系方式*/
.bm-box{
    width:100%;
    overflow:hidden;
    position:relative;
    margin:3% auto;
}
.bm-box img{
    width:100%;
}
.bm-icon1{
    width:2.3%;
    position:absolute;
    top:40%;
    left:18.2%;
}
.bm-icon1 img{
    width:100%;
}
.bm-tit1{
    width:4.6%;
    color:#000;
    font-size:18px;
    position:absolute;
    top:40%;
    left:22.2%;
}
.bm-icon2{
    left:36.8%;
}
.bm-tit2{
    width:9.6%;
    left:40.8%;
}
.bm-icon3{
    left:60.4%;
}
.bm-tit3{
    width:17.7%;
    left:64.3%;
}
.bm-tit3 a{
    color:#000;
}
.bm-line{
    width:0.7%;
    position:absolute;
    top:22%;
    left:31.4%;
}
.bm-line img{
    width:100%;
}
.bm-line1{
    left:55%;
}


/*bottom*/
.bottom {
    width: 100%;
    height: 60px;
    background-color: #4d4d4d;
    text-align: center;
    font-size: 12px;
    line-height: 60px;
    color: #e5e5e5;
}

.bottom img {
    vertical-align: middle;
    display: inline-block;
    padding-left: 1%;
    padding-right: 0.5%;
}

.line1 {
    display: none;
    width: 100%;
    height: 3px;
    background-color: #d1d1d1;
    margin-top: 16px;
    margin-bottom: 20px;
}

.line2 {
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
    margin-top: 35px;
    margin-bottom: 20px;
}

@media(max-width:1200px) {
    .hg-box{
        display:none;
    }
    .main,
    .banner-c,
    .nav-list-c,.top-c {
        width: 960px;
    }
    .hg{
        width:12.5%;
        margin-top:0.5%;
    }
    .banner-title {
        font-size: 40px;
    }
    .banner-txt {
        width: 70%;
    }
    
    .txt{
        top:20.5%;
    }
    
    .logo {
        margin-left: 3.6%;
    }
    .list li {
        font-size: 20px;
    }
    .wrap {
        width: 960px;
    }
    .p2-box>ul {
        top:15%;
    }
    .bm-tit1 {
        width:auto;
    }
    
    .cont-list>ul>li {
        font-size: 15px;
    }
    
    .txt-2{
        top:35%;
    }
    .pic-2{
        top:28%;
    }
    .sign {
        width: 960px;
    }
    /*导航*/
    .nav-list {
        width: 52.2%;
        float: left;
        margin-left: 10%;
    }
    .list li {
        font-size: 16px;
        margin-left: 3.5%;
        padding: 3.3% 0;
    }
    
    /*课程综述*/
    .p1-bg-txt{
        font-size: 14px;
    }
    .p1-ul1>li{
        margin-bottom: 12px;
    }
    .p0-txts{
        width: 92%;
        top: 6.5%;
    }
    .p0-txts .txt{
        font-size: 14px;
    }
    /*课程安排*/
    .content-k{
        height: 560px;
    }
    .p3-con{
        width: 77.5%;
        left: 21.9%;
    }
    .p3-t1 {
        font-size: 20px;
    }
    .p3-t2 {
        font-size: 16px;
    }
    .p3-right-txt{
        line-height: 21px;
        font-size: 14px;
    }
    .p3-left-img{
        margin-top: 2%;
    }
    /*讲师介绍*/
    .lecturer {
        width: 960px;
        margin: 0 auto;
    }
    
}


@media(max-width:768px) {
    .show-pc {
        display: none;
    }
    .show-phone {
        display: block;
    }

    .menu-w {
        width:4.4%;
        position:absolute;
        top:34%;
        right:27%;
    }
    .menu-w img {
        width:100%;
    }
    .menu-list-w {
        width:100%;
        position:fixed;
        top:7%;
        right:0;
        z-index:3;
        display:none;
        border-bottom:1px solid #ddd;
        z-index:11;
        background-color:#fff;
    }
    .menu-list-w li {
        border-top:1px solid #ddd;
    }
    .nav-w-list{
        font-size:3.6vw;
    }
    .nav-w-list a{
        color:#333333;
    }
    .nav-w-list{
        width:100%;
        font-size:3.2vw;
         padding:2% 5%;
         background-color:#fff;
    }
    /*.nav-w-list.active{
        background:#fff;
    }*/
    .nav-w-list.active a{
        color:#e50012;
    }

    .banner-c,
    .wrap {
        width: 100%;
    }

    
    .bg-w {
        width: 100%;
    }
    .banner {
        background: none;
        height: auto;
    }
    .banner-c {
        position: absolute;
        left: 0;
        top: 0;
    }
    .banner-txt {
        top: 18%;
        left: 10.4%;
        width: 59%;
    }
    .banner-title {
        font-size: 42px;
    }
    .banner-t1 {
        font-size: 28px;
    }
    .banner-x1 {
        font-size: 24px;
    }
    .banner-t2 {
        font-size: 24px;
    }
    .wrap {
        margin-top: 4%;
        padding-bottom: 5%;
    }
    .txt {
        width: 83%;
        /*padding: 3% 5%;*/
        font-size: 2.8vw;
        margin: 0 auto;
        line-height: 1.6em;
    }
    .txt-add {
        width: 100%;
        padding: 5% 6%;
        font-size: 3.2vw;
        margin: 5% auto 5%;
        line-height: 1.6em;
        background-color:#f2f2f2;
    }
    .cont-1 {
        width: 93%;
        margin: 3% auto 0;
        float: none;
    }
    .cont-list1 {
        padding: 4% 3% 4% 6%;
    }
    .cont-list>ul>li:first-child {
        margin-top: 0;
    }
    .cont-list>ul>li {
        font-size: 24px;
    }
    .cont-list {
        padding: 4% 3% 4% 6%;
    }
    .txt-w {
        width: 100%;
        font-size: 36px;
        color: #333333;
        font-weight: 600;
        text-align: center;
    }
    .line-w {
        width: 9%;
        height: 4px;
        margin: 2% auto 0;
        background: #E50012;
    }

    
    .nav-list-c {
        width: 100%;
    }
    .list {
        width: 90%;
    }
    .bottom {
        padding: 2.5% 0;
        height: auto;
        line-height: 1.75em;
        font-size: 3vw;
    }
    .bottom span {
        display: block;
    }
   
    .sign {
        width: 100%;
        padding-top: 0;
    }
    .area {
        margin: 0;
        width: 94%;
        margin: 0 auto;
    }
    .diqu,
    .diqu2 {
        width: 100%;
        clear: both;
        margin-left: 0;
    }
    .diqu2 h2 {
        padding-left: 10px;
        text-align:left;
    }
    .diqu2 h2 span{
        padding-bottom:0;
        border-bottom:none;
    }
    h2 {
        margin: 0;
        border-bottom: none;
        border-left: 5px solid #e50014;
    }
    .txt-1 {
        font-size: 36px;
        padding: 23px 0 37px;
        border-left: none;
        text-align: center;
    }
    .lian {
        font-size: 36px;
        padding: 10px 0;
        font-weight: 600;
        border-bottom: 6px solid #e40013;
        margin: 0 auto;
    }
    .inform {
        width: 100%;
        padding: 20px 0;
    }
    .xinxi {
        width: 55.3%;
        float: right;
        padding: 30px 0;
        border-left: 2px solid #e8e8e8;
    }
    .xinxi.x-w {
        padding: 10% 0;
        margin-top: 1%;
    }
    .line1 {
        display: block;
        background: #D1D1D1;
    }
    .line2 {
        display: none;
    }
    .phone-pic2,
    .letter-pic2 {
        width: 6.8%;
        margin-right: 3%;
    }
    .phone-pic2 img,
    .letter-pic2 img {
        width: 100%;
    }
    .sheng1 {
        width: 40.2%;
        height: auto;
        padding-left: 3%;
    }
    .box {
        background-color: #f4f4f4;
    }
    .sheng {
        display: table-cell;
        vertical-align: middle;
        padding-left: 9.7%;
        width: 40.2%;
        height: 200px;
        overflow: hidden;
    }
    .cols1,
    .cols4 {
        width: 33.2%;
    }
    .cols2,
    .cols5 {
        width: 30.6%;
    }
    .p {
        font-size: 24px;
        line-height: 50px;
    }
    .name {
        font-size: 32px;
        margin-left: 9.7%;
    }
    /*讲师介绍*/
    .phone,
    .letter {
        margin-left: 9.7%;
        margin-top: 30px;
    }
    .phone-span,
    .letter>a {
        font-size: 24px;
        line-height: 24px;
    }
    .letter {
        margin-top: 24px;
    }
    .lecturer {
        width: 100%;
        padding: 4% 0;
    }
    .swiper-container2 {
        width: 93.5% !important;
        height: auto !important;
        margin: 3% auto 0;
        overflow: hidden;
    }
    .swiper-container2 .swiper-wrapper,
    .swiper-container2 .swiper-wrapper .swiper-slide {
        height: auto !important;
    }
    .swiper-container2 .swiper-wrapper .swiper-slide {}
    .box100 {
        position: relative;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .js-left {

        width: 33.5%;
    }
    .js-img {
        width: 100%;
    }
    .js-img img {
        width: 100%;
    }
    .js-t {
        width: 92%;
    }
    .js-t1 {
        width: 100%;
        font-size: 28px;
        color: #333;
        margin-top: 6%;
    }
    .js-t2 {
        width: 100%;
        font-size: 24px;
        line-height: 1.4em;
        margin-top: 1%;
        color: #666666;
    }
    .js-t3 {
        width: 100%;
        font-size: 24px;
        line-height: 1.5em;
        color: #333;
        margin-top: 3%;
    }
    .js-t3.tx.active{
        -webkit-line-clamp: 5;
    }
    .js-t4 {
        font-size:3.2vw;
        color:#4c4c4c;
        display:none;
        margin-top:3%;
        line-height:1.5em;
    }
    .js-right {
        position: relative;
        width: 58.5%;
        float: right;
        padding: 0% 4%;
    }
    .js-arrow {
        width: 8%;
        margin:3% auto 1%;
    }
    .js-arrow.active {
        bottom: 4%;
    }
    .js-arrow img {
        width: 100%;
    }
    .pagination1 {
        width: 58%;
        margin: 3% auto 0;
        text-align: center;
    }
    .pagination1 span {
        display: inline-block;
        text-align: center;
    }
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 5px;
    }
    

/*报名联系方式*/
.bm-box{
    width:93.6%;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    margin:4.5% auto;
}
.bm-box img{
    width:100%;
}
.bm-icon1{
    width:5.6%;
    position:absolute;
    top:24.3%;
    left:16.2%;
}
.bm-icon1 img{
    width:100%;
}
.bm-tit1{
    width:auto;
    color:#000;
    font-size:4vw;
    position:absolute;
    top: 23.7%;
    left: 25.3%;
}
.bm-icon2{
    left:47.2%;
}
.bm-tit2{
    left:56.3%;
}
.bm-icon3{
    top:58%;
    left:16.2%;
}
.bm-tit3{
    top:56.7%;
    left:25.3%;
}
.bm-tit3 a{
    color:#000;
}
.bm-line{
    width:0.5%;
    position:absolute;
    top:22%;
    left:31.4%;
}
.bm-line img{
    width:100%;
}
.bm-line1{
    left:55%;
}

.wrap {
    margin-top:0 !important;
    padding:0;
}

    
}

@media(max-width:640px) {
    .top-c {
        width: 100%;
        height: auto;
        padding: 3% 0;
    }
    .logo {
        width: 70px;
        margin-top: 0;
    }
    .banner-title {
        font-size: 5.6vw;
    }
    .banner-t1 {
        font-size: 3.8vw;
    }
    .banner-x1 {
        width: 45%;
        font-size: 3.2vw;
    }
    .banner-t2 {
        font-size: 3.2vw;
    }
    .txt {
        font-size: 3.2vw;
    }
    .txt-w {
        font-size: 4.6vw;
    }
    .cont-list>ul>li {
        font-size: 3.2vw;
    }
    
    .list li {
        font-size: 3.2vw;
        padding: 2.5% 0;
    }
    .banner-x1 img {
        width: 10%;
    }
    h2 {
        width: 50%;
        font-size: 3.4vw;
        border-bottom: none;
        text-align: left;
        padding-left: 2%;
        border-left: 3px solid #e50014;
        color: #E50012;
        padding: 0 0 0 2%;
    }
    .diqu2 h2 span{
        font-size: 3.4vw;
        color: #E50012;
    }
    .diqu2 h2 {
        width: 50%;
        text-align: left;
        padding-left: 2%;
        padding: 0 0 0 2%;
    }
    .line1 {
        margin: 10px 0 0 0;
        height: 2px;
    }
    .txt-1 {
        font-size: 4.73vw;
        padding: 23px 0 37px;
        border-left: none;
        text-align: center;
    }
    .lian {
        font-size: 4.73vw;
        /*padding:0.98vh 0;*/
        padding: 10px 0;
        font-weight: 600;
        /*border-bottom:0.59vh solid #e40013;*/
        border-bottom: 5px solid #e40013;
        margin: 0 auto;
    }
    .xinxi {
        padding: 15px 0;
    }
    .sheng {
        display: table-cell;
        vertical-align: middle;
        padding-left: 9.7%;
        width: 40.2%;
        height: 100px;
        overflow: hidden;
    }
    .p {
        font-size: 3.16vw;
        line-height: 25px;
    }
    .name {
        font-size: 4.21vw;
        margin-left: 9.7%;
    }

    .banner-x1.bx1 {
        width:50%;
    }
    .banner-x1.banner-t2 {
        width:50%;
        float:none;
        margin-left:0;
        margin-top:1%;
        font-size:3.2vw;
    }
    /*课程综述*/
    .content-c.w1 {
        padding-top:5%;
    }
    .p0-txts {
        width: 85.8%;
        top: 6.5%;
    }
    .content-c.w1 .txt {
        width:100%;
        height:auto;
        line-height:1.8em;
        text-align:justify;
        margin-bottom:3%;
    }
    .txt {
        top:5.5%;
    }
    .p0-txts .txt {
        font-size: 3.46vw;
    }

    /*目标学员*/
    .p1-con {
        width:100%;
        margin-left:0;
        padding-top:5%;
        margin-bottom:5%;
    }
    .p1-con:first-child {
        width:100%;
        margin-bottom:0;
    }
    .p1-box {
        padding-left:0;
        margin-top:3%;
    }
    .p1-img {
        width: 41.5%;
        margin-right: 3%;
        float: left;
        margin-top: 0.8%;
    }
    .p1-ul1 {
        width:55.1%;
        left:28.9%;
    }
    .p1-ul1>li {
        margin-bottom:5.5%;
    }
    .p1-bg-icon {
        width:2.6%;
        margin-top:1.5%;
        margin-left:0;
    }
    .p1-bg-txt {
        width:89%;
        font-size:3.2vw;
        margin-left:2.4%;
    }
    .p1-img2 {
        width: 35.5%;
        margin-right: 3%;
        float: right;
        margin-top: 8%;
    }
    .p1-img3{
        width: 3.4%;
        float: left;
        margin-right: 3%;
        margin-top: 1%;
        margin-left: 3%;
    }
    .p1-ul1.p1-ul2 {
        width: 51.7%;
    }
    .p1-ul2 .p1-bg-txt{
        line-height: 1.7;
    }
    .p1-ul2 li{
        margin-bottom: 6.5%;
    }
    /*课程安排*/
    .content-c.bg1 {
        padding:5% 0;
    }
    .w3-content{
        width: 100%;
        margin:0 auto;
        position:relative;
        overflow: hidden;
    }
    .p3-content1{
        width: 81.5%; 
        position: absolute;
        top:10%;   
        left: 6.8%;
        overflow: initial;  
    }
    .txt-w3{
        width: 100%;
        position: absolute;
        top:3%;
    }
    .w3-con{
        width: 100%;
    }
    .w3-fe{
        /*width: 100%;
        position: absolute;
        top:0%;
        left: 0;*/
    }
    .p3-t1{
        width: 100%;
        position: absolute;
        top:0%;
        left: 26.8%;
        font-size: 3.2vw;
    }
    .p3-t2{
        width: 100%;
        position: absolute;
        top:10.3%;
        left: 26.8%;
        font-size: 2.6vw;
    }
    .p3-left-img{
        top:1.6%;
        position: absolute;
        top:27.5%;
        left: 26.8%;
    }
    .w3-txt1{
        width: 100%;
        position: absolute;
        top: 32%;
        left: 29.8%;
        font-size: 2.4vw;
    }
    .w3-txt2{
        width: 100%;
        position: absolute;
        top:49%;
        left: 31.6%;
        font-size: 2.4vw;
    }
    .w3-txt3{
        width: 100%;
        position: absolute;
        top:67%;
        left: 31.6%;
        font-size: 2.4vw;
    }
    .w3-txt4{
        width: 100%;
        position: absolute;
        top:84%;
        left: 31.6%;
        font-size: 2.4vw;
    }
    .p3-content2{
        width: 81.5%; 
        position: absolute;
        top:29.9%;   
        left: 12%;
        overflow: initial;  
    }
    .p3-content2 .p3-t1{
        left:19.8%;
    }
    .p3-content2 .p3-t2{
        left:19.8%;
    }
    .p3-content2 .p3-left-img{
        left:19.8%;
    }
    .p3-content2 .w3-txt1{
        left:24.8%;
    }
    .p3-content2 .w3-txt2{
        left:24.8%;
    }
    .p3-content2 .w3-txt3{
        left:24.8%;
    }
    .p3-content2 .w3-txt4{
        left:24.8%;
    }
    .p3-content3{
        width: 81.5%; 
        position: absolute;
        top:53%;   
        left: 6.8%;
        overflow: initial; 
    }
    .p3-content3 .p3-t1{
        left:26.8%;
    }
    .p3-content3 .p3-t2{
        left:26.8%;
    }
    .p3-content3 .p3-left-img{
        left:26.8%;
    }
    .p3-content3 .w3-txt1{
        left:31.8%;
        top:30.5%;
    }
    .p3-content3 .w3-txt2{
        left:31.8%;
        top:46%;
    }
    .p3-content3 .w3-txt3{
        left:31.8%;
        top:62%;
    }
    .p3-content3 .w3-txt4{
        left:31.8%;
        top:78%;
    }
    .p3-content4{
        width: 81.5%; 
        position: absolute;
        top:76.9%;   
        left: 12%;
        overflow: initial;  
    }
    .p3-content4 .p3-t1{
        left:19.8%;
        top:-3%;
    }
    .p3-content4 .p3-t2{
        left:19.8%;
        top:7.3%;
    }
    .p3-content4 .p3-left-img{
        left:19.8%;
        top:20.5%;
    }
    .p3-content4 .w3-txt1{
        left:24.8%;
        top:24.5%;
    }
    .p3-content4 .w3-txt2{
        left:24.8%;
        top:40%;
    }
    .p3-content4 .w3-txt3{
        left:24.8%;
        top:56%;
    }
    .p3-content4 .w3-txt4{
        left:24.8%;
        top:72%;
    }
    .w3-txt5{
        width: 100%;
        position: absolute;
        top:87%;
        left: 24.8%;
        font-size: 2.4vw;
    }
    
   
    /*讲师介绍*/
    .lecturer {
        padding-top:5% !important;
    }
    .lec-w-up {
        width:100%;
        overflow:hidden;
    }
    .js-up {
        width:92%;
        margin:28% auto 3%;
        background-color:#fff;
        padding:2% 4%;
        box-shadow:0px 0px 10px 0px #ddd;
    }
    .js-left {
        position:absolute;
        top:0;
        left:0;
    }









    

}