/*重设各种样式属性*/
.container{width:1400px !important;min-width:1400px !important}

.axBox{display: -webkit-flex;display: flex;}/*项目平均分布，两端对齐*/
.axBox-pingjun{-webkit-justify-content: space-between;justify-content: space-between;}/*项目平均分布，两端对齐*/
.axBox-chuizhi{-webkit-align-items:center;align-items:center;}/*项目垂直居中对齐*/
.axBox-denggao{-webkit-align-items:stretch;align-items:stretch;}/*项目高度相等*/
.axBox-duohang{flex-wrap: wrap;align-content: flex-start;}

.axBox-duohang-yu:after{content:" ";flex:1}

.axBox-dengfen > div,.axBox-dengfen > li,.axBox .auto{flex:1;z-index: 6;}
.axBox-mid{-webkit-align-items:center;align-items:center;justify-content: center;}/*绝对居中，纵横*/
.axFade,.axFade:hover{
	-webkit-transition:all 1s ease;
	transition:all 1s ease;
}

.axTitle{white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.axTitles{display: -webkfit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;}
.axImg {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}
.axImg img{
	min-width:100%;
	min-height:100%;
	object-fit:contain;
}
.axFangda img{transition: linear 0.5s all;}
.axFangda img:hover{transition: linear 0.5s all;transform:scale(1.2)}

