@charset "utf-8";
.a41_box{
	width: 100%;
	padding-bottom: 160px;
}
.a41_box .a41_con .a41_title{
	font-size: 30px;
	line-height: 30px;
	margin: 40px 0 80px 0px;
	position: relative;
	text-align: center;
}

.a41_box .a41_con:first-child .a41_title{
	margin-top: 80px;
}
.a41_box .a41_con .a41_title:after{
	position: absolute;
	left: 0;
	content: "";
	height: 1px;
	width: 100%;
	top: 50%;
	background: #eee;
}
.a41_box .a41_title .txt{
	padding: 0 65px;
	background: #fff;
	position: relative;
	z-index: 10;
}
.a41_box .a41_nav{
	width: calc((100% - 160px) / 5);
	height: 109px;
	margin-bottom: 40px;
	margin-right: 40px;
}
.a41_box .a41_nav .a41_img{
	height: 100%;
	width: 100%;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	position: relative;
	top: 0;
	box-sizing: border-box;
	border:1px solid #e2e2e2;
	border-radius: 5px;
}
.a41_box .a41_nav:nth-child(5n){
	margin-right: 0;
}
.a41_box .a41_nav .a41_logo{
	max-height: 80%;
	max-width: 80%;
}
.a41_box .a41_nav:hover .a41_img{
	top: -20px;
}
/*响应式适配*/
@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	
}
@media screen and (max-width: 1450px) {
	
}
@media screen and (max-width: 1335px) {
	
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
	.a41_box .a41_con .a41_title {
	    font-size: 24px;
	    line-height: 24px;
	    margin: 10px 0 30px 0px;
	}
	.a41_box .a41_title .txt {
	    padding: 0 20px;
	}
	.a41_box .a41_con:first-child .a41_title {
	    margin-top: 30px;
	}
	.a41_box {
	    padding-bottom: 0px;
	}
	.a41_box .a41_nav {
	    width: calc((100% - 40px) / 3);
	    height: 50px;
	    margin-bottom: 20px;
	    margin-right: 20px;
	}
	.a41_box .a41_nav:nth-child(5n) {
	    margin-right: 20px;
	}
	.a41_box .a41_nav:nth-child(3n) {
	    margin-right: 0px;
	}
}
@media screen and (max-width: 414px) {
	
}