/* CSS Document */
/*�Ƽ�չ��*/
 .tqzh li{	
	float: left;
	overflow: hidden;
}
.tqzh li, .tqzh-con,  .tqzh-pic img{
	width: 360px;
	/*float: none;*/
}
.jb-bg{
	width: 0;
	height: 65px;
	background: -webkit-linear-gradient(90deg, #d33e1a, #cd9385); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(90deg, #d33e1a, #cd9385); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(90deg, #d33e1a, #cd9385); /* Firefox 3.6 - 15 */
    background: linear-gradient(90deg, #d33e1a, #cd9385); /* ��׼���﷨������������ */
   -webkit-transition: width 1.5s;
   transition: width 1.5s;
   z-index: 20; 
}

 .tqzh li{		
	margin-right: 60px;		
    overflow: hidden;
}
.tqzh-show li{
	margin-bottom: 60px;
}

.tqzh li, .meiti li{	
	float: left;
	overflow: hidden;
}
.tqzh li, .tqzh-con,  .tqzh-pic img{
	width: 380px;
	/*float: none;*/
}

.tqzh li{		
	margin-right: 30px;		
    overflow: hidden;
}
.tqzh-show li{
	margin-bottom: 60px;
}

.tqzh li:nth-child(3n){
	margin-right: 0px;
}
.tqzh-bg{
	height: 430px;
}
.tqzh li{
	width:380px;
	margin-bottom:30px;
}
.tqzh-bg .tqzh li .tqzh-pic{
	overflow: hidden;
	height: 160px;
}
.tqzh-bg .tqzh li .tqzh-pic img{
	
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
	transition: width 1s, height 1s, transform 1s;
}
.tqzh-bg .tqzh li .tqzh-con{
	position: relative;
	width: 570px;
	height: 65px;	
	background-color: rgba(51, 51, 51, .6);
}
.tqzh-bg .tqzh li .tqzh-con .tqzh-tit{
	padding-left:20px;
	height: 65px;
	overflow: hidden;
	position: absolute;
	top: 0;
}
.tqzh-bg .tqzh li .tqzh-con .tqzh-tit a{
	display: block;
	color: white;
}
.tqzh-bg .tqzh li:hover .jb-bg{
	width: 570px;
	height: 65px;
}
.tqzh-bg .tqzh li .tqzh-pic img:hover{
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.tqzh-wenzi{font-size:15px; line-height:20px; padding-top:10px; font-family:Microsoft YaHei;}
.tqzh-wenzi2{font-size:13px; line-height:28px;font-family:Microsoft YaHei;}

/*=================================================================
  ����չ��
==================================================================*/

.six-public{
	margin:0 auto;
}
.six-public li{
	float:left;
	width:231px;
	position:relative;
	cursor:pointer;
	transition:1s;
	margin:15px 5px;
	overflow:hidden;
}
.six-public li img {
	max-width: 100%;
	max-height: 100%;
}
.six-public li:nth-child(1) { margin-left:0px;}
.six-public li:nth-child(6) { margin-left:0px;}
/* .six-public li:nth-child(9) { margin-left:0px;} */
.six-public li:nth-child(5) { margin-right:0px;}
.six-public li:nth-child(10) { margin-right:0px;}
/* .six-public li:nth-child(12) { margin-right:0px;} */
.m-bg{
	width:100%;
	height:100%;
	position:absolute;
	bottom:-110px;
	left:0;
	background:rgba(41,41,41,0.75);
	transition:0.5s;
}
.m-cont{
	position:absolute;
	left:0;top:0;right:0;bottom:0;
	margin:auto;
}
.item-icon{
	width:50px;
	height:50px;
	margin:-40px auto;
	transition:.4s;
	opacity:0;
}
.item-title{
	font-size:15px;
	font-family:Microsoft YaHei;
	color:#fff;
	font-weight:500;
	width:100%;
	text-align:center;
	line-height:45px;
	position:absolute;
	bottom:0;
	left:0;
	transition:0.5s;
	letter-spacing:4px
}
.item a{
	display:block;
}

.item a:hover .item-title {
	bottom:40px;
}
.item a:hover .item-icon{
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	opacity:1;
	margin:20px auto;
}
.item-link{
	position:absolute;
	left:50%;
	bottom:-40px;
	margin-left:-45px;
	border:1px solid #fff;
    width: 90px;
    height: 30px;
    line-height: 30px;
	text-align:center;
	border-radius:5px;
    color: #fff;
    opacity: 0;
	transition:0.4s;
}
.item a:hover .item-link{
	opacity: 1;
	bottom:10px;
	
}
.item a:hover .m-bg{
	background:rgba(41,41,41,0.75);
	bottom:0;
}
/*����*/
.gengduo {margin-top:40px; width:150px; height:40px; background:linear-gradient(to right, #26a9e1, #e2922a); text-align:center; transition:width 0.5s;}
.gengduo:hover {margin-top:40px; width:200px; height:40px; background:#linear-gradient(to right, #26a9e1, #e2922a);  text-align:center; transition:width 0.5s;}