
.swiper-content-box .text {
    width: 100%;
}

.example.text .swiper-content-box .indicator {
    bottom: 0;
    height: 80px;
    width: 10px;
    right: 5px;
}

.example.text .swiper-content-box .indicator .center a {
    width: 10px !important;
    display: block;
    margin: 4px 0;
}

.example.text .swiper-content-box .indicator .center {
    position: absolute;
    top: 50%;
    margin-top: -28px;
}

.sectionAnimate.active .fix>.r {
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.sectionAnimate.active .fix>.l {
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.section {
    background: #fff;
}

#roll {
    height: 200px;
    width: 260px;
    position: fixed; /*fixed实现绝对定位*/
    cursor:pointer;
    z-index: 1000;
}
#roll img{
    height: 200px;
    width: 260px;
}
.PartyCulture_title{height:30px;width:100%;padding:0 0px;line-height:30px;margin-bottom:6px}
.PartyCulture_title span{font-size: 24px; font-weight: bold;}
.PartyCulture_title .more{float: right;}
.scroll-slide:hover{
    opacity: 1;
}
.scroll-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    border-bottom:hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height:300px;
    opacity:0.7;
    padding:0px;
    margin-right:0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
}

.scroll-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scroll-container {
    width: 100%;
    height: 300px;
    margin: 0px auto;
    padding-top: 0px;
}
.append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}
.ddsmoothmenu1 UL  LI div {
    POSITION: absolute ;DISPLAY: block;color:black;left :-25%}
.ddsmoothmenu1 UL LI div A {
    DISPLAY: block; WIDTH: 178px;height:40px; TEXT-DECORATION: none;margin-left: 0px;text-align:center;
    background-color: #fff;BORDER-BOTTOM: #E6E6E6 1px solid ;font-size: 16px;padding: 10px 0px;color: #666666;
}
.ddsmoothmenu1  UL LI div A:hover {
    BACKGROUND: #4e72b8;color: #fff;
}
.myButton1 {
    position: absolute;
    top: 9px;
    right: 10px;
    height: 20px;
    width: 20px;
    z-index: 999999;
    transform: translate(50%, -50%);
}
.adviertisementPic {
    position: fixed;
    z-index: 999999;
    left: 10px;
    bottom: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dddddd;

}
.swiper-container {
width: 100%;
padding-top: 35px;
padding-bottom: 10px;
}

.swiper-slide {
background-position: center;
background-size: cover;
width: 400px;
height: 576px;
background-color: #fff;
padding:15px;
border-bottom: 3px solid rgb(0,161,233);
margin:29px 0px;
}

.swiper-slide img {
display: block;
width: 100%;
}
.style_tx_con{width:90%;color:#333333;margin:0 auto;
font-size:16px;
line-height:25px;
-webkit-box-orient:vertical;
-webkit-line-clamp:4;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
height:100px;
}
.style_tx_tit{
text-align: center;
}
.style_tx_tit a{font-size:22px; color:#00428e;}
@-webkit-keyframes pulse1{0%{}100%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1);}}
.mySwiper .swiper-slide:hover {
z-index:9999!important;
border:1px solid #ccc;
border-bottom: 3px solid rgb(0,161,233);
-webkit-animation-duration: .4s;
-moz-animation-duration: .4s;
-o-animation-duration: .4s;
animation-duration: .4s;
-webkit-animation-name: pulse1;
-moz-animation-name: pulse1;
-o-animation-name: pulse1;
animation-name: pulse1;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
margin:0px;
}
.mySwiper .swiper-slide:hover .swiper-slide-shadow-left{
opacity: 0!important;
}

.mySwiper .swiper-slide:hover .swiper-slide-shadow-right{
opacity: 0!important;
}

span.new {
    background: url(../images/new.gif) right center no-repeat;
}

