@media (min-width:1000px) and (max-width:1440px){
	.intit .a01{
	width:auto;
	display: flex;
	align-items: center;
	font-size:36px;
	line-height:64px;
	font-weight:bold;
}
.inab-r dl dt b{
	font-size:48px;
	line-height:76px;
	font-family: Roboto;
}
	.cpsm{
	width:100%;
	float:left;
	margin-top:35px;
	display:flex;
}
.cpsm div{
	width:55%;
	font-size:16px;
	line-height:30px;
	color:#FFF;
}
	.index03{
	width: 100%;
	float: left;
	background-image: url(../img/ab03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	position:relative;
}
.index03 .pic{
	width:100%;
	float:left;
	overflow: hidden;
}
.index03 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.index03 .tex{
	width:100%;
	position:absolute;
	top:4vw;
	left:0;
	z-index:11;
}
.index03 .tex .jjfa{
	width:100%;
	float:left;
	margin-top:15px;
	display:flex;
}
.index03 .tex .jjfa .a01{
	width:35%;
}
.index03 .tex .jjfa .a01 ul li{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 30px;
	height:6.5vh;
	background-color:#FFF;
	font-size:16px;
	margin-top:2vh;
}
.index03 .tex .jjfa .a01 ul li .pic01{
	display:inline-block;
}
.index03 .tex .jjfa .a01 ul li .pic02{
	display: none;
}
.index03 .tex .jjfa .a01 ul li:hover .pic01{
	display:none;
}
.index03 .tex .jjfa .a01 ul li:hover .pic02{
	display:inline-block;
}



}