﻿.swiper:after,
.swiper1:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
}

.swiper {
    padding-bottom: 20px;
}

.swiper-container {
    border-radius: 6px;
    
}

.swiper-slide {
    position: relative;
    height: 100%;
}

.swiper1 {
    width: 805px;
    height: 350px;
    display: inline-block;
    position: relative;
}

.swiper1 .swiper-wrapper,
.swiper1 .tempWrap {
    height: 100%;
}
.swiper1 .swiper-slide{
    width: 805px;
    height: 350px;
    display: inline-block;
}
.swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
/*ljt*/

#swiper1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    overflow: hidden;

}

#swiper1 .pagination {
    display: inline-block;
    position: absolute;
    bottom: 16px;
    right: 20px;
    z-index: 10;
    text-align: right;
}

.pagination a {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.pagination .active {
    background: #ff0000;
    border: 1px solid #ff0000;
}

.swiper1 .swiper1-prev {
    width: 27px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    background: url(../images/left.png) no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
    display: none;
}

.swiper1 .swiper1-next {
    width: 27px;
    height: 44px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -22px;
    background: url(../images/right.png) no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
    display: none;
}

#swiper2 {
    width: 805px;
    height: 143px;
    display: inline-block;
    position: relative;
    margin-top: 11px;
    overflow: hidden;
    border-radius: 6px;
}
#swiper2  .tempWrap {
    overflow: hidden;
}

#swiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

#swiper2 .swiper-slide {
    width: 255px;
    height: 143px;
    margin-bottom: 8px;
    padding-right: 20px;
    cursor: pointer;
}

#swiper2 .swiper-slide a {
    width: 255px;
    height: 143px;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
}

#swiper2 .swiper2-prev {
    position: absolute;
    top: 50%;
    left: -4px;
    margin-top: -13px;
    width: 44px;
    height: 27px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/left.png);
    display: none;
}

#swiper2 .swiper2-next {
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -13px;
    width: 44px;
    height: 27px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/right.png);
    display: none;
}

.swiper1 .swiper-slide p {
    width: 100%;
    height: 79px;
    line-height: 79px;
    display: block;
    position: absolute;
    bottom: 0px;
    background: url(../images/swiperbg.png) no-repeat;
    z-index: 8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.swiper1 .swiper-slide p span {
    width: 30em;
    height: 80px;
    line-height: 98px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.hint{
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;

}

.msgBox .msgList .special {
    position: relative;
}

.msgBox .msgList .special .thumbnail {
    width: 55%;
    height: 250px;
    float: left;
    border-radius: 6px;
}

.msgBox .msgList .special img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-color: #000;
}

.msgBox .msgList .special .descBox {
    width: 40.9%;
}

.msgBox .msgList .special .descBox h3 {
    width: 100%;
    height: 55px;
    overflow: hidden;
    position: relative;
    margin-top: 6px;
    white-space: normal;
    word-break: break-all;
    color: #828a92;
    height: 100%;
    position: relative;
}

.msgBox .msgList .special .descBox h3 a {
    max-height: 2.8em;
    margin-bottom: .25rem;
    line-height: 1.4em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.msgBox .msgList .special .descBox h3:hover {
    color: #ff0000;
}

.msgBox .msgList .special .tag {
    position: absolute;
    right: 20px;
    bottom: 20px;
}



.cooperate {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    color: #ff0000;
    font-size: 18px;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

.cooperate a {
    height: 50px;
    padding-left: 30px;
    display: inline-block;
    background: url(../images/cooperate.png) no-repeat 0 center;
    color: #ff0000
}



.eventBox {
    border-top: 3px solid #ff0000;
    margin-top: 20px;
    background: #fbfbfb;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.e-title {
    position: relative;
    border-bottom: 1px dashed #e6e6e6;
}

.e-title span {
    width: 49%;
    height: 68px;
    line-height: 68px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.e-title .cut {
    height: 28px;
    display: inline-block;
    border-right: 1px dashed #ccc;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -14px;
}

#eve_report {
    display: none;
}

.eventBox .e-title .titleOn {
    font-weight: 700;
    color: #ff0000;
}
.suction{
    width: 805px;
    height: 250px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding:0!important;
    border-radius: 6px;
    cursor: pointer;
}
.suction .topBox{
    width: 100%;
    height: 100%;
}
.suction .suctionHint{
    width: 100%;
    height:100%;;
    display: block;
    position: absolute;
    top: 0px;
    background: rgba(0,0,0,0.4);
    color: #fff;
}
.suction .hintText{
    position: absolute;
    left: 20px;
    bottom: 17px;
}
.suction .hintText .htitle{
    width: 34em;
    font-size: 22px;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.suction .hintText .hsummary{
    width: 25em;
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 6px;
}
.eventList li {
    height: 95px;
    padding: 20px 20px 10px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.eventList li:hover {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.eventList li .event {
    width: 18em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}

.eventList li .event:hover {
    color: #ff0000;
}

.eventList .time,
.eventList .place {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.eState {
    height: 23px;
    line-height: 23px;
    padding: 0 16px;
    font-size: 13px;
    border-radius: 11px;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #ff0000!important;
}

.finish:hover {
    color: #bbb;
}

.signUp {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.finish {
    color: #bbb!important;
    border: 1px solid #e6e6e6;
}

.eventList .hotIn .event {
    background: url(../images/hot.png) no-repeat 100% center;
    padding-right: 18px;
}

.eventLoad {
    padding: 10px 0 40px;
    text-align: center;
}



.under {
    max-width: 1200px;
    height: 180px;
    display: block;
    border-top: 3px solid #ff0000;
    position: relative;
    margin-top: 60px;
}

.under .title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-bottom: none;
}

#swiper3 {
    width: 90%;
    height: 200px;
    overflow: hidden;
    border-radius: 0;
    margin: 15px auto 0;
}

#swiper3 .tempWrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#swiper3 .tempWrap ul {
    width: 2500px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

#swiper3 .tempWrap ul li {
    float: left;
    width: 1221px;
}

#swiper3 .tempWrap ul li a {
    width: 134px;
    height: 60px;
    display: block;
    margin: 0 10px 20px 10px;
    position: relative;
    cursor: pointer;
    float: left;
    border-radius: 2px;
}

#swiper3 .tempWrap ul li a img {
    width: 134px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 2px;
}

#swiper3 .swiper-button-next {
    width: 10px;
    height: 22px;
    position: absolute;
    background: url(../images/icon.png) no-repeat!important;
    top: 47%;
    right: 1%;
    cursor: pointer;
    display: none;
    opacity: 0.4;
}

#swiper3 .swiper-button-prev {
    width: 10px;
    height: 22px;
    position: absolute;
    background: url(../images/icon.png) no-repeat -46px 0!important;
    top: 48%;
    left: 1%;
    cursor: pointer;
    display: none;
    opacity: 0.4;
}

#swiper3 .hd ul {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 25px;
    right: 0px;
    z-index: 10;
    text-align: center;
}

