.proBox {
	float: left;
	width: 100%;
	height: 285px;
	position: relative;
	overflow: hidden;
}

.proBox .items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	white-space: nowrap;
	position: absolute;
	left: -20px;
	top: 0;
}




.imgsBox{
	float: left;
	width: 300px;
	height: 370px;
}

.proBox .item {
	float: left;
	width: 260px;
	height: 260px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;

}
.proBox .pimgdiv{
	width: 220px;
	height: 220px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.proBox .pimgdiv img {
	
	max-height: 100%;
	max-width: 100%;
}
.proBox .item .ptitlediv {
	
	width: 260px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	display: block;
}

.proBox i {
	width: 20px;
	height: 60px;
	background-color: #333333;

	text-align: center;
	font-size: 20px;
	color: #cdcdcd;
	line-height: 60px;
	margin: 0;
	margin-top: -30px;

	position: absolute;
	top: 50%;

	cursor: pointer;
}

.proBox .prev {
	left: 0;
}

.proBox .next {
	right: 0;
}

.indexPadding {
	padding: 40px 0;
}

.indexTit {
	float: left;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #007ce6;
	padding-bottom: 10px;
	padding-right: 20px;
	border-bottom: 2px solid #666666;
	position: relative;
}

.indexTit:after {
	content: '';
	width: 15px;
	height: 15px;
	background-color: #007ce6;
	position: absolute;
	bottom: -7px;
	right: -15px;
}

.indexAbout {
	float: left;
	width: 100%;
	background-color: #f0f6fd;
}

.indexAbout .texts {
	float: left;
	width: 500px;
	height: 330px;
}

.indexAbout .texts p {
	float: left;
	width: 100%;

	font-size: 14px;
	color: #666666;
	line-height: 22px;
}

.indexAbout .texts a {
	float: left;
	width: 118px;
	height: 38px;
	border: 1px solid #999999;
	border-radius: 20px;
	margin-top: 30px;

	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}

.indexAbout .imgs {
	float: right;
	width: 536px;
	height: 296px;
	border: 2px solid #4894e3;
	margin-top: 30px;
	position: relative;
}

.indexAbout .imgs img {
	position: absolute;
	top: -30px;
	left: -30px;
}

.indexQuality {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.indexQuality .item {
	float: left;
	width: 530px;
	margin-left: 40px;
}

.indexQuality .item:first-child {
	margin-left: 0;
}

.indexQuality .item img {
	float: left;
	width: 100%;
	height: 140px;
}

.indexQuality .item .name {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin-top: 10px;
}

.indexQuality .item .time {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

.indexQuality .item .content {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
}

.IQimg {
	float: left;
	width: 235px;
	height: 150px;
}

.IQmore {
	float: left;
	width: 160px;
	height: 150px;
}

.IQmore img {
	float: left;
	margin: 52.5px 57.5px;
}

.indexMaket {
	float: left;
	width: 100%;
	background-color: #f0f6fd;
}

.indexMaket .imgs {
	float: left;
	width: 100%;
}

.indexMaket .imgs img {
	float: left;
	width: 204px;
	height: 204px;
	margin-left: 20px;
}

.indexMaket .imgs img:first-child {
	margin-left: 0;
}
