.hide {
	display: none
}
.lazy {}
.tran {
	transition: all .3s ease
}
/*关于我们*/
.case-content {
	padding-bottom: 150px
}

.case-list {
	width: 95%;
	margin: 30px auto 0
}

.case-list .warp-type {
	height: 50px;
	position: relative;
	margin-bottom: 25px
}

.case-list .warp-type p {
	font-size: 18px;
	line-height: 50px;
	position: absolute;
	left: 33.33333%;
	margin-left: -160px;
	z-index: 0;
	width: 160px
}

.museo-light {
    font-family: "museo-light" !important; color:#5f6061;
}

.case-list .warp-type-list {
	float: right;
	position: absolute;
	z-index: 11;
	right: 0
}

.case-list .warp-type-list .active {
	text-decoration: underline;
	color: #000;
	font-size: 16px
}

.case-list .warp-type-list a {
	display: inline-block;
	margin-right: 30px;
	line-height: 30px;
	color: #888889;
	font-size: 14px
}

.case-list .warp-type-list a:hover {
	text-decoration: underline
}

.case-list ul li {
	width: 33.333333%;
	float: left;
	position: relative;
	overflow: hidden;
	display: block
}

.case-list ul li img {
	width: 100%;
	height: auto;
	display: block
}

.case-list ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1)
}

.case-list .case-summary {
	display: none;
	width: 100%;
	height: 100%;
	background: url(../image/black.png) repeat;
	top: 0;
	left: 0;
	position: absolute;
	padding: 5%;
}

.case-list .case-summary p {
	color: #f9f9f9;
	position: absolute;
	left: 0;
	font-size: 20px
}

.case-list .case-summary span {
	font-size: 24px
}

.case-list .case-summary .p1 {
	top: 0
}

.case-list .case-summary .p2 {
	width: 100%;
	bottom: 0;
	font-size: 16px
}

.case-content .case-summary .p3 {
    position: absolute;
    top: 10px;
    font-size: 14px;
    right: 0;
    text-align: right;
}

.case-list .case-more {
	display: block;
	width: 148px;
	height: 40px;
	margin: 100px auto;
	border: 2px solid #959595;
	text-align: center;
	line-height: 40px
}

.case-read {
	width: 1800px;
	margin: 0 auto;
	max-width: 94%;
	padding: 100px 0
}

.case-read .news-tool {
	display: none
}

.case-read img {
	width: 100%;
	height: auto !important;
	float: left;
	display: block;
	background: url(loading.gif) no-repeat center
}

.case-read img.small {
	width: 50%;
}

.case-read-top {
	padding: 70px 0;
	color: #fff;
	height: 730px
}

.case-read-top .left {
	width: 36%;
	text-align: right;
	font-size: 20px
}

.case-read-top .right {
	width: 40%;
	margin-right: 11%;
	position: relative;
	height: 100%
}

.case-read-top .right p {
	font-size: 20px;
	line-height: 1.8em;
	margin-bottom: 20px
}

.case-read-top .right ul {
	position: absolute;
	bottom: 0
}

.case-read-top .right ul li {
	font-size: 14px
}

.case-fixed {
	position: fixed;
	width: 28px;
	left: 50%;
	margin-left: 920px;
	top: 35%;
	display: none;
}

.case-fixed li {
	position: relative;
	height: 26px;
	margin-bottom: 17px
}

.case-fixed li .icon {
	background-repeat: no-repeat;
	display: block;
	width: 28px;
	height: 26px
}

.case-fixed #close a {
	background-position: 0 -117px
}

.case-fixed #prev a {
	background-position: 0 -155px
}

.case-fixed #next a {
	background-position: 0 -194px
}

.case-fixed #close a:hover {
	background-position: -36px -117px
}

.case-fixed #prev a:hover {
	background-position: -36px -155px
}

.case-fixed #next a:hover {
	background-position: -36px -194px
}

@media screen and (max-width: 750px){
	

.case-list .warp-type {
    height: auto;
}	

.warp-type p {
    width: 100%;
    position: static;
    margin-left: 0;
    margin: 0 auto;
}
.case-list .museo-light {
    width: 100%;
    display: block;
}

.case-list .warp-type p {
    position: static;
    margin-left: 0;
    font-size: 12px;
    line-height: 32px;
}


.case-list .warp-type-list {
    position: static !important;
    float: unset;
}

.case-list .warp-type-list a {
    font-size: 16px;
}
.case-list .warp-type-list a.active {
    font-size: 16px;
}

.case-list .warp-type-list .museo-light {
    font-size: 16px;
    margin-bottom: 14px;
}
.case-list .warp-type-list .active {
    font-size: 12px;
}

.case-list ul li, .warp2 ul a {
    width: 100%;
}

}