
/*
 *   李坚
 *   2016.6
 */


 /**首页**/
.part-1{
	padding:26px 0 30px;
	background: #fff;
}
.part-2{
	padding:10px 0 40px;
	background: #e1251a;
}
.notice{
	text-align: center;
	height:72px;
	background: #e1251a;
	color:#edf56c;
	font-size: 16px;
}
.focus-area .slide-box .slide-tab .btn-wrap{
	padding:5px;
	background: none;
}
.focus-area .slide-box .slide-tab .btn-wrap a{
	width:24px;
	height:5px;
	margin:0 2px;
	border-radius: 0;
}
/*活动内容快*/
.tab-contain-area{
	width:1170px;
	margin:0 auto;
}
.tab-contain-area .tab{
	overflow: hidden;
	height:270px;
}
.tab-contain-area .tab .item{
	position: relative;
	float: left;
	width:194px;
	height:220px;
	text-align: center;
	margin:20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(204,204,204,.3);
	color:#222;
}
.tab-contain-area .tab .item.active{
	background: #e1251a;
	color:#fff;
}
.tab-contain-area .tab .item .icon{
	width:115px;
	height:115px;
	margin:20px auto;
}
.tab-contain-area .tab .item h2{
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: bold;
}
.tab-contain-area .tab .item p{
	font-size: 14px;
}
.tab-contain-area .tab .item .active-icon{
	display: none;
	position: absolute;
	left:50%;
	bottom:-18px;
	margin-left: -18px;
	width:36px;
	height:30px; 
	font-size: 35px;
	color:#e1251a; 
}
.tab-contain-area .tab .item.active .active-icon{
	display: block
}

.tab-contain-area .con{
	width:1154px;
	margin:0 auto;  
}

.tab-contain{
	display: none;
}

/*热门资讯*/
.hot-news-area{
	width:1176px;
	margin:0 auto 30px;
	overflow: hidden;
}
.hot-news-area .pic-news{
	width:610px;
	height:448px; 
	margin:20px;
	background: #ccc;
	box-shadow: 0 0 20px rgba(204,204,204,.3);
}
.hot-news-area .pic-news .slide-news{
	width:100%;
	height: 100%;
}
.hot-news-area .pic-news .slide-tab{
	bottom:0;
	height:56px;
	line-height: 56px; 
}
.hot-news-area .pic-news .title{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1001;
	height: 56px;
	width: 98%;
	line-height: 56px;
	padding-left: 2%;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 16px;
	color: #fff;
}
.hot-news-area .pic-news .title a{
	color: #fff;
}
.hot-news-area .pic-news .slide-tab{
	text-align: right;
}
.hot-news-area .pic-news .btn-wrap{
	background: none;
	margin:20px 20px;
}
.hot-news-area .pic-news .btn-wrap a{
	width:12px;
	height:12px;
}

.news-tab-list{
	width:486px;
	height:448px;
	margin:20px;
	background: #fff;
	box-shadow: 0 0 20px rgba(204,204,204,.3);
}

.news-tab-list .tab{
	overflow: hidden;
	margin: 31px 0 0 25px;
}
.news-tab-list .tab .item{
	float: left;
	height: 41px;
	width: 151px;
	text-align: center;
	background: none;
	line-height: 41px;		
}
.news-tab-list .tab .item h2{
	color:#434343;
	font-size: 20px;
	font-weight: bold;
}
.news-tab-list .tab .item.active{
	background: url('../images/hot_news_tab_active_03.png') no-repeat left top;
}
.news-tab-list .tab .item.active h2{
	color:#fff;
}

.hot-list{
	display: none;
	width:460px;
	margin:15px 0 0 25px;
}
.hot-list li{
	overflow: hidden;
	line-height: 37px;
	padding:0 20px;
	background: url('../images/news_list_icon_07.png') no-repeat left 15px;
}
.hot-list li a{
	display: inline-block;
	width:80%;
	color:#222;
	font-size: 18px;
}
.hot-list li a:hover{
	color:#d50012;
}
.hot-list li span{
	font-size: 16px;
	color:#999;
}

.slide-news{}
.slide-news li a{
	display: block;
	width:100%;
	height: 448px;
}
.slide-news li img{
	width:100%;
}
.slide-news{
	position: relative;
}
.slide-news li{
	position: relative;
}
.slide-news li .title{
	position: absolute;
	left:0;
	bottom:0;
	z-index: 100;
	height:56px;
	width:60%; 
	line-height: 56px;
	padding-left:2%;
	color:#fff;
	font-size: 16px;
	color:#fff;
}

.title-wrap{
	position: absolute;
	left:0;
	bottom:0;
	height:56px;
	width:100%;
	background: rgba(0,0,0,.6)
}

.title-btn-box{
	margin:20px 20px 0 0;
}
.title-btn-box span{
	display: inline-block;
	width:12px;
	height: 12px;
	border-radius: 50%;
	background: #d1d1d1;
}
.title-btn-box span.active{
	background: #f00;
}



.code-area{
	padding:60px 0;
	background: #fff;
}
.code-area .title{
	text-align: center;
	margin-bottom: 50px;
	font-size: 26px;
}
.code-area .code-bar{
	width:1136px;
	margin:0 auto;
	overflow: hidden;
}
.code-area .code-bar .item{
	float: left;
	/*width:180px;*/
	width:215px;
	text-align: center;
	margin:0 15px 10px 0;
	background: #e1251a;
}
.code-area .code-bar .item:last-child{
	margin-right:0;
}
.code-area .code-bar .item .code{
	width:195px;
	height:195px;
	margin: 10px 10px 0;
}
.code-area .code-bar .item .code img{
	width:100%;
}
.code-area .code-bar .item p{
	height:42px;
	line-height: 42px;
	font-size: 16px;
	color:#fff;
}

.article-list{
	overflow: hidden;
	padding: 30px 20px 0;
}
.article-list li{
	float: left;
	width:350px; 
	margin-bottom: 20px;
	background: url('../images/news_list_icon_08.png') no-repeat left 8px;
	padding-left: 20px;
}
.article-list li a{
	display: inline-block;
	width:80%;
	font-size: 18px;
	color:#fff;
}
.article-list li a:hover{
	color:#ff605d;
}

.product-list{
	overflow: hidden;
	padding: 40px 10px 20px;
}
.product-list .item{
	position: relative;
	float: left;
	width: 268px;
	height:326px;
	margin:0 20px 0 0;
	background: #fff;
	overflow: hidden;
}
.product-list .item .mark{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:0;
	top:58px;
	z-index:1;
	width:268px;
	height:268px;
	background: rgba(0,0,0,.2);
}
.product-list .item:hover p{
	bottom:0;
}
.product-list .item:last-child{
	margin-right:0;
}
.product-list .item .pic{
	position: relative;
	top:58px;
	height:268px;
	display: flex;
	justify-content: center;  
	margin:0 auto 10px;  
	overflow: hidden;
}
.product-list .item .pic img{
	width:100%;
}
.product-list .item .title{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height:58px;
	line-height: 58px;
	text-align: center; 
	background: #fff;
	font-size:20px;
	font-weight: bold;
	color:#de261a;
}
.product-list .item p{
	position: absolute;
	left:0;
	bottom:0; 
	height:24px; 
	line-height: 24px;
	width: 97%;
	text-align: center; 
	background: rgba(0,0,0,.5);
	padding:10px 2%; 
	color:#fff;
	font-size: 14px;
}

.title-list{

}
.title-list a{
	display: none;
	height:56px;
	line-height: 56px;
	padding-left:20px;
	color:#fff;
	font-size: 16px;
}
.title-list a.active{
	display: block;
}