#nav-header .stzy-nav a{
	background: none;
	color:#015AAA;
	border-bottom: 2px solid #015AAA;
}
@media (min-width: 1367px){
	.slides-box{
		max-height: 726px;
		margin-top: 70px;
	}
}
@media (max-width: 1366px){
	.slides-box{
		max-height: 515px;
		margin-top: 70px;
	}
}
/*轮播图*/
.slides-box{
	height: auto;
	overflow: hidden;
	background-color: #222222;
}
.slides-box .slides{
	min-height: 100%;
	height: 100%;
}
.slides-box .slides li {
	position: relative;
	cursor: pointer;
	display: list-item;
	background: transparent;
	padding-bottom: 24%;
}
.slides-box .slides li img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	animation : imageAnimation 36s infinite linear;
}
.slides-box:hover .prev,.slides-box:hover .next{
	display: block;
}
.prev, .next {
	position: absolute;
	z-index: 99;
	top: 45%;
	margin-top: -40px;
	height: 60px;
	width: 40px;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	opacity: .5;
	display: none;
}
.prev:hover, .next:hover{
	opacity: .7;
}
.prev{
	left: 40px;
	background-image: url("/assets/eevee/img/home/pre1.png");
}
.next {
	right: 40px;
	background-image: url("/assets/eevee/img/home/next1.png");
}
.product-list{
	background-color: #fff;
	width: 1260px;
	margin: -130px auto 0 auto;
	padding: 30px 40px;
	position: relative;
}
.total-block-title{
	font-size: 48px;
	color: #222222;
	line-height: 90px;
	text-align: center;
}
.img-block1{
	height: 300px;
	margin: auto;
	text-align: center;
	background-color: #fff;
	width: 100%;
}
.img-block2{
	background-color: #f6f6f6;
	width: 100%;
}
.block-inner-1200{
	padding: 85px 0 75px 0;
	width: 1200px;
	margin: 0 auto;
	background-color: inherit;
}
.block-inner-1200 .row{
	margin-bottom: 15px;
}
