.sudy-slide {
    zoom: 1; position: relative;
    font: 14px/1.5 "\5b8b\4f53",sans-serif;
}

.slide-wrap,.slide-slider {
    width: 1200px;
    height: 390px;
    margin: auto;
    position: relative;
}

.slide-container {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
}

.slide-container .slide-item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 200%;
    top: 0;
    overflow: hidden;
    z-index: 0 !important;
}

.slide-container .slide-item img {
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top;
}

.slide-title-bar {
    position: absolute;
    left: 0.49rem;
    bottom: 0.73rem;
    z-index: 40;
    height: auto;
    opacity: 1;
}
.slide-container .slide-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 39%;
    position: absolute;
    background: url(../images/bannerbg.png);
    background-size: 100% 100%;
    bottom: 0;
}
.slide-title-bg {
    width: 100%;
    height: 100%;
    /* opacity: 1; filter:alpha(opacity=100);*/
    display: none;
}

.slide-title {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    /* height: 40px; */
    line-height: 0.34rem;
    /* padding: 0 0.15rem; */
    color: #fff;
    font-size: 0.34rem;
    /* position: absolute; */
    left: 0px;
    bottom: 0px;
    text-align: center;
    z-index: 50;
    font-family: å¾®è½¯é›…é»‘;
    font-weight: bold;
}

.slide-title a,.slide-text a {
    color: #fff;
    text-decoration: none;
}

.slide-title a:hover,.slide-text a:hover {
    text-decoration: none;
}

.slide-text-box {
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 20;
    width: 40%;
    height: 100px;
}

.slide-text-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.slide-text-inner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
    height: 100%;
    overflow: hidden;
}

.slide-text {
    padding: 10px;
    line-height: 1.5;
    color: #fff;
    font-size: 13px;
}

.slide-navigation {
    display: block;
    width: 41px;
    text-align: center;
    height: 101px;
    line-height: 40px;
    background: rgb(255 255 255 / 27%);
    text-decoration: none;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    bottom: 50%;
    margin-bottom: -50px;
    z-index: 50;
    opacity: 1;
    filter: alpha(opacity=80);
    /* text-indent: -999em; */
    line-height: 101px;
}

.slide-navigation:hover {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.slide-navigation:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.slide-prev {
    left: -41px;
}

.slide-next {
    right: -41px;
}

.slide-pagination {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 60;
    height: 20px;
    text-align: right;
}

.slide-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    border-radius: 5px;
    background-color: #999;
    color: #fff;
    margin-right: 5px;
    cursor: pointer;
}

.slide-page span {
    display: none;
}

.slide-page:hover {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.slide-page-active {
    background-color: #ff4019;
}

.slide-mask {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    z-index: 40;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.mask-left {
    left: -100%;
}

.mask-right {
    left: 100%;
}

.slide-thumb {
    height: auto;
    position: absolute;
    right: 50%;
    margin-right: -6.38rem;
    bottom: 0.59rem;
    z-index: 40;
    /* display: none; */
}

.slide-thumb .thumb-image {
    display: inline-block;
    cursor: default;
    border: 2px solid #fff;
    width: 0.11rem;
    height: 0.11rem;
    float: left;
    margin-left: 0.19rem;
    margin-top: 0;
    border-radius: 50%;
}

.slide-thumb .thumb-image img {
    display: none;
    width: 100%;
    height: 100%;
    border: 0;
}

.slide-thumb .thumb-active {
    border-color: #fff;
    background: #fff
}

.slide-slider {
    height: auto;
    /* background: #fff; */
    position: absolute;
    margin-top: 1px;
    /* display: none; */
    right: 300px;
    bottom: 0.59rem;
    width: auto ! important;
    /* border-radius: 50%; */
    display: none;
}

.slide-slider .slide-slider-item {
    /* position: absolute; */
    height: 0.11rem ! important;
    /* background: #fff; */
    top: 0;
    width: 0.11rem ! important;
    display: inline-block;
    /* vertical-align: middle; */
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: 0.19rem;
}

.slide-slider .slide-slider-item div {
    height: 4px;
    background: #ccc;
    margin-right: 1px;
    display: none;
}

.slide-slider .slider {
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.slide-slider .slider span {
    display: block;
    height: 4px;
    background: #C32C2C;
    margin-right: 1px;
    z-index: 10;
}
