@charset "UTF-8";



body, html {
    width: 100%;
}



.slide {
    position: relative;
    width: 941px;
    height: 550px;
    margin: 0 auto;
		padding-top:20px;
}
.slide > p {
    line-height: 0em;
    text-align: left;
    border-bottom: 
}

.slide > .frame {
    position: absolute;
    height: 428px;
    width: 800px;
    left: 61px;
	top: 9px;
    border: 10px solid #000;
    z-index: 9999;
		overflow: hidden;
}

.bxslider {
    position: relative;
    width: 800px;
    height: 427px;
    text-align: center;
}

.bxslider > div {
    position: relative;
    height: 500px;
    margin-bottom: 100px;
    margin,padding: 0;
}

.bxslider > div > span {
    position: absolute;
    right: 44%;
    font-weight: bold;
    font-size: 30px;
    padding-top: 30px;
    color: #000;
    z-index: 9999;
}

