			.Box * {
				padding: 0;
				margin: 0;
			}
			
			.Box {
				width: 1200px;
				position: relative;
				margin: 10px auto 0;
			}
			
			.Box .content {
				width: 1054px;
				margin: 0 auto;
			}
			
			.Box h2 {
				text-align: center;
				margin-bottom: 35px;
				padding-top: 250px;
			}
			
			.Box .Box_con {
				position: relative;
			}
			
			.Box .Box_con .btnl {
				position: absolute;
			}
			
			.Box .Box_con .btn {
				display: block;
				width: 41px;
				height: 41px;
				position: absolute;
				top: 105px;
				cursor: pointer;
			}
			
			.Box .Box_con .btnl {
				background: url(../img/jtl02.png) no-repeat center;
				left: -72px;
				transition: all .4s;
				-moz-transition: all .4s;
				-webkit-transition: all .4s;
				-ms-transition: all .4s;
				-o-transition: all .4s;
			}
			
			.Box .Box_con .btnr {
				background: url(../img/jtr02.png) no-repeat center;
				right: -72px;
				transition: all .4s;
				-moz-transition: all .4s;
				-webkit-transition: all .4s;
				-ms-transition: all .4s;
				-o-transition: all .4s;
			}
			
			.Box .Box_con .btnl:hover {
				background: url(../img/jtl03.png) no-repeat center;
			}
			
			.Box .Box_con .btnr:hover {
				background: url(../img/jtr03.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: 250px;
				height: 280px;
				margin-left: 18px;
				overflow: hidden;
				cursor: pointer;
			}
			
			.Box .Box_con .conbox ul li div.dd {
				width: 238px;
				height: 238px;
				overflow: hidden;
				border: solid 6px #FFFFFF;
				transition: all .4s;
				-moz-transition: all .4s;
				-webkit-transition: all .4s;
				-ms-transition: all .4s;
				-o-transition: all .4s;
			}
			
			.Box .Box_con .conbox ul li:first-child {
				margin-left: 0;
			}
			
			.Box .Box_con .conbox ul li img {
				display: block;
				width: 238px;
				height: 238px;
			}
			
			.Box .Box_con .conbox ul li:hover img {
				/*filter: grayscale(1);
				-webkit-filter: grayscale(1);*/
				/*	-webkit-filter: brightness(1.1);*/
				/*-webkit-filter: sepia(50%);*/
			}
			
			.Box .Box_con .conbox ul li .nTitle {
				width: 100%;
				height: 30px;
				line-height: 30px;
				font-size: 16px;
				letter-spacing: 1px;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				color: #4F4F4F;
				transition: all .4s;
				-moz-transition: all .4s;
				-webkit-transition: all .4s;
				-ms-transition: all .4s;
				-o-transition: all .4s;
				text-align: center;
			}
			
			.Box .Box_con .conbox ul li:hover .nTitle {
				/*color: #A40000;*/
			}
			
			.Box .Box_con .conbox ul li:hover .dd {
				border: solid 6px #A40000;
			}
			
			.Box .Box_con .conbox ul li:hover .dd img {
				/*transform: scale(1.2);*/
			}
			
			.Box .BoxSwitch {
				margin-top: 12px;
				text-align: center;
				display: none;
			}
			
			.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: #2f2f2f;
			}