* {padding: 0;margin: 0;}
body {background: #f3f3f3;}
.Box {position: relative;}
.Box .content {width: 1200px;margin: 0 auto;position: relative;}
.Box .Box_con {position: relative;/* background: red;*//*margin-top: 100px;*/}

.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: -70px;cursor: pointer;}
.Box .Box_con .btnl {background: url(../images/leftleft.png) no-repeat center;left: 1100px;}
.Box .Box_con .btnr {background: url(../images/rightright.png) no-repeat center;right: 0;}
.Box .Box_con .btnl:hover {background: url(../images/left.png) no-repeat center;}
.Box .Box_con .btnr:hover {background: url(../images/right.png) no-repeat center;}



.Box .Box_con .conbox {position: relative;overflow: hidden;/*border:1px solid #457474;*/}
.Box .Box_con .conbox>ul {position: relative;list-style: none;}
.Box .Box_con .conbox>ul>li {float: left;width: 386px;height: 560px;margin-left: 5px;overflow: hidden;/*background: pink;*/}
.Box .Box_con .conbox>ul>li:first-child {margin-left: 20px;}
.Box .Box_con .conbox>ul>li>img {display: block;width: 386px;height: 240px;transition: all 0.5s;}
.Box .Box_con .conbox>ul>li>a{
	width:380px;
	height:250px;
	overflow: hidden;
	display: inline-block;
}
.add{
	width:380px;
	height: 40px;
	float:left;
}
.add>span{
	line-height: 40px;
	color:#000;
	float:left;
	margin-left:5px;
	width:250px;
	height:40px;
	font-size: 18px;
	overflow: hidden;
	/*background: #124561;*/
	display: inline-block;
	float:left;
}
.add>img{
	float:left;
	margin-top: 13px;
}
.add>i{
	display: inline-block;
	font-style: normal;
	line-height: 40px;
	margin-left: 5px;
	color:14px;
	color:#999;
}
.Box .Box_con .conbox ul li img{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.Box .Box_con .conbox ul li img:hover  {
	transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.Box .BoxSwitch {margin-top: 30px;text-align: center;position: absolute;top:-20px;margin-top:-50px;margin-left: 50%;}
.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 10px;height: 10px;background: #FF7920;margin: 0 5px;cursor: pointer;border-radius: 50%;}
.Box .BoxSwitch span.cur {background: #0090F6;}