/*大图*/
.carousel-inner img {
	width: 100%;
}

.carousel{
	margin-top: 60px;
}


/*内容部分*/
.conten-box{
	width: 100%;
}

.conten{
	max-width: 1200px;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 30px;
}

.conten-top{
	border: 1px solid #9f9fa0;
	background: #faf9f9;
}

.conten-one img{
	padding: 30px 0 40px 0;
}

.conten-two p{
	font-size: 1.8rem;
	color: #7f7e7b;
	padding-top: 32%;
}
.conten-three div{
	padding-top: 30%;
}
.conten-three div select{
	width: 160px;
	height: 40px;
	font-size: 1.2rem;
	color: #7f7e7b;
	border: 1px solid #00a0e9;
	cursor: pointer;
}

.conten-three div a{
	width: 160px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 1.4rem;
	color: #fdfdfc;
	background: #00a0e9;
}


.conten-bottom{
	border-left: 1px solid #9f9fa0;
}

.conten-bottom div{
	border: 1px solid #9f9fa0;
	border-top: none;
	border-left: none;
	padding: 10px 0;
}

.conten-bottom div img{
	margin: 0 5% 0 25%;
}


/*表格数据*/
.parameter-box{
	width: 100%;
}

.parameter{
	max-width: 1200px;
	margin: auto;
	margin-bottom: 40px;
}
.parameter-table h4{
	font-size: 1.8rem;
	color: #282727;
	margin-bottom: 15px;
}

.table-lis div{
	padding: 0;
}

.table-lis div{
	border-bottom: 1px solid #9f9fa0;
}

.table-lis div p{
	min-height: 30px;
	margin-top: 13px;
	margin-bottom: 5px;
}	

/*.table-lis div span{
	font-size: 1.4rem;
	color: #585555;
	display: inline-block;
}

.table-lis div p:first-child{
	border-right: 1px solid #9f9fa0;
}
*/
.table-lis div p:first-child span:first-child{
	/*width: 32%;*/
	padding: 0 2% 0 2%;
}

.table-lis div p:last-child span:first-child{
	/*width: 25%;*/
	padding: 0 2% 0 2%;
}


@media screen and (max-width:768px) {
	.conten-three div{padding-top: 10px;}
	
	.table-lis div p{border-bottom: 1px solid #9f9fa0;}
	.table-lis div p:first-child{border-right: none;}
	.table-lis div{border-bottom: none;}
	.table-lis div span{width: 100%;}
}