@charset "utf-8";
/* CSS Document */
a {
    text-decoration: none;
    color: #333;
}
.zl_seo_more {
    margin: 50px auto;
    overflow: hidden;
    margin-top: 20px;
	font-size: 16px;
}
.case-lt {
    float: left;
}
.crumbs {
    height: 50px;
    line-height: 50px;
    width: 100%;
    min-width: 450px;
    padding-left: 10px;
}
.JjfnList li {
    float: left;
    margin-top: 40px;
}
.yl-qyfz01 {
    overflow: hidden;
}
.yl-qyfz01 img {
    display: block;
    width: 100%;
    height: 249px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.JjfnList li .oneLine {
    line-height: 53px;
    margin-top: 10px;
    text-align: center;
}
.fon18 {
    font-size: 18px;
}
.oneLine {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.JjfnList li .threeLine {
    color: #999999;
    line-height: 20px;
    height: 0px;
}
.threeLine {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
}
.JjfnList li:nth-child(4n) {
    margin-right: 0;
}

.block {
	max-width: 1230px;
	height: 100%;
	margin: 0 auto;
}
.case2 .list {
	perspective: 1200px;
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-around;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.case2.show .list .item {
	opacity: 1;
	transform: translateY(0px) rotateX(0deg);
	-webkit-transform: translateY(0px) rotateX(0deg);
}

.case2 .list .item:nth-child(1) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}
.case2 .list .item {
	position: relative;
	overflow: hidden;
	float: left;
	width: 388px;
	height: 255px;
	margin: 0 0 40px 0px;
	opacity: 1;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	max-width:96%;
}
.case2 .list .item img {
	width: 100%;
	height: auto;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}
.case2 .list .item .mask {
	background: url(/images/bg4.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity='0');
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}
.case2 .list .item .mask .cell {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.case2 .list .item .mask .h3 {
	font-size: 28px;
	color: #fff;
	line-height: 1.2;
	padding: 0 15px;
	transform: translateY(20px);
	-ms-transform: translateY(-20px);
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}
.case2 .list .item .mask .h3  a{
	 color: #fff;
}
.case2 .list .item .mask p {
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}
.case2 .list .item .mask p a {
	margin: 0 10px;
	display: inline-block;
	color: #fff;
}

.case2.show .list .item{opacity:1;transform:translateY(0px) rotateX(0deg);-webkit-transform:translateY(0px) rotateX(0deg);}

@media screen and (min-width: 768px){
	.case2 .list .item:hover .mask{opacity:1;filter:alpha(opacity='100');}
	.case2 .list .item:hover .mask .h3{transform:translateY(0px);-webkit-transform:translateY(0px);}
	.case2 .list .item:hover .mask p{transform:translateY(0px);-webkit-transform:translateY(0px);}
}


#fanye{
    height: inherit;
    overflow: hidden;
    margin: 35px 0;
}

.dqwz {
	height: 42px;
	line-height: 42px;
	background: #f2f2f2;
	margin-bottom: 70px;
	margin-top:20px;
}

.dqwz .content {
	width: 96%;
	max-width: 1175px;
	margin: 0 auto;
	color: #2c3a2d;
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.dqwz .right li,
.dqwz .right ul {
	float: left;
	color: #7b7f68;
	position: relative;
}

.dqwz .right li {
	padding-left: 17px;
	padding-right: 16px;
}

.dqwz .right li a {
	color: #7b7f68;
}

.dqwz .right li:not(:last-child)::after {
	content: '';
	width: 1px;
	height: 11px;
	background: #ce9a72;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.dqwz .left {
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.dqwz .left a {
	color: #0f0402;
	padding-left: 15px;
	padding-right: 5px;
}

.dqwz .left a:last-child {
	display: inline-block;
	max-width: 320px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dqwz a.ljzx {
	display: inline-block;
	width: 93px;
	height: 28px;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
	background: #ff6801;
	line-height: 28px;
	margin-top: 7px;
}

/*氓陆鈥溍モ€奥嵜ぢ铰嵜铰�*/
.dqwzs {
	line-height: 42px;
	background: #f2f2f2;
	margin-bottom: 30px;
	margin-top:20px;
}

.dqwzs .content {
	width: 96%;
	max-width: 1175px;
	margin: 0 auto;
	color: #2c3a2d;
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.dqwzs .right li,
.dqwzs .right ul {
	float: left;
	color: #7b7f68;
	position: relative;
}

.dqwzs .right li {
	padding-left: 17px;
	padding-right: 16px;
}

.dqwzs .right li a {
	color: #7b7f68;
}

.dqwzs .right li:not(:last-child)::after {
	content: '';
	width: 1px;
	height: 11px;
	background: #ce9a72;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.dqwzs .left {
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.dqwzs .left a {
	color: #0f0402;
	padding-left: 15px;
	padding-right: 5px;
}

.dqwzs .left a:last-child {
	display: inline-block;
	max-width: 320px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dqwzs a.ljzx {
	display: inline-block;
	width: 93px;
	height: 28px;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
	background: #ff6801;
	line-height: 28px;
	margin-top: 7px;
}

.l_smlbdj {
    text-align: center;
    width: 100%;
    margin: 35px;
}
.l_smlbdj span {
    display: inline-block;
	margin-bottom:10px;
}
.l_smlbdj span.active a {
    background: #FF9B00;
    border-color: #FF9B00;
    color: #fff;
}

.l_smlbdj span a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: 1px solid #777777;
    padding: 0px 20px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    margin: 0px 6px;
    color: #6E6E6E;
    font-size: 14px;
}

.case-box {
	width: 1350px;
	margin: 0 auto;
	max-width:100%;
}

.zl_case-headline {
    margin: 50px auto;
    overflow: hidden;
    margin-top: 20px;
	font-size: 16px;
	width: 1200px;
	max-width:100%;
}

.t1{
	text-align: center;
    line-height: 48px;
}

@media only screen and (max-width: 1250px) {
	.w1200 {
	    width: auto;
	    margin-left: 13px;
	    margin-right: 13px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
}
@media screen and (max-width: 768px){
	.zl_seo_more {
		margin-bottom: 0px;
	}
	.crumbs {
		min-height: 50px;
		height: auto;
		width: 95%;
		min-width: 95%;
		line-height: 25px;
	}
	.threeLine {
		height: 40px !important;
		-webkit-line-clamp: 2;
		color: #666666 !important;
	}
	.JjfnList li:nth-child(2n) {
		margin-right: 0;
	}
	.l_smlbdj{
		margin: 0 0 30px 0;
	}
	.case2 .list .item .mask{
		opacity:0;
		z-index:-1;
	}
	.case2 .list .item { height:265px;margin-bottom:25}
	.t1{padding-top:10px}
}
