﻿@charset "UTF-8";
/*初始化  reset*/

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

fieldset, img {
    border: 0;
    vertical-align: top;
}

a, input, button, select, textarea {
    outline: none;
}

a, button {
    cursor: pointer;
}

.wrap {
    width: 1000px;
    margin: 0px auto;
}

.slide {
    height: 500px;
    position: relative;
}

.slide li {
    position: absolute;
    left: 200px;
    top: 0;
}

.slide li img {
    width: 100%;
}

.arrow {
    opacity: 0;
    position: absolute;
    top: 24%;
    z-index: 1000;
    width: 100%;
}

.prev, .next {
    width: 250px;
    height: 300px;
    position: absolute;
    z-index: 99;
}

.prev {
    left: 10%;
    
}

.next {
    width: 300px;
    right: 0;
}
.lys {
    width:320px;
    height:200px;
    font-size: 17px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: rgba(39,39,39,1);
    line-height: 29px;
    margin:-5px auto;
    background:#fff;
}







