/**************/



.box {

	float: left;

	width: 100%;

	height: 730px;

	border: none;

	padding: 0;

	overflow: hidden;

	position: relative;

}



.all {

	float: left;

	width: 1200px;

	height: 700px;

	position: relative;

}



.top-img {

	position: relative;

	float: left;

	width: 1150px;

	height: 476px;

	overflow: hidden;

}



.activeimg {

	margin-top: 50px;

	height: 426px;

	position: relative;

}



.activeimg ul li {

	float: left;

	width: 1150px;

	height: 426px;

}



.activeimg ul li .leftIMG {

	float: left;

	width: 792px;

	height: 426px;

	overflow:hidden;

	display: flex;

	align-items: center;

	justify-content: center;

}



.activeimg ul li .leftIMG img {

	max-width: 100%;

}



.activeimg ul li .rightTxt {

	float: left;

	margin-top: -50px;

	width: 357px;

	height: 476px;

	background: url(../images/rightTxt.png) no-repeat center;

	position: relative;

}



.activeimg ul li .rightTxt h1 {

	padding: 110px 55px 0 55px;

	font-size: 20px;

	color: #327EEC;

}



.activeimg ul li .rightTxt p {

	padding: 35px 55px 0 55px;

	font-size: 14px;

	color: #333333;

	line-height: 32px;

}



.activeimg ul li .rightTxt a{

	position: absolute;

	bottom: 100px;

	left: 55px;

	display: block;

	width: 100px;

	height: 30px;

	border: 1px solid #327EEC;

	text-decoration: none;

	font-size: 13px;

	color: #333333;

	text-align: center;

	line-height: 30px;

}



.all .left {

	position: absolute;

	right: 0px;

	top: 0px;

	width: 53px;

	height: 51px;

	cursor: pointer;



}



.all .right {

	position: absolute;

	right: 0px;

	top: 51px;

	width: 53px;

	height: 51px;

	cursor: pointer;

}



.bot-img {

	float: left;

	margin-top: 20px;

	width: 1200px;

	height: 202px;

}



.bot-img ul {

	float: left;

	width: 100%;

	height: 202px;

	display: flex;

	align-items: center;

	justify-content: space-between;

}



.bot-img ul li {

	width: 285px;

	height: 200px;

	border: 1px solid #FFFFFF;

	cursor: pointer;

	position: relative;
	
	overflow:hidden;
}



.bot-img ul li p{

	position: absolute;

	bottom: 0;

	width: 100%;

	height: 50px;

	background-color: #000000;

	color: #FFFFFF;

	font-size: 14px;

	text-align: center;

	line-height: 50px;

	overflow: hidden;

}



.bot-img ul li.active {

	border: 1px solid #ff6600;

}



.bot-img ul li img {

	width: 100%;

}



.bot-img ul li:last-child {

	margin-right: 0;

}



