*{
	margin:0;
	padding:0;
}
.f-left{
float:left;
}
.f-right{
	float:right;
}
.f-clear{
	clear:both;
}
.f-shadow{
	border-radius:5px;
	box-shadow:0 0 10px;
}
.f-radius5{
	border-radius: 5px;
}
.f-wrapper{
	width:100%;
	
}
.f-noContent{
	    font-size: 30px;
    color: #cccccc;
    text-align: center;
    margin: auto;
    min-height: 483px;
    line-height: 300px;
}
.f-container{
	width:1170px;
	margin:auto;
	
	
}
.f-title-box{
	
}
.f-banner-wraper{
	width:100%;
	height:674px;
	background-color:#e0e0e0;
}
.f-banner-l{
	width:600px;
	height:620px;
	margin-top:27px;
	margin-left:86px;
	    text-align: center;
}
.f-square{
	width:300px;
	height:300px;
}
.f-square-ele{
	width:100%;
	height:300px;
	text-align:center;
	background-image:url("../../images/competition/square0816.png");
}
.f-square-ele:after,.f-horizontal-ele:after,.f-vertical-ele:after{
	display:inline-block;
	width:0;
	height:100%;
	vertical-align:middle;
	content:'';
}

.f-square-ele img,.f-horizontal-ele img,.f-vertical-ele img{
	width:auto;
	max-width:73.3%;
	max-height:73.3%;
	display:inline-block;
	vertical-align:middle;
}
.f-horizontal{
	width:100%;
	height:300px;
	margin-top:20px;
}
.f-horizontal-ele{
	width:100%;
	height:300px;
	text-align:center;
	background-image:url('../../images/competition/horizontal0816.png');
}
/* .f-horizontal-ele img{
	width:auto;
	max-width:73.3%;
	max-height:73.3%;
} */
.f-banner-r{
	width:310px;
	height:620px;
	margin-top:27px;
	margin-right:86px;
}


.f-vertical-ele{
	width:100%;
	height:620px;
	text-align:center;
	background-image:url('../../images/competition/vertical0816.png');
}
.swiper-button-prev{
	background-image:url('../../images/competition/left0818.png')!important;
	background-size:contain;
}
.swiper-button-next{
	background-image:url('../../images/competition/right0818.png')!important;
	background-size:contain;
}
.swiper-button-prev,.swiper-button-next{
	display:none;
}