@charset "utf-8";
* {padding: 0;margin: 0;}
			.Box {position: relative;margin-top: 25px;}
			.Box .content {width: 1200px;margin: 0 auto;}
			.Box .Box_con {position: relative;}
			.Box .Box_con .btnl {position: absolute;}
			.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 80px;cursor: pointer;padding: 0;border: none;}
			.Box .Box_con .btnl {width:22px; height:39px; background:url(../images_p/sl.png) no-repeat;left: -40px;}
			.Box .Box_con .btnr {width:22px; height:39px; background:url(../images_p/sr.png) no-repeat;right: -40px;}
			/*.Box .Box_con .btnl:hover {background: url(../images_p/az31b.png) no-repeat center;}
			.Box .Box_con .btnr:hover {background: url(../images_p/az32b.png) no-repeat center;}*/
			.Box .Box_con .conbox {position: relative;overflow: hidden;}
			.Box .Box_con .conbox ul {position: relative;list-style: none;}
			.Box .Box_con .conbox ul li {float: left;width: 380px;height: 280px;margin-left: 30px;overflow: hidden;background: #ededed;}
			.Box .Box_con .conbox ul li p{text-align: center;
font-size: 18px;
color: #333333;}
			.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
			.Box .Box_con .conbox ul li img {display: inline-block;vertical-align: middle;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: none;*display: inline;*zoom: 1;vertical-align: middle;width: 5px;height: 5px;background: #ccc;margin: 0 5px;cursor: pointer;border-radius:20px;}
			.Box .BoxSwitch span.cur {background: red;}