/*banner*/
 .banner_box{
     width: 100%;
     height: 23.076923076923077rem;
     position: relative;
}
 .banner_box img{
     width: 100%;
     height: 100%;
}
 .banner{
     width: 100%;
     height: 2.230769230769231rem;
     bottom: 0;
     left: 0;
     position: absolute;
     display: flex;
     justify-content: center;
}
 .banner ul{
     height: 2.230769230769231rem;
     line-height: 2.230769230769231rem;
     background: #555555;
     margin: 0 auto;
}
 .banner ul li{
     float: left;
     width: 6.076923076923077rem;
     height: 100%;
     text-align: center;
     font-size: 0.6153846153846154rem;
}
 .banner ul li a{
     display: inline-block;
     font-size: 0.6153846153846154rem;
     width: 100%;
     height: 100%;
     color: white;
     transition: all 0.3s;
}
 .banner ul li a:hover{
     background: #e24045;
}
 .banner ul li .active{
     background: #e24045;
}
/*content_box*/
 .content_box{
     width: 100%;
}
 .content{
     width: 42.30769230769231rem;
     margin: 0 auto;
     box-sizing: border-box;
     padding: 1.1538461538461537rem 0 3.8461538461538463rem 0;
}
 .nav_box{
     margin-bottom: 1.8076923076923077rem;
}
 .nav_box p{
     box-sizing: border-box;
     padding-left: 0.8461538461538461rem;
     background: url(../img/zuobiao_icon.png) left center no-repeat;
     background-size: 0.6153846153846154rem 0.7692307692307693rem;
     color: #888888;
     font-size: 0.5384615384615384rem;
}
 .nav_box p a{
     color: #888888;
     font-size: 0.5384615384615384rem;
}
 .nav_box p .now_position{
     color: #555555;
}
 .content_bottom{
     display: inline-block;
     width: 100%;
     margin-bottom: 2.3076923076923075rem;
}
 .content_bottom h1{
     color: #424242;
     font-size: 0.8461538461538461rem;
     line-height: 4.230769230769231rem;
     font-weight: 500;
     background: url(../img/rongyu_outline.jpg) center top no-repeat;
     background-size: 14.461538461538462rem 2.1538461538461537rem;
     text-align: center;
}
 .show_box{
     width: 100%;
     display: flex;
     justify-content: flex-start;
     flex-wrap: wrap;
}
 .show_box img{
     width: 4.923076923076923rem;
     height: 3.4615384615384617rem;
     margin-right: 0.3076923076923077rem;
     margin-bottom: 0.3076923076923077rem;
}
 .show_box img:nth-child(8){
     margin-right: 0;
}

 .show_box img:hover{
 	cursor: pointer;
 }

/*zmc*/
.zmc{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 100;
	display: none;
	justify-content: center;
	align-items: center;
}

.zmc img{
     width: 20.192307692307693rem;
     height: 13.76923076923077rem;
}

@media (max-width:980px){
	/*banner*/
	.banner_box{
		height: 16.153846153846153rem;
	}
	
	.banner ul li{
		width: 3.8rem;
	}
	
	.nav{
		width: 100%;
	}
	
	.nav p{
		padding-left: 1.5rem;
		background: url(../img/zuobiao_icon.png) 0.5rem center no-repeat;
	    background-size: 0.6153846153846154rem 0.7692307692307693rem;
	}
	
	.content{
		width: 100%;
	}
	
	.content_bottom{
		margin-bottom: 0.5rem;
	}
	
	.show_box img{
		width: 40%;
		margin: 0 5%;
		height: 6rem;
		margin-bottom: 0.5rem;
	}
}