﻿@charset "utf-8";
/*头部导航*/
.module0269{
	width:1400px;
	width:var(--mainwidth);
	height: auto;
	margin:0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.module0269_box{
	width:32%;
	height: auto;
	margin-top: 2%;
	margin-right: 2%;
	position: relative;
	background: #FFFFFF;
}
.module0269_box:nth-child(1){
	margin-top: 0%;
}
.module0269_box:nth-child(2){
	margin-top: 0%;
}
.module0269_box:nth-child(3){
	margin-top: 0%;
}
.module0269_box:nth-child(3n){
	margin-right: 0%;
}
.module0269_box a{
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 0 0px 15px 5px rgba(0,0,0,0.08);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0269_box a:hover{
	box-shadow: 0 0px 15px 5px rgba(0,0,0,0.08);
}
.module0269_box a:hover .module0269_box_img img{
	-moz-transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05); 
	transform:scale(1.05,1.05);
}
.module0269_box a:hover .module0269_box_title{
	color: var(--OneColor);
}
.module0269_box a:hover .module0269_box_bottom span{
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.module0269_box_img{
	width:100%;
	height: calc(85vw * 0.32 * 245 / 460);
	height: calc(var(--mainwidth) * 0.32 * 245 / 460);
	font-size: 0px;
	overflow: hidden;
}
.module0269_box_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.module0269_box_title{
	width: 90%;
	margin:0 auto;
	padding-top: 1rem;
	font-size: 1rem;
	text-align: left;
	color: var(--FontOneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.module0269_box_bottom{
	width: 85%;
	height: auto;
	margin:0 auto;
	margin-top: 1rem;
	padding-bottom: 1.5rem;
	color: var(--FontOneColor);
	opacity:0.7;
	text-align: center;
}
.module0269_box_bottom span{
	display: inline-block;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	background: var(--OneColor);
	border-radius: 50%;
	text-align: center;
	font-family: "宋体";
	color: var(--FontWhiColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}




@media screen and (max-width:1023px)and (min-width:300px){
.module0269{
	width:96vw;
}
.module0269_box{
	width:49%;
}

.module0269_box:nth-child(3){
	margin-top: 2%;
}
.module0269_box:nth-child(3n){
	margin-right: 2%;
}
.module0269_box:nth-child(2n){
	margin-right: 0%;
}

.module0269_box_img{
	width:100%;
	height: calc(96vw * 0.49 * 245 / 460);
}

.module0269_box_title{
	padding-top: 1rem;
	overflow: hidden;
	  white-space: nowrap;
    text-overflow: ellipsis;
}

.module0269_box_bottom{
	padding-bottom: 1rem;
}
.module0269_box_bottom span{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

}













