@charset "UTF-8";.clearfix:before,.clearfix:after {
    content: " ";
    display: table;
}

body {
    background-color: #fff!important;
}

.clearfix:after {
    clear: both;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.pointer {
    cursor: pointer;
}

.slticon {
    display: inline-block;
    background-image: url(../images/solution/common/sprite@2x.png);
    background-size: 15.5px;
}

.slticon-icon1 {
    background-position: 0px 0px;
    width: 15.5px;
    height: 18px;
}

a.linker {
    font-size: inherit;
    color: #2D56B1;
    cursor: pointer;
}

@media (min-width: 1024px) {
    a.linker:hover {
        text-decoration:underline;
    }
}

a.learn-more {
    display: inline-block;
    font-size: 14px;
}

@media (max-width: 1023px) {
    a.learn-more {
        font-size:12px;
    }
}

.caret {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 8px;
    border: solid 8px transparent;
    border-top-color: #999;
    border-bottom: 0;
    -webkit-transition: .35s;
    transition: .35s;
}

.caret:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 16px;
    height: 8px;
    margin-top: -2px;
    border: solid 8px transparent;
    border-top-color: white;
    border-bottom: 0;
}

.btn {
    line-height: 22px;
}

.home-section {
}

#section-banner + .home-section[class*=section-bg-],#section-pagenav + .home-section[class*=section-bg-] {
    padding-top: 30px;
}

@media (min-width: 1024px) {
    .section-bg-white {
        background-color:white;
    }

    .section-bg-transparent + .section-bg-transparent,.section-bg-white + .section-bg-white {
        margin-top: -60px;
    }
}

@media (max-width: 1023px) {
    .section-title {
        font-size:20px;
        line-height: 20px;
        font-weight: normal;
    }
}

@media (max-width: 1023px) {
    .home-section {
        padding-top:30px;
        padding-bottom: 30px;
    }

    .section-mb-bg-white {
        background-color: white;
    }

    .section-mb-bg-transparent + .section-mb-bg-transparent,.section-mb-bg-white + .section-mb-bg-white {
        margin-top: -30px;
    }

    .section-title {
        margin-bottom: 20px;
    }
}

.home-section h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    text-align: justify;
}

@media (max-width: 1023px) {
    .home-section h2 {
        font-weight:normal;
        font-size: 16px;
        line-height: 20px;
    }
}

.home-section h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    text-align: justify;
}

@media (max-width: 1023px) {
    .home-section h3 {
        font-weight:normal;
        font-size: 12px;
        line-height: 16px;
    }
}

.home-section p {
    font-size: 18px;
    line-height: normal;
}

@media (max-width: 1023px) {
    .home-section p {
    }
}

title {
    font-size: 21px;
}

@media (min-width: 768px) {
    title {
        font-size:22px;
    }
}

@media (min-width: 1024px) {
    title {
        font-size:23px;
    }
}

@media (min-width: 1280px) {
    title {
        font-size:24px;
    }
}

@media (min-width: 1366px) {
    title {
        font-size:25px;
    }
}

@media (min-width: 1680px) {
    title {
        font-size:26px;
    }
}

.screenImg {
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    overflow: auto;
}

.screenImg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75%;
    max-width: 75%;
    padding: 20px;
    margin: auto;
    background-color: #fbfbfb;
}

#section-banner {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../images/newLive/banner-schedule-pc.jpg)!important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
}

@media (max-width: 768px) {
    #section-banner {
        background-image:url(../images/newLive/banner-mc.png)!important;
        margin-top: 43px;
        height: 190px;
    }

    #section-banner .banner-content h1 {
        margin: 50px auto 5px!important;
        font-size: 50px!important;
        color: #fff!important;
        text-align: center;
    }

    #section-banner .banner-content p {
        color: #fff!important;
        display: inline-block!important;
        font-size: 18px!important;
        line-height: normal;
        text-align: center!important;
        max-height: none;
    }
}

.section-banner .banner-wrap {
    width: 100%;
    height: 250px;
    text-align: center;
    color: #fff!important;
}

.banner-wrap {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 1440px){
    .banner-wrap {
        max-width: 1280px;
    }
}
.banner-wrap:before,.banner-wrap:after {
    content: " ";
    display: table;
}

.banner-wrap:after {
    clear: both;
}

@media only screen and (min-width: 1440px){
    .banner-wrap {
        max-width: 1280px;
    }
}

@media (max-width: 1023px) {
    .banner-wrap {
        padding-left:15px;
        padding-right: 15px;
    }
}

