/*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;
}
/*show_box*/
 .show_box {
     width: 100%;
     background: #535253;
     box-sizing: border-box;
     padding: 1.3rem 1.1538461538461537rem;
     display: inline-block;
}
 .show_box h1 {
     font-weight: 500;
     font-size: 0.8846153846153846rem;
     color: #ffffff;
     margin-bottom: 0.9615384615384616rem;
}
 .show_box h2 {
     font-weight: 500;
     font-size: 0.5384615384615384rem;
     color: white;
     line-height: 1.9230769230769231rem;
}
 .show_box dl {
     display: inline-block;
     width: 33.3%;
     float: left;
     height: 14.23076923076923rem;
}
 .show_box dl dd {
     width: 100%;
     height: 12.692307692307692rem;
}
 .show_box dl dd img{
     width: 100%;
     height: 100%;
}
 .show_box dl dt {
     width: 100%;
     height: 1.5384615384615385rem;
     line-height: 1.5384615384615385rem;
     font-size: 0.5384615384615384rem;
     color: white;
}
 .show_box p {
     font-size: 0.6153846153846154rem;
     color: white;
     margin-bottom: 0.9615384615384616rem;
}
 .big_img {
     width: 100%;
     height: 11.153846153846153rem;
}
 .last_img {
     width: 100%;
     height: 11.153846153846153rem;
     margin-bottom: 0.7692307692307693rem;
}
 .last_img img {
     width: 100%;
     height: 100%;
}
 .content h3 {
     display: inline-block;
     text-align: left;
     height: 2.3076923076923075rem;
     font-weight: 600;
     color: #131313;
     font-size: 0.9230769230769231rem;
     line-height: 2.3076923076923075rem;
}
 .content h4 {
     display: inline-block;
     margin: 1.1153846153846154rem 0;
     height: 0.07692307692307693rem;
     line-height: 0.07692307692307693rem;
     flex:1;
     margin-left: .4rem;
     background: #e24045 center center no-repeat;
}
.titleLine{
    display: flex;
}
 .lunbo_box {
     width: 100%;
     height: 11.153846153846153rem;
     overflow: hidden;
}
 .lunbo {
     width: 38.65384615384615rem;
     height: 100%;
     margin: 0 auto;
}
 .lunbo .nav {
     width: 100%;
     height: 100%;
     overflow: initial;
}
 .swiper-slide{
     position: relative;
}
 .swiper-slide:hover .lunbo_hide{
     display: flex;
}
 .lunbo_hide{
     position: absolute;
     width: 100%;
     height: 100%;
     justify-content: center;
     align-items: center;
     left: 0;
     top: 0;
     display: none;
     background: rgba(226,64,69,0.8);
}
 .lunbo_hide h5{
     font-weight: 500;
     color: white;
     font-size: 0.6923076923076923rem;
     text-align: center;
}
 .lunbo_hide h5 span{
     font-size: 0.46153846153846156rem;
     color: white;
}
 .swiper-slide img {
     width: 100%;
     height: 100%;
}
 .swiper-slide:nth-child(2n) {
     width: 67%;
}
 .swiper-slide:nth-child(2n-1) {
     width: 33%;
}
 .hide_box{
     position: absolute;
     display: none;
     left: 0rem;
     top: 0rem;
     z-index: 109;
}
 .xumu_box{
     width: 100%;
     height: 15.115384615384615rem;
     margin-bottom: 0.9615384615384616rem;
     position: relative;
     cursor: pointer;
}
 .xumu_box .xumu_img{
     width: 100%;
     height: 100%;
}
 .qianjin_box{
     position: absolute;
     left: 48%;
     top: 75%;
     width: 1.1538461538461537rem;
     height: 1.1538461538461537rem;
     border-radius: 50%;
     border: 2px solid white;
}
 .qianjin_box img{
     width: 100%;
     height: 100%;
}
 .qianjin_box:hover{
     cursor: pointer;
}
/*huodong_box*/
 .huodong_box{
     width: 100%;
     height: 4.923076923076923rem;
     margin-bottom: 0.5769230769230769rem;
}
 .huodong{
     float: left;
     width: 6.038461538461538rem;
     height: 100%;
     background: #e24045;
     box-sizing: border-box;
     padding: 0.5769230769230769rem 1.3461538461538463rem;
     font-size: 1.3846153846153846rem;
     color: white;
     letter-spacing: 0.2692307692307692rem;
     margin-right: 0.46153846153846156rem;
}
 .huodong_font{
     width: 35.42307692307692rem;
     float: right;
     height: 100%;
     background: #f1a83f;
     box-sizing: border-box;
     padding: 1.3461538461538463rem 1.3461538461538463rem;
     color: #131313;
}
 .huodong_font span{
     font-size: 0.5384615384615384rem;
}
 .football{
     width: 100%;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     margin-bottom: 0.7692307692307693rem;
}
 .football img{
     width: 20.76923076923077rem;
     margin-bottom: 0.38461538461538464rem;
}
 .football .big_football{
     height: 14.615384615384615rem;
     width: 100%;
}
.football img:nth-child(3){
    width: 100%;
}
 .zmc{
     width: 100%;
     height: 100%;
     position: fixed;
     z-index: 108;
     background: rgba(0,0,0,0.8);
     display: none;
}

.zmc img{
	position: absolute;
	top: 3%;
	right: 2%;
	width: 40px;
	height: 40px;
}

.zmc img:hover{
	cursor: pointer;
}

@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;
	}
	
	.huodong{
		width: 28%;
		margin-right: 0;
	}
	
	.huodong_font{
		width: 72%;
		padding: 0.5rem 1.3461538461538463rem;
	}
	
	.content h4{
		margin: 0.5rem 0;
	}
	
	.football{
		box-sizing: border-box;
		padding: 0 5%;
	}
	
	.football img{
		width: 100%;
		/*height: auto;*/
	}
	
	.content h3{
		padding-left: 1rem;
	}
	
	.last_img{
		height: initial;
	}
	
	.swiper-slide:nth-child(2n-1){
		width: 100%;
	}
	
	.swiper-slide:nth-child(2n){
		width: 100%;
	}
	
	.lunbo{
		width: 100%;
	}
	
	.football .big_football{
		height: 8.5rem;
	}
	
	.hide_box{
		top: -5rem;
		width: 100%;
	}
	
	.football img:nth-child(3){
		height: 9rem;
	}
	
	.show_box img{
		width: 100% !important;
		height: auto !important;
	}
}
 