*{
	margin: 0;
	padding: 0;
}
.banner{
	width: 100%;
	height: 300px;
	overflow: hidden;
	background: rgb(8,117,238);
	background-position:center;
	 background-repeat:no-repeat;
}
.banner p{
	font-size: 36px;
	color: #fff;
	font-family: "microsoft yahei";
	text-align: center;
	margin: 102px 0 20px 0;
}
.banner div{
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-family: "microsoft yahei";
}
.buju{
	width: 1200px;
	margin: 60px auto 0;
	overflow: hidden;
}
.buju ul{
	float: left;
	width: 580px;
}
.buju ul:nth-child(1){
	margin-right: 40px;
}
.buju li{
	width: 580px;
	height: 255px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.buju_l{
	position: absolute;
	top: 170px;
	right: 0;
	border-radius: 50px 0 0 50px;
	height: 50px;
	width: 250px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	transition: .5s;
	background: rgba(8,117,238,.9);
	
}
.buju_ls{
	position: absolute;
	top: 170px;
	right: 0;
	border-radius: 50px 0 0 50px;
	height: 50px;
	width: 100px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	transition: .5s;
	background: rgba(8,117,238,.9);
	
}
.buju li:hover .buju_l{
	top: 170px;
	right: -45%;
	transition: .5s;
}
.buju li:hover .buju_ls{
	top: 170px;
	right: -20%;
	transition: .5s;
}
.buju_r{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(8,117,238,.8);
}
.buju_r>p:nth-child(1){
	font-size: 20px;
	color: #fff;
	margin: 25px 0 15px 30px;
}
.buju_r>p:nth-child(2),.buju_r>p:nth-child(3),.buju_r>p:nth-child(4){
	font-size: 14px;
	color: #fff;
	margin: 10px 0 0 30px;
}
.buju_r_b{
	width: 100%;
	height: 35px;
	/* background: pink; */
}
.buju_r_b p:nth-child(1){
	float: left;
	width: 100px;
	height: 35px;
	line-height: 31px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin: 45px 0 30px 30px;
}
.buju_r_b p:nth-child(1):hover{
	background: #fff;
	color: #1972EA;
	border: 1px solid #1972ea;
}
.buju_r_b p:nth-child(2){
	float: right;
	/* width: 200px; */
	font-size: 14px;
	color: #fff;
	/* background: red; */
	margin: 55px  30px 30px 0;
}
.buju_r_b p:nth-child(2) span{
	font-size: 22px;
}