
@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
}
input, textarea {
	border: none;
	font-family: "宋体", "黑体";
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
table {
	width: 100%;
	border-collapse: collapse;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
p {
	line-height: 1.6em;
	color: #8c8c8c;
}
a {
	color: #000;
}
.w13 {
	width: 1388px;
	margin: 0 auto;
	display: flow-root;
}
.w1128 {
	width: 1128px;
	margin: 0 auto;
}
.bg15 {
	background: #151515;
}
.relative {
	position: relative;
}
.images img {
	width: 100%;
	vertical-align: bottom;
}
.pc-show {
	display: block;
}
.phone-show {
	display: none;
}
.product-list li {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 5%;
}
.listye {
	padding: 15px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}
.listye:after {
	position: absolute;
	width: 0;
	left: 0;
	bottom: 0;
	border-top: 1px solid #0056B3;
	content: '';
}
.listye p{padding-bottom: 5px;}
.listye h5 {
	color: #8c8c8c;
	font-size: 14px;
	line-height: 1.35em;
}
.listye b {
	font-size: 16px;
	font-family: "宋体", "黑体";
	color: #8c8c8c;
	color: #333;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 1.5em;
	display: block;
	text-align: center;
}
.listye span {
	color: #8c8c8c;
}
.pro-i {
	position: absolute;
	width: 26px;
	height: 26px;
	right: 15px;
	top: 50%;
	margin-top: -13px;
	background-image: url("../images/pro-i.png");
}
.product-list li:hover h5 {
	color: #0056B3;
}
.product-list .images {
	background: #e6e6e6;
}
.product-list li:hover b {
	color: #0056B3;
}
.product-list li:hover span {
	color: #0056B3;
}
.product-list li:hover .pro-i {
	background-image: url("../images/pro-i2.png");
}
.product-list li:hover .listye:after {
	width: 100%;
}
@media (max-width:1440px) {
.w13 {
	width: 1200px;
}
}
 @media (max-width:1250px) {
.w13, .w1128 {
	width: auto;
	margin: 0 20px;
}
body {
	padding-top: 60px;
}
}
 @media (max-width:750px) {

.w13, .w1128 {
	margin: 0 12px;
}

.product-list li, .anli-list li {
	width: 48%;
	margin-right: 4%;
}
.product-list li:nth-child(3n), .anli-list li:nth-child(4n) {
	margin-right: 4%;
}
.product-list li:nth-child(even), .anli-list li:nth-child(even) {
	margin-right: 0;
}
.listye {
	padding: 10px 0;
}
.listye h5 {
	margin-right: 0;
}
.position {
	line-height: 50px;
	margin-top: -50px;
}
.position h2 {
	width: 150px;
}

}