@charset "utf-8";
body{
	background: #eee;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.fc3{
	color: #000 !important;
}
.fc6{
    display:block;
    text-indent: 2em;
	color: #666 !important;
}
.fc9{
	color: #999 !important;
}
.hidden{
	overflow: hidden !important;
}
.nav2.rotate{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); 
	-webkit-transform: rotate(90deg);
	transition: all 0.3s linear 0s;
	-ms-transition:all 0.3s linear 0s;
    -webkit-transition:all 0.3s linear 0s;
	background: url(../../../images/qdn/wap/category_active.png) no-repeat center center;
	background-size: 100% 100%;
}
#header{
	background: url(../../../images/qdn/wap/header_bg.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 10px 10px 0;
	position: relative;
	z-index: 7;
}
.logo-search,.nav-list{
	display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.logo{
	width: 65%;
}
.logo img{
	max-width: 100%;
}
.search{
	display: block;
	width: 15px;
	height: 15px;
	background: url(../../../images/qdn/wap/search.png) no-repeat center center;
	background-size: 100% 100%;
}
#nav{
	width: 90%;
	margin: 0;
}
#nav .swiper-slide{
	color: #fff;
	font-size: 3.6vw;
	text-align: center;
	width: 5rem;
}
#nav .swiper-slide a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
}

#nav .swiper-slide:first-child{
	width: 3rem;
}
#nav .swiper-slide.active a{
	color: #ffe200;
	background: url(../../../images/qdn/wap/nav_bg.png) no-repeat center bottom;
	background-size: 20px auto;
}
.nav2{
	display: block;
	width: 15px;
	height: 15px;
	background: url(../../../images/qdn/wap/category.png) no-repeat center center;
	background-size: 100% 100%;
	transition: all 0.3s linear 0s;
	-ms-transition:all 0.3s linear 0s;
    -webkit-transition:all 0.3s linear 0s;
}
/*container*/
#container{
	overflow-y: auto;
	position: relative;
	z-index: 8;
}
/*banner*/
#banner{
	height: 180px;
}
#banner .swiper-slide{
	height: inherit;
}
#banner .swiper-slide img{
	width: 100%;
	height: 100%;
}
#banner .swiper-slide span{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
	background: rgba(0,0,0,0.4);
	font-size: 3.6vw;
	color: #fff;
	padding: 10px 100px 10px 10px; 
	white-space:nowrap;
	overflow: hidden;
	word-break:break-all;
}
#banner .swiper-pagination{
	text-align: right;
    padding-right: 5px;
    bottom: 12px;
}
#banner .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #d30b15;
	width: 30px;
	border-radius: 5px;
}
/*news-top*/
#news-top{
	height: 60px;
	padding-left: 70px;
	background: #fff url(../../../images/qdn/wap/news_top.png) no-repeat 10px 8px;
	background-size: auto 80%;
}
#news-top .swiper-slide{
	line-height: 60px;
	font-size: 4vw;
	font-weight: bold;
	overflow: hidden;
	/*text-overflow:ellipsis;
	white-space: nowrap;*/
	padding-right: 10px;
}
#news-top .swiper-slide a{
	color: #333;
}
/*dynamic*/
.dynamic{
	background: #fff;
}
#dynamic-tab{
	border-bottom: 1px solid #eee;
}
#dynamic-tab ul{
	overflow: hidden;
	display: table;
	margin: 0 auto;
}
#dynamic-tab ul li{
	float: left;
	list-style: none;
	text-align: center;
	color: #999;
	font-size: 3.6vw;
	padding: 10px;
}
#dynamic-tab ul li.active{
	font-weight: bold;
	color: #d3000b;
	font-size: 3.6vw;
	background: url(../../../images/qdn/wap/news_tab_active.png) no-repeat center bottom;
	background-size: 30px auto;
}

#dynamic-list .swiper-slide{
	padding: 0 10px;
}
.usual-list li{
	list-style: none;
	/* display: -ms-flexbox;
	    display: flex;
	    -ms-flex-pack: justify;
	    justify-content: space-between; */
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.usual-list li:last-child{
	border-bottom: 0;
}
.usual-list li .dynamic-text{
	width: 65%;
    padding-right: 5px;
    float: left;
}
.usual-list li.no-img .dynamic-text{
	width: 100%;
}
.usual-list li .dynamic-img{
	width: 35%;
	overflow: hidden;
	min-height: 80px;
	float: right;
}
.usual-list li .dynamic-img img{
	width: 100%;
}
.dynamic-text h3{
	margin: 0 0 5px;
	color: #333;
	font-size: 4.5vw;
	line-height: 1.4;
	word-wrap: break-word;
}
.no-img .dynamic-text h3{
	margin-bottom: 5px;
	word-wrap: break-word;
}
.dynamic-text p{
	color: #666;
	font-size: 3.6vw;
	line-height: 1.4;
	margin-bottom: 5px;
	word-wrap: break-word;
}
.no-img .dynamic-text p{
	margin-bottom: 10px;
	word-wrap: break-word;
}
.dynamic-text p:last-child{
	margin-bottom: 0;
}
.dynamic-text p span{
	color: #999;
	margin-right: 10px;
	font-size: 3.2vw;
}
.gg{
	display: block;
	width: 100%;
	position: relative;
}
.gg img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.close{
	display: block;
	width: 10px;
	height: 10px;
	background: url(../../../images/qdn/wap/close.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 7;
}
.look-more{
	display: table;
	width: 40%;
	text-align: center;
	margin: 10px auto 30px;
	font-size: 14px;
	background: #eee;
	border-radius: 15px;
	padding: 10px 0;
	color: #333;
}

/*list*/
.list{
	padding: 0 10px;
	background: #fff;
	margin-top: 10px;
}
.list-title{
	border-bottom: 1px solid #eee;
}
.list-title span{
	display: inline-block;
	padding: 10px 0;
	font-size: 18px;
	color: #d3000b;
	background: url(../../../images/qdn/wap/news_tab_active.png) no-repeat center bottom;
	background-size: 34px auto;
	font-weight: bold;
}
.list-title a{
	float: right;
	font-size: 12px;
	color: #333;
	margin-top: 16px;
}






/*poopup-list*/
.modle{
	background: rgba(0,0,0,0.6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8;
    display: none;
}
#search-page{
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #fff;
}
.popup-list{
	max-height: 80%;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	overflow-y: auto;
    display: none;
}
.popup-list dl{
	overflow: hidden;
	padding: 5px 0;
}
.popup-list dl:first-child{
	padding-top: 10px;
}
.popup-list dl dt{
	display: block;
	padding: 5px 10px;
	font-size: 3.6vw;
	color: #d3000b;
	font-weight: bold;
}
.popup-list dl dd ul{
	overflow: hidden;
}
.popup-list dl dd ul li{
	float: left;
	list-style: none;
	padding: 5px 7px;
	font-size: 3.2vw;
	display: inline-block;
	text-align: center;
}
.popup-list dl dd ul li a{
	display: block;
	padding: 7px 10px;
	background: #f2f2f2;
	color: #333;
	border-radius: 5px;
}
