@font-face {
    font-family: 'centaur';
    src: url('../font/centaur.eot') format('eot');
    src: url('../font/centaur.eot?#iefix') format('embedded-opentype'), url('../font/centaur.woff') format('woff'), url('../font/centaur.ttf') format('truetype'), url('../font/centaur.svg#centaur') format('svg');
    font-weight: normal;
    font-style: normal;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select {
    -webkit-appearance: none;
}

select {
    background: url(../images/bottomarr3.png) no-repeat scroll right center transparent;
    padding-right: 10px;
}

input {
    font-family: "微软雅黑";
    -webkit-appearance: none;
    border-radius: 0px;
    border: 1px solid #a9a9a9;
    outline: none;
}

body {
    height: 100%;
    overflow: hidden;
}

.content::before,
.menu-wrap {
    display: none;
}

.readybefor {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 10000;
}

    .readybefor .loading {
        width: 100px;
        height: 100px;
        margin: auto;
        position: relative;
    }

    .readybefor .inpoint {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -5px;
        width: 10px;
        height: 100%;
        animation: loading 3s infinite linear;
        opacity: 0;
    }

    .readybefor .p1 {
        animation-delay: 0;
    }

    .readybefor .p2 {
        animation-delay: 0.5s;
    }

    .readybefor .p3 {
        animation-delay: 1s;
    }

    .readybefor .p4 {
        animation-delay: 1.5s;
    }

    .readybefor .p5 {
        animation-delay: 2s;
    }

    .readybefor .p6 {
        animation-delay: 2.5s;
    }

    .readybefor .readybox {
        position: absolute;
        height: 100px;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -50px;
    }

    .readybefor .inpoint .in {
        height: 10px;
        border-radius: 10px;
        width: 10px;
        background: #666;
    }

@keyframes loading {
    0% {
        transform: rotate(0deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
        transform: rotate(180deg);
    }

    100% {
        opacity: 0;
        transform: rotate(360deg);
    }
}

.coversize {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}

.containsize {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}

.commonhidebox {
    position: fixed;
    z-index: 3001;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    text-align: center;
}

    .commonhidebox .shadowback {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .78;
        filter: alpha(opacity=78);
    }

    .commonhidebox .inbox {
        margin: auto;
        text-align: center;
        position: relative;
        z-index: 2;
    }

.hideqr .inbox {
    display: inline-block;
}

body,
html {
    font-family: Source Han Sans CN-Regular;
    height: 100%;
    font-size: 100px;
}

body {
    box-sizing: border-box;
    font-size: 12px;
    min-width: 1200px;
}

.container {
    position: relative;
    padding-top: 3%;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.content-wrap {
    overflow: hidden;
}

.content,
.container {
    background: #fff;
}

.cbox {
    max-width: 1200px;
    padding: 0 20px;
    padding: 0 .2rem;
    margin: auto;
}

.cbox2 {
    max-width: 1280px;
    padding: 0 20px;
    padding: 0 .2rem;
    margin: auto;
}


.wechat {
    cursor: pointer;
}

.nav {
    /*position: fixed;*/
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

    .nav .tpart1 {
        height: 38px;
        background: #333333;
        color: #cccccc;
        font-size: 12px;
        line-height: 38px;
    }
        .nav .tpart1 .left1 {
            margin-left: -10px;
        }
        .nav .tpart1 a {
            color: #cccccc;
        }

            .nav .tpart1 a:hover {
                color: #fff;
            }

    .nav .addFavorite {
        margin-right: 10px;
    }

    .nav .tpart2 .inbox {
        height: 122px;
        position: relative;
        width:108%;
        margin-left:-4%;
    }

    .nav .tpart2 .logo {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width:400px;
    }

    .nav .tpart2 {
        height: 600px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .nav .tpart2 .navbtn {
            padding-right: 0px;
            float: right;
        }

        .nav .tpart2 .inbtn {
            font-size: 17px;
            color: #ffffff;
            line-height: 122px;
            text-align: center;
            display: block;
            float: left;
            padding: 0 20px;
            position: relative;
        }

            .nav .tpart2 .inbtn:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                height: 3px;
                background: #ffffff;
                transition: all .5s;
                width: 0;
            }

            .nav .tpart2 .inbtn:hover:after, .nav .tpart2 .inbtn.active:after {
                width: 70px;
            }

.bannertext {
    height: 300px !important;
    display: flex;
    box-sizing: border-box;
    padding-top: 1rem;
    align-items: center;
}

.bannertextright {
    flex-direction: row-reverse;
    text-align: right;
}

.bannertextbox > div {
    margin-bottom: 50px
}

.bannertext1 {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}

.bannertext2 {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.bannerbtn {
    width: 177px;
    height: 60px;
    background: #FDAE20;
    border-radius: 30px 30px 30px 30px;
    opacity: 1;
    display: inline-block;
    cursor: pointer;
}

.bannerbtntext {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 55px;
    display: block;
}

.bannerbtn:hover {
    background: #FFFFFF;
}

.bannerbtntext:hover {
    color: #FDAE20;
}

.footer {
    background: #272727;
}

    .footer .fpart1 {
        border-bottom: 1px solid #3c3c3c;
        padding: 43px 0;
        overflow: hidden;
    }

    .footer .fpart2 a {
        color: #666666;
    }

    .footer .fpart2 {
        color: #666666;
        line-height: 35px;
        padding: 10px 0;
    }

    .footer .left {
        width: 32%;
        float: left;
        box-sizing: border-box;
    }

        .footer .left .icon1 {
            margin: auto;
            display: block;
            margin-bottom: 5px;
        }

        .footer .left .worktime {
            font-size: 14px;
            color: #bebebe;
            text-align: center;
        }

        .footer .left .phone {
            font-size: 33px;
            color: #7142B6;
            font-family: arial;
            text-align: center;
            font-style: italic;
            line-height: 42px;
        }

        .footer .left .text {
            color: #bebebe;
            text-align: center;
        }

    .footer .mid {
        width: 50%;
        box-sizing: border-box;
        padding: 20px 40px;
        float: left;
        position: relative;
    }

        .footer .mid:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 20px;
            height: 110px;
            width: 1px;
            background: #474747;
        }

        .footer .mid:after {
            content: "";
            display: block;
            position: absolute;
            right: 0;
            top: 20px;
            height: 110px;
            width: 1px;
            background: #474747;
        }

    .footer .right {
        width: 18%;
        box-sizing: border-box;
        float: right;
        padding-top: 15px;
    }

        .footer .right img {
            display: block;
            max-width: 120px;
            margin: auto;
        }

    .footer .links {
        color: #fefefe;
        font-size: 14px;
        line-height: 28px;
    }

        .footer .links a {
            color: #fefefe;
            margin-right: 45px;
        }

            .footer .links a:last-child {
                margin-right: 0;
            }

    .footer .btns {
        padding: 10px 0;
    }

    .footer .inbtn {
    }

    .footer .inbtn2 {
        display: none;
    }

    .footer .btn:hover .inbtn {
        display: none;
    }

    .footer .btn:hover .inbtn2 {
        display: inline-block;
    }

    .footer .btn {
        margin-right: 20px;
    }

    .footer .ftext1 {
        font-size: 14px;
        color: #bebebe;
        line-height: 36px;
    }

/*医硕优势*/
.container .main-fl {
    width: 220px;
}

.main-fl .about-menu-title {
    background: #7142B6;
    border-radius: 8px 8px 0 0;
    text-align: center;
    color: #fff;
    height: 58px;
    font-size: 20px;
    font-weight: 400;
    padding: 3% 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*margin-bottom: 5px;*/
}

.main-fl .titleactive {
    margin-bottom: 0px;
}

.main-fl .about-menu-list {
    width: 100%;
    background-color: #F6F6F6;
    text-align: center;
}

.about-menu-list ul li {
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}

    .about-menu-list ul li a {
        color: #333333;
    }

.about-menu-list ul .active a {
    color: #7142B6;
}

.about-menu-list ul li.active:after {
    content: '';
    position: absolute;
    width: 19px;
    height: 14px;
    background: url(/aspx/main/images/icon23.png)center no-repeat;
    margin-top: 13px;
    margin-left: 10px;
}

.main-fl-botm {
    width: 220px;
    height: 100px;
    background: url(/aspx/main/images/pic1.png) center top;
}

.container .main-fr {
    width: 880px;
}

.container .title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.container .titleicon img {
    width: 79px;
    height: 3px;
    text-align: center;
}

.container .main-fr .contents {
    font-size: 17px;
    font-weight: 400;
    color: #333333;
    margin-top: 3%;
    line-height: 30px;
}

    .container .main-fr .contents img {
        margin: 1%;
        max-width: 100%;
        text-align: center;
    }
.advantage .inbox{
    margin-bottom:5%;
}
.advantage .imgbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.advantage .imgboxbig img {
    width: 70%;
    margin:2% 15% !important;
}
.advantage .imgbox3 img {
    width: 31.3%;
}
.advantage .inimgbox {
    width: 23%;
    margin: 1%;
}
.advantage .inimgbox .textbox {
    text-align:center;
}
.advantage .inimgbox img {
    width: 100%;
}
.advantage .videobox {
    margin: 5% 15%;
}
.advantage .videobox2 {
    margin: 5% 35%;
}
.advantage .tablebox {
    margin: 5%;
}
.advantage table {
    width: 100%;
    font-size: 13px;
    color: #333333;
    text-align: center;
}

.advantage td {
    background: #fff;
    border: 1px solid #dcdcdc;
    line-height: 20px;
    padding: 5px;
}

.advantage .ftr td {
    background: #ad5e95;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    border: 1px solid #fff;
}

.advantage .ftd {
    background: #e5e5e5;
}

.advantage .ftr .ftd {
    background: #7142b6;
}
/*医硕优势*/
/*选课大厅*/
.course .part1 {
    padding-top: .3rem;
    padding-bottom: .6rem;
}
.container .category, .container .categary {
    margin-top: 3%;
}
    .course .part1 .instyle {
        padding: .05rem 0;
        padding-left: .6rem;
        position: relative;
        line-height: .3rem;
        font-size: .16rem;
        color: #666666;
    }

        .course .part1 .instyle .attr {
            position: absolute;
            left: 0;
            top: .05rem;
            font-size: .16rem;
            color: #666666;
        }

    .course .part1 .grop {
        display: inline-block;
        vertical-align: top;
    }

    .course .part1 .option {
        background: #f6f6f6;
        height: .3rem;
        display: inline-block;
        margin-right: .2rem;
        padding: 0 .1rem;
        border-radius: .3rem;
        font-size: .16rem;
        color: #666666;
        cursor: pointer;
        transition: all .5s;
        vertical-align: middle;
        margin-bottom: .1rem;
        position: relative;
    }

    .course .part1 .tip {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(-.1rem);
        background: #fff;
        padding: .0 .1rem;
        white-space: nowrap;
        color: #666;
        font-size: .12rem;
        line-height: .2rem;
        border: 1px solid #666;
        display: none;
    }

    .course .part1 .option:hover .tip {
        display: block;
    }

    .course .part1 .instyle:nth-child(1) .option.active, .course .part1 .instyle:nth-child(1) .option:hover {
        background: #7142b6;
        color: #fff;
    }

    .course .part1 .instyle:nth-child(2) .option.active, .course .part1 .instyle:nth-child(2) .option:hover {
        background: #ad5e95;
        color: #fff;
    }

    .course .part1 .instyle:nth-child(3) .option.active, .course .part1 .instyle:nth-child(3) .option:hover {
        background: #f09960;
        color: #fff;
    }

.course .part1 {
    overflow: hidden;
}
    .course .part1 .contentbox {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right top;
        background-color: #f8f8f8;
        margin-top: .3rem;
        border-radius: .1rem;
        box-shadow: 0 0 .2rem 0 rgba(0,0,0,.2);
        padding: .4rem;
        box-sizing: border-box;
        display:flex;
    }
    .course .part1 .left {
        float: left;
        width: 70%;
    }

    .course .part1 .right {
        width: 28%;
        float: right;
        margin-left:2%;
    }

    .course .part1 .btn {
        background: #fff;
        padding: 20px;
        display: flex;
        align-items: center;
        font-size: 24px;
        color: #333333;
        line-height: 24px;
        transition: all .5s;
        margin-bottom: 40px;
        cursor: pointer;
    }

        .course .part1 .btn .pic {
            width: 77px;
            height: 77px;
            border-radius: 77px;
            border: 2px solid #fff;
            margin-right: 20px;
        }

        .course .part1 .btn:hover, .course .part1 .btn.active {
            color: #fff;
            background: #7142b6;
        }

    .course .part1 .in {
        padding-left: 350px;
        position: relative;
    }

    .course .part1 .pic {
        position: absolute;
        left: 0;
        top: 0;
        width: 326px;
        height: 410px;
    }

    .course .part1 .texts {
        display: flex;
        min-height: 410px;
        align-items: center;
    }

    .course .part1 .text1 {
        color: #333333;
        font-size: 24px;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .course .part1 .text2 {
        color: #333333;
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .course .part1 .submit {
        font-size: 18px;
        color: #fff;
        background: #7142b6;
        width: 130px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        margin-top: 20px;
        cursor: pointer;
    }


.course .part2 {
    padding-bottom: 1rem;
}

    .course .part2 .category {
        text-align: center;
    }

    .course .part2 .opiton {
        color: #333333;
        background: #f6f6f6;
        font-size: .16rem;
        line-height: .36rem;
        padding: 0 .16rem;
        display: inline-block;
        border-radius: .36rem;
        cursor: pointer;
        margin: 0 .1rem;
        transition: all .5s;
        position: relative;
    }

        .course .part2 .opiton:hover, .course .part2 .opiton.active {
            background: #7142b6;
            color: #fff;
        }

        .course .part2 .opiton::after {
            content: "";
            display: block;
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border-left: .05rem solid transparent;
            border-right: .05rem solid transparent;
            border-bottom: .08rem solid transparent;
            border-top: .08rem solid #7142b6;
            opacity: 0;
            transition: all .5s;
        }

        .course .part2 .opiton:hover::after, .course .part2 .opiton.active::after {
            opacity: 1;
        }

    .course .part2 .in {
        margin-top: .5rem;
        overflow: hidden;
        font-size: 0;
    }

    .course .part2 .instyle {
        margin: 0 0.5%;
        display: inline-block;
        vertical-align: bottom;
        width: 24%;
    }

    .course .part2 .bottom {
        background: #87c1ff;
        padding: .1rem;
        border-radius: .06rem;
        color: #fff;
        font-size: .16rem;
        margin-top: .1rem;
    }

    .course .part2 .top {
        border-radius: .06rem;
        color: #fff;
        text-align: center;
        overflow: hidden;
        position: relative;
        padding-top: .2rem;
    }

    .course .part2 .topin::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: .5rem;
        top: -2px;
        background: #87c1ff;
        transform: rotate(-3deg);
        transform-origin: left top;
        border-radius: 4px;
        z-index: -1;
    }

    .course .part2 .text1 {
        font-size: .3rem;
        line-height: .4rem;
        font-weight: bold;
    }

    .course .part2 .text2 {
        font-size: .22rem;
        line-height: .36rem;
    }

    .course .part2 .topin {
        background: #87c1ff;
        padding: .1rem;
        padding-top: 0;
        position: relative;
        z-index: 2;
    }

    .course .part2 .instyle:nth-child(2) .topin, .course .part2 .instyle:nth-child(2) .bottom, .course .part2 .instyle:nth-child(2) .topin::before {
        background: #7c8cfc;
    }

    .course .part2 .instyle:nth-child(3) .topin, .course .part2 .instyle:nth-child(3) .bottom, .course .part2 .instyle:nth-child(3) .topin::before {
        background: #9c75ff;
    }

    .course .part2 .instyle:nth-child(4) .topin, .course .part2 .instyle:nth-child(4) .bottom, .course .part2 .instyle:nth-child(4) .topin::before {
        background: #7142b6;
    }

    .course .part2 .text3, .course .part2 .toptext {
        display: none;
    }
/*选课大厅*/



/*师资介绍*/
.Teacherbanner {
    padding-top: 2rem !important;
    text-align: left;
    /*scale: 1.1;*/
}
.Teacher .part2 {
    padding-top: .3rem;
    padding-bottom: .5rem;
}

    .Teacher .part2 .inbox {
        max-width: 890px;
        margin: auto;
    }

    .Teacher .part2 .instyle {
        padding-left: 2.65rem;
        position: relative;
        min-height: 2.6rem;
        padding-top: .4rem;
        margin-bottom: .5rem;
    }

        .Teacher .part2 .instyle:nth-child(even) {
            padding-left: 0;
            padding-right: 2.65rem;
        }

    .Teacher .part2 .picbox {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 1.88rem;
        height: 2.6rem;
    }

    .Teacher .part2 .instyle:nth-child(even) .picbox {
        left: auto;
        right: 0;
    }

    .Teacher .part2 .picbox:after {
        content: "";
        display: block;
        position: absolute;
        left: .13rem;
        top: .13rem;
        background: #f6f6f6;
        width: 100%;
        height: 100%;
    }

    .Teacher .part2 .pic {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .Teacher .part2 .text1 {
        font-size: .28rem;
        color: #000000;
        line-height: .5rem;
        padding-left: .15rem;
        position: relative;
        font-weight: bold;
    }

        .Teacher .part2 .text1 .en {
            color: #e3e3e3;
            font-size: .58rem;
            line-height: .5rem;
            position: absolute;
            left: 0;
            top: 0;
        }

        .Teacher .part2 .text1 .ch {
            position: relative;
            z-index: 2;
        }

    .Teacher .part2 .text2 {
        font-size: .18rem;
        color: #541b86;
        line-height: .3rem;
        font-weight: bold;
        padding: .1rem 0;
    }

    .Teacher .part2 .text3 {
        font-size: .14rem;
        color: #000000;
        line-height: .22rem;
        padding: .15rem 0;
        border-top: 1px dashed #cdcdcd;
        margin-top: .05rem;
    }

.Teacher .categary {
    border-bottom: 1px solid #7142b6;
    background: #f6f6f6;
    line-height: .48rem;
    display: flex;
    text-align: center;
    margin-bottom: .4rem;
}

    .Teacher .categary .btn {
        width: 100%;
        display: block;
        color: #333333;
        font-size: .18rem;
        transition: all .5s;
    }

        .Teacher .categary .btn.active, .Teacher .categary .btn:hover {
            background: #7142b6;
            color: #fff;
        }
/*师资介绍*/


/*环境*/
.Environmental .imgs {
    margin-top: 3%;
}
.Environmental .part1 {
    padding-top: 0rem;
}

.Environmental .instyle {
    padding-bottom: .4rem;
}

.Environmental .type {
    width: 2rem;
    height: .6rem;
    line-height: .6rem;
    border-radius: .6rem;
    text-align: center;
    color: #fff;
    margin: auto;
    background: #7446b8;
    font-size: .24rem;
    margin-bottom: .2rem;
}

.Environmental .imgbox {
    display: flex;
    justify-content: space-between;
}

.Environmental .left {
    width: 41%;
}

.Environmental .pic {
    position: relative;
    height: 100%;
    margin-bottom: .25rem;
    height: calc(100% - .25rem);
}

.Environmental .instyle:nth-child(even) .left {
    order: 2
}

.Environmental .right {
    width: 56.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .Environmental .right .pic {
        width: 48%;
        height: 2.4rem;
    }

.Environmental .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: .32rem;
    padding: .05rem .2rem;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.5);
    box-sizing: border-box;
    font-size: .24rem;
}
/*环境*/


/*常见问题*/
.problembanner {
    flex-direction: initial;
    text-align: left;
    padding-left:5%;
}
.problem .instyle {
    padding-bottom: 30px;
}
.problem .instyle .text1 {
    padding-left: 5%;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}
.problem .instyle .text2 {
    font-size: 18px;
    color:#666666;
}
.problem .leftimg {
    position: absolute;
    margin: .4%;
}
.problem .inbox {
    margin: 3% 0 4% 0;
}
/*常见问题*/


/*关于医硕*/
.aboutusbanner {
    flex-direction: initial;
    text-align: left;
    padding-left: 5%;
    padding-top: 0%;
}
.contents1 .textbox {
    margin-bottom: 2%;
}

.contents1 .text1 {
    font-size: 22px;
    font-weight: normal;
    color: #AD5E95;
    line-height: 40px;
}

.contents1 .textAD5E95 {
    color: #AD5E95;
}

.contents2 .textbox {
    padding-left: 6%;
    position: relative;
}

.contents2 .text1 {
    line-height: 35px;
}

    .contents2 .text1 img {
        position: absolute;
        top: 0;
        left: 0;
    }

.contents3 {
    margin-top: 8%;
}

    .contents3 .parttitle {
        font-size: .24rem;
        font-weight: bold;
        color: #fff;
        width: 3.4rem;
        height: 0.7rem;
        border-radius: 0.7rem;
        border: 0.04rem solid #fff;
        line-height: .62rem;
        text-align: center;
        background: #975fe8;
        position: absolute;
        top: -0.35rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    .contents3 .texts {
        background: #f2e8ff;
        border-radius: 0.1rem;
        padding: 0.2rem 0.75rem;
        padding-top: 0.6rem;
        margin: 0 15%;
    }

        .contents3 .texts .text {
            position: relative;
            font-size: .2rem;
            line-height: .32rem;
            margin: 0.05rem 0;
        }
/*关于医硕*/


/*首页*/
.indexbanner {
    flex-direction: initial;
    text-align: center;
    padding-left: 1.5rem;
    padding-top: 2rem;
}
.indexbanner .bannertext1{
    scale: 1.15;
}
.indexbanner .bannertext2{
    scale: 1.15;
}
.partbottom{
    margin-bottom:3%;
}
.index .part1 ul {
    display: flex;
}

.index .part1 .wid li {
    flex: 1;
    text-align: center;
    margin: 3% 0;
}

    .index .part1 .wid li a {
        display: inline-block;
    }

.index .part1 .pict {
    width: 160px;
    height: 160px;
    background: #AD5E95;
    border-radius: 50%;
    line-height: 160px;
    font-size: 30px;
    color: #ffffff;
}

.index .part1 .pict2 {
    background: #7142B6;
}

.index .part1 .text1 {
    margin: 5% 0;
    font-size: 16px;
}

.index .textcol1 {
    color: #7142B6;
}

.index .textcol2 {
    color: #AD5E95;
}

.index .textcol3 {
    color: #999999;
}

.index .part1 .wid li:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.index .part2 .part2bg0 {
    background: linear-gradient(90deg, #FF9566 0%, #FF5F56 100%);
    box-shadow: 0px 4px 8px 1px rgba(152,152,152,0.16);
}

.index .part2 .part2bg1 {
    background: linear-gradient(90deg, #A980FF 0%, #8C7AFF 100%);
    box-shadow: 0px 4px 8px 1px rgba(152,152,152,0.16);
}

.index .part2 .part2bg2 {
    background: linear-gradient(90deg, #26B7FE 0%, #8C7AFF 100%);
    box-shadow: 0px 4px 8px 1px rgba(152,152,152,0.16);
}

.index .part2 .part2bg3 {
    background: linear-gradient(90deg, #FF9566 0%, #FF5F56 100%);
    box-shadow: 0px 4px 8px 1px rgba(152,152,152,0.16);
}

.index .part2 .inbox {
    justify-content: flex-start;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

    .index .part2 .inbox .textbox {
        padding: 5% 4% 25% 4%
    }

    .index .part2 .inbox .instyle {
        width: 22.8%;
        margin: 1.2% 1%;
        overflow: hidden;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
        transition: all .5s;
        position: relative;
    }

        .index .part2 .inbox .instyle .intext {
            color: #ffffff;
            padding: 5% 3% 8% 3%;
        }

        .index .part2 .inbox .instyle .text1 {
            text-align: center;
            font-size: 24px;
            margin-bottom: 16px;
        }

        .index .part2 .inbox .instyle .text2 {
            font-size: 14px;
            padding: 0 16px
        }

        .index .part2 .inbox .instyle img {
            position: absolute;
            right: 12px;
            bottom: 12px;
        }
.index .part3 .tpart2 {
    height: 250px;
}

.index .part3 .bannertext {
    padding-left: 2rem;
}

.index .part3 .bannerbtn {
    width: 260px;
    background: #7446B8;
}

    .index .part3 .bannerbtn:hover {
        background: #ffffff;
    }

        .index .part3 .bannerbtn:hover .bannerbtntext {
            color: #7446B8;
        }

.index .part4 .pibox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

    .index .part4 .pibox .instyle {
        width: 31%;
        margin-bottom: 0.4rem;
        border-radius: 0.1rem;
        overflow: hidden;
        box-shadow: 0 0 0.2rem 0 rgba(0,0,0,.15);
        transition: all .5s;
        background: #fff;
        position: relative;
    }

.index .part4 .pic {
    height: 2.8rem;
}

.index .part4 .textbox {
    padding: 0 0.77rem;
    height: 0.72rem;
    background: #fff;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all .5s;
}

.index .part4 .text1 {
    font-size: .24rem;
    color: #333333;
    line-height: .77rem;
    margin-bottom: 0.1rem;
    transition: all .5s;
    text-align: center;
    position: relative;
}

.index .part4 .instyle:hover .text1 {
    color: #7142B6;
}
.index .part5 {
    padding-top: 0.95rem;
    padding-bottom: 0.7rem;
}

    .index .part5 .detail {
        width: 2rem;
        height: .6rem;
        text-align: center;
        line-height: .6rem;
        border-radius: .6rem;
        color: #fff;
        background: #7446b8;
        font-size: .24rem;
        margin: auto;
        display: block;
        position: relative;
        z-index: 2;
    }

    .index .part5 .plan-box {
        position: relative;
        height: 480px
    }

        .index .part5 .plan-box .canvas-bg-box {
            width: 720px;
            height: 400px;
            background: url(/aspx/main/images/icon19.png) no-repeat center 32px;
            background-size: 708px 354px;
            left: 50%;
            bottom: 20px;
            margin-left: -360px;
            position: absolute
        }

            .index .part5 .plan-box .canvas-bg-box .item-box {
                position: absolute;
                width: 150px;
                height: 40px;
                border-radius: 4px;
                box-shadow: 0 0 10px 2px #ddd;
                box-sizing: border-box;
                text-align: right;
                padding: 4px 10px 4px 8px;
                z-index: 2;
                transition: all .3s linear;
                -webkit-transition: all .3s linear;
                -moz-transition: all .3s linear;
                -o-transition: all .3s linear;
                -ms-transition: all .3s linear
            }

                .index .part5 .plan-box .canvas-bg-box .item-box .tag-box {
                    font-size: 14px;
                    line-height: 32px
                }

                .index .part5 .plan-box .canvas-bg-box .item-box p {
                    position: absolute;
                    left: -76px;
                    width: 180px;
                    text-align: right;
                    line-height: 22px;
                    font-size: 14px;
                    opacity: 0;
                    height: 0;
                    padding-top: 15px;
                    color: #343434;
                    transition: all .3s linear;
                    -webkit-transition: all .3s linear;
                    -moz-transition: all .3s linear;
                    -o-transition: all .3s linear;
                    -ms-transition: all .3s linear
                }

                .index .part5 .plan-box .canvas-bg-box .item-box::after {
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    border-radius: 20px;
                    text-align: center;
                    vertical-align: middle;
                    font-size: 14px;
                    border: 1px solid #bebebe;
                    color: #bebebe;
                    background: #fff
                }

                .index .part5 .plan-box .canvas-bg-box .item-box::before {
                    content: '';
                    width: 0;
                    height: 0;
                    position: absolute;
                    right: -16px;
                    top: 50%;
                    margin: -4px 0 0 0;
                    border: 8px solid transparent;
                    border-left-color: #fff
                }

                .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(1) {
                    background: #fff url(/aspx/main/images/icon18-1.png) no-repeat 15px 8px;
                    background-size: 28px;
                    left: -122px;
                    bottom: 202px
                }

                    .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(1):hover {
                        transform: translateX(-4px);
                        -webkit-transform: translateX(-4px);
                        -moz-transform: translateX(-4px);
                        -o-transform: translateX(-4px);
                        -ms-transform: translateX(-4px)
                    }

                    .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(1)::after {
                        content: '1';
                        right: -61px;
                        bottom: 14px
                    }

                .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(2) {
                    background: #fff url(/aspx/main/images/icon18-2.png) no-repeat 15px 8px;
                    background-size: 28px;
                    left: 24px;
                    bottom: 346px
                }

                    .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(2):hover {
                        transform: translateX(-4px);
                        -webkit-transform: translateX(-4px);
                        -moz-transform: translateX(-4px);
                        -o-transform: translateX(-4px);
                        -ms-transform: translateX(-4px)
                    }

                    .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(2)::after {
                        content: '2';
                        right: -106px;
                        bottom: -4px
                    }

                    .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(2) p {
                        left: -125px
                    }

                .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(3) {
                    background: #fff url(/aspx/main/images/icon18-3.png) no-repeat 15px 8px;
                    background-size: 28px;
                    right: 14px;
                    bottom: 332px
                }

                    .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(3):hover {
                        transform: translateX(4px);
                        -webkit-transform: translateX(4px);
                        -moz-transform: translateX(4px);
                        -o-transform: translateX(4px);
                        -ms-transform: translateX(4px)
                    }

                    .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(3)::before {
                        right: none;
                        left: -16px;
                        border-color: transparent;
                        border-right-color: #fff
                    }

                    .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(3)::after {
                        content: '3';
                        left: -67px;
                        bottom: -5px
                    }

                    .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(3) p {
                        left: 100px;
                        text-align: left
                    }

                .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(4) {
                    background: #fff url(/aspx/main/images/icon18-4.png) no-repeat 15px 8px;
                    background-size: 28px;
                    right: -148px;
                    bottom: 165px
                }

                    .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(4):hover {
                        transform: translateX(4px);
                        -webkit-transform: translateX(4px);
                        -moz-transform: translateX(4px);
                        -o-transform: translateX(4px);
                        -ms-transform: translateX(4px)
                    }

                    .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(4)::before {
                        right: none;
                        left: -16px;
                        border-color: transparent;
                        border-right-color: #fff
                    }

                    .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(4)::after {
                        content: '4';
                        left: -61px;
                        bottom: 13px
                    }

                    .index .part5 .plan-box .canvas-bg-box .item-box:nth-child(4) p {
                        left: 20px;
                        text-align: left
                    }

                .index .part5 .plan-box .canvas-bg-box .item-box.active::after {
                    border-color: #e90c2f;
                    color: #e90c2f
                }

                .index .part5 .plan-box .canvas-bg-box .item-box.active p {
                    opacity: 1;
                    height: auto
                }

            .index .part5 .plan-box .canvas-bg-box .img-box {
                position: absolute;
                bottom: -30px;
                left: 50%;
                margin-left: -125px;
                width: 250px;
                height: 180px
            }

                .index .part5 .plan-box .canvas-bg-box .img-box .img-item {
                    width: 146px;
                    height: 146px;
                    overflow: hidden;
                    margin: 0 auto 10px
                }

                    .index .part5 .plan-box .canvas-bg-box .img-box .img-item img {
                        width: 100%;
                        height: auto
                    }

                .index .part5 .plan-box .canvas-bg-box .img-box p {
                    text-align: center;
                    font-size: 14px;
                    line-height: 22px
                }

        /* .index .part5 .plan-box.not-canvas {
	background: url(https://web-data.zmlearn.com/image/bxH4ASfBjFZHSymd9qpws2/t.png) no-repeat center -182px;
	width: 100%;
	background-size: 2001px
} */

        .index .part5 .plan-box.not-canvas .canvas-bg-box {
            display: none
        }

        .index .part5 .plan-box.not-canvas .canvas-box {
            display: none
        }

        .index .part5 .plan-box.not-canvas .img-box {
            display: none
        }

        .index .part5 .plan-box .canvas-box {
            width: 640px;
            height: 400px;
            position: absolute;
            bottom: 20px;
            left: 50%;
            margin-left: -320px;
            z-index: 1
        }

        /* .index .part5 .plan-box.not-canvas {
	background: url(https://web-data.zmlearn.com/image/bxH4ASfBjFZHSymd9qpws2/t.png) no-repeat center -182px;
	width: 100%;
	background-size: 2001px
}
 */
        .index .part5 .plan-box.not-canvas .canvas-bg-box {
            display: none
        }

        .index .part5 .plan-box.not-canvas .canvas-box {
            display: none
        }

        .index .part5 .plan-box.not-canvas .img-box {
            display: none
        }

        .index .part5 .plan-box .canvas-box {
            width: 640px;
            height: 400px;
            position: absolute;
            bottom: 20px;
            left: 50%;
            margin-left: -320px;
            z-index: 1
        }

    .index .part5 .btn-wrapper .btn {
        width: 135px
    }

    .index .part5 .parttitle {
        margin-bottom: 0;
    }

.index .part6 {
    padding-top: .8rem;
    padding-bottom: .7rem;
}
    .index .part6 .outbox {
        display: flex;
    }
    .index .part6 .inbox {
        padding:2%;
    }
    .index .part6 .instyle {
        display: block;
        transition: all .5s;
    }

    .index .part6 .time {
        position: absolute;
        left: 0;
        top: .4rem;
        text-align: center;
        font-family: arial;
        width: 1.77rem;
    }

    .index .part6 .time1 {
        font-size: .47rem;
        color: #1b1b1b;
        line-height: .55rem;
    }

        .index .part6 .time1:after {
            content: "";
            display: block;
            margin: auto;
            height: 1px;
            width: .53rem;
            background: #9e9e9e;
        }

    .index .part6 .time2 {
        font-size: .15rem;
        color: #1b1b1b;
        line-height: .28rem;
    }

    .index .part6 .pic {
        /*position: absolute;
        left: 1.68rem;
        width: 1.56rem;
        height: 1rem;
        top: .3rem;*/
    }
    .index .part6 .pic img {
        width:100%;
    }

    .index .part6 .textbox {
        text-align: left;
    }
.textbox-border-bottom {
    border-bottom: 1px solid #e6e6e6;
}

    .index .part6 .text1 {
        font-size: .18rem;
        color: #1b1b1b;
        font-weight: bold;
        line-height: .24rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0.15rem 0;
        text-align: left;
    }

    .index .part6 .line {
        margin-top: .06rem;
        height: 2px;
        background: #000;
        width: .36rem;
    }

    .index .part6 .text2 {
        font-size: .14rem;
        color: #878787;
        line-height: .22rem;
        height: .44rem;
        overflow: hidden;
        font-family: "宋体";
        margin-top: .2rem;
    }
.index .part6 .text2:hover {
    color: #7142B6;
}

/*首页*/

/*新闻详情*/
.npage {
    border-top: 1px solid #dedede;
    margin-top: 48px;
    padding-top: 38px;
    margin-bottom:50px;
}

    .npage .back {
        float: right;
        display: block;
        width: 93px;
        height: 37px;
        text-align: center;
        line-height: 37px;
        color: #fff;
        font-size: 14px;
        background: #7142B6;
        margin-top: 8px;
    }

    .npage dl {
        margin-right: 103px;
        height: 25px;
        overflow: hidden;
        line-height: 25px;
        color: #777777;
    }

        .npage dl a {
            color: #777;
        }

            .npage dl a:hover {
                color: #7142B6;
            }
/*新闻详情*/

/*医硕优势*/
/*医硕优势*/




