.profl {
	max-width: 100%;
	display: none
}
.profl .items {
	width: 100%;
	text-align: left;
	line-height: 40px;
	display: block;
	color: #000;
	padding-left: 60px;
}
.profl .items:hover {
	background: #ff6600;
	color: #fff
}
.proList {
	width: 100%;
}
.proList .pro {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.proList .pro .proli {
	width: 23%;
	float: left;
	list-style: none;
	margin-right: 2.6%
}
.proList .pro .proli:nth-child(4n+0) {
	margin-right: 0px
}
.proa {
	border-radius: 2px;
	overflow: hidden;
	width: 100%;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 0 0 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
.protu {
	width: 100%;
	height: 200px;
	padding: 5px;
	vertical-align: top;
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.proimg {
	max-width: 100%;
	max-height: 100%;
	transition: transform 300ms ease-out;
	-moz-transition: -moz-transform 300ms ease-out; /* Firefox 4 */
	-webkit-transition: -webkit-transform 300ms ease-out; /* Safari and Chrome */
	-o-transition: -o-transform 300ms ease-out; /* Opera */
}
.proimg:hover {
	transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2); /* Firefox 4 */
	-webkit-transform: scale(1.2, 1.2); /* Safari and Chrome */
	-o-transform: scale(1.2, 1.2); /* Opera */
}
.promz {
	width: 100%;
	text-align: center;
	text-indent: 0px;
	color: #000
}


@media screen and (max-width: 768px) and (min-width: 320px){
.proList .pro .proli {
	width: 48%;
	float: left;
	list-style: none;
	margin-right: 4%;
}
.proList .pro .proli:nth-child(2n+0) {
	margin-right: 0px
}
	
}


/*tde*/

.proxq .pleft {
	width: 50%;
	float: left
}
.proxq .pleft .tu {
	width: 100%;
	text-indent: 0px;
}
.proxq .pleft .tuimg {
	max-width: 100%;
}
.proxq .pleft .xtu {
	margin: 0px auto;
	width: 40px;
	height: 40px;
	border: 1px solid blue;
	margin-top: 10px;
	text-indent: 0px;
	display:block;
}
.proxq .pleft .xtuimg {
	width: 40px;
	padding: 2px;
}
.proxq .pright {
	width: 48%;
	float: right
}
.proxq .pright .mz {
	text-indent: 0px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}
.proxq .con {
	border-top: 1px dotted #cccccc;
	text-indent: 0px;
	width: 100%;
	padding-top: 10px;
	margin-top: 10px
}
.proxq .point {
	width: 100%;
	text-indent: 0px;
	margin-top: 30px
}
.proxq .point a {
	color: #000
}

@media screen and (max-width: 768px) and (min-width: 320px){
.proxq .pleft {
	width: 100%;
	float: none
}
.proxq .pright {
	width: 100%;
	float: none
}
.proxq .pleft .xtu {
	display:none;
	
}
	
}
