.box :hover box>img {
	transform: scale(1.5);
}

.box {
	margin: 50px auto;
	overflow: hidden;
}

.box img {
	cursor: pointer;
	transition: all 0.6s;
}

.box img:hover {
	transform: scale(1.4);
}

.juzhong>.juzhong1 {
	margin: auto;
	margin-top:0px;
}

.shou {
	overflow: hidden;
	margin-top: 40px;
}

.shou>p {
	margin-top: 20px;
	margin-bottom: 30px;
}

.wen p {
	margin-bottom: 50px;
}

#di .container {
	width: 100%;
}

.wenan>ul {
	margin-top: 15px;
}

.wenan li {
	margin-top: 3px;
}

.about-btn {
	margin-top: 50px;
}

.erban .row {
	margin-top: 60px;
	/* margin-bottom: 50px; */
}

.blog-image :hover blog-image>img {
	transform: scale(1.5);
}

.blog-image {
	overflow: hidden;
}

.blog-image img {
	cursor: pointer;
	transition: all 1s;
}

.blog-image img:hover {
	transform: scale(1.2);
}

.donghuatu :hover donghuatu>img {
	transform: scale(1.5);
}

.donghuatu {
	/* width: 576px; */
	height: 373px;
	overflow: hidden;
}

.donghuatu img {
	cursor: pointer;
	transition: all 1s;
}

.donghuatu img:hover {
	transform: scale(1.2);
}

.erban :hover .donghuatu {
	animation: bounceInLeft 1s;
}

.erban :hover .wenan {
	animation: bounceInRight 1s;
}
.b1{
	transform: scale(0.1);
	transition: all 2s;
}
.b2{
	transform: translateY(-50px);
	transition: all 1.5s; 
}
.box img{
	width: 276px;
	/* height: 276px; */
}
.box{
	width: 276px;
	height: 276px;
}