/* 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, #0041c3, #06a7e0); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(90deg, #0041c3, #06a7e0); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(90deg, #0041c3, #06a7e0); /* Firefox 3.6 - 15 */
    background: linear-gradient(90deg, #0041c3, #06a7e0); /* 标准的语法（必须放在最后） */
   -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: 320px;
	/*float: none;*/
}

.tqzh li{		
	margin-right: 60px;		
    overflow: hidden;
}
.tqzh-show li{
	margin-bottom: 60px;
}

.tqzh li:nth-child(3n){
	margin-right: 0px;
}
.tqzh-bg{
	height: 850px;
}
.tqzh li{
	width:320px;
	margin-bottom:30px;
}
.tqzh-bg .tqzh li .tqzh-pic{
	overflow: hidden;
	height: 130px;
}
.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: 320px;
	height: 65px;	
	background-color: rgba(7, 105, 204, .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: 320px;
	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:246px;
	position:relative;
	cursor:pointer;
	transition:1s;
	margin:15px 16px;
	overflow:hidden;
}
.six-public li:nth-child(1) { margin-left:0px;}
.six-public li:nth-child(5) { margin-left:0px;}
.six-public li:nth-child(4) { margin-right:0px;}
.six-public li:nth-child(8) { margin-right:0px;}
.m-bg{
	width:100%;
	height:100%;
	position:absolute;
	bottom:-110px;
	left:0;
	background:rgba(255,255,255,0.65);
	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:#011935;
	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 #011935;
    width: 90px;
    height: 30px;
    line-height: 30px;
	text-align:center;
	border-radius:5px;
    color: #011935;
    opacity: 0;
	transition:0.4s;
}
.item a:hover .item-link{
	opacity: 1;
	bottom:10px;
	
}
.item a:hover .m-bg{
	background:rgba(255,255,255,0.65);
	bottom:0;
}