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;
}

.con{
    font-size: 16px;
    color: #797979;
    line-height: 180%;
}
.con img{
    margin:50px auto;
    width: 100%;
}

.banner2{
    height: 148px;
    background: url("../images/zhongjie_banner2.png") no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size:28px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}
/* 学什么 */
.xsm{
    padding: 0px  0 100px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}
.xsm .item{
    width: calc(376px - 60px);
    height: calc(408px - 90px);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    padding:45px 30px;
    /* 阴影 */
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    position: relative;
}
.xsm .item img{ 
    width: 90px;
    height: 90px;
    position: absolute;
    top: 45px;
    right: 43px;
}
.xsm .item span{
    color: #d5d5e0;
    font-size:22px;
    display: block;
    padding:0;
}
.xsm .item h4{
    font-weight: 400;
    font-size: 28px;
    color: #ca0000;
    line-height: 150%;
    display: block;
    padding:20px 0 30px;
}
.xsm .item div{
    font-weight: 300;
    font-size: 13px;
    color: #999999;
    line-height: 1.8;
}

/* 怎么报 */
.zenmebao{
    width:100%;
    height: 784px;
    background:#fafafa url(../images/zenmebao_bg.png) center no-repeat;
    background-size: 100% 100%;
}
.zenmebao .inner{
    background:url(../images/zenmebao_pic.png) center no-repeat;
    padding: 130px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.zenmebao .inner .item{
    width:calc(37% - 83px);
    height:210px;
    padding-left:26px;
    margin-bottom: 80px;
}
.zenmebao .inner .item:nth-child(1){
    border-bottom: 1px solid #3968ea;
}
.zenmebao .inner .item:nth-child(2){
    border-bottom: 1px solid #f95353;
    text-align: right;
}
.zenmebao .inner .item:nth-child(3){
    border-bottom: 1px solid #f7d697;
}
.zenmebao .inner .item:nth-child(4){
    border-bottom: 1px solid #9d75fa;
    text-align: right;
}

.zenmebao .inner .item h4{
    font-weight: 400;
    font-size: 30px;
    color: #282828;
    margin-bottom: 30px;
    position: relative;
}
.zenmebao .inner .item div{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 16px;
    color: #282828;
    line-height: 1.8;
}
.zenmebao .inner .item h4::before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
}
.zenmebao .inner .item:nth-child(1) h4::before{
    background:#3968ea;
    border:5px #99b1f2 solid;
    left: -26px;
}
.zenmebao .inner .item:nth-child(2) h4::before{
    background:#f95353;
    border:5px #f9a6a6 solid;
    right: -26px;
}
.zenmebao .inner .item:nth-child(3) h4::before{
    background:#f7d697;
    border:5px #f8e8c8 solid;
    left: -26px;
}
.zenmebao .inner .item:nth-child(4) h4::before{
    background:#9d75fa;
    border:5px #cbb7fa solid;
    right: -26px;
}

/* 高阶  产品体系  */
.cptx{
    background:#fafafa url(../images/cptx_bg.png) center no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    height: calc(811px - 70px);
    padding: 50px 0px 40px;
    margin-top:50px;
}
.cptx h2{
    font-size: 40px;
    color: #fff;
    padding-left:110px;
}
.cptx h3{
    font-size: 34px;
    color: #fff;
    padding-left:110px;
}
.cptx>p{
    font-size: 16px;
    color: #fff;
    padding-left:110px;
    padding-right:110px;
}
.cptx .Tcon{
    padding:30px 110px 0;
    position: relative;
}
.cptx .Tcon .swiper-wrapper{ 

}
.cptx .Tcon .swiper-wrapper img{
    width:100%;
    height: 230px;
    border-radius: 5px;
}
.cptx .Tcon .swiper-wrapper p{
    color: #fff;
    line-height: 2;
    text-align: center;
    overflow: hidden;
    height: 2rem;
}

.cptx .Tcon .next2, .cptx .Tcon .prev2{
    width:70px;
    height: 70px;
    line-height: 86px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    z-index: 1000;
    background: #fff;
    text-align: center;
}
.cptx .Tcon .next2{
    right: 10px;

}
.cptx .Tcon .prev2{
    left: 10px;
}
.cptx .Tcon .prev2::after, .cptx .Tcon .next2::after{
    content: '';
    color:#333;
    font-size: 36px;
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    text-align: center;
}
.cptx .Tcon .next2::after{
    content: 'next';
}
.cptx .Tcon .prev2::after{
    content: 'prev';
}

