* {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

input {
	outline: none;
}


.width1300 {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

.bt{
width:1300px;
height:617px;
margin:10px auto 50px;
background:url(../images/lkq_13.jpg) center no-repeat;
}

.bt1{
width:1300px;
height:142px;
margin:0 auto;
background:url(../images/bt1.jpg) center no-repeat;
}


.onePart .width1300 h1{font-size: 40px;letter-spacing:5px;height:109px; line-height:109px; text-align:center;color: #1b1b1b;background:url(../images/part1.jpg) center no-repeat;margin-top: 30px;}
.fourPart .width1300 h1{font-size: 40px;letter-spacing:5px;height:109px; line-height:109px; text-align:center;color: #1b1b1b;margin-top: 25px; margin-bottom:20px;}

.twoPart .width1300 .bt h1{font-size: 40px;letter-spacing:5px; height:109px; line-height:109px; text-align:center;color: #1b1b1b; padding-top:490px;}
.twoPart .width1300 .bt1 h1{font-size: 40px;letter-spacing:5px;height:109px; line-height:109px; text-align:center;color: #1b1b1b;}

.onePart ul {
	display: flex;
	justify-content: space-between;
}

.onePart ul>li {
	width: 237px;
	height: 254px;
	text-align: center;
	background: url(../images/lkq_03.png) no-repeat center;
}

.onePart ul>li h2 {
	font-size: 38px;
	font-weight: 600;
	color: #ff4200;
	line-height: 92px;
}

.onePart ul>li h5 {
	font-size: 24px;
	font-weight: 600;
	color: #ff4200;
	line-height: 40px;
}

.onePart ul>li p {
	margin: 0 auto;
	font-size: 16px;
	color: #333;
	line-height: 26px;
	width: 200px;
}

.twoPart {
	background: #f6f9ff;
	margin-top: 68px;
}
.callPhone{
width:872px;
height:83px;
margin: 80px auto 20px;
}

.callPhone .callPhone_l {
    float:left;
	width: 575px;
	height: 83px;
	background: url(../images/lkq_09.jpg) no-repeat center;
}

.callPhone_l>p {
	text-align: center;
	font-size: 20px;
	color: #ffc000;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 68px;
	animation: moveOne .6s infinite;
	-webkit-animation: moveOne .6s infinite;
}

.callPhone_r {
    float:left;
	position:relative;
	left:30px;
	width: 267px;
	height: 83px;
	background: url(../images/zixun.jpg) no-repeat center;
}

.callPhone_r>p {
	text-align: center;
	font-size: 20px;
	color: #ffc000;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 68px;
	animation: moveOne .6s infinite;
	-webkit-animation: moveOne .6s infinite;
}
.callPhone_r>p span{
	text-align: center;
	font-size: 20px;
	color:#FFFFFF;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 68px;
	animation: moveOne .6s infinite;
	-webkit-animation: moveOne .6s infinite;
}

.callPhone_m {
    margin:0 auto;
	width: 267px;
	height: 83px;
	background: url(../images/zixun.jpg) no-repeat center;
}
.callPhone_m>p {
	text-align: center;
	font-size: 20px;
	color: #ffc000;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 68px;
	animation: moveOne .6s infinite;
	-webkit-animation: moveOne .6s infinite;
}
.callPhone_m>p span{
	text-align: center;
	font-size: 20px;
	color:#FFFFFF;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 68px;
	animation: moveOne .6s infinite;
	-webkit-animation: moveOne .6s infinite;
}


.callPhone_f{
width: 575px;
height:83px;
margin: 40px auto;
background: url(../images/lkq_09.jpg) no-repeat center;
}



.callPhone_f>p {
	text-align: center;
	font-size: 20px;
	color: #ffc000;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 68px;
	animation: moveOne .6s infinite;
	-webkit-animation: moveOne .6s infinite;
}

@keyframes moveOne {
	0% {
		font-size: 28px;
	}

	50% {
		font-size: 29px;
	}

	100% {
		font-size: 28px;
	}
}

@-webkit-keyframes moveOne {
	0% {
		font-size: 28px;
	}

	50% {
		font-size: 29px;
	}

	100% {
		font-size: 28px;
	}
}

.threePart {
	background: #f6f9ff;
}

.threePart .proDuctsImg {
	overflow: hidden;
	margin-bottom:-5px;
}

.threePart .proDuctsImg li {
	float: left;
	overflow: hidden;
	position: relative;
}

.threePart .proDuctsImg li:nth-of-type(1) {
	width: 46%;

}

.threePart .proDuctsImg li:nth-of-type(2) {
	width: 27%;

}

.threePart .proDuctsImg li:nth-of-type(3) {
	width: 27%;
}

.threePart .proDuctsImg li:nth-of-type(4) {
	width: 27%;
}

.threePart .proDuctsImg li:nth-of-type(5) {
	width: 27%;

}

.threePart .proDuctsImg li>img {
	width: 100%;
	height: 100%;
}

.threePart .proDuctsImg .bg-up {
	display: none;
	width: 100%;
	height: 99%;
	text-align: center;
	align-content: center;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 68, 155, .7);
}

.threePart .proDuctsImg .bg-up>p {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 38px;
	position: absolute;
	top: 50%;
	left: 19%;
	right: 19%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.threePart .proDuctsImg li:hover .bg-up {
	display: block;
	-webkit-transition: ease-in-out 1s;
	transition: ease-in-out 1s;
}

.fourPart {
	width: 100%;
	height: 748px;
	background: url(../images/part2.png) no-repeat center;
}

.fourPart .proDuctsImg {
	overflow: hidden;
	width: 969px;
	margin: 0 auto;
}

.fourPart .proDuctsImg li {
	float: left;
	margin: 5px;
	overflow: hidden;
	position: relative;
}

.fourPart .proDuctsImg .bg-up {
	display: none;
	width: 100%;
	height: 98%;
	text-align: center;
	align-content: center;
	position: absolute;
	top: 0;
	left: 0;
	background: #0b61d0;
	text-align: center;
	color: #fff;
}

.fourPart .proDuctsImg .bg-up h2 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin: 40px 0 0;
}

.fourPart .proDuctsImg .bg-up h5 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 48px;
}

.fourPart .proDuctsImg .bg-up p {
	color: #e9e9e9;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	width: 260px;
	margin: 0 auto;
}

.fourPart .proDuctsImg li:hover .bg-up {
	display: block;
	-webkit-transition: ease-in-out 1.5s;
	transition: ease-in-out 1.5s;
}

.sixPart {
	width: 100%;
	height: 748px;
	background: url(../images/lkq_20.png) no-repeat center;
}

.picMarquee-left {
	width: 1300px;
	overflow: hidden;
	position: relative;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 298px;
	height: 190px;
	display: block;
	padding: 2px;
}