@import url(./lib/resetCss.css);
@import url(./lib/common.css);

.zxZiXun h3,.hyZiXun h3{
    font-size:18px;
    color:#333;
    margin:30px 0 20px;
}
.zxZiXun,.hyZiXun{
    width:1200px;
}
.hyZiXun{
    margin-bottom:30px;
}
.zxZiXun dt{
    width: 260px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
.zxZiXun dt img{
    width:100%;
}
.zxZiXun dd p{
    margin-bottom:16px;
    font-size:16px;
    color:#333;
    cursor: pointer;
}

.allBox dl{
    float: left;
    width:290px;
    margin-right:10px;
}
.allBox dl:last-child{
    margin-right:0;
}
.allBox dl dt{
    width:290px;
    height:250px;
    position: relative;
}
.allBox dl dt img{
    width:100%;
    height:100%;
}
.allBox dl dd .p1{
    font-size:14px;
    color: #333;
    margin:6px 0 5px 0;
}
.allBox dl dd .p2{
    font-size:14px;
    color: #666;
}
.hover-box{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/index/icon_cul01.png) repeat;
	transition: all 0.6s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	opacity: 0;	
	/*filter: alpha(opacity=0);*/
	display: none\0;
}
.hover-box .box01{
	height: 100%;
	width: 100%;
	display: table;
}
.hover-box .box02{
	display: table-cell;
	vertical-align: middle;
}
.hover-box .box02 img{
    width:100px;
    height:100px;
    margin: 0 auto;
    display: block;
}
.hover-box p{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-align: center;;
}
.allBox dl dt:hover .hover-box{
	opacity: 1;
	/*filter: alpha(opacity=100);*/
	display: block\0;
}

.container{
    position: relative;
}
.dialog{
    width:100%;
    height:100%;
    background:rgba(119, 117, 117, 0.7);
    position: absolute;
    top:0;
    left: 0;
    display: none;
}
.erweima{
	height: 100%;
	width: 100%;
    display: table;
    position: relative;
}
.erweima .erweima-img{
	display: table-cell;
	vertical-align: middle;
}
.erweima .erweima-img img{
    width:250px;
    height:250px;
    margin: 0 auto;
    display: block;
}
.erweima p{
	font-size: 18px;
	color: #fff;
	line-height: 24px;
    text-align: center;
    margin-top:20px;
}
.closeBtn{
    width:44px;
    height:44px;
    position: absolute;
    top:20px;
    right: 20px;
    cursor: pointer;
}