/* 首页样式 */
/* 重置或特殊样式 */
body {
	background-color: #F5F5F5;
}

/* 内容展示面板（图文） */
.index-show-board {
	background-color: #fff;
	margin-bottom: 2rem;
}

.isb-theme {
	text-align: center;
}

.isb-title {
	margin-bottom: 1.2rem;
	color: #553b2a;
	font-size: 2.8rem;
	text-align: center;
}

.isb-vice-link {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0;
}

.isb-vl-subhead {
	font-size: 1.6rem;
	margin-right: 1.2rem;
	white-space: nowrap;
	line-height: 3rem;
}

.isb-vl-subhead:first-child::before {
	content: "";
}

.isb-vl-subhead::before {
	content: "/";
	color: #999;
	font-size: 1.2rem;
	margin-right: 1.2rem;
}
.al-cols-image {
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
}
.firstimage {
	width: 80px !important;
}
.case-show {
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.cs-recommend {
	width: 40%;
	padding: 1.2rem;
}

.cs-recommend img {
	padding-bottom: 0.5rem;
	height: 380px;
}

.cs-gallery {
	width: 60%;
	padding: 1.2rem;
}

.cs-g-ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.cs-g-ul-list {
	width: 31%;
}

.scroll-case {
	/* PC端时不可见 */
	width: 100%;
	display: none;
}
/* 首页侧边导航样式 */
.scroll-floor{
	position: fixed;
	left: 10px;
	top: 30%;
	z-index: 1099;
	background-color: #fff;
	border: #E9E9E9 solid 1px;
	width: 90px;
	overflow: hidden;
}
.sf-ul{
	margin: 0;
}
.sf-ul-list{
	padding: 10px;
	border-bottom: #E9E9E9 solid 1px;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
}
.sf-ul-list:last-child{
	border-bottom: none;
}
.sf-ul-list-active{
	background-color: #553B2A;
}
.sf-ul-list-active a{
	color: #fff;
}

/* 首页文章列表样式 */
.index-article-view {
	background-color: #FFFFFF;
}

.wap-footer-ul li a {
	font-weight: bold;
	font-size: 14px;
}

.article-list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	border-top: #E9E9E9 solid 1px;
	border-bottom: #E9E9E9 solid 1px;
	border-right: #E9E9E9 solid 1px;
	margin-bottom: 1.2rem;
}

.article-list-m {
	display: none;
}

.al-cols {
	width: 25%;
	border-left: #E9E9E9 solid 1px;
}

.al-cols-theme {
	background-color: #F5F5F5;
	padding: 2rem;
	text-align: center;
}

.al-ct-icon {
	margin-bottom: 1rem;
	color: #CCCCCC;
	font-size: 48px;
}

.al-cols-title {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 20px;
}

.al-ul {
	padding: 0 12px;
}

.al-ul-list {
	display: block;
	line-height: 2.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.al-ul-list::before {
	color: #999999;
}

.al-ul-list a {
	font-size: 14px;
}

.al-widget {
	padding: 0 1.2rem 1.2rem 0;
	text-align: right;
}

.al-widget a {
	font-size: 12px;
}

.sc-ul-list img {
	width: 215px;
	
	height: 150px;
}
@media only screen and (max-width:1200px) {
	.isb-vl-subhead {
		font-size: 1.2rem;
		margin-right: 1rem;
		line-height: 2rem;
	}

	.isb-vl-subhead::before {
		margin-right: 1rem;
	}

	.case-show {
		flex-flow: row wrap;
	}

	.cs-recommend {
		width: 100%;
		/*padding: 1.2rem 1.2rem 0 1.2rem;*/
	}
	
	.cs-recommend img{
		display: block;
		width: 100%;
		height: 190px;
	}
	.scroll-case {
		display: block;
	}

	.cs-gallery {
		display: none;
	}

	.scroll-case::-webkit-scrollbar,
	.sc-inner::-webkit-scrollbar,
	.sc-ul::-webkit-scrollbar{
		/* display: none; */
		opacity: 0;
		height: 0 !important;
		background-color: transparent;
	}

	.sc-inner {
		width: 6000px;
	}

	.sc-ul {
		padding-left: 1.2rem;
	}

	.sc-ul::after {
		content: "";
		height: 0;
		clear: both;
	}

	.sc-ul-list {
		width: 160px;
		float: left;
		padding-right: 0.5rem;
		overflow: hidden;
	}

    .sc-ul-list img {
    
    	width: 215px;
    	
    	height: 80px;
    
    }
	.scroll-floor{
		display: none;
	}

	.article-list {
		display: none;
	}
	
	/*.article-list-m {
		display: block;
	}
	
	.article-category-m{
		white-space: nowrap;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
		align-content: flex-start;
		overflow-y: hidden;
		overflow-x: scroll;
	}*/
	
	.article-category-m::-webkit-scrollbar {
		display: none;
	}
	.am-nav-tabs{
		border-bottom: none;
	}
	.am-tabs-bd{
		border-top: 1px solid #ddd;
	}
	
	.article-list-m {
		display: block;
		width: 100%;
	}
	
	.article-list-m .article-m ul li {
		width: 50%;
	}
	
	.article-list-m .article-m li a{
		display: block;
		color: #000;
		border: 1px solid #ddd;
		border-radius: 15px 15px 0em 0em;
		text-align: center;
		width: 100%;
	}
	
	.article-list-m .article-m li.app-current a{
		background-color: #ddd !important;
	    color: #000;
	}
	
	.article-list-m .article-m ul li:last-child a{
		border-left: none;
	}
	
	.article-list-m1 {
		display: block;
		width: 100%;
	}
	
	.article-list-m1 .article-m1 ul li {
		width: 50%;
	}
	
	.article-list-m1 .article-m1 li a{
		display: block;
		color: #000;
		border: 1px solid #ddd;
		border-radius: 15px 15px 0em 0em;
		text-align: center;
		width: 100%;
	}
	
	.article-list-m1 .article-m1 li.app-current a{
		background-color: #ddd !important;
	    color: #000;
	}
	
	.article-list-m1 .article-m1 ul li:last-child a{
		border-left: none;
	}
	
	
	/*.article-category-m li a{        
	    display: block;
		color: #000;
		border: 1px solid #ddd;
		text-align: center;
	}
	
	.article-category-m li.app-current a{
	    
		background-color: #ddd !important;
	    
	    color: #000;
	}
	
	.article-category-m li a:active{
		background-color: #ddd;
		
		color: #000;
		
		font-weight: 700;
	}*/
	/*.article-category-m li.am-active a{
		background-color: #ddd;
		color: #000;
		font-weight: 700;
	}*/
	
	.al-ul {
		padding: 0 0.5rem;
		margin-bottom: 1rem;
	}
	.al-ul li a{
		font-size: 1.4rem;
	}
	.al-ul .am-icon-bookmark-o::before{
		font-size: 1.2rem;
	}
	.al-widget{
		text-align: center;
		padding-bottom: 1rem;
	}
	.al-widget .al-widget-btn{
		width: 100%;
		display: inline-block;
		background-color: #553b2a;
		color: #FFFFFF;
		font-size: 16px;
		line-height: 4rem;
	}
}
