/*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 2.1153846153846154rem 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;
}
 .zhuanli_box{
     width: 100%;
     margin-bottom: 1.5384615384615385rem;
}
 .zhuanli_box img{
     margin-right: 0.7692307692307693rem;
     width: 9.615384615384615rem;
     height: 13.961538461538462rem;
}

.zhuanli_box img:hover{
	cursor: pointer;
}
 .zhuanli_box img:nth-child(4n){
     margin-right: 0;
}

/*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: 26.923076923076923rem;
}

@media (max-width:980px){
	.nav_box p{
		padding-left: 1.5rem;
		background: url(../img/zuobiao_icon.png) 0.5rem center no-repeat;
	    background-size: 0.6153846153846154rem 0.7692307692307693rem;
	}
	
	.news_box{
		display: block;
	}
	
	.zhuanli_box img{
		width: 40%;
		margin: 0 5%;
		float: left;
		height: auto;
		margin-bottom: 1rem;
	}
	
	.zhuanli_box{
		overflow: hidden;
	}
}