/*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.230769230769231rem 0;
     background: white;
}
 .content_top{
     margin-bottom: 1.8076923076923077rem;
}
 .content .content_top 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;
}
 .content .content_top p a{
     color: #888888;
     font-size: 0.5384615384615384rem;
}
 .content .content_top p .now_position{
     color: #555555;
}
 .content_bottom{
     width: 100%;
     display: inline-block;
}
 .content_bottom h1{
     color: #424242;
     font-size: 0.8461538461538461rem;
     line-height: 3.8461538461538463rem;
     font-weight: 500;
     background: url(../img/tumu_outline.jpg) center top no-repeat;
     background-size: 9.076923076923077rem 2.1538461538461537rem;
     text-align: center;
}
 .content_bottom .imgone{
     float: left;
     width: 29.884615384615383rem;
     height: 11.538461538461538rem;
     margin-bottom: 1.3461538461538463rem;
}
 .content_bottom .imgtwo{
     float: right;
     width: 12.115384615384615rem;
     height: 11.538461538461538rem;
     margin-bottom: 1.3461538461538463rem;
}
 .content_bottom p{
     font-size: 0.6153846153846154rem;
     color: #555555;
     margin-bottom: 1.0769230769230769rem;
     line-height: 0.8461538461538461rem;
}


/*last_box*/
.last_box{
	width: 100%;
	height: 400px;
}

.last_box img{
	width: 100%;
	height: 100%;
}

@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 .imgone{
		width: 100%;
	}
	
	.last_box{
		height: initial;
	}
	
	.last_box img{
		display: block;
	}
	
	.content_bottom{
		box-sizing: border-box;
		padding: 0 4%;
	}
	
	.content_bottom .imgtwo{
		margin-bottom: 0;
	}
}