.banner{
	position: relative;
	height: 800px;
}
#adv{
	width: 100%;
	height: 100%;
}
.banner ul{
	position: absolute;
	right: 0;
	bottom: 20px;
	margin-right: 8%;
	list-style-type: none;
}
.banner li{
	display: inline-block;
	width: 40px;
	height: 12px;
	margin-right: 24px;
	background-color: #fff;
	border-radius: 8px;
}
.banner li:hover{
	cursor: pointer;
	background-color: #ff0;
}
.sec{
	width: 86%;
	margin: 42px auto;
}
.idx-title{
	margin-bottom: 12px;
	font-size: 42px;
	font-weight: bold;
	font-family: Times New Roman, 微软雅黑;
	text-align: center;
}
.tip1{
	margin-bottom: 42px;
	font-size: 18px;
	text-align: center;
	color: #666;
}
.sec1{
	padding-top: 48px;
	margin-top: 64px;
	color: #fff;
	background-color: #222;
}
.tip2{
	margin-bottom: 38px;
	font-size: 18px;
	text-align: center;
}
.sec2{
	padding: 180px 0 200px 0;
	background-color: #fff;
}
.sec3{
	width: 86%;
	margin: 42px auto;
}
.case{
	position: relative;
	display: inline-block;
	width: 20%;
	margin-right: 4.5%;
	line-height: 0;
	border: 1px solid #ddd;
	border-radius: 8px 8px 0 0;
}
.case .pic{
	width: 100%;
	height: 200px;
	border-radius: 8px 8px 0 0;
}
.case .des{
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #f60;
}
.pro-l{
	width: 36%;
	padding-bottom: 32px;
	margin: 64px 0 0 12%;
	vertical-align: middle;
}
.pro-r{
	position: absolute;
	right: 0;
	width: 30%;
	margin: 40px 12% 0 0;
}
.prodes{
	display: inline-block;
	margin-left: 10%;
	vertical-align: middle;
}
.p-name{
	margin-bottom: 56px;
	font-size: 38px;
	letter-spacing: 8px;
}
.p-fea{
	padding: 20px 0;
	font-size: 18px;
	color: #ddd;
	letter-spacing: 1px;
}
.boxs{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.box{
	position: relative;
	display: inline-block;
	width: 22%;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 4px rgb(221 221 221 / 65%);
}
.img{
	overflow: hidden;
}
.img img{
	width: 100%;
	transition: all 0.6s;
}
.img img:hover{
	transform: scale(1.4);
}
.date{
	position: absolute;
	width: 96px;
	color: #fff;
	background-color: rgba(7, 60, 126, 0.8);
	z-index: 1;
}
.day{
	font-size: 35px;
	line-height: 54px;
}
.year{
	font-size: 16px;
	line-height: 34px;
	border-top: 1px solid #6489C1;
}
.new-t{
	padding: 16px;
	font-size: 18px;
	text-align: left;
	color: #444;
}
.new-m{
	padding: 0 12px 24px 16px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-align: left;
}
.new-hor{
	display: inline-block;
	width: 48%;
	height: 120px;
	margin-top: 48px;
}
.date1{
	display: inline-block;
	width: 16%;
	color: #fff;
	text-align: center;
	background-color: rgba(7, 60, 126, 0.8);
}
.day1{
	font-size: 35px;
	line-height: 64px;
}
.year1{
	font-size: 16px;
	line-height: 40px;
	border-top: 1px solid #6489C1;
}
.new-hor-r{
	display: inline-block;
	width: 80%;
	margin-left: 1%;
	vertical-align: top;
	overflow: hidden;
}
.new-hor-rt{
	margin-top: 8px;
	font-size: 21px;
	color: #111;
	letter-spacing: 1px;
}
.new-hor-rt:hover{
	color: #090;
}
.new-hor-rb{
	margin-top: 10px;
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
}
.wai{
	width: 48%;
	height: 510px;
	margin-bottom: 32px;
	overflow: hidden;
	box-shadow: 0px 3px 4px rgb(221 221 221 / 65%);
}
.wai img{
	width: 100%;
	transition: all 0.6s;
}
.wai img:hover{
	cursor: pointer;
	transform: scale(1.2);
}
.idx-cert{
	width: 14.5%;
	margin-top: 64px;
	line-height: 0;
	border-radius: 4px 4px 0 0;
}
.idx-cert img{
	width: 100%;
	border-radius: 4px 4px 0 0;
}
.idx-cert div{
	line-height: 40px;
	color: #222;
	text-align: center;
	background-color: #fff;
}
.clr1{
	color: #000;
}
.clr2{
	color: #222;
}
.mt-90{
	margin-top: 90px;
}
.txt-c{
	text-align: center;
}



