*{
	font-family: Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Source Han Sans CN",Roboto,"Microsoft Yahei",sans-serif,"微软雅黑";
}
/*轮播部分*/
.carousel{
	width: 100%;
	height: 380px;
	background-image: url(../img/320-2/bg.jpg);
	background-size: cover;
	background-position: center;
	background-color: #F5F5F5;
	-webkit-background-size: cover;
    -o-background-size: cover;
}
/*页面布局设置处*/

/*横向布局设置*/
.tabbar,.pic_row{
	display: flex;
	flex-direction: row;
}
/*纵向布局设置*/
.state,.pic_wall{
	display: flex;
	flex-direction: column;
}
/*全部案例*/
.state{
	width: 100%;
}
.title{
	font-size: 17px;
	color: #141414;
	width: 300px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
}
.botton_bd{
	width: 45px;
	margin: 5px auto;
	border-bottom: 3px solid #FF8900;
}
/*选项卡切换*/
.tabbar{
	width:1100px;
	margin: 20px auto;
	justify-content: space-around;
}
.tab{
	width: 107px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #666;
}
.actived1{
	border-radius: 38px;
	color: #fff;
	background-color: #ff8900;
	
}

.pic_wall{
	width: 1100px;
	margin: 20px auto;
	
}
.pic_row{
	width: 1100px;
	margin:0 auto 20px;
	justify-content: space-between;
}
/*.box{
	width: 260px;
	height: 140px;
	box-shadow: 4px 4px 4px #F5F5F5;
}*/
.pic_row img{
	width: 201px;
	height: 108px;
	border: 1px solid #F5F5F5;
	box-shadow: 4px 4px 4px #F5F5F5;
}


.friendlist{ 
	
	width:900px;
	margin:0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.friendlist ul{
	margin:0px;
	padding:0px; 
}
.friendlist ul li{
 float:left;
 margin-right:10px;
 list-style:none;
}
.friendlist ul li.bt{
font-weight:bold;
}

.friendlist ul li a{
	color:#C0C0C0;
}