﻿* {
	padding: 0;
	margin: 0;
}


.Box {
	position: relative;
}

.Box .content {
	width: 1180px;
	margin: 0 auto;
}
#BoxSwitch{
	display: none;
}

.Box .Box_con {
	position: relative;
}

.Box .Box_con .btnl {
	position: absolute;
}

.Box .Box_con .btn {
	display: block;
	width: 25px;
	height: 41px;
	position: absolute;
	top: 25px;
	cursor: pointer;
	z-index: 5;
}

.Box .Box_con .btnl {
	background: url(/version/2019/sswj/img/jtl02.png) no-repeat center;
	left: 0;
}

.Box .Box_con .btnr {
	background: url(/version/2019/sswj/img/jtr02.png) no-repeat center;
	right: 0;
}

.Box .Box_con .btnl:hover {
	background: url(/version/2019/sswj/img/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
	background: url(/version/2019/sswj/img/jtr03.png) no-repeat center;
}

.Box .Box_con .conbox {
	position: relative;
	overflow: hidden;
    width: 1180px;
}

.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}

.Box .Box_con .conbox ul li {
	float: left;
	width: 220px;
	height: 90px;;
	margin-left: 20px;
	overflow: hidden;
}

.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box .Box_con .conbox ul li img {
	display: block;
	width: 220px;
	height: 90px;
	transition: all 0.5s;
}

.Box .Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}

.Box .BoxSwitch {
	margin-top: 30px;
	text-align: center;
}

.Box .BoxSwitch span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}

.Box .BoxSwitch span.cur {
	background: red;
}
.cur_img{
	width: 220px;
	height: 90px;
}