/* 轮播图 */
.lunbotu{
    width:100%;
    padding: 50px  0;
    margin-bottom: 0px;
}
.lunbotu .mySwiper{
    width:100%;
}

.lunbotu .mySwiper .swiper-wrapper{
    display: flex;
    align-items: center;
}
.lunbotu .mySwiper .swiper-slide{
    width: 40%;
    display: flex;
    align-items: center;
}

.lunbotu .mySwiper img{
    width:100%;
}
.lunbotu .mySwiper .swiper-slide-prev img{
    width: 100%;
    transform: scale(0.97);
}
.lunbotu .mySwiper .swiper-slide-next img{
    width: 100%;
    transform: scale(0.97);
}

.lunbotu .mySwiper .swiper-slide-active{
    position: relative;
}
.lunbotu .mySwiper .swiper-slide-active::after{
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    /* 渐变背景颜色 */
    background: linear-gradient(to top,rgba(0,0,0,0.9),transparent);
    z-index: 1;
}

.lunbotu .mySwiper .swiper-tools{
    width:40%;
    position: absolute;
    left: 50%;
    top:0;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9999;
}

.swiper-button-next, .swiper-button-prev{
    width: 30px;
    height: 59px;
    line-height: 59px;
    text-align:center;
    color: #FFF;
    top:57%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
}
.swiper-button-prev{
    left:10px;
}
.swiper-button-next{
    right:10px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background: #DA251D;
    color: #ffffff;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size:18px;
    color:#fff;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    font-size:18px;
    color:#ffffff;
}

.swiper-pagination{
    width: 90% !important;
    left: 50% !important;
    top: auto !important;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 9999;
}
.swiper-pagination-progressbar-fill{
    background: #ffffff !important;
}


/* 媒体查询 */
@media screen and (max-width: 1680px) {
    .cptx{
        height: auto;
    }
    .cptx .Tcon .swiper-wrapper img {
        height: auto;
    }
    .xsm .item {
        width: calc(356px - 60px);
    }
    .zenmebao .inner .item {
        width: calc(38% - 83px);
    }
}
@media screen and (max-width: 1538px) {
    .cptx .Tcon .swiper-wrapper img {
        height: auto;
    }
    .xsm .item {
        width: calc(340px - 60px);
    }
}

@media screen and (max-width: 1480px) {
    .cptx{
        height: auto;
    }
    .xsm .item {
        width: calc(320px - 60px);
    }
}

@media screen and (max-width: 1366px) {
    .xsm .item {
        width: calc(300px - 60px);
    }
    .zenmebao .inner .item div {
        font-size:14px;
    }
}

@media screen and (max-width: 1281px) {
    .xsm{
        flex-wrap: wrap;
    }
    .xsm .item {
        width: calc(470px - 50px);
        margin-bottom: 40px;
    }
    .zenmebao .inner .item {
        width: calc(48% - 83px);
    }
}

@media only screen and (max-width: 1024px) {
    h1.title {
        padding: 30px 0;
        font-size: 1rem;
        background: url(../images/shuimeng.png) no-repeat center 2.6rem;
    }
    .xsm{padding:0; margin-top:20px;}
    .zenmebao{
        height: auto;
        padding:20px 0;
    }
    .zenmebao .inner {
        background: none;
        padding:0;
    }
    .zenmebao .inner .item {
        width: calc(90% - 30px);
        margin:0 auto 20px;
        height: auto;
        padding-bottom:10px;
    }

    .lunbotu .mySwiper .swiper-slide{
        width: 100%;
    }
    .lunbotu .mySwiper .swiper-tools{
        width: 100%;
    }
    .cptx{
        height: auto;
    }
    .cptx .Tcon {
        padding: 10px 20px 0;
    }
    .cptx h2 {
        font-size: 1rem;
        color: #fff;
        padding-left: 20px;
    }
    .cptx h3 {
        font-size: 0.8rem;
        color: #fff;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 768px) { 
    
}