.visit-serve {
    position: relative
}

.calendar-con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 60px
}

.calendar-con .calendar-date {
    width: 100%;
    padding: 26px 42px 26px 26px;
    background: #fff;
    -webkit-box-shadow: 0 3px 36px 0 #ededed;
    box-shadow: 0 3px 36px 0 #ededed
}

.calendar-con .calendar-date .act-info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px
}

.calendar-con .calendar-date .act-info .title {
    font-size: 28px;
    color: #121c2a;
    padding: 5px 0 10px
}

.calendar-con .calendar-date .act-info .intr {
    font-size: 14px;
    color: #616775
}

.calendar-con .calendar-date .act-info .btns {
    width: 380px;
    height: 60px;
    border: 1px solid #26baf1;
    margin-top: 25px;
    border-radius: 4px;
    overflow: hidden
}

.calendar-con .calendar-date .act-info .btns .btn {
    width: 50%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    cursor: pointer;
    color: #1b2534;
    float: left
}

.calendar-con .calendar-date .act-info .btns .active {
    background: #0eb2ef;
    color: #fff;
    transition: all 0.3s ease;
}

.calendar-con .calendar-list {
    margin-top: 50px
}

.calendar-con .calendar-list .total {
    font-size: 24px;
    color: #333;
    margin-top: 30px
}

.calendar-con .calendar-list .activity_list {
    margin-top: 30px
}

.banner {
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden
}

.banner .banner-img {
    background-size: cover !important;
    width: 100%;
    height: 560px
}

