h1.title{
    text-align: center;
    font-size: 40px;
    color: #ca0000;
    font-weight: 400;
    padding-bottom: 90px;
    padding-top: 90px;
    background: url("../images/shuimeng.png") no-repeat center 146px;
}

/* 培养理念 */
.pyln{
    width:100%;
    height: 500px;
    margin-bottom: 0px;
    position: relative;
}
.pyln::after{ content:""; width: 100%; height: 324px; background: #fafafa; display: block; position: absolute; bottom:0px; right: 0px; z-index: -1; }
.pyln::before{ 
    content:"";
    width: 33%;
    height: 500px;
    background-color: #ca0000;
    position: absolute;
    left:0;
    top:0;
}
.pyln .inner{
    position: relative;
    display: flex;
    flex-direction: row;
    padding-top:76px;
}
.pyln .inner h1{
    width: 316px;
    height: 180px;
    font-size: 64px;
    font-weight: 400;
    padding:0 0px;
    color:#fff;
    position: relative;
}
.pyln .inner h1::before{
    content:"";
    position: absolute;
    bottom: 0;
    left:0;
    width: 100px;
    height: 1px;
    background: rgba(255,255,255,1);
}

.pyln .inner img{
    width: 310px;
    height: 423px;
    background-color: azure;
}
.pyln .inner .aa{
    width: 900px;
    height: 423px;
    padding-left: 50px;
}
.pyln .inner .aa h2{padding:20px 0; color: #000; font-weight: 400; font-size: 40px; line-height: 150%;}
.pyln .inner .aa .con{padding-top:40px; position: relative;}
.pyln .inner .aa p{ font-size:18px; color:#797979; text-indent: 2em; margin-bottom: 20px; line-height: 150%;}



/* 培养体系 */
.pytx{
    padding-top: 30px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pytx .left{
    width: 878px;
    height: 510px;
}
.pytx .left h3{
    font-size:36px; 
    color: #333333;
    font-weight: 400;
}
.pytx .left h2{
    color: #333333; 
    font-size: 72px; 
    font-weight: 500;
    margin-bottom:40px; 
}
.pytx .left p{color:#797979; font-size:24px;margin-bottom:40px; }
.pytx .right{
    width: 620px;
    height: 446px;
    background:url(../images/PYTX_BG.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.pytx .right img{
    width: 100%;
    position: absolute;
    top: -50px;
    left: -60px;
}


/* 培养方式 */
.pyfs{
    background:#fafafa;
    width:100%;
    padding-bottom: 60px;
}
.pyfs .title{ 
    padding-bottom: 40px;
}

.pyfs .inner  h2{ 
    padding:2px 20px;
    background: #ca0000;
    color: #fff;
    font-weight: 400;
    border-radius: 20px;
    margin:30px auto !important;
    display: inline-block;
}
.pyfs .inner{
    display: flex;
    justify-content: space-between;
    line-height: 1.8;
}
.pyfs .inner .con{ 
    color: #797979;
    font-size: 16px;
}

.pyfs .inner .con b{ 
    color: #ca0000;
    font-weight: 400;
}
.pyfs .inner .con hr{ 
    height:0;
    border:0;
    border-bottom:1px solid #797979;
    margin: 25px 10px;
}

.pyfs .inner .left{
    width: 600px;
    padding-right:50px;
    position: relative;
}
.pyfs .inner .left::after{ 
    content: '';
    position: absolute;
    right:0;
    top: 150px;
    width: 2px;
    height: 400px;
    background: #e1e1e1;

}
.pyfs .inner .right{
    width: 896px;
}

/* 培养价值 */
.pyjz{
    width:100%;
    padding: 50px  0 0;
    margin-bottom: 0px;
    background:url(../images/pyjz_bg.png) no-repeat;
    background-size: 100% 100%;
}
.pyjz .title{
    padding-top:10px;
    padding-bottom:10px;
    background-position: center 10px;
}
.pyjz .inner{
    display: flex;
    justify-content: space-between;
    line-height: 1.8;
}
.pyjz .inner h2{
    font-size:40px;
    color: #fff;
    font-weight: 600;
}
.pyjz .inner .left{
    width: 750px;
    position: relative;
}
.pyjz .inner .right{
    width: 750px;
}
.pyjz .inner .left h2{
    text-align: left;
}
.pyjz .inner .right h2{
    text-align: right;
}
.pyjz .inner .left h2 .icon{
    /* 旋转125度 */
    transform: rotate(125deg);
}
.pyjz .inner .right h2 .icon{
    text-align: right;
    /* 旋转-55度 */
    transform: rotate(225deg);
}
.pyjz .con{
    width:calc(100% - 150px);
    border-radius: 50px 50px 0 0;
    padding:100px 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    align-items: center;

}
.pyjz .left .con{
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#CA0000), to(#ca0000ad));  
    background: -webkit-linear-gradient(#CA0000, #ca0000ad);  
    background: linear-gradient(#CA0000, #ca0000ad);  
}
.pyjz .right .con{
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0f428b), to(#0f428bad));  
    background: -webkit-linear-gradient(#0f428b, #0f428bad);  
    background: linear-gradient(#0f428b, #0f428bad);
}
.pyjz .con li{
    width:45%;
    line-height: 125px;
    border-bottom: 1px #ffffff solid;
    font-size: 30px;
    padding-left:60px;
    box-sizing: border-box;
    position: relative;
}
.pyjz .con li::after{ 
    content: "";
    width: 20px;
    height: 20px;
    background-color: rgba(255,255,255,1);
    display: inline-block;
    border:0px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    position: absolute;
    left:10px;
    top: 54px;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    transition: all 0.5s;
}

.pyjz .right .con li span{
    color:#ffd879
}


/* 生态模式 */
.stms{
    background:url(../images/stmsbj.png) no-repeat;
    background-size: 100% 100%;
    width:100%;
    padding: 50px  0;
    margin-bottom: 0px;
}
.stms .mySwiper{
    color: #fff;
    width:100%;
    height: 780px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.stms .mySwiper img{
    width: 100%;
    height: 780px;
    display: block;
}
.stms .swiper-pagination-bullet-active {
    background: #DA251D;
}

.stms .swiper-pagination{
    bottom: -50px
}
.swiper-button-next, .swiper-button-prev{
    color: #fff;
    text-align: center;
    font-size: 40px;
    border-radius: 60%;
    border:3px solid #fff;
    width: 60px;
    height: 60px;
}
.swiper-button-next::after, .swiper-button-prev::after{
    font-size: 40px;
}
.prev1{
    left:-100px;
}
.next1{
    right:-100px;
}


/* 稅盟远景 */
/* .smyj{
    text-align: center;
}
.smyj img{
    width:100%;
    max-width:1920px ;
} */

/* 导师 */
.daoshi{
    padding: 0px 0 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.daoshi  p{
    width:calc(50% - 0px);
    font-size: 18px;
    color: #7a7a7a;
    line-height: 45px;
    
}
.daoshi p b{
    color:#CA0000;
    font-size:30px;
    font-weight: 600;
    margin-right: 20px;
    position: relative;
    padding-left:45px;
}
.daoshi p b::after{
    content: "▶";
    width:10px;
    height:20px;
    display: block;
    color:#CA0000;
    position: absolute;
    left:0px;
    top:0px;
}


/* 媒体查询 */
@media screen and (max-width: 1680px) {
    .pyfs .inner .left {
        width: 560px;
    }
    .pyfs .inner .right {
        width: 830px;
    }

    .pyjz .inner .left{
        width:720px;
    }
    .pyjz .inner .right{
        width:720px;
    }

    .pyjz .con {
        width: calc(100% - 120px);
        padding: 100px 60px;
    }
}

@media screen and (max-width: 1538px) {
    .pytx .left {
        width: 700px;
        height: 510px;
    }
    .pytx .left img{width: 100%;}
    .pytx .right{
        width: 590px;
    }

    .pyfs .inner .left {
        width: 473px;
    }
    .pyfs .inner .right {
        width: 830px;
    }
    
    .pyjz .inner .left{
        width:670px;
    }
    .pyjz .inner .right{
        width:670px;
    }

    .pyjz .con {
        width: calc(100% - 80px);
        padding: 100px 40px;
    }
    .pyjz .con li{
        width: 47%;
    }
    

}

@media screen and (max-width: 1480px) {
    .pytx .left {
        width: 670px;
        height: 510px;
    }
    .pytx .left img{width: 100%;}
    .pytx .right{
        width: 580px;
    }

    .pyfs .inner .left {
        width: 473px;
    }
    .pyfs .inner .right {
        width: 780px;
    }
    
    .pyjz .inner .left{
        width:650px;
    }
    .pyjz .inner .right{
        width:650px;
    }

    .pyjz .con {
        width: calc(100% - 80px);
        padding: 100px 40px;
    }
    .pyjz .con li{
        width: 47%;
        font-size:25px;
    }
}
@media screen and (max-width: 1366px) {
    .pyln .inner h1{
        font-size: 48px;
    }
    .pyln .inner .aa p{
        font-size: 16px;
    }
    .pytx .left {
        width: 620px;
        height: 510px;
    }
    .pytx .left img{width: 100%;}
    .pytx .right{
        width: 540px;
    }

    .pyfs .inner .left {
        width: 433px;
    }
    .pyfs .inner .right {
        width: 720px;
    }
    
    .pyjz .inner .left{
        width:600px;
    }
    .pyjz .inner .right{
        width:600px;
    }

    .pyjz .con {
        width: calc(100% - 80px);
        padding: 100px 40px;
    }
    .pyjz .con li{
        width: 47%;
        font-size:25px;
    }


}
@media screen and (max-width: 1280px) {
    .pyln .inner h1 {
        font-size: 40px;
    }
    .pyln .inner img {
        width: 250px;
        height: auto;
    }
    .pyln .inner .aa p{
        font-size: 14px;
    }
    .pytx .left {
        width: 480px;
        height: 400px;
    }
    .pytx .left img{width: 100%;}
    .pytx .left p{
        font-size:18px;
    }
    .pytx .right{
        width: 480px;
        height: 400px;
    }
    .pytx .right img{width: 100%; left: -24px;}

    .pyfs .inner .left {
        width: 390px;
    }
    .pyfs .inner .right {
        width: 500px;
        
    }
    
    .pyjz .inner .left{
        width:480px;
    }
    .pyjz .inner .right{
        width:480px;
    }

    .pyjz .con {
        width: calc(100% - 80px);
        padding: 50px 40px;
    }
    .pyjz .con li{
        width: 47%;
        line-height: 95px;
        font-size:16px;
    }

    .stms .mySwiper{
        height: 550px;
    }
    .stms .mySwiper img {
        height: 550px;
    }
    .daoshi p{
        font-size:16px;
    }
}

@media only screen and (max-width: 1024px) {
    .pyfs .tab span{
        font-size:40px;
    }
    h1.title{
        padding:30px 0;
        font-size: 1rem;
        background: url(../images/shuimeng.png) no-repeat center 2.6rem;
    }
    h2{
        font-size: 36px;
    }
    h3.title{
        font-size: 32px;
    }
    .pyln{
        padding:20px 0;
        height: auto;
    }
    .pyln::before{
        width: 100%;
        height:200px;
    }
    .pyln .inner{
        width: 96%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding:0;
    }
    .pyln .inner h1{
        width: 100%;
        height: auto;
        font-size: 1rem;
        text-align: center;
        padding: 0px 0 20px;
        line-height: 1.5;
    }
    .pyln .inner h1::before
    {
        content: "";
        position: absolute;
        bottom:0;
        left: 50%;
        /* 居中 */
        transform:translateX(-50%);
        margin:10px auto;

    }
    .pyln .inner img{
        width: 30%;
        height: auto;
        margin:0 auto;
    }

    .pyln .inner .aa{
        width: 100%;
        height: auto;
        padding:0;
    }
    .pyln .inner .aa h2{
        padding:20px 0 0;
        width: 100%;
        height: auto;
    }
    .pyln .inner .aa .con{
        width: 100%;
        height: auto;
        padding:20px 0;
    }
    .pyln .inner .aa .con p{
        font-size: 0.6rem;
    }

    .pytx{
        display: flex;
        flex-direction: column;
        padding:30px 0;
    }
    .pytx .left{
        width: 100%;
        height: auto;
        margin:0 auto;
        padding:0;
    }
    .pytx .left h2{
        width: 100%;
        height: auto;
        font-size:1rem;
    }
    .pytx .left h3{
        width: 100%;
        height: auto;
        padding:0px 0;
        font-size:0.8rem;
    }
    .pytx .left p{
        font-size: 0.6rem;
    }
    .pytx .left img{
        width: 100%;
        position: relative;
    }

    .pytx .right{
        width: 100%;
        height: auto;
        padding-bottom: 0px;
        margin-top: 10px;
        background: none;
    }
    .pytx .right img{
        margin:0px 0;
        width:100%;
        height: auto;
        position: relative;
        left:0;
        top:0;
    }


    .con{
        font-size:0.6rem;
    }
    .pyfs{padding:30px 0;}
    .pyfs .inner{
        display: flex;
        flex-direction: column;
    }
    .pyfs .inner .left{
        width: 100%;
        height: auto;
    }
    .pyfs .inner .right{
        width: 100%;
        height: auto;
    }

    .pyjz .inner{
        display: flex;
        flex-direction: column;
        padding:10px 0;
    }
    .pyjz .inner .left{
        width: 100%;
        height: auto;
        margin-bottom:0;
    }
    .pyjz .inner .right{
        width: 100%;
        height: auto;
    }
    .pyjz .inner h2{
        font-size: 1rem;
    }

    .pyjz .con{
        width: 100%;
        display: flex;
        padding:10px 0;
        border-radius:10px;
        flex-direction: row; 
        flex-wrap: wrap
        
    }
    .pyjz .con li{
        width: 50%;
        line-height: 2.5;
        font-size:0.8rem
    }
    .pyjz .con li::after{
        top:17px;
        left:20px;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6);
    }

    .stms .mySwiper{
        height: 250px;
    }
    .stms .mySwiper img{
        height: auto;
    }


    .daoshi{
        display: flex;
        flex-direction: column;
        padding:0 0 30px;
    }
    .daoshi p{
        width: 100%;
        font-size: 0.6rem;
        line-height: 1.8;
    }
    .daoshi p b{
        font-size:0.6rem;
        padding-left:20px;
        margin-right:10px;
    }
    .daoshi p b::after{
        font-size:0.6rem;
    }

}