.Box .content {width: 1200px;margin: 0 auto;margin-top:24px;}
			.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: 40px;height: 40px;position: absolute;top: 80px;cursor: pointer;}
			.Box .Box_con .btnl {background: url('../images/jtl02.png') no-repeat center;left: -60px;}
			.Box .Box_con .btnr {background: url('../images/jtr02.png') no-repeat center;right: -60px;}
			.Box .Box_con .btnl:hover {background: url('../images/jtl03.png') no-repeat center;}
			.Box .Box_con .btnr:hover {background: url('../images/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: 280px;height: 270px;margin-left: 26px;overflow: hidden;}
			.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
			.Box .Box_con .conbox ul li img {display: block;width: 280px;height: 157px;transition: all 0.5s;}
			.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}
			.cur p{font-size:14px;margin-top:20px;line-height: 20px;}
			.cur p b{font-weight: 800;}
			.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: #315EFB;}
      
      /* 解决方案 */
      .features-box .content {width: 1200px;margin: 0 auto;}
			.features-box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
			.features-box .Box_con {position: relative;}
			.features-box .Box_con .btnl {position: absolute;}
			.features-box .Box_con .btn {display: block;width: 40px;height: 40px;position: absolute;top: 100px;cursor: pointer;}
			.features-box .Box_con .btnl {background: url('../images/jtl02.png') no-repeat center;left: -60px;}
			.features-box .Box_con .btnr {background: url('../images/jtr02.png') no-repeat center;right: -60px;}
			.features-box .Box_con .btnl:hover {background: url('../images/jtl03.png') no-repeat center;}
      .features-box .Box_con .btnr:hover {background: url('../images/jtr03.png') no-repeat center;}
      
			.features-box .Box_con .features-list-box {position: relative;overflow: hidden;}
      .features-box .Box_con .features-list-box ul {position: relative;list-style: none;}

			.features-box .BoxSwitch {margin-top: 30px;text-align: center;}
			.features-box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
			.features-box .BoxSwitch span.cur {background: #315EFB;}