﻿@charset "utf-8";
/* CSS Document */

/*pub_page*/
.pub_page{ width:680px;
	   height:32px;
	   margin:45px 0 50px 300px;}

.pub_page ul li{ float:left;
			 margin-left:16px;
			 line-height:32px;
			 color: #f5c736;}
.pub_page ul li a{ width:38px;
				   height:32px;
				   display:block;
				   float:left;
				   text-align:center;
				   line-height:32px;
				   color:#f5c736;}
.pub_page ul li a:hover{ background:#f5c736;
					 color:#222;}

.pub_page ul li a.disabled{ color:#555555;}
.pub_page ul li a.disabled:hover{
	background: none;
	cursor:no-drop;
}

.pub_page ul li a.dq{ 
	background: #f5c736;
	color:#222;
}
.txtcurpage{ width:32px;
			 height:30px;
			 text-align:center;
			 border: none;
			 float:left;}


/*act_list*/
.act_list a{
	width: 1200px;
	height: 530px;
	display: block;
	margin-bottom: 30px;
}

/*shop_list*/
.shop_list{
	width: 1206px;
	height: auto;
	overflow: hidden;
	zoom:1;
}
.shop_list ul li a{
	width: 294px;
	height: 310px;
	float: left;
	background: #fff;
	margin-left: 7px;
	margin-bottom: 20px;
	color: #666;
	position: relative;
}
.list_p{
	width: 294px;
	height: 196px;
	overflow: hidden;
	float: left;
}
.list_p img{
	width: 294px;
}

.shop_list ul li a h3{
	width:235px;
	margin: 212px 0 7px 24px;
	line-height: 24px;
	font-weight: normal;
	font-size: 16px;
}
.shop_list ul li a p{
	margin-top: 5px;
	margin-left: 24px;
	color: #999;
	font-size: 12px;
}
.shop_list ul li a span{
	width: 19px;
	height: 19px;
	position: absolute;
	right: 20px;
	bottom: 50px;
	background: url(../images/icon01.jpg);
}
.shop_list ul li a:hover h3{
	color: #f5c736;
}
.shop_list ul li a:hover p{
	color: #f5c736;
}
.shop_list ul li a:hover span{
	background: url(../images/icon02.jpg);
}


/*news_list*/
.news_list{
	width: 1206px;
	height: auto;
	overflow: hidden;
	zoom:1;
}
.news_list ul li a{
	width: 294px;
	height: 310px;
	float: left;
	background: #fff;
	margin-left: 7px;
	margin-bottom: 20px;
	color: #666;
	position: relative;
}
.news_list ul li a h3{
	width:235px;
	margin: 222px 0 7px 26px;
	line-height: 24px;
	font-weight: normal;
	font-size: 16px;
}
.news_list ul li a p{
	margin-top: 15px;
	margin-left: 26px;
	color: #999;
	font-size: 12px;
}
.news_list ul li a span{
	width: 19px;
	height: 19px;
	position: absolute;
	right: 25px;
	bottom: 32px;
	background: url(../images/icon01.jpg);
}
.news_list ul li a:hover h3{
	color: #f5c736;
}
.news_list ul li a:hover p{
	color: #f5c736;
}
.news_list ul li a:hover span{
	background: url(../images/icon02.jpg);
}

/*pro_list*/
.pro_list{
	width: 1230px;
	height: auto;
	overflow: hidden;
	zoom:1;
}
.pro{
	width: 585px;
	height: 390px;
	float: left;
	margin: 0 30px 30px 0;
	position: relative;
overflow:hidden;
}
.mask{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.65;
	position: absolute;
	top:0;
	left: 0;
	z-index: 98;
	display: none;
}
.pro_m{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 99;
	display: none;
}
.pro_m h3{
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	margin-top: 120px;
}
.pro_m span{
	width: 333px;
	height: 47px;
	line-height: 47px;
	border-radius: 30px;
	display: block;
	font-size: 20px;
	background: #f5c736;
	text-align: center;
	margin: 30px 122px;
}
.pro_m P{
	width: 240px;
	color: #fff;
	line-height: 26px;
	margin-left: 170px;
}
.pro:hover .pro_m,.pro:hover .mask{
	display: block;
}
.pro img{
-webkit-transition: -webkit-transform 2s ease-out;
-moz-transition: -moz-transform 2s ease-out;
-ms-transition: -ms-transform 2s ease-out;
transition: transform 2s ease-out;
}
.pro:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

