.hd ul a {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #bbb;
    cursor: pointer;
}

#swiper3 .hd .active {
    background: #ff0000;
    border: 1px solid #ff0000;
}

#swiper3 .clearfix img {
    position: absolute;
}

#swiper3 .co-media0 {
    z-index: 1;
    transition: .25s;
}

#swiper3 .co-media1 {
    z-index: 0;
    transition: .25s;
}

#swiper3 .clearfix a:hover>.co-media0 {
    z-index: 0;
    transition: .25s;
}

.eventList li:last-of-type {
    border-bottom: none;
}



#swiper2 .swiper-slide:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 6px;
    position: static;
}

.swiper1 .swiper-slide:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 6px;
}

.eventBox .covList{
    height: 624px;
}


@media screen and (max-width:1300px) {
    .swiper {
        padding-bottom: 16px;
    }
    #swiper1 {
        width: 639px;
        height: 276px;
        margin-right: 8px;
        overflow:hidden;/*ljt*/
    }
    .swiper1 .swiper-slide{
        width: 639px;
        height: 276px;
        display: inline-block;
    }
    #swiper1 .bd ul li img {
        width: 639px;
        height: 276px;
    }
    #swiper2 {
        width: 639px;
        height: 114px;
        left: 0;
    }
    #swiper2 .swiper-slide {
        width: 202px;
        height: 114px;
        padding-right: 17px;
    }
    #swiper2 .swiper-slide a{
        width: 202px;
        height: 114px;
    }
    #swiper2 .bd ul li img {
        width: 202px;
        height: 114px;
    }
    .msgBox .msgList .special .tag {
        right: 16px;
    }
    .special .descBox .detail {
        margin-top: 26px;
    }
    #swiper3 {
        width: 89.3%;
        height: 150px;
    }
    #swiper3 .tempWrap ul li {
        width: 960px;
    }
    #swiper3 .tempWrap ul li a {
        width: 110px;
        height: 40px;
        margin: 0 14px 14px 0;
    }
    #swiper3 .swiper-button-next {
        right: -1%;
    }
    #swiper3 .swiper-button-prev {
        left: -1%;
    }
    #swiper3 .hd ul{
        /*bottom:9px;*/
    }
    .swiper1 .swiper-slide p span {
        width: 24em;
        margin-left: 16px;
        line-height: 108px;
    }
    #swiper1 .pagination {
        right: 16px;
        bottom: 12px;
    }
    .eventBox,
    .section {
        margin-top: 16px;
    }
    .eventLoad {
        margin-top: 15px;
        padding-bottom: 48px;
    }
    .eventList li {
        padding: 16px 16px 8px;
    }
    .eventList li .event {
        width: 13em;
    }
    .eventList .time,
    .eventList .place {
        margin-top: 6px;
    }
    .eState {
        right: 16px;
        bottom: 16px;
    }
    .under {
        height: 230px;
    }
    .eventList .hotIn .event {
        padding-right: 33px;
    }
    #swiper3 .tempWrap ul li a img {
        width: 110px;
        height: 40px;
    }
    .suction{
        width: 639px;
        height: 199px;
    }
    .hint{
        padding-bottom:15px
    }
    .suction .hintText{
        bottom:13px;
        left: 16px;
    }
    .suction .hintText .htitle{
        font-size: 18px;
    }
    .suction .hintText .hsummary{
        margin-top: 4px;
    }
}