.banner .filter {
    -webkit-filter: blur(10px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.banner .navs {
    width: 100%;
    height: 80px;
    background: rgba(42, 138, 199, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20
}

.banner .navs .navs-con {
    width: 1200px;
    margin: 0 auto
}

.banner .navs .navs-con .title {
    font-size: 30px;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    line-height: 80px;
    vertical-align: middle
}

.banner .navs .navs-con .guides {
    display: inline-block;
    vertical-align: middle
}

.banner .navs .navs-con .guides li {
    display: inline-block;
    font-size: 16px;
    margin-right: 4px
}

.banner .navs .navs-con .guides li a {
    padding: 9px 28px;
    color: #fff;
    display: inline-block;
    border-radius: 3px
}

.banner .navs .navs-con .guides li a.active,
.banner .navs .navs-con .guides li a:hover {
    background-image: linear-gradient(135deg, #00d0fb, #00acf6)
}

.banner .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3)
}

.bg-con {
    width: 100%;
    background: #f6f6f6 url(/static/img/bg.c4b24c7.png) no-repeat;
    background-size: 100%
}

.calendar-box {
    width: 540px;
    height: 450px;
    border-right: 1px solid #e2e2e2;
    display: inline-block;
    vertical-align: middle
}

.calendar-box .weeks {
    width: 100%
}

.calendar-box .weeks li {
    float: left;
    width: 64px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    color: #a2abb4;
    font-size: 16px;
    margin-right: 10px
}

.calendar-box .date {
    width: 100%;
    /* transition: all 0.3s ease-in-out;  */
}

.calendar-box .date li {
    width: 64px;
    height: 64px;
    float: left;
    text-align: center;
    line-height: 64px;
    font-size: 18px;
    color: #6c7797;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff;
    cursor: pointer
}

.calendar-box .date li:hover {
    background: #d4d4d4;
    color: #fff
}

.calendar-box .date li .active {
    background: #08ba5f;
    color: #fff
}

.active {
    background: #08ba5f;
    color: #fff
}


.m-type {
    margin-bottom: 30px;
    height: 40px;
    background: #ececec;
    line-height: 40px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 36px 0 #f7f7f7;
    box-shadow: 0 3px 36px 0 #f7f7f7
}

.m-type li {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 140px;
    color: #555;
    text-align: center;
    border-right: 1px solid #fff
}

.m-type li a {
    color: #555;
    display: block
}

.m-type li.active {
    background-image: linear-gradient(135deg, #00d0fb, #00acf6);
    color: #fff
}

.m-type li.active a {
    color: #fff
}

.on-data {
    width: 202px;
    text-align: center;
    margin: 0 auto
}

.on-data img {
    width: 100%
}

.on-data .txt {
    font-size: 20px;
    color: #d2d2d2;
    padding-top: 20px;
    padding-bottom: 30px
}


.activity {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px
}

.activity .act-con {
    width: 1200px;
    margin: 0 auto
}

.activity .act-con .type_list {
    margin-bottom: 20px
}

.banner {
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden
}

.banner .banner-img {
    background-size: cover !important;
    width: 100%;
    height: 560px
}

.banner .filter {
    -webkit-filter: blur(10px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.banner .navs {
    width: 100%;
    height: 80px;
    background: rgba(42, 138, 199, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20
}

.banner .navs .navs-con {
    width: 1200px;
    margin: 0 auto
}

.banner .navs .navs-con .title {
    font-size: 30px;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    line-height: 80px;
    vertical-align: middle
}

.banner .navs .navs-con .guides {
    display: inline-block;
    vertical-align: middle
}

.banner .navs .navs-con .guides li {
    display: inline-block;
    font-size: 16px;
    margin-right: 4px
}

.banner .navs .navs-con .guides li a {
    padding: 9px 28px;
    color: #fff;
    display: inline-block;
    border-radius: 3px
}

.banner .navs .navs-con .guides li a.active,
.banner .navs .navs-con .guides li a:hover {
    background-image: linear-gradient(135deg, #00d0fb, #00acf6)
}

.banner .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3)
}

.bg-con {
    width: 100%;
    background: #f6f6f6 url(/static/img/bg.c4b24c7.png) no-repeat;
    background-size: 100%
}

.item-list {
    padding-top: 8px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #e4e4e4
}

.item-list p {
    color: #a3a3a3;
    font-size: 14px;
    float: left;
    margin-top: 6px
}

.item-list .lists {
    float: left;
    width: 1100px
}

.item-list .lists li {
    color: #6c6c6c;
    font-size: 14px;
    float: left;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px
}

.item-list .lists li:hover {
    background: #d4d4d4;
    color: #fff
}

.item-list .lists li.active {
    background-image: linear-gradient(135deg, #00d0fb, #00acf6);
    color: #fff
}

.item-list:last-child {
    border-bottom: none
}

.on-data {
    width: 202px;
    text-align: center;
    margin: 0 auto
}

.on-data img {
    width: 100%
}

.on-data .txt {
    font-size: 20px;
    color: #d2d2d2;
    padding-top: 20px;
    padding-bottom: 30px
}

.m-item {
    margin-bottom: 25px;
    background: #fff;
    -webkit-box-shadow: 0 3px 36px 0 #ededed;
    box-shadow: 0 3px 36px 0 #ededed
}

.m-item .edu-img {
    width: 450px;
    height: 320px;
    overflow: hidden;
    float: left;
    text-align: center;
    line-height: 320px
}

.m-item .edu-img img {
    width: 100%
}

.m-item .m-txt {
    float: left;
    margin-top: 40px;
    margin-left: 40px;
    width: 700px;
    text-align: justify;
    position: relative
}

.m-item .m-txt .m-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px
}

.m-item .m-txt .m-title a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 600px;
    display: inline-block;
    vertical-align: middle
}

.m-item .m-txt .m-title a:hover {
    color: #28bbff
}

.m-item .m-txt .m-title a .icon-status {
    width: 22px;
    display: inline-block;
    vertical-align: middle
}

.m-item .m-txt .m-title .mold {
    font-size: 14px;
    background-image: linear-gradient(135deg, #00d0fb, #00acf6);
    width: 46px;
    height: 25px;
    margin-left: 10px;
    display: inline-block;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
    line-height: 25px;
    color: #fff
}

.m-item .m-txt .address {
    color: #28bbff;
    font-size: 16px;
    margin-bottom: 10px
}

.m-item .m-txt .address .location {
    width: 18px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px
}

.m-item .m-txt .m-time {
    color: #5e6d84;
    font-size: 16px;
    margin-bottom: 10px
}

.m-item .m-txt .m-time .time {
    width: 18px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px
}

.m-item .m-txt .intr {
    font-size: 16px;
    color: #9a9a9a;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.m-item .m-txt .btn-book {
    width: 130px;
    height: 45px;
    background-image: linear-gradient(135deg, #00d0fb, #00acf6);
    text-align: center;
    line-height: 45px;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}

.m-item .m-txt .keywords {
    color: #a3a3a3;
    display: inline-block
}

.m-item .m-txt .keywords span {
    display: inline-block;
    vertical-align: middle
}

.m-item .m-txt .keywords .omit {
    font-size: 18px;
    cursor: pointer
}

.m-item .m-txt .keywords .spot {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 20px;
    background: #f0f0f0;
    border-radius: 4px;
    margin-bottom: 5px
}

.m-item .m-txt .poptip {
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    white-space: nowrap;
    position: absolute;
    padding: 5px;
    margin-top: 10px;
    z-index: 12
}

.m-item .m-txt .poptip .spot {
    float: left;
    margin-right: 10px;
    padding: 10px 20px;
    background: #f0f0f0;
    border-radius: 4px;
    margin-bottom: 5px;
    color: #a3a3a3
}

.ivu-page {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 40px
}

.ivu-page .ivu-page-item-active {
    background-color: #28bbff;
    border-color: #28bbff
}

.ivu-page .ivu-page-item:hover,
.ivu-page .ivu-page-next:hover,
.ivu-page .ivu-page-prev:hover {
    border-color: #28bbff
}

.patch-list {
    padding-top: 50px;
    padding-bottom: 60px
}

.patch-list .info-con{
    width: 1200px;
    margin: 0 auto
}

.banner{
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden
}

.banner .banner-img{
    background-size: cover !important;
    width: 100%;
    height: 560px
}

.banner .filter{
    -webkit-filter: blur(10px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.banner .navs{
    width: 100%;
    height: 80px;
    background: rgba(42, 138, 199, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20
}

.banner .navs .navs-con{
    width: 1200px;
    margin: 0 auto
}

.banner .navs .navs-con .title{
    font-size: 30px;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    line-height: 80px;
    vertical-align: middle
}

.banner .navs .navs-con .guides{
    display: inline-block;
    vertical-align: middle
}

.banner .navs .navs-con .guides li{
    display: inline-block;
    font-size: 16px;
    margin-right: 4px
}

.banner .navs .navs-con .guides li a{
    padding: 9px 28px;
    color: #fff;
    display: inline-block;
    border-radius: 3px
}

.banner .navs .navs-con .guides li a.active,
.banner .navs .navs-con .guides li a:hover {
    background-image: linear-gradient(135deg, #00d0fb, #00acf6)
}

.banner .mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3)
}

.bg-con {
    width: 100%;
    background: #f6f6f6 url(/static/img/bg.c4b24c7.png) no-repeat;
    background-size: 100%
}

.m-type {
    margin-bottom: 30px;
    height: 40px;
    background: #ececec;
    line-height: 40px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 36px 0 #f7f7f7;
    box-shadow: 0 3px 36px 0 #f7f7f7
}

.m-type li {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 140px;
    color: #555;
    text-align: center;
    border-right: 1px solid #fff
}

.m-type li a {
    color: #555;
    display: block
}

.m-type li.active {
    background-image: linear-gradient(135deg, #00d0fb, #00acf6);
    color: #fff
}

.m-type li.active a {
    color: #fff
}

.on-data {
    width: 202px;
    text-align: center;
    margin: 0 auto
}

.on-data img {
    width: 100%
}

.on-data .txt {
    font-size: 20px;
    color: #d2d2d2;
    padding-top: 20px;
    padding-bottom: 30px
}

.m-item{
    margin-bottom: 25px;
    background: #fff;
    -webkit-box-shadow: 0 3px 36px 0 #ededed;
    box-shadow: 0 3px 36px 0 #ededed
}

.m-item .course-img{
    width: 450px;
    float: left;
    height: 320px;
    line-height: 320px;
    text-align: center;
    overflow: hidden
}

.m-item .course-img img{
    width: 100%
}

.m-item .m-txt{
    float: left;
    margin-top: 40px;
    margin-left: 40px;
    width: 700px;
    text-align: justify
}

.m-item .m-txt .m-title{
    font-size: 28px;
    color: #333;
    margin-bottom: 15px
}

.m-item .m-txt .m-title a{
    color: #333
}

.m-item .m-txt .m-title a:hover {
    color: #28bbff
}

.m-item .m-txt .m-title .mold{
    font-size: 14px;
    background-image: linear-gradient(135deg, #00d0fb, #00acf6);
    width: 46px;
    height: 25px;
    margin-left: 10px;
    display: inline-block;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
    line-height: 25px;
    color: #fff
}

.m-item .m-txt .address{
    color: #28bbff;
    font-size: 16px;
    margin-bottom: 10px
}

.m-item .m-txt .address .location{
    width: 18px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px
}

.m-item .m-txt .m-time{
    color: #5e6d84;
    font-size: 16px;
    margin-bottom: 10px
}

.m-item .m-txt .m-time .time{
    width: 18px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px
}

.m-item .m-txt .intr{
    font-size: 16px;
    color: #9a9a9a;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.m-item .m-txt .btn-book{
    width: 130px;
    height: 45px;
    background-image: linear-gradient(135deg, #00d0fb, #00acf6);
    text-align: center;
    line-height: 45px;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}

.m-item .m-txt .keywords{
    color: #a3a3a3;
    display: inline-block
}

.m-item .m-txt .keywords span{
    display: inline-block;
    margin-right: 10px;
    padding: 10px 20px;
    background: #f0f0f0;
    border-radius: 4px
}

.ivu-page {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 40px
}

.ivu-page .ivu-page-item-active {
    background-color: #28bbff;
    border-color: #28bbff
}

.ivu-page .ivu-page-item:hover,
.ivu-page .ivu-page-next:hover,
.ivu-page .ivu-page-prev:hover {
    border-color: #28bbff
}