*{
	padding:0;
	margin:0;
}
.w1000{
	width:1000px;
	margin:0px auto;
}
.more{
	text-align: right;
	float: right;
	top:6px;
	position: relative;
}
.content_f .left{
	width:704px;
	float: left;
}
.content_f .left img ,.content_f .left video{
	max-width:600px;
	width:100%;
}
.content_f .right{
	width:270px;
	float: right;
}
.content_f .right ul li{
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	margin:5px 0px;
}
.content_f .right ul li:before{
	content:"";
	display:inline-block;
	width:4px;
	height:4px;
	border-radius:50%;
	background:black;
	position: relative;
	top:-2px;
	margin-right:10px;
}
.content_f .right ul li a{
	font-size:16px;
	}
.subnav{
	font-size:18px;
}
.title_m{
	margin-top:20px;
	margin-bottom:15px;
}
.footer{
	margin:0px auto;
	padding-top:40px;
}


.if-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 96%;
	margin: 0px auto;
	margin-top: 20px;
	display: none;
	position: relative;
}

.if-header:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 1px;
	bottom: -10px;
	background: #EEEEEE;
}

.ifom-nav {
	width:55%;
}

.ifom-nav .swiper-slide {
    padding: 0px 20px;
    font-size: 20px;
}

.ifom-nav .swiper-container,
.ifom-nav .swiper-wrapper,
.ifom-nav .swiper-slide {
	height: auto !important;
	width: auto;
}

.if-header>a {
	display: block;
	width: 44%;
	min-width: 147px;
}

.if-header>a img {
	display: block;
	width: 100%;
	max-width: 180px;
}
.ifom-nav .swiper-slide.on .ct a {
    color:darkred;
    font-weight: bold;
}

.content_f .left ul li{
white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	margin:12px 0px;
	font-size:15px;
	padding-right:20%;
	position: relative;
}
.content_f .left ul li a{
	font-size:16px;
}
.content_f .left ul li span{
	position: absolute;
	right:0px;
	color:#989898;
}
.content_f .left ul li:before{
	content:"";
	display:inline-block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:black;
	position: relative;
	top:-3px;
	margin-right:10px;
}

@media all and (max-width:1020px) {
	.content_f{
		width:100%;
	}
	.content_f .left{
		width:96%;
		float: none;
		margin:0px auto;
	}
	
	.content_f .right {
	  width:96%;
	  float: none;
	  margin:0px auto;
	}
	.header ,.nav_bb{
		display: none;
	}
	
	.footer{
		width:100%;
	}
	.if-header {
			display: flex;
		}
	.ifom-nav .swiper-slide a{
	    font-size: 18px;
	}
	.titlea{
		font-size:26px;
	}
}

@media only screen and (max-width:375px) {
	.ifom-nav .swiper-slide {
		font-size:16px;
		padding:0px 4px;
	}
	.ifom-nav {
		width:45%;
	}
	.titlea{
		font-size:22px;
		line-height:34px;
	}
	.content_f .left ul li{
		font-size:14px;
		padding-right:26%;
	}
	.content_f .left ul li:before{
		width:4px;
		height:4px;
	}
	.content_f .left ul li a{
		font-size:16px;
	}
}