.banner-crumb .crumb-item {
    color: rgba(255,255,255,0.8);
    margin-right: 8px;
}

.banner-crumb .crumb-item:after {
    content: ">";
    margin-left: 8px;
}

.banner-crumb .crumb-item:hover {
    color: #fff;
}

.banner-crumb .crumb-item:last-child {
    color: rgba(255,255,255,0.8);
    cursor: default;
}

.banner-crumb .crumb-item:last-child:after {
    display: none;
}

.banner-content {
    display: table-cell;
    padding-top: 60px;
    font-size: 0;
}

.banner-content .banner-crumb {
    margin-top: 20px;
}

.banner-content .banner-crumb + h1 {
    margin-top: 30px;
}

.banner-img {
    height: 260px;
}

@media (max-width: 768px) {
    .banner-img {
        height:190px;
    }
}

.banner-img .banner-content p {
    font-size: 14px;
    color: #575D6C;
    line-height: 22px;
}

.banner-content h1 {
    font-size: 40px;
    color: #252b3a;
    line-height: 50px;
    margin-bottom: 8px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner-btn-group {
    max-width: 546px;
}

@media (max-width: 1023px) {
    .section-banner .banner-wrap {
        min-height:190px;
        padding-bottom: 20px;
        height: auto;
    }

    .banner-content p {
        max-width: none;
        height: auto;
        max-height: 54px;
        margin-top: 4px;
        margin-bottom: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .banner-btn-group {
        max-width: none;
    }
}
.twoStyle{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ovStyle{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.content-left {
    width: 100%;
    padding-top: 50px;
}

.content-left .crumbs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-left .crumbs a {
    color: #252b3a;
    font-size: 14px;
    line-height: 21px;
}

.content-left .crumbs .crumb-item {
    color: #666a75;
}

.content-left .crumbs .crumb-item:hover {
    color: #c7000b;
}

.content-left .crumbs .crumb-item:after {
    content: ">";
    margin-left: 5px;
}

@media (max-width: 1023px) {
    .content-left {
        width:100%;
        padding-top: 20px;
    }

    .content-left .crumbs {
        display: none;
    }
}

.section-content {
    padding-top: 0px;
    min-height: 251px;
}

.section-content > .banner-wrap {
    padding-bottom: 0px;
}

.section-content .section-title {
    margin-bottom: 20px;
}

.section-content .section-title h2 {
    font-size: 24px;
    color: #252B3A;
    line-height: 30px;
    float: left;
    font-weight: 400;
    padding-left: 19px;
    position: relative;
}

.section-content .section-title h2:after {
    content: '';
    width: 3px;
    height: 22px;
    background: #c7000b;
    position: absolute;
    left: 0;
    top: 3px;
    box-shadow: 1px 0 2px 0;
    color: rgba(246,111,106,0.39);
}

.section-content .section-title a {
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #2D56B1;
    line-height: 30px;
}

@media (max-width: 1023px) {
    .section-content {
        padding-top:0px;
    }

    .section-content .section-title h2 {
        font-size: 18px;
        line-height: 18px;
        padding-left: 10px;
        margin-top: 5px;
    }

    .section-content .section-title h2:after {
        content: '';
        width: 3px;
        height: 15px;
        top: 1px;
        left: 2px;
    }

    .section-content .section-title a {
        font-size: 14px;
        line-height: 18px;
    }
}

.section-content {
    padding-bottom: 0px;
}

.section-content .section-body {
    width: 100%;
    border-top: 1px solid #E2E2E2;
    padding: 30px 0px 0px 0px;
}

.section-content .section-body .section-table {
    width: 100%;
    height: 100%;
    position: relative;
}

.section-content .section-body .section-table .table-slide {
    display: none;
    padding-bottom: 40px;
}

.section-content .section-body .section-table .table-slide .table-item {
    width: 100%;
    padding-left: 105px;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}

.section-content .section-body .section-table .table-slide .table-item:last-child {
    margin-bottom: 0;
}

.section-content .section-body .section-table .table-slide .table-item .table-date {
    width: 105px;
    padding-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.section-content .section-body .section-table .table-slide .table-item .table-date > * {
    color: #A0A2Ab;
    float: right;
}

.section-content .section-body .section-table .table-slide .table-item .table-date .table-date-d {
    font-size: 36px;
    line-height: 42px;
    font-style: normal;
}

.section-content .section-body .section-table .table-slide .table-item .table-date .table-date-t {
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
}

.section-content .section-body .section-table .table-slide .table-item .table-info {
    min-width: 977px;
    width: 977px;
    padding: 0px 100px 0px 15px;
    border-left: 1px solid #ddd;
    display: table-cell;
    vertical-align: middle;
}

.section-content .section-body .section-table .table-slide .table-item .table-info h3 {
    font-size: 18px;
    color: #252B3A;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 400;
    max-height: 44px;
    word-break: break-all;
}

.section-content .section-body .section-table .table-slide .table-item .table-info h3:hover a {
    color: #1B79C8;
}

.section-content .section-body .section-table .table-slide .table-item .table-info p {
    font-size: 14px;
    color: #666a75;
    line-height: 22px;
    max-height: 66px;
    word-break: break-all;
}

.section-content .section-body .section-table .table-slide .table-item .table-info .table-info-p {
    margin-top: 5px;
    font-size: 14px;
    color: #666a75;
    line-height: 22px;
    max-height: 44px;
    word-break: break-all;
}

.section-content .section-body .section-table .table-slide .table-item .live-state {
    display: table-cell;
    width: 290px;
    height: 32px;
    vertical-align: middle;
}

.section-content .section-body .section-table .table-slide .table-item .live-state p {
    font-size: 14px;
    color: #252B3A;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
}

.section-content .section-body .section-table .table-slide .table-item .live-state p em {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/newLive/table-time-icon1.png);
    background-size: 100% 100%;
    vertical-align: middle;
}

.section-content .section-body .section-table .table-slide .table-item .live-state p em.active {
    background-image: url(../images/newLive/table-time-icon2.png);
}

.section-content .section-body .section-table .table-slide .table-item .live-btn {
    display: table-cell;
    width: 90px;
    height: 32px;
    position: relative;
    vertical-align: middle;
}

.live-btn-red a {
    width: 98px;
    height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    background: #c7000b;
    line-height: 16px;
    padding: 7px 20px;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
}

.live-btn-red a:hover {
    background: #c7000b;
    box-shadow: 0 8px 16px 0 rgba(246,111,106,.3);
}

.live-btn-close {
    display: table-cell;
    height: 32px;
    vertical-align: middle;
}

.live-btn-close a {
    width: 100px;
    height: 32px;
    display: inline-block;
    padding: 7px 13px;
    background: transparent;
    border: 1px solid #252b3a;
    font-size: 14px;
    color: #252b3a;
    text-align: center;
    line-height: 16px;
    border-radius: 2px;
}

.live-btn-close a:hover {
    color: #c7000b;
    border-color: #c7000b;
}

.live-btn-white,.live-btn-red {
    display: table-cell;
    height: 32px;
    vertical-align: middle;
}

.live-btn-white a {
    width: 100px;
    height: 32px;
    padding: 7px 10px;
    display: inline-block;
    color: #c7000b;
    background: #ffffff;
    border: 1px solid #c7000b;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    border-radius: 2px;
}

.live-btn-white a:hover {
    color: #fff;
    background-color: #c7000b;
    border: 1px solid #c7000b;
}

@media (max-width: 768px) {
    .section-content {
        padding-bottom:10px;
    }

    .section-content .content-left .recommend .section-title {
        margin-bottom: 15px;
    }

    .section-content .content-left .recommend .section-title h2 {
        margin-top: 8px;
    }

    .section-content .content-left .recommend .section-title select {
        float: right;
        margin-left: 0px;
        font-size: 14px;
        line-height: 22px;
    }

    .section-content .content-left .recommend .section-body {
        padding: 0px;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item {
        padding: 15px 0px 15px 0px;
        border-bottom: 1px solid #E2E2E2;
        margin-bottom: 0px;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item:last-child {
        border: none;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .table-date {
        width: 100%;
        position: static;
        margin-bottom: 10px;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .table-date em {
        float: none;
        font-size: 26px;
        line-height: 26px;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .table-date .table-date-t {
        font-size: 14px;
        line-height: 20px;
        margin-left: 15px;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .table-info {
        width: 100%;
        min-width: auto;
        display: block;
        border: none;
        padding-left: 0;
        padding-right: 0;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .table-info h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .table-info p {
        font-size: 14px;
        line-height: 22px;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .table-info .table-info-p {
        font-size: 14px;
        line-height: 22px;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .live-state {
        width: 100px;
        position: absolute;
        top: 15px;
        right: 0px;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .live-state em {
        width: 20px;
        height: 20px;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .live-state p {
        text-align: left;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .live-btn-red {
        display: block;
        margin-top: 15px;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .live-btn-close {
        display: block;
        margin-top: 15px;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .live-btn-close a {
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .live-btn-white {
        display: block;
        margin-top: 15px;
    }

    .section-content .content-left .recommend .section-body .section-table .table-slide .table-item .live-btn-white a {
    }
}

#select {
    width: 220px;
    height: 32px;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
}

#select:after {
    position: absolute;
    top: 5px;
    right: 28px;
    content: "";
    height: 22px;
    border-left: 1px solid #ddd;
}

#select:hover {
    border-color: #a0a2a8;
}

#select .select {
    display: none;
}

#select .em {
    font-size: 14px;
    line-height: 32px;
    padding-left: 10px;
    color: #252b3a;
}

#select em {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url(../images/newLive/select.png) no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    right: 10px;
    top: 12px;
}

#select.active {
}

#select.active:hover {
    border-color: #cccccc;
}

#select.active .select {
    display: block;
    width: 220px;
    background-color: #ffffff;
    margin-top: 37px;
    border: 1px solid #ddd;
    position: absolute;
    top: -2px;
    left: -1px;
    z-index: 2;
    padding-top: 1px;
}

#select.active .select p {
    font-size: 14px;
    line-height: 32px;
    padding-left: 10px;
    color: #252b3a;
}

#select.active .select p:hover {
    background-color: #f7f7f7;
    color: #c7000b;
}

#select.active .select p:active {
    background-color: #c7000b;
    color: #fff;
}

@media (max-width: 768px) {
    #select {
        margin-left:25px;
        width: 5.466666666666667rem;
    }

    #select.active .select {
        width: 5.466666666666667rem;
    }
}
@media (max-width: 768px) {
    #sixianghui #select.active .select {
        width:160px;
    }
}

.swiper-slide {
    position: relative;
}

.swiper-slide .banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: left;
    padding-top: 80px;
    font-size: 0;
    left: calc(50% - 1200px/2);
}
.banner-img .banner-content{
    max-width: 1200px;
    text-align: left;
}
@media only screen and (min-width: 1440px){
    .banner-img .banner-content{
        max-width: 1280px;
    }
    .swiper-slide .banner-content {
        left: calc(50% - 1280px/2);
    }
}

#swiper-banner {
    font-size: 0;
    margin-top: 0px;
}

#swiper-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 32px;
    height: 20px;
    font-size: 0;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: width .8s;
    border: 0;
    border-radius: 0;
    background: transparent;
    opacity: 1;
}

#swiper-banner .swiper-pagination-bullet:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    vertical-align: middle;
    transition: width .8s,background-color .8s;
}

#swiper-banner .swiper-pagination-bullet-active {
    top: 0;
}

#swiper-banner .swiper-pagination-bullet-active:before {
    transform: scale(1.2);
    background: #fa6f66;
}

#swiper-banner .swiper-wrapper img {
    width: 100%;
    max-width: 1920px;
    height: 250px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    z-index: 3;
}

#swiper-banner .swiper-wrapper:hover img {
    cursor: pointer;
    transform: scale(1.06,1.06);
    -ms-transform: scale(1.06,1.06);
    -moz-transform: scale(1.06,1.06);
    -webkit-transform: scale(1.06,1.06);
    -o-transform: scale(1.06,1.06);
}

#swiper-banner-mb {
    display: none;
}

@media (max-width: 768px) {
    .m-community-header span {
        height:1.226666667rem;
    }

    #swiper-banner {
        display: none;
    }

    #swiper-banner-mb {
        display: block;
        font-size: 0;
        margin-top: 0;
        height: 190px;
    }

    #swiper-banner-mb img {
        height: 100%;
        width: 100%;
    }

    #swiper-banner-mb .banner-content {
        padding: 0 15px;
        height: 100%;
        left: 0;
    }

    #swiper-banner-mb .banner-content h1,#swiper-banner-mb .swiper-slide .banner-content {
        width: calc(100% - 30px);
    }

    .banner-content h1 {
        font-size: 0.8rem;
        vertical-align: middle;
        margin: 50px 0 0;
    }

    #swiper-banner-mb .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 100%;
        border: 1px solid #666;
        background-color: transparent;
        opacity: 1;
    }

    #swiper-banner-mb .swiper-pagination-bullet-active {
    }

    #swiper-banner-mb .swiper-pagination-bullet-active {
        opacity: 1;
        width: 12px;
        height: 12px;
        border: 2px solid #e41f2b;
        position: relative;
        top: 1px;
        background-color: transparent;
    }

    #swiper-banner-mb.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
        bottom: 15px;
    }
}

@media (max-width: 320px) {
    #select {
        width:5.066666666666667rem;
    }

    #select.active .select {
        width: 5.066666666666667rem;
    }
}
