﻿@charset "utf-8";
	/* 框架结构样式 */
.iFCB { position:relative; width:1200px; margin:0 auto; padding:50px 0 30px; }
.iFCB-o { overflow:visible!important; }

	/* 图片平铺方式 */
.iFCB-bnrb { background-position:right bottom !important; background-repeat:no-repeat !important; }
.iFCB-bnct { background-position:center top !important; background-repeat:no-repeat !important; }

	/* 图片列表个数 */
.iFCB-PRO-1 { width:100%; }
.iFCB-PRO-2 { width:50%; }
.iFCB-PRO-3 { width:33.333%; }
.iFCB-PRO-4 { width:25%; }
.iFCB-PRO-5 { width:20%; }
.iFCB-PRO-6 { width:16.666%; }
.iFCB-PRO-7 { width:14.28%; }
.iFCB-PRO-8 { width:12.5%; }
.iFCB-PRO-9 { width:11.11%; }
.iFCB-PRO-10 { width:10%; }

	/* 内页主体 */
.mainbg { position:relative; width:1140px; margin:0 auto; padding:30px 30px; background:#fff; box-shadow: 0 1px 10px #eee }
.mainbg:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
		/* 默认 主体在左 */
#leftObj { float:left; width:240px; margin-right:30px; }
#rightObj { display:block; overflow:hidden; zoom:1; padding:0 0 50px; min-height:300px; }
		/* 内页布局 通栏 */
.main_bottom,.location,.inside_content { clear:both; }

		/* 左右：inner1 主体在左 推荐部分通栏 */
.inner1 #inside_leftObj { float:right; width:240px; margin-left:30px; margin-top:10px; }
.inner1 #rightObj { padding:10px 0 30px; }

	/*	图片列表_PC */
.iFCB-TPLB li { position:relative; float:left; padding:10px 0; line-height:20px; text-align:center; transition:all 0.3s ease 0s; }
.iFCB-TPLB li .iFCB-rp { position:relative; margin:0 10px 20px; border:0; background:#eee; }
.iFCB-TPLB li .pic { position:relative; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; overflow:hidden;}
.iFCB-TPLB li .pic a { position:relative; display:block; overflow:hidden; }
.iFCB-TPLB li .pic img { width:100%; height:auto; transition:all 0.6s ease-in-out; transform:scale(1); }
.iFCB-TPLB li dl { padding:14px 20px; color:#999; transition:all 0.3s ease 0s; }
.iFCB-TPLB li dl dt { position:relative; height:32px; font-size:16px; line-height:32px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
		/* 经过效果 */
.iFCB-TPLB li:hover .iFCB-rp {  box-shadow:0 0 15px #656262; }
.iFCB-TPLB li:hover .pic img { transform:scale(1.1); }
.iFCB-TPLB li:hover dl { color:#eed0d0; background: #666}
.iFCB-TPLB li:hover dl a { color:#fff; }
.hot-art {
	text-align: center;
	height: 60px;
	line-height:60px;
	font-size: 16px;
}

.hot-art:hover {
	background: #666;
}

.hot-art:hover a {
	color: #fff;
}

.banner-p {
	background: url(../images/newsb.jpg) no-repeat center;
}

.banner-n {
	background: url(../images/productb.jpg) no-repeat center;
}