
.button {
    position: absolute;
    cursor: pointer;
    top: 112px;
    font-size: 40px;
    color: #333;

}
.prev {
    left: -20px;
	background: url(../img/jiantou_lefty.png) center no-repeat;
	z-index: 100;
	width: 80px;
	height: 80px;
}
.prev:hover{background: url(../img/jiantou_lefty2.png) center no-repeat;}
.next {
    right: -20px;
    background: url(../img/jiantou_righty.png) center no-repeat;
    z-index: 100;
    width: 80px;
    height: 80px;
}
.next:hover{background: url(../img/jiantou_righty2.png) center no-repeat;}
.lsyg_bg{background: url(../img/lsyg_bg.png) no-repeat;padding-top: 80px;}
.nei_biao{text-align: center;
    font-size: 36px;
    font-weight: bold;margin-bottom: 60px;}
.container {
    width: 1200px;
    margin: 0 auto;
	height: 500px;
    position: relative;
    padding: 50px;
}
.slide_wrap  {
    overflow: hidden;
}
.slide_wrap ul {
    position: relative;
    left: 0px;
}
.slide_wrap::after {
    width: 100%;
    height: 1px ;
    background-color: #e5b282;
    content: '';
    position: absolute;
    top: 153px;
    left: 0px;
}
.slide_items li{
    float: left;
    font-size: 20px;
    width: 200px;
    text-align: center;    
}
.slide_items li a {
    display: block;
}
.slide_items li.on {
    color: yellow;
    border-radius: 30px;
}
.slide_items li span {
    color: #e5b282;
    font-size: 24px;
    display: block;
}
.slide_items li.on span{color: #BA6B21;font-weight: bold;font-size: 28px;}
.slide_items li div.circle {
    display: inline-block;
    width: 24px;
    height: 65px;
    background: url(../img/yuan_1.png) no-repeat;
    box-sizing: border-box;
    margin-top: 57px;
}
.neiro{margin-top: 10px;padding: 0 18px;font-size: 16px;line-height: 24px;}
.slide_items li.on div.circle {
    display: inline-block;
    width: 60px;
    height: 107px;
    background: url(../img/yuan_2.png) no-repeat;
    box-sizing: border-box;
    margin-top: 10px;
}

.slide-content {
    margin-top: 100px;
}
.slide-content img{
   width: 100%;
}
.slide-content ul {
    display: none;
}
.slide-content ul.on {
    display: block;
}

