.banner {
	background-image: url(../../imgs/equip_list_bg2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #283037;
	color: #fff;
	height: 350px;
}
.middle {
	background-color: #f2f7fb;
}

.equip-list {
	max-width: 1220px;
	padding-bottom: 20px;
}
.equip {
	text-align: center;
	margin: 20px 10px 0 10px;
	width: 386px;
	height: 567px;
	float: left;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
    transition: all .2s linear;
}
.equip-hover {
	-webkit-box-shadow: rgba(146,163,177,0.67) 0px 15px 30px;
   	-moz-box-shadow: rgba(146,163,177,0.67) 0px 15px 30px;
   	-o-box-shadow: rgba(146,163,177,0.67) 0px 15px 30px;
   	-ms-box-shadow: rgba(146,163,177,0.67) 0px 15px 30px;
   	box-shadow: rgba(146,163,177,0.67) 0px 15px 30px;
   	z-index: 2;
}
.equip-up {
	-webkit-animation: up ease-in-out .2s;
	-moz-animation: up ease-in-out .2s;
	-o-animation: up ease-in-out .2s;
	-ms-animation: up ease-in-out .2s;
	animation: up ease-in-out .2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.equip-down {
	-webkit-animation: down ease-in-out .2s;
	-moz-animation: down ease-in-out .2s;
	-o-animation: down ease-in-out .2s;
	-ms-animation: down ease-in-out .2s;
	animation: down ease-in-out .2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@keyframes up{
	0% {transform: translateY(0px);}
	100% {transform: translateY(-5px);}
}
@-webkit-keyframes up{
	0% {transform: translateY(0px);}
	100% {transform: translateY(-5px);}
}
@-moz-keyframes up{
	0% {transform: translateY(0px);}
	100% {transform: translateY(-5px);}
}
@-o-keyframes up{
	0% {transform: translateY(0px);}
	100% {transform: translateY(-5px);}
}
@-ms-keyframes up{
	0% {transform: translateY(0px);}
	100% {transform: translateY(-5px);}
}
@keyframes down{
	0% {transform: translateY(-5px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes down{
	0% {transform: translateY(-5px);}
	100% {transform: translateY(0px);}
}
@-moz-keyframes down{
	0% {transform: translateY(-5px);}
	100% {transform: translateY(0px);}
}
@-o-keyframes down{
	0% {transform: translateY(-5px);}
	100% {transform: translateY(0px);}
}
@-ms-keyframes down{
	0% {transform: translateY(-5px);}
	100% {transform: translateY(0px);}
}
.equipTypeName {
	background-color: #eaf1f8;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #282f47;
	font-weight: bold;
}
.equipImage {
	width: 386px;
	height: 320px;
}
.equipImage > img {
	height: 100%;
    width: 320px;
}
.desc {
	padding-bottom: 20px;
}
.equipModelName {
	font-size: 15px;
	color: #282f47;
	font-weight: bold;
	margin: 10px 0px;
}
.equipDigest {
	font-size: 14px;
	color: #282f47;
	margin-bottom: 60px;
}
.equipDesc {
	text-align: center;
	font-size: 14px;
	color: #969bab;
	padding: 20px;
	line-height: 27px;
	height: 81px;
}
.equipPrice {
	color: #fda802;
	font-size: 18px;
}
.autoBanner, .yjList{display:none;}

@media screen and (max-width: 767px)and (min-width: 480px) {
.banner {
	background-image: none;
	background-color: #283037;
	color: #fff;
	width:100%;
	height: 284px;
}
.autoBanner{
	display:block;
	text-align: center;
	padding-top: 30px;
}
.autoBanner img{
	width:268px;
	position: relative;
    top: 8px;
}
.autoBanner p:first-child{
	color:#FFFFFF;
	font-size:20px;
}
.autoBanner p:nth-child(2){
	color:#FFFFFF;
	font-size:14px;
	opacity:0.8;
}
.middle {
    background-color: #F3F4F6;
}

.yjList{
	display:block;
	background-color: #F3F4F6;
}
.yj-list{
	width:100%;
}

.equip {
    text-align: center;
    margin: 20px 10px 0 10px;
    width: 93%;
    height: 467px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    margin: 0 auto;
    float:none;
      margin-bottom: 5px;
}
.equipTypeName{
	background-color: #F3F4F6;
	font-size: 17px;
    color: #363B43;
    font-weight: normal;
}
.equipImage{
	width: 100%;
}
.equipModelName{
	font-size: 22px;
    color: #363B43;
    font-weight: Bold;
}
.equipDigest{
	font-size: 17px;
    color: #363B43;
    margin-bottom: 60px;
}

}

@media screen and (max-width: 479px) and (min-width: 320px){
	.banner {
	background-image: none;
	background-color: #283037;
	color: #fff;
	width:100%;
	height: 284px;
}
.autoBanner{
	display:block;
	text-align: center;
	padding-top: 30px;
}
.autoBanner img{
	width:268px;
	position: relative;
    top: 8px;
}
.autoBanner p:first-child{
	color:#FFFFFF;
	font-size:20px;
}
.autoBanner p:nth-child(2){
	color:#FFFFFF;
	font-size:14px;
	opacity:0.8;
}
.middle {
    background-color: #F3F4F6;
}

.yjList{
	display:block;
	background-color: #F3F4F6;
}
.yj-list{
	width:100%;
}
.equip {
    text-align: center;
    margin: 20px 10px 0 10px;
    width: 93%;
    height: 498px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    margin: 0 auto;
    float:none;
      margin-bottom: 5px;
}
.equipTypeName{
	background-color: #F3F4F6;
	font-size: 17px;
    color: #363B43;
    font-weight: normal;
}

.equipModelName{
	font-size: 22px;
    color: #363B43;
    font-weight: Bold;
}
.equipDigest{
	font-size: 17px;
    color: #363B43;
    margin-bottom: 60px;
}
.equipImage{
	width: 100%;
}
}










