.big-icon{
	background: #fff;
	padding: 40px 0;
}
.big-icon li{
	width: 14.285%;
	float: left;
	text-align: center;
}
.big-icon li a{
	font-size: 18px;
	font-weight: bold;
	color: #003171;
}
.big-icon li a i{
	width: 120px;
	height: 120px;
	display: block;
	margin: 15px auto;
	background-size: 100%!important;
	transition: .3s;
}
.big-icon li a i.icon1{
	background: url(../img/icon1.png) no-repeat;
}
.big-icon li a:hover i.icon1{
	background: url(../img/icon1-hover.png) no-repeat;
}
.big-icon li a i.icon2{
	background: url(../img/icon2.png) no-repeat;
}
.big-icon li a:hover i.icon2{
	background: url(../img/icon2-hover.png) no-repeat;
}
.big-icon li a i.icon3{
	background: url(../img/icon3.png) no-repeat;
}
.big-icon li a:hover i.icon3{
	background: url(../img/icon3-hover.png) no-repeat;
}
.big-icon li a i.icon4{
	background: url(../img/icon4.png) no-repeat;
}
.big-icon li a:hover i.icon4{
	background: url(../img/icon4-hover.png) no-repeat;
}
.big-icon li a i.icon5{
	background: url(../img/icon5.png) no-repeat;
}
.big-icon li a:hover i.icon5{
	background: url(../img/icon5-hover.png) no-repeat;
}
.big-icon li a i.icon6{
	background: url(../img/icon6.png) no-repeat;
}
.big-icon li a:hover i.icon6{
	background: url(../img/icon6-hover.png) no-repeat;
}
.big-icon li a i.icon7{
	background: url(../img/icon7.png) no-repeat;
}
.big-icon li a:hover i.icon7{
	background: url(../img/icon7-hover.png) no-repeat;
}


.topic{
	padding-top: 170px;
	background: url(../img/ztss-bg.jpg) top center no-repeat;
}
.topic-line{
	text-align: center;
}
.topic h2{
	padding: 15px 0;
	text-align: center;
	font-size: 56px;
	font-weight: bold;
	color: #fff;
}

.tab-nav{
	overflow: hidden;
	text-align: center;
}
.tab-nav li{
	margin: 0 8px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #003171;
	cursor: pointer;
}
.tab-nav li:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 47px;
	background: #fff;
	transform: skew(-30deg);
}
.tab-nav li span{
	display: block;
	padding: 10px 20px;
	position: relative;
	z-index: 2;
}
.tab-nav li.selectActive{
	color: #fff;
}
.tab-nav li.selectActive:after{
	background-color: #f4454a;
}



