﻿@charset "UTF-8";

.case-floor {
	padding: 70px 0px;
}

.case-floor .filter {
	padding: 0px 0px 40px;
}

/*案例分类*/
.filter .smmenu {
	width: 100%;
	/* width: calc(100% - 420px); */
	float: left;
}

.filter .smmenu a {
	display: block;
	float: left;
	width: 11.5%;
	height: 38px;
	line-height: 36px;
	margin-right: 1%;
	margin-bottom: 1%;
	text-align: center;
	color: #555;
	font-size: 15px;
	border: 1px solid #dcdcdc;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	box-sizing: border-box;
}

.filter .smmenu a:hover {
	background: #357cff;
	border-color: #357cf0;
	color: #fff;
}

.filter .smmenu a.video {
	background: #ff5800;
	border-color: #ff5800;
	color: #fff;
}

.filter .search {
	background: #676767;
	border-radius: 5px;
	float: right;
	width: 410px;
}

.filter .search .search-form {
	overflow: hidden;
	font-size: 0;
	float: right;
	width: 390px;
	height: 40px;
	border: 1px solid #e9e9e9;
	margin: 22px 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.filter .search .search-form input {
	display: inline-block;
	width: 230px;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	border: none;
	padding-left: 20px
}

.filter .search .search-form .submit {
	display: block;
	float: right;
	padding: 0;
	margin: 0;
	background: url(../images/case/searchboi.jpg) no-repeat center;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

/*案例列表*/
.case-wrap {
	padding: 0 20px;
}

.case-wrap .row {
	margin-right: -10px;
	margin-left: -10px;
}

.case-wrap ul li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-bottom: 20px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.case-wrap ul li a {
	display: block;
	cursor: url('../images/case/cases_hover.png') 40 40, crosshair;
}

.case-wrap ul li article {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 62.4%;
	overflow: hidden;
}

.case-wrap ul li article img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100.5%;
	height: 100%;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.case-wrap ul li article summary {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: -50px;
	left: 0;
	line-height: 50px;
	color: #dcdcdc;
	background: rgba(0, 0, 0, 0.5);
	background: #666\9;
	text-align: left;
	text-indent: 20px;
	z-index: 3;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.case-wrap ul li .info {
	width: 100%;
	height: 60px;
	overflow: hidden;
	padding: 0px 0px 0px 10px;
	box-sizing: border-box;
}

.case-wrap ul li .info h5 {
	display: block;
	float: left;
	width: calc(100% - 100px);
	height: 40px;
	line-height: 40px;
	margin: 10px 0px;
	text-align: left;
}

.case-wrap ul li .info h5 a {
	font-size: 18px;
	color: #333;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case-wrap ul li .info .fr {
	width: 90px;
	height: 60px;
}

.case-wrap ul li .info .fr a {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin-left: 10px;
	width: 90px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
}

.case-wrap ul li .info .fr a.case_pc {
	background-image: url(../images/case/pc_b.png);
}

.case-wrap ul li .info .fr a.case_phone {
	background-image: url(../images/case/phone_b.png);
}

.case-wrap ul li .info .fr a.case_pc_phone {
	background-image: url(../images/case/pc_wap_b.png);
}

.case-wrap ul li:hover .info {
	background-color: #357cff;
}

.case-wrap ul li:hover a article summary {
	bottom: 0;
}

.case-wrap ul li:hover a article img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.case-wrap ul li:hover a article:before {
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
}

.case-wrap ul li:hover a article:after {
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.case-wrap ul li:hover .info h5 a {
	color: #fff;
}

.case-wrap ul li:hover .info .fr a.case_pc {
	background-image: url(../images/case/pc_w.png);
}

.case-wrap ul li:hover .info .fr a.case_phone {
	background-image: url(../images/case/phone_w.png);
}

.case-wrap ul li:hover .info .fr a.case_pc_phone {
	background-image: url(../images/case/pc_wap.png);
}

/*内页详情*/
.case-detail {
	position: relative;
	background: #f7f7f7;
	padding-bottom: 40px;
}

.case-banner {
	height: 420px;
	background-size: cover;
	background-position: center;
}

.case-banner .container {
	position: relative;
	height: 100%;
}

.case-banner .case_info {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 120px;
	color: #fff;
}

.case-banner .case_info .case_intro {
	float: left;
	width: 65%;
	padding: 0px 15px;
}

.case-banner .case_info .case_intro .case_title {
	margin-bottom: 15px;
}

.case-banner .case_info .case_intro .case_cont {
	color: #fff;
}

.case-banner .case_info .case_intro .case_title h1 {
	font-size: 32px;
	color: #fff;
}

.case-banner .case_info .case_intro .case_infor {
	margin-top: 10px;
	color: #fff;
}

.case-banner .case_info .case_intro .case_infor span{
	color: #fff;
}

.case-banner .case_info .case_intro .case_infor span a{
	color: #fff;
}

.case-banner .case_info .case_intro .case_infor dl {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
}

.case-banner .case_info .case_intro .case_infor dl dt,
.case-banner .case_info .case_intro .case_infor dl dd {
	display: inline;
	color: #fff;
}

.case-banner .case_info .case_btn {
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0px 15px;
}

.case-banner .case_info .case_btn a {
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-left: 20px;
	position: relative;
}


.case-banner .case_info .case_btn a span {
	display: none;
	position: absolute;
	left: 50%;
	top: 125%;
	z-index: 2;
	background: #357cff;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	width: 160px;
	margin-left: -80px;
	text-align: center;
	white-space: nowrap;
}

.case-banner .case_info .case_btn a span.telphone {
	font-size: 18px;
}

.case-banner .case_info .case_btn a span.wxcode {
	width: 180px;
	margin-left: -90px;
	padding: 10px 10px 0px;
}

.case-banner .case_info .case_btn a span.wxcode img{
	width: 100%;
}

.case-banner .case_info .case_btn a span:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #357cff;
	position: absolute;
	left: 50%;
	top: -6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.case-banner .case_info .case_btn a:hover span {
	display: block;
}


.case_preview {
	position: relative;
	margin-top: -60px;
	background-color: #ffffff;
	padding: 60px 0px;
}

.case_preview .case_cover {
	max-width: 1000px;
	margin: 0 auto;
}

.case_preview .case_cover img {
	display: block;
	width: 100%;
}

.case_preview .case_cover_mobile {
	max-width: 500px;
	margin: 0 auto;
}

.case_preview .case_cover_mobile img {
	display: block;
	width: 100%;
}


.case_preview .case_preview_cont {
	margin-top: 40px;
}

.case_preview .case_preview_list {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 2%;
}

.case_preview .case_preview_list img {
	display: inline-block;
	max-width: 100%;
}

.case_preview .case_preview_list .h {
	text-align: center;
	font-size: 40px;
	color: #353535;
	line-height: 1;
	font-weight: bold;
}

.case_preview .case_preview_list ul li {
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
	box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.15);
}

.case-detail .caes_related {
	padding: 40px 0;
}

.case-detail .caes_related .h {
	text-align: center;
	font-size: 40px;
	color: #353535;
	line-height: 1;
	font-weight: bold;
}

.case-detail .caes_related .cases-list {
	margin-top: 30px;
}

.case-detail .caes_related .cases-link {
	width: 31.5%;
	padding-bottom: 0px;
}

.case-detail .caes_related .cases-link .cases-link-img img {
	height: auto;
}

.case-detail .caes_related .cases-link-name {
	padding: 15px;
	background-color: #fff;
	margin-top: 0px;
	height: auto;
}

.case-detail .caes_related .cases-link-name .cases-link-name-h4 {
	font-size: 18px;
}

.case-detail .caes_related .see-more {
	margin-top: 50px;
	text-align: center;
}

.case-detail .case_preview.case_preview_mobile .case_cover {
	max-width: 750px;
	margin: auto;
}


/*返回顶部*/

.gocasetop {
	text-align: center;
	margin: 50px 0px;
}

.gocasetop a {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 8px 30px;
	color: #7a8799;
	font-size: 14px;
	border: 1px solid #e1e6ed;
	border-radius: 30px;
}

.gocasetop a:hover {
	background: #d4231d;
	color: #fff;
	border: none;
}

.wechat {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	border-radius: 5px;
	border: 1px solid #dadee7;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px 1px;
	border: 1px solid rgb(218, 222, 231);
	margin-left: -181px;
	z-index: 10000;
}

.wechat_warp {
	width: 400px;
	padding: 50px 60px 30px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

.wechat_warp>img {
	width: 280px;
	height: 280px;
}

.close {
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 1000;
}

.icon-close {
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 1000;
}

.wechat_warp>p {
	width: 264px;
	margin: 0 auto;
	background: #12b7f5;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px 0px;
	border-radius: 2px;
	margin-top: 15px;
}

@media all and (max-width:1280px) {

	.filter .smmenu {
		width: 100%;
		padding: 0 0.5%;
		box-sizing: border-box;
	}

	.filter .smmenu a {
		width: 24%;
		margin: 0 0.5% 1%;
		font-size: 13px;
	}

	.filter .search {
		width: 100%;
		padding: 15px 10px;
		margin-top: 10px;
	}

	.filter .search .search-form {
		width: 100%;
		margin: 0;
	}
}

@media all and (max-width:992px) {

	.case-banner {
		height: 480px;
	}

	.case-banner .case_info {
		bottom: 80px;
	}

	.case-banner .case_info .case_intro {
		width: 100%;
	}

	.case-banner .case_info .case_btn {
		position: static;
		float: left;
		margin-top: 15px;
	}

	.case-banner .case_info .case_btn a {
		/* width: 35px; */
		margin-left: 0px;
		margin-right: 15px;
	}


	.case-wrap .row li {
		width: 100%;
	}


	.case_preview {
		padding: 40px 15px;
		margin-top: -40px;
	}

	.case_detail .case_info {
		width: 100%;
		position: static;
	}

	.case_detail .case_preview {
		width: 100%;
	}

	.case_detail .case_info .case_title h1 {
		font-size: 24px;
	}

	.case_detail .case_info .case_cont {
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 14px;
		line-height: 28px;
	}

	.case_detail .case_info .case_infor {
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 14px;
	}

	.case_detail .case_btn {
		display: none;
	}

	.case_detail .case_preview .case_preview_list .h {
		font-size: 22px;
	}

	.case_detail .case_preview .case_preview_list ul li {
		margin-top: 30px;
	}

	.case_detail .caes_related .h {
		font-size: 22px;
		margin-top: 30px;
	}

	.case_detail .caes_related .see-more {
		margin-top: 30px;
	}

	.cont-color-img img {
		width: 100%;
		height: auto;
	}

	.case_detail .case_preview .case_preview_cont .case_preview_cont_color .cont-color-box {
		position: static;
	}

	.cont-color-box .cont-desc .cont-desc-h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.cont-color-box .cont-desc p {
		font-size: 14px;
		line-height: 28px;
	}

	.cont-color-box .cont-color li i {
		width: 110px;
		height: 110px;
	}

	.cont-color-box .cont-color li p {
		font-size: 14px;
	}
	
	
	.case-detail .caes_related .cases-link {
		width: 100%;
		padding-bottom: 0px;
	}
	
	
}

@media all and (max-width:768px) {
	.case-floor {
		padding: 35px 0px;
	}

	.filter .smmenu {
		width: 100%;
		padding: 0 0.5%;
		box-sizing: border-box;
	}

	.filter .smmenu a {
		width: 24%;
		margin: 0 0.5% 1%;
		font-size: 13px;
	}

	.filter .search {
		width: 100%;
		padding: 15px 10px;
		margin-top: 10px;
	}

	.filter .search .search-form {
		width: 100%;
		margin: 0;
	}
}




/*案例*/
.cases-list {
	width: 100%;
	overflow: hidden;
}

.cases-list-ul {
	margin-left: -1.5%;
}

.cases-link {
	display: block;
	width: 23.5%;
	float: left;
	margin-left: 1.5%;
	padding-bottom: 10px;
}

.cases-link-item {
	width: 100%;
	position: relative;
	overflow: hidden;
	transition: all .6s ease;
}

.cases-link-img {
	width: 100%;
}

.cases-link-img img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.cases-link-cont {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	padding: 0 36px;
	z-index: 4;
}

.cases-link-cont-center {
	width: 100%;
}

.cases-link-shade {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	top: 0;
	left: 0;
	margin: auto;
	overflow: hidden;
	transition: all .6s ease;
}

.cases-link-shade::after {
	content: '';
	width: 0;
	height: 90%;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: all 0.8s ease;
}

.cases-link-shade::before {
	content: '';
	width: 90%;
	height: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: all 0.8s ease;
}


.cases-link-cont h4,
.cases-link-cont-h4 {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cases-link-cont h6,
.cases-link-cont-h6 {
	font-size: 16px;
	color: #fff;
	opacity: 0.6;
	line-height: 24px;
	margin-top: 16px;
}

.cases-link-cont p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 30px;
	height: 72px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.cases-link-cont label {
	margin-top: 32px;
	display: block;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	line-height: 18px;
	padding-left: 26px;
	background: url('../images/case/case-link.png') no-repeat left center;
}

.cases-link-cont label i {
	display: inline-block;
	width: 12px;
}

.cases-link-name {
	width: 100%;
	margin-top: 15px;
	height: 40px;
	transition: all .6s ease;
}

.cases-link-name-h4 {
	font-size: 24px;
	color: #333;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s ease;
}

.cases-link-name h6,
.cases-link-name-h6 {
	font-size: 14px;
	color: #888;
	line-height: 20px;
	min-height: 40px;
}

.cases-link.cases-link-large {
	width: 48.5%;
}

.cases-link.cases-link-large .cases-link-img img {
	height: 545px;
}

.cases-link.cases-link-large .cases-link-cont {
	padding: 0 108px;
}

.cases-link.cases-link-large .cases-link-cont label {
	margin-top: 60px;
}

.cases-link.cases-link-large:nth-child(2n) {
	float: right;
}

/*.cases-link:hover .cases-link-item{transform: translateY(-16px);}*/
/*.cases-link:hover .cases-link-name{transform: translateY(-16px);}*/
.cases-link:hover .cases-link-shade {
	opacity: 0.8;
}

.cases-link:hover .cases-link-shade::after {
	width: 94%;
}

.cases-link:hover .cases-link-shade::before {
	height: 94%;
}

.cases-link:hover .cases-link-name h4,
.cases-link:hover .cases-link-name-h4 {
	color: #357cff;
}

.cases-link-cont h4,
.cases-link-cont-h4,
.cases-link-cont h6,
.cases-link-cont-h6,
.cases-link-cont p,
.cases-link-cont label {
	opacity: 0;
	transform: translateY(20px);
	transition: all .4s ease;
}

.cases-link:hover .cases-link-cont h4,
.cases-link:hover .cases-link-cont-h4 {
	opacity: 1;
	transform: translateY(0);
	transition: all .4s ease 0.2s;
}

.cases-link:hover .cases-link-cont h6,
.cases-link:hover .cases-link-cont-h6 {
	opacity: 1;
	transform: translateY(0);
	transition: all .4s ease 0.3s;
}

.cases-link:hover .cases-link-cont p {
	opacity: 1;
	transform: translateY(0);
	transition: all .4s ease 0.4s;
}

.cases-link:hover .cases-link-cont label {
	opacity: 1;
	transform: translateY(0);
	transition: all .4s ease 0.4s;
}




@media all and (max-width:992px) {

	.case-banner {
		height: 480px;
	}

	.case-banner .case_info {
		bottom: 80px;
	}

	.case-banner .case_info .case_intro {
		width: 100%;
	}

	.case-banner .case_info .case_btn {
		position: static;
		float: left;
		margin-top: 15px;
	}

	.case-banner .case_info .case_btn a {
		/* width: 35px; */
		margin-left: 0px;
		margin-right: 15px;
	}

	.case_preview {
		padding: 40px 15px;
		margin-top: -40px;
	}

	.case_detail .case_info {
		width: 100%;
		position: static;
	}

	.case_detail .case_preview {
		width: 100%;
	}

	.case_detail .case_info .case_title h1 {
		font-size: 24px;
	}

	.case_detail .case_info .case_cont {
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 14px;
		line-height: 28px;
	}

	.case_detail .case_info .case_infor {
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 14px;
	}

	.case_detail .case_btn {
		display: none;
	}

	.case_detail .case_preview .case_preview_list .h {
		font-size: 22px;
	}

	.case_detail .case_preview .case_preview_list ul li {
		margin-top: 30px;
	}

	.case_detail .caes_related .h {
		font-size: 22px;
		margin-top: 30px;
	}

	.case_detail .caes_related .see-more {
		margin-top: 30px;
	}

	.cont-color-img img {
		width: 100%;
		height: auto;
	}

	.case_detail .case_preview .case_preview_cont .case_preview_cont_color .cont-color-box {
		position: static;
	}

	.cont-color-box .cont-desc .cont-desc-h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.cont-color-box .cont-desc p {
		font-size: 14px;
		line-height: 28px;
	}

	.cont-color-box .cont-color li i {
		width: 110px;
		height: 110px;
	}

	.cont-color-box .cont-color li p {
		font-size: 14px;
	}
}