.banners
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background-color: rgba(200,200,200,0.5);
}

.banners:hover .click_left
{
	display: block;
}

.banners:hover .click_right
{
	display: block;
}

.click_left
{
	width: 30px;
	position: absolute;
	z-index: 10;
	left: 2vw;
	display: none;
}

.click_right
{
	width: 30px;
	position: absolute;
	z-index: 10;
	right: 2vw;
	display: none;
}

.click_left img,.click_right img
{
	width: 100%;
    height: 100%;
    vertical-align: inherit;
}

.number
{
	width: 100%;
	height: 1vw;
	line-height: 1vw;
	position: absolute;
	z-index: 10;
	text-align: center;
	bottom: 1.5vw;
}

.numbers
{
	display: inline-block;
}

.numbers span
{
	color: white;
	font-size: 0.7vw;
	display: block;
	float: left;
	width: 1vw;
	height: 1vw;
	line-height: 1vw;
	text-align: center;
	border-radius: 100vw;
	margin: 0 0.5vw;
	padding: 0.1vw;
	border: 0.1vw solid white;
}

.numbers span:hover
{
	cursor: pointer;
}

.banner_img
{
	width: 100%;
	height: 100%;
}

.banner_img img
{
	width: 100%;
	height: 100%;
	position: absolute;
	break-inside: 1;
}



.slide_x {

    overflow: hidden;

    position: relative;

    margin: 0px auto;

    width: 340px;

    /*height: 270px;*/

    background: #000;

    float: left;

}



.slide_x a {

    color: #eee;

    text-decoration: none;

}



.slide_x .box {

    overflow: hidden;

    position: relative;

    width: 340px;

    height: 260px;

}



.slide_x .list {

    overflow: hidden;

    width: 9999px;

}



.slide_x .list li {

    float: left;

    position: relative;

    width: 340px;

}



.slide_x .list img {

    vertical-align: top;

    width: 340px;

    height: 220px;

}



.slide_x .list .biaoti {

    position: relative;

    width: 100%;

    height: 40px;

    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');

    background: #c0ab6b;

}



.slide_x .list .biaoti p {

    font-size: 16px;

    color: #eee;

    text-indent: 12px;

    line-height: 40px;

    width: 100%;

    display: block;

    overflow: hidden;

    /*Ã¦Â³Â¨Ã¦â€žÂÃ¤Â¸ÂÃ¨Â¦ÂÃ¥â€ â„¢Ã¥Å“Â¨Ã¦Å“â‚¬Ã¥ÂÅ½Ã¤Âºâ€ */

    white-space: nowrap;

    -o-text-overflow: ellipsis;

    text-overflow: ellipsis;

}



.slide_x .btn {

    overflow: hidden;

    position: absolute;

    bottom: 50px;

    right: 6px;

}



.slide_x .btn li {

    float: left;

    width: 15px;

    height: 15px;

    margin: 0 0 0 7px;

    border-radius: 2px;

    background: #eee;

    color: #333;

    font-size: 10px;

    text-align: center;

    cursor: pointer;

    line-height: 15px;

}



.slide_x .btn .selected {

    background: #ce0000;

    color: #fff;

}



.slide_x .minus,

.slide_x .plus {

    position: absolute;

    top: 110px;

    width: 40px;

    height: 50px;

    background-image: url(/jrkjxy/style/css/images/control.png);

    background-repeat: no-repeat;

    text-align: center;

    cursor: pointer;

}



.slide_x .minus {

    left: 0;

    background-position: 0 0;

}



.slide_x .plus {

    right: 0;

    background-position: -40px 0;

}



.slide_x .minus:hover {

    background-position: 0 -50px;

}



.slide_x .plus:hover {

    background-position: -40px -50px;

}



.slide_x.lunbo {

    overflow: hidden;

    position: relative;

    margin: 0px auto;

    width: 1123px;

    height: 110px;

    background: #000;

    float: none;

    margin-top: 30px;

}



.slide_x.lunbo a {

    color: #eee;

    text-decoration: none;

}



.slide_x.lunbo .box {

    overflow: hidden;

    position: relative;

    width: 1123px;

    height: 110px;

}



.slide_x.lunbo .list {

    overflow: hidden;

    width: 9999px;

}



.slide_x.lunbo .list li {

    float: left;

    position: relative;

    width: 1123px;

}



.slide_x.lunbo .list img {

    vertical-align: top;

    width: 1123px;

    height: 110px;

}