.topic-content{
	display: none;
}
.topic-content img{
	display: block;
}
.topic-tab .tab-btn{
	margin-top: 35px;
	text-align: center;
}
.topic-tab .tab-btn li{
	display: inline-block;
	padding: 8px 20px;
	cursor: pointer;
	transition: .7s;
	border-radius: 50px;
}
.topic-tab .tab-btn li:hover{
	color: #e10000;
}
.topic-tab .tab-btn li.selectActive{
	background: #e10000;
	background: -webkit-linear-gradient(left, #e10000 , #ff8840);
    background: -o-linear-gradient(right, #e10000, #ff8840);
    background: -moz-linear-gradient(right, #e10000, #ff8840);
    background: linear-gradient(to right, #e10000 , #ff8840);
    color: #fff;
}
.topic-tab .tab-btn li.selectActive:hover{
	box-shadow: 0 8px 20px -2px rgba(225,0,0,.3);
	transform:scale(1.06,1.06);
}
.topic-small{
	overflow: hidden;
}
.topic-small a{
	width: 50%;
	box-sizing: border-box;
}

.topic-small a:first-child{
	float: left;
}
.topic-small a:last-child{
	float:right;
}
.topic-content{
	overflow: hidden;
	margin-top: 50px;
}
.topic-content a{
	position: relative;
	display: block;
	overflow: hidden;
}
.topic-content a:hover .topic-text{
	opacity: 1;
	top: 0;
}
.topic-content a img{
	width: 100%;
	transition: .3s;
	margin: 0 1px;
}
.topic-content a:hover img{
	transform:scale(1.06,1.06);
}

.topic-content .topic-col50:first-child{
	float: left;
}
.topic-content .topic-col50:first-child .topic-small{
	margin-bottom: 1px;
}
.topic-content .topic-col50:last-child{
	float: right;
}
.topic-content .topic-col50:last-child .topic-small{
	margin-top: 1px;
}
.topic-col50{
	width: 50%;
	box-sizing: border-box;
}

.topic-text{
	transition: .3s;
	opacity: 0;
	position: absolute;
	top: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background: rgba(11,87,179,.6);
}
.topic-text h4{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20%;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 15px;
}

.topic-text p{
	color: #fff;
	opacity: .65;
	margin-bottom: 20px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.topic-text span{
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border-radius: 100px;
	border:1px solid rgba(255,255,255,.5);
}
.topic-text span i img{
	width: 20px;
	display: block;
	margin: 17px auto;
}

.topic .more{
	text-align: center;
}
.topic .more a{
	display: inline-block;
	margin-top: 60px;
	background: #e10000;
	background: -webkit-linear-gradient(left, #e10000 , #ff8840);
    background: -o-linear-gradient(right, #e10000, #ff8840);
    background: -moz-linear-gradient(right, #e10000, #ff8840);
    background: linear-gradient(to right, #e10000 , #ff8840);
    color: #fff;
	padding: 8px 40px;
    border-radius: 50px;
    transition: .7s;
}
.topic .more a:hover{
	box-shadow: 0 8px 20px -2px rgba(225,0,0,.3);
	transform:scale(1.06,1.06);
}

@media (max-width: 1440px){
	.topic-text h4{
		margin-top: 15%;
		font-size: 24px;
	}
}

@media (max-width: 1200px){

	.big-icon li a i{
		width: 100px;
		height: 100px;
	}
	.topic-text span{
		display: none;
	}
	.topic-text h4{
		font-size: 18px;
	}
    .table{
		width: 100%;
		overflow-x: auto;
	}
	.table table{
		width: 1000px;
	}
}

@media (max-width: 768px){
	.header{
		background-size: 130%;
	}
	.main-nav{
		display: none;
	}
	.mobile-logo,.nav-btn{
		display: block;
	}
	.banner-slider .item .title-border p{
		font-size: 16px;
	}
	.main-nav{
		margin-top: 20px;
		width: 100%;
		position: absolute;
		left: 0;
		z-index: 3;
		background: rgba(0, 0, 0, .8);
	}
	.inside-header .main-nav{
		margin-top: 0;
	}
	.nav ul{
		padding: 0 0 25px;
	}
	.main-nav li{
		display: block;
		width: 100%;
		float: none;
	}
	.main-nav li.logo{
		display: none;
	}
	.nav li a.active:after{
		left: 50%;
		margin-left: -20px;
		bottom: -15px;
	}
	.big-icon{
		padding: 20px 0 30px;
	}
	.big-icon li a i{
		width: 60px;
		height: 60px;
	}
	.big-icon li a{
		font-size: 14px;
	}
	.news,.competition{
		float: none;
		width: auto;
	}
	.topic{
		padding-top: 180px;
	}
	.topic .title h2{
		font-size: 28px;
	}
	.topic-tab .tab-btn li{
		margin-bottom: 20px;
	}
	.topic-tab .tab-btn{
		margin-top: 20px;
	}
	.topic-content{
		margin-top: 20px;
	}
	.topic .more a{
		margin-top: 0;
	}
	.topic-col50{
		width: auto;
		margin-bottom: 25px;
	}
	.topic .more{
		padding: 0 10px;
	}
	.topic .more a{
		width: 100%;
		padding: 7px 0;
	}
	.topic-img{
		width: 50%;
	}
	.topic h2{
		font-size: 34px;
	}
	.tab-nav li{
		margin-bottom: 10px;
	}
	.link{
		padding-top: 0;
	}
	.link h2{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.link ul{
		width: auto;
	}
	.link ul li{
		width: 25%;
	}
	.search-item{
		width: 50%;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.search-item label{
		width: 30%;
		padding-top: 12px;
		box-sizing: border-box;
		float: left;
	}

	.search-item input{
		width: 70%;
		box-sizing: border-box;
		float: left;
	}
	.search-item select{
		width: 70%;
	}
	.search-btn{
		margin-left: 30px;
	}
	.competition-panel{
		width: 47%;
	}
	.athletes-search .search-item{
		width: 48%;
	}
	.athletes-search .search-btn{
		width: auto;
		margin: 0 4%;
		float: none;
		clear: both;
		margin-top: 125px;
	}
	.athletes-search .search-item{
		width: auto;
		float: none;
		overflow: hidden;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.athletes-search .search-btn{
		margin-top: 20px;
	}

}
@media (max-width: 550px){
	.big-icon li{
		width: 25%;
	}
	.big-icon li a i{
		margin-bottom: 5px;
	}
	.news-headlines dd h3{
		font-size: 14px;
		line-height: 22px;
	}
	.news-list li a{
		font-size: 14px;
	}
	.activity-item h3{
		font-size: 14px;
	}
	.link ul li a{
		margin: 5px;
	}
	.competition-info{
		padding: 15px;
	}
	.main-title h2{
		margin-bottom: 20px;
	}
	.main-title h2,.inside-panel .season{
		float: none;
	}

}
@media (max-width: 480px){
	.banner-slider .item .title-border{
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 0;
	}
	.banner-slider .item .title-border p{
		margin-right: 70px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.banner-slider .item .title-border span{
		display: none;
	}
	.banner-slider .owl-dots{
		bottom: 5px;
	}
	.owl-dots .owl-dot span{
		margin: 5px 4px;
	}
	.owl-controls .owl-nav .owl-prev:before,
	.owl-controls .owl-nav .owl-next:before{
		width: 24px;
		height: 24px;
		background-size: 100%;
	}
	.integral li{
		padding: 20px 0;
		float: none; 
		width: auto;
		border-bottom: 1px dashed #eee;
	}
	.integral li:last-child{
		border-bottom: 0;
	}
	.integral .panel{
		padding: 0;
	}
	.topic-text h4{
		font-size: 18px;
	}
	.topic-text p{
		font-size: 14px;
	}
	.topic-img{
		width: auto;
	}
	.topic-info{
		padding: 30px 0;
	}
	.topic-info h2{
		font-size: 20px;
	}
	.topic-info p{
		font-size: 16px;
	}
	.topic-slide-text{
		position: initial;
	}
	.tab-nav li{
		display: block;
		margin: 10px 30px;
	}
	.topic-col50{
		margin-bottom: 2px;
	}
	.link{
		padding-top: 20px;
	}
	.link ul li{
		width: 33.333%;
	}
	.search{
		padding: 20px 0;
	}
	.search-item{
		width: auto;
		float: none;
		margin-bottom: 10px;
		overflow: hidden;
	}
	.search-btn{
		width: auto;
		float: none;
		margin: 20px 20px 0;
	}
	.search-btn a{
		width: auto;
	}
	.competition-info h4{
		font-size: 14px;
	}
	.inside-panel{
		padding: 30px 15px;
	}
	.search-item label{
		font-size: 14px;
	}
}
