@charset "UTF-8";



body, html {
    width: 100%;
}



.slide {
    position: relative;
    width: 941px;
    height: 550px;
    margin: 0 auto;
	padding-top:20px;
    background-color: #dfdfdf;
	border-left:#000 19px solid;
	border-right:#000 20px solid;
}
.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;
}

.bxslider {
    position: relative;
    width: 800px;
    height: 427px;
    text-align: center;
 /*   border: 10px solid #000;*/
}

.bxslider > div {
    position: relative;
    height: 500px;
    margin-bottom: 100px;
    background: #DFDFDF;
    margin,padding: 0;
}

.bxslider > div > span {
    position: absolute;
    right: 44%;
    font-weight: bold;
    font-size: 30px;
    padding-top: 30px;
    color: #000;
    z-index: 9999;
}

