@charset "utf-8";
.main{
	background-color: #fff;
    max-width: 1006px;
    margin: 0 auto;
    box-shadow: 0 0 8px #cdcdcd;
    margin-bottom: 80px;
}
.zheader{
	padding: 30px 0;
	color: #415f8c;
    font-size: 20px;
    font-weight: 200;
    line-height: 28px;
}
.zheader .zlogo{
	float: right;
	height: 20px;
}
.zheader .zlogo img{
	display: block;
	height: 100%;
	width: auto;
}
.zcontainer{
	max-width: 926px;
	margin: 0 auto;
}
.zbanner img{
	display: block;
	width: 100%;
	height: auto;
}
.znav{
	position: relative;
	 margin-bottom: 40px;
	 margin-top: 40px;
	 z-index: 6;
}
.znav li{
	float: left;
	width: 25%;
	text-align: center;
	color: #fff;
	height: 44px;
	line-height: 44px;
    background-color: #9a9a9a;
    font-size: 16px;
}
.znav li>a{display: block;color: #fff;}
.znav li:hover>a{ 
	background-color: #b3b3b3;
    color: #415f8c;
    text-decoration: none;
}
.znav li.on{background-color: #b3b3b3;}
.znav a span{
	padding-left: 10px;
}
.znav .znavlist a{
	float: left;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	background-color: #b3b3b3;
	color: #fff;
	font-size: 14px;
}
.znav .znavlist{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #b3b3b3;
	display: none;
}
.znav .znavlist a:hover{
	background-color: #cdcdcd;
    color: #415f8c;
    text-decoration: none;
}
.znav li:hover .znavlist{
	display: block;
}
.znav .zmenuBtn{
	font-size: 30px;
	color: #333;
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer;
	display: none;
}
@media only screen and (max-width:1006px ) {
	.main{
		padding: 0 15px;
	}
	.znav li span{
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.zcontainer{
		position: relative;
	}
	.zheader span{display: none;}
	.zheader .zlogo{
		float: left;
	}
	.zheader{padding: 20px 0;}
	.znav{
		position: absolute;
		top: 0;
		right: -20px;
		padding: 40px 20px 20px;
	}
	.znav ul{display: none;}
	.znav{
		width: 300px;
		margin: 0;
	}
	.znav li{
		float: none;
		margin: 0 ;
		width: 100%;
		text-align: left;
		height: auto;
	}
	.znav li:hover>a{background: none;}
	.znav li .znavlist{
		display: block;
		position: initial;
		background: none;
	}
	.znav li .znavlist a{
		height: 30px;
		line-height: 30px;
		background: none;
	}
	.znav .zmenuBtn{
		display: block;
	}
	.znav.active{
		background-color: #9a9a9a;
	}
	.znav li.on{background: none;}
}
.zxqword{
	font-size: 14px;
	line-height: 2em;
	color: #666;
	text-align: justify;
	padding-bottom: 6%;
}
.zcontainer .footer{
	background: none;
	border-top: 1px solid #ddd;
}

.zneinav{
	color: #c3b4a0;
	font-size: 14px;
	line-height: 1em;
	padding-bottom: 20px;
	border-bottom: 3px solid #808080;
    margin-bottom: 30px;
}
.zneinav span{color: #666;}
.zneinav a{color: #c3b4a0;}
.zneinav i{font-size: 12px;padding-right: 5px;}
.color2{color: #0086B3;}


.rencaiList li{
	float: left;
	width: 30.33%;
	margin: 0 1.5% 3%;
}
.rencaiList li a{
	display: block;
}
.rencaiList li .pic{
	position: relative;
	width: 100%;
	padding-top: 66%;
	overflow: hidden;
}
.rencaiList li .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.maskb{
	background-color: rgba(175, 10, 90, 0.9);
    width: 440px;
    height: 440px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(300px, 85px) rotate(23deg);
    -moz-transform: translate(300px, 85px) rotate(23deg);
    -o-transform: translate(300px, 85px) rotate(23deg);
    -ms-transform: translate(300px, 85px) rotate(23deg);
    transform: translate(300px, 85px) rotate(23deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.rencaiList li .pic:hover .maskb{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translate(-65px, -130px) rotate(23deg);
    -moz-transform: translate(-65px, -130px) rotate(23deg);
    -o-transform: translate(-65px, -130px) rotate(23deg);
    -ms-transform: translate(-65px, -130px) rotate(23deg);
    transform: translate(-65px, -130px) rotate(23deg);
}

.rencaiList .title h2{
	text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #7f8c8d;
    margin: 0px 0;
    font-family: 'NettoWebPro', "Microsoft YaHei";
    font-weight: 400;
    font-style: normal;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    opacity: 0;
}
.rencaiList .title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 10px;
	z-index: 3;
}
.rencaiList .title h3{
	text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 16px;
    color: #7f8c8d;
    margin: 0px 0;
    font-family: 'NettoWebPro', "Microsoft YaHei";
    font-weight: 400;
    font-style: normal;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    line-height: 2em;
}
.rencaiList li .pic:hover .title h2 {
    opacity: 1;
}
.rencaiList li .pic:hover .title h3{
	display: none;
}
.rencaiList li .pic .word{
	height: 0;
	overflow: hidden;
	color: #fff;
	text-align: center;
	font-size: 20px;
	 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0 20px;
}
.rencaiList li .pic .word i{
	font-size: 24px;
	display: block;
	margin: 10px auto;
}
.rencaiList li .pic .word p{
	color: #fff;
	line-height: 1.5em;
	height: 6em;
	font-size: 14px;
	text-align: left;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 4;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
}
.rencaiList li:hover .pic .word{
	height: 7em;
}

@media only screen and (max-width:767px ) {
	.rencaiList li{
		width: 48%;
		margin: 0 1% 2%;
	}
	.rencaiList .title h3{
		font-size: 14px;
	}
	.rencaiList li:hover .pic .word{height: 0;}
	.zcontainer .footer .link a img{height: auto;}
}

.zContact{
	max-width: 615px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #7f8c8d;
}
.zContact .img{
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 0;
	text-align: center;
	padding: 10px 9px;
	margin-bottom: 15px;
}
.zContact .img img{
	width: 100%;
	height: auto;
}
.zContact .word{
	width: 100%;
}
.zContact>p{
	margin: 10px 0;
}
.zContact .word h2{
	font-weight: normal;
	font-size: 16px;
	color: #333;
	line-height: 2em;
}
.zContact .word li{margin-bottom: 10px;}
.zContact .word .fr li{
	margin-bottom: 16.5px;
}
.zContact .word li em{
	margin-right: 5px;
	vertical-align: top;
}
.zContact .word li i{
	color: #333;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border: 1px dashed #ddd;
	border-radius:50%;
	margin-right: 10px;
	vertical-align: middle;
}
.zContact .word li p{
	display: inline-block;
	max-width: 80%;
	vertical-align: middle;
}
.zContact .word ul{
	margin-bottom: 30px;
}
.zContact .word>div{
	float: left;
	width: 50%;
}
@media only screen and (max-width:767px ) {
	.zContact{
		padding-left: 0;
	}
	.zContact .img{
		position: initial;
		width:100%;
		margin-bottom: 15px;
	}
}
.zfxcontent{padding-top:20px;text-align: center;margin-bottom:80px;}
.zfxcontent li{
	display: inline-block;
	position: relative;
	margin: 0 10px;
}
.zfxcontent li a i{
	font-size: 30px;
    color: #7f8c8d;
}
.zfxcontent li a i.icon-in{
	font-size:24px;
}
.zfxcontent li a i.icon-renren{
	font-size:26px;
}
.zfxcontent li a:hover{text-decoration: none;}
.zfxcontent li .alert-ewm{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 97px;
	height: 97px;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	display: none;
	z-index: 2;
}
.zfxcontent li .alert-ewm img{
	width: 100%;
	height: 100%;
}
.zfxcontent li .alert-ewm .close{
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	top: -10px;
	right: -10px;
	font-weight: bold;
	cursor: pointer;
}
.zfixbox{
	position: fixed;
    left: 5px;
    top: 50%;
    width: 40px;
    margin-top: -95px;
    border: 1px solid #e6e6e6;
    font-size: 0;
}
.mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
}
.zwxBox{
	position: fixed;
	display: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    top: 50px;
    left: 50%;
    z-index: 11;
    width: 263px;
    margin-left: -121px;
}
.zwxBox h4{
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.zwxBox{
	text-align: center;
}
.zwxBox .img{
	padding:10px 20px;
}
.zwxBox .close{
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	display: block;
	background: #fff;
	top: 20px;
	right: 20px;
	cursor: pointer;
	color: #666;
}

@media only screen and (max-width: 767px) {
	.zfixbox{display: none;}
	.zbanner{margin-bottom: 30px;}
	.zwxBox{
		width: 96%;
		margin-left: -48%;
	}
}