/*重设各种样式属性*/
.container{width:1440px !important;min-width:1440px !important;padding:0}

.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}
.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{
	width:100%;
	height:100%;
	min-width:100%;
	min-height:100%;
	object-fit:cover;
}
.axFangda {overflow: hidden;}
.axFangda img{transition: linear 0.5s all;}
.axFangda img:hover{transition: linear 0.5s all;transform:scale(1.2)}

.axModelPic{position:absolute;min-width:100%;text-align: center;left:0;top:0;z-index:-1;}
.axModelPic img{width:1440px;}

.axDingwei,.axDingwei-re{position:relative;}
.axDingwei-ab{position:absolute}

.axBtn{display:inline-block;border-width:0px;text-align:center;}

.axBgSvg{position:relative;}
.axBgSvg svg{position:absolute;left:0;top:0;z-index:5;transform-origin: 0 0;transition: all 0.5s linear;opacity: 1;}
.axBgSvg:hover svg{opacity: 0.7;}

