*{
	box-sizing:border-box;
}
body{
	background: #f7f7f7;
}
.inner12{
	width: 1200px;
	margin: 0 auto;
}
.agg-wrap{
	/* padding-bottom: 200px; */
}
.agg-title{
	position: relative;
	background: url(../images/aggregate/banner.jpg) center;
	height: 250px;
}
.switch-btn{	
	width: 256px;
	height: 44px;
	margin: 0 auto;
	font-size: 0;
	border: 2px solid #e8ecef;
	border-radius: 20px;
	margin-top: 40px;
}
.switch-btn .switch-i{
	display: inline-block;
	width: 50%;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	transition: all .3s;
	-webkit-transition: all .3s;
	padding-left: 20px;
	font-size: 16px;
	color: #5e6b73;
	cursor: pointer;
}
.switch-btn .switch-i.act{
	background: #ffffff;
	box-shadow: 0 0 20px #e8ecef;
	border-radius: 20px;
	color: #fe754c;
}
.switch-btn .switch-i i{
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	background-image:url(../images/aggregate/bg-icon2.png);
	background-size: 47px 45px;
	background-repeat: no-repeat;
	margin-right: 5px;
}
.switch-btn .switch-i1 i{
	background-position: 0 0;

}
.switch-btn .switch-i2 i{
	background-position: 0 -25px;
}
.switch-btn .switch-i1.act i{
	background-position: -25px 0;	
}
.switch-btn .switch-i2.act i{
	background-position: -25px -25px;	
}
.switch-btn .switch-slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
.agg-title img{
	width: 100%;
}
.module-block{
	position: relative;
}
.time-line{
	position: absolute;
	top: 0;
	left: 25px;
	width: 5px;
	border-radius: 3px;
	height: 90%;
	background: #e0e1e2;
	/*background: #fc744b;*/
}
.line-bar{
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	border-radius: 3px;
	background: #fc744b;
}
.line-cir{
	position: absolute;
	top: 0;
	left: -6px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: -linear-gradient(left,#fe764d,#ffac5d);
	background: -moz-linear-gradient(left,#fe764d,#ffac5d);
	background: -webkit-linear-gradient(left,#fe764d,#ffac5d);
	background: -o-linear-gradient(left,#fe764d,#ffac5d);
	box-shadow: 0 0 5px #f8d7cb;
}
.agg-item{
	padding-left: 42px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.agg-tit{
	padding-left: 40px;
	color: #fe754c;
	font-size: 18px;
	position: relative;
	height: 15px;
	line-height: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}
.agg-tit:before{
	display: block;
	content: '';
	width: 30px;
	border-top: 3px solid #fe754c;
	position: absolute;
	top: 6px;
	left: 0;
}
.agg-tit .tit-sp{
	display: inline-block;
	padding: 8px 10px;
	background: #f9734b;
	color: #fff;
	border-radius: 4px;
	margin-top: -8px;
	font-size: 18px;
	line-height: 1;
}
.module-block .agg-list{
	margin-top: 20px;
	margin-left: 30px;
}
.agg-list.agg-list-sp{
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    -webkit-transform: translate3d(0, 0px, -2px);
    transform: translate3d(0, 1px, -2px);
	border-radius: 8px;
	display: inline-block;
	margin-right: 60px;
}

.list-item-s{
	display: inline-block;
	width: 267px;
	background: transparent;
	border-radius: 6px;
	padding: 10px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.list-item-s:hover{
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    -webkit-transform: translate3d(0, 0px, -2px);
    transform: translate3d(0, 1px, -2px);

}
.list-item-s .item-img{
	width: 247px;
	height: 148px;
	overflow: hidden;
	border-radius: 6px;
	font-size: 0;
}
.list-item-s .item-img img{
	width: 100%;
}
.list-item-s .item-con{
	padding: 8px 8px;
	/*background: #fff;*/
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-top: 20px;
	/*height: 90px;*/
}
.list-item-s .item-tit{
	color: #353535;
	font-size: 16px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-item-s:hover .item-tit{
	color: #fe754c;
}
.list-item-s .item-time{
	color: #a2a3a4;
	font-size: 13px;
	line-height: 1;
	margin-top: 5px;
}
.list-item-s .item-tit{}

.list-item{
	float: left;
	width: 267px;
	height: 250px;
	background: transparent;
	border-radius: 6px;
	padding: 10px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.list-item:hover{
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    -webkit-transform: translate3d(0, 0px, -2px);
    transform: translate3d(0, 1px, -2px);

}
.list-item .item-img{
	width: 247px;
	height: 148px;
	overflow: hidden;
	border-radius: 6px;
	font-size: 0;
}
.list-item .item-img img{
	width: 100%;
}
.list-item .item-con{
	padding: 8px 8px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	/*padding-top: 20px;*/
	/*height: 90px;*/
}
.list-item .item-tit{
	color: #353535;
	font-size: 16px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;

}
.list-item .item-time{
	color: #a2a3a4;
	font-size: 13px;
	line-height: 1;
	margin-top: 8px;
}
.module-block2{
	display: none;
	padding-top: 20px;
}
.nav-tit-wrap{
	position: relative;
	padding: 10px 0;
	width: 100%;
	z-index: 10px;

}
.nav-title{
	position: relative;
	width: 270px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: #dedfe0;
	font-size: 16px;
	color: #353535;
	margin:0 auto;
	margin-left: 60px;
}
.nav-tit-wrap.fixed{
	position:fixed;
	top: 0;
	left: 0;
	/*margin-left:-135px;*/
	z-index: 10px;
	padding: 10px;
	background: #fff;

}
.nav-slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: -linear-gradient(left,#ffb260,#fd754c);
	background: -webkit-linear-gradient(left,#ffb260,#fd754c);
	border-radius: 15px;
	z-index: 1;

}
.nav-title .title{
	text-align: center;
	float: left;
	width: 33.3%;
	z-index: 2;
	position: relative;
}
.nav-title .title.act{
	color: #fff;	

}
.gair-part{
	padding: 0 50px;
}
.agg-item2 .tt{
	/*padding-left: 25px;*/
	color: #fe754c;
	font-size: 18px;
	position: relative;
	height: 15px;
	line-height: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	/*z-index: -1;*/
}
/*.agg-item2 .tt:before{
	display: block;
	content: '';
	width: 17px;
	border-top: 2px solid #fe754c;
	position: absolute;
	top: 6px;
	left: 0;
}*/
.gair-item{
	padding: 8px 0;
	border-bottom: 1px solid #dedfe0;
	display: block;
}
.gair-item .item-i{
	border-radius: 6px;
	overflow: hidden;
	font-size: 0;
}
.gair-item .item-c{
	padding-left: 140px;
}
.gair-item .item-c .c-l{
	color: #353535;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.gair-item .item-c .c-t{
	color: #a2a3a4;
	font-size: 12px;
}

.agg-item2 .list-item{
	margin-bottom: 40px;
}
.tt .more{
	color: #a2a3a4;
	font-size: 13px;
}