/******************案例********************/

.case_banner_swiper .case_banner {
	position: relative;
}

.case_banner_swiper .case_banner .img_box {
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: 10%;
}

.case_banner_swiper .case_banner .img_box img {
	display: block;
	width: 100%;
	/*min-height: 400px;*/
	object-fit: cover;
}

.case_banner_swiper .case_banner .black_shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(46, 46, 46, 0.62);
	z-index: 2;
}

.case_banner_swiper .img_text {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 100%;
	z-index: 3;
	position: relative;
	margin-top: -33%;
}

.case_banner_swiper .img_text .wrap {
	display: flex;
	align-items: flex-end;
	width: 87.5%;
}

.case_banner_swiper .img_text .yj {
	/*width: 65%;*/
}

.case_banner_swiper .img_text .yj img {
	width: 100%;
}

.case_banner_swiper .img_text .text {
	flex: 1;
	padding-left: 6%;
	padding-bottom: 18%;
}

.case_banner_swiper .img_text h5 {
	font-size: 16px;
	color: #fff;
	font-weight: 100;
	line-height: 1em;
	padding-bottom: 20px;
}

.case_banner_swiper .img_text h4 {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	line-height: 1.3em;
	padding-bottom: 20px;
	/*white-space: nowrap;*/
}

.case_banner_swiper .img_text .text a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: block;
	background-image: url(../images/prev_b.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ddd;
	background-size: auto 60%;
	transform: rotate(180deg);
}

.case_banner_swiper .btn {
	position: absolute;
	left: 50%;
	bottom: 23%;
	transform: translateX(-50%);
	z-index: 4;
	display: flex;
	justify-content: flex-end;
	width: 68%;
}

.case_banner_swiper .btn .swiper-pagination {
	position: static;
	/*width: 35%;*/
	text-align: left;
	padding-left: 6%;
}

.case_banner_swiper .btn .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	margin-right: 12px;
}

@media only screen and (min-width: 100px) and (max-width: 1380px) {
	.case_banner_swiper .img_text h5,
	.case_banner_swiper .img_text h4 {
		font-size: 20px;
		padding-bottom: 6px;
	}
	.case_banner_swiper .img_text .text a {
		width: 26px;
		height: 26px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.case_banner_swiper .img_text h5,
	.case_banner_swiper .img_text h4 {
		font-size: 18px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.case_banner_swiper .img_text {
		position: relative;
	}
	.case_banner_swiper .img_text .wrap {
		width: 80%;
		flex-direction: column;
	}
	.case_banner_swiper .img_text .yj {
		width: 100%;
	}
	.case_banner_swiper .img_text .text {
		/*position: absolute;*/
		width: 100%;
		padding-bottom: 10px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;

	}
	.case_banner_swiper .btn .swiper-pagination {
		width: 100%;
		text-align: center;
	}
	.case_banner_swiper .btn .swiper-pagination-bullet {
		margin: 0 4px;
	}
	.case_banner_swiper .img_text h5,
	.case_banner_swiper .img_text h4{
		color:#333;
		text-align: right;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.case_banner .img_box img {
		min-height: 220px;
	}
	.case_banner_swiper .img_text .wrap {
		width: 90%;
	}
	.case_banner_swiper .img_text .text {
		padding-bottom: 10px;
	}
	.case_banner_swiper .btn {
		bottom: 15%;
	}
	.case_banner_swiper .btn .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 4px;
	}
}

.sort_box {
	display: flex;
	justify-content: flex-end;
}

.sort_box .sort {
	display: flex;
	align-items: center;
}

.sort_box .sort p {
	color: #767676;
	font-size: 13px;
}

.sort_box .sort i {
	width: 8px;
	height: 8px;
	display: block;
	background: url(../images/sort.svg) no-repeat center center;
	background-size: 100%;
	margin-left: 5px;
}
.case_list_box{
	padding-top: 80px;
}
.case_list_box ul {
	display: flex;
	flex-wrap: wrap;
}

.case_list_box li {
	width: calc(100% / 3 - 30px);
	margin-right: 45px;
	padding: 46px 0;
	position: relative;
}

.case_list_box li:hover .Preview__action{
    opacity: 1;
    
    
    
    
}

.case_list_box li:nth-child(3n) {
	margin-right: 0;
}

@media only screen and (min-width: 100px) and (max-width: 1300px) {
	.case_list_box li {
		width: calc(100% / 2 - 15px);
		margin-right: 30px;
		padding: 35px 0;
	}
	.case_list_box li:nth-child(3n) {
		margin-right: 30px
	}
	.case_list_box li:nth-child(2n) {
		margin-right: 0;
	}
	.case_list_box{
		padding-top: 60px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.case_list_box li {
		width: 100%;
		margin: 0;
		padding: 25px 0;
	}
	.case_list_box li:nth-child(3n) {
		margin-right: 0;
	}
	.case_list_box{
		padding-top: 40px;
	}
}
.case_list_box li .img_box{
	width: 100%;
	/*padding-top:55.8%;*/
	position: relative; 
	display: block;
}
.case_list_box li .img_box img {
	width: 100%;
	height:auto;
	display: block;
/*	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);*/
	transition: all 0.3s;
}
.case_list_box li .img_box img:hover{
	opacity: 0.9
}
.case_list_box li .h4 {
	line-height: 30px;
	padding: 15px 0;
	font-size: 14px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}
.case_list_box li .h4:hover{
	color:#2E6AFD;
}
.case_list_box li .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.case_list_box li .label {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.case_list_box li .bottom span.thumbsup {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999;
	padding-left: 22px;
	background: url(../images/good.svg) no-repeat left center;
	transition: all 0.36s;
	cursor: pointer;
}

.case_list_box li .bottom span.thumbsup.ok {
	background: url(../images/good_s.svg) no-repeat left center;
}

.case_list_box li .bottom span.view {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999;
	padding-left: 22px;
	background: url(../images/mf-view.svg) no-repeat left center;
	transition: all 0.36s;
	cursor: pointer;
}

.case_list_box li .bottom span img {
	width: 17px;
	height: auto;
	margin-right: 6px;
	display: block;
}

.case_list_box li dd a {
	display: block;
	line-height: 30px;
	background: #1E1E1E;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	margin-right: 10px;
	border-radius: 3px;
	font-size: 12px;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.page_box a {
		margin: 0;
	}
}


/******************案例********************/


/******************搜索页面********************/

.search_title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.search_title h2 {
	font-size: 18px;
	color: #728FF1;
	font-weight: normal;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.search_title h2 i {
	display: block;
	width: 25px;
	line-height: 25px;
	background: linear-gradient(148deg, rgba(114, 143, 241, 1), rgba(46, 106, 253, 1));
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-style: normal;
	margin-right: 10px;
}

.search_title .all {
	font-size: 14px;
	color: #2E6AFD;
}

.no_result {
	padding-bottom: 50px;
}

.no_result p {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	color: rgba(153, 153, 153, 1);
	line-height: 24px;
}

.no_result p span {
	color: #728FF1;
	font-weight: bold;
}

.search_page .product_box {
	padding-bottom: 60px;
}

.search_page .case_list_box {
	padding-bottom: 60px;
}

.search_page {
	padding-bottom: 80px;
}
.search_page .search_wrap .hot_search {
	margin: 30px 0;
}
.see_more {
	width: 117px;
	height: 40px;
	background: linear-gradient(180deg, rgba(61, 61, 61, 0.25), rgba(30, 30, 30, 0.25));
	border-radius: 4px;
	display: block;
	margin: 40px auto 0;
	position: relative;
	overflow: hidden;
}

.see_more:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(148deg, rgba(114, 143, 241, 1), rgba(46, 106, 253, 1));
	z-index: 1;
	transition: all 0.6s;
	opacity: 0;
}

.see_more:hover:after {
	opacity: 1;
}

.see_more span {
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	position: relative;
	z-index: 2;
}


/******************搜索页面********************/


/******************关于********************/

.wrap_1300 {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}

.wrap_1450 {
	width: 90%;
	max-width: 1450px;
	margin: 0 auto;
}

.about_page .wrap_box {
	width: 50%;
}

.about_page .about,
.about_page .about_second {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.about_page .about {
	padding-bottom: 90px;
	padding-top: 90px;
}

.about_page .about .title {
	text-align: center;
	flex: 1;
}

.about_page .about .title h5 {
	font-size: 24px;
	color: #5F6061;
	line-height: 1em;
	padding-bottom: 17px;
	font-weight: 100;
}

.about_page .about .title h6 {
	color: #5F6061;
	font-size: 24px;
	font-weight: normal;
}

.about_page .about .right_box {
	width: 625px;
}

.about_page .about .right_box>p {
	font-size: 16px;
	line-height: 2em;
	color: #5F6061;
	padding-bottom: 30px;
}

.about_page .about .right_box .lt {
	display: flex;
	padding-top: 60px;
}

.about_page .about .right_box .lt dl {
	padding: 12px 0 12px 0;
}

.about_page .about .right_box .lt .text_box {
	padding-right: 12%;
}

.about_page .about .right_box .lt dl dt {
	color: #1A1A1A;
	font-size: 16px;
	line-height: 1.75em;
}

.about_page .about .right_box .lt dl dd {
	font-size: 14px;
	color: #5F6061;
	line-height: 2.28em;
	padding-top: 6px;
}

.about_page .about .right_box .lt dl dd p {
	color: #5F6061;
	font-size: 12px;
	line-height: 2.3em;
}

.about_page img {
	width: 96%;
	margin: 0 auto;
	min-height: 250px;
	object-fit: cover;
	display: block;
}

@media only screen and (min-width: 100px) and (max-width: 1050px) {
	.about_page .about {
		padding: 60px 0;
	}
	.about_page .about {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.about_page .about .title {
		flex: none;
		width: 100%;
		max-width: 625px;
		padding-bottom: 30px;
	}
	.about_page .about .right_box {
		width: 100%;
		max-width: 625px;
	}
	.about_page .about .right_box .lt {
		padding-top: 30px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.about_page .about {
		padding: 30px 0;
	}
	.about_page .about .right_box .lt {
		flex-direction: column;
	}
}

.about_page .about_second {
	padding: 150px 0 200px;
}

.about_page .about_second h6 {
	color: #1A1A1A;
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 25px;
}

.about_page .about_second p {
	padding: 25px 0;
	color: #5F6061;
	font-size: 14px;
	line-height: 32px;
}

.about_page .about_second a {
	font-size: 18px;
	color: #000;
	line-height: 22px;
	display: inline-block;
	padding-top: 25px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

.about_page .about_second .wrap_box:first-child {
	display: flex;
	justify-content: center;
	flex: 1;
}

.about_page .about_second .wrap_box .text_box {
	max-width: 720px;
}

.about_page .about_second .wrap_box2 {
	width: 570px;
}

.about_page .about_second .wrap_box2 li {
	font-size: 14px;
	color: #5F6061;
	line-height: 32px;
}

.about_page .join_us {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	width: 72px;
	margin: 0 auto 200px;
	display: block;
	border-bottom: 1px solid #000;
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.about_page .about_second {
		padding: 60px 0 40px;
	}
	.about_page .about_second p {
		padding: 10px 0;
	}
	.about_page .about_second .wrap_box:first-child {
		padding-bottom: 50px;
	}
	.about_page .join_us {
		margin-bottom: 80px;
	}
}


/******************关于********************/


/******************案例详情********************/

.case_detail {
	padding-bottom: 100px;
}

.case_detail .banner_box {
	position: relative;
}

.case_detail .banner_box>img {
	position: relative;
	z-index: 1;
	min-height: 400px;
	object-fit: cover;
}

.case_detail .banner_box .black_shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(46, 46, 46, 0.84);
	z-index: 2;
}

.case_detail .banner_box .text_box {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
}

.case_detail .banner_box .text_box .wrap {
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 6%;
	flex-wrap: wrap;
}

.case_detail .banner_box .text_box .see_more {
	margin: 0;
	background: #CCCCCC;
	margin-top: 30px;
}

.case_detail .banner_box .text_box h3 {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.case_detail .banner_box .text_box .thumbsup,
.case_detail_fixed .thumbsup {
	padding: 0 18px;
	line-height: 40px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	border: 1px solid rgba(207, 216, 220, 1);
	z-index: 20;
	overflow: hidden;
	/*background: #fff;*/
	position: relative;
}

.case_detail .banner_box .text_box .thumbsup:after,
.case_detail_fixed .thumbsup:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(148deg, rgba(114, 143, 241, 1), rgba(46, 106, 253, 1));
	z-index: 21;
	opacity: 0;
	transition: all 0.36s;
}

.case_detail .banner_box .text_box .thumbsup span,
.case_detail_fixed .thumbsup span {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 22;
}

.case_detail .banner_box .text_box .thumbsup span p,
.case_detail_fixed .thumbsup span p {
	color: #CFD8DC;
	font-size: 13px;
	transition: all 0.36s;
}

.case_detail .banner_box .text_box .thumbsup span i,
.case_detail_fixed .thumbsup span i {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/good.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	margin-right: 5px;
	transition: all 0.36s;
}

.case_detail .banner_box .text_box .thumbsup.ok,
.case_detail_fixed .thumbsup.ok {
	border: none
}

.case_detail .banner_box .text_box .thumbsup.ok span p,
.case_detail_fixed .thumbsup.ok span p {
	color: #fff;
}

.case_detail .banner_box .text_box .thumbsup.ok:after,
.case_detail_fixed .thumbsup.ok:after {
	opacity: 1;
}

.case_detail .banner_box .text_box .thumbsup.ok span i,
.case_detail_fixed .thumbsup.ok span i {
	background-image: url(../images/good.svg);
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.case_detail {
		padding-bottom: 0px;
	}
	.case_detail .banner_box .text_box .thumbsup .thumbsup {
		display: none;
	}
	.about_product_box {
		padding-bottom: 30px;
	}
}

.case_detail .banner_box .text_box .thumbsup i {
	width: 16px;
	height: 16px;
	display: block;
}

.case_detail .banner_box .text_box dd {
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.case_detail .banner_box .text_box dd p {
	padding-right: 36px;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.case_detail .banner_box .text_box dd p span {
	font-size: inherit;
}

.case_detail .banner_box .text_box dd p img {
	width: 18px;
	margin-right: 6px;
}

.case_detail .banner_box .text_box ul {
	display: flex;
	align-items: center;
	padding-top: 10px;
	flex-wrap: wrap;
}

.case_detail .banner_box .text_box ul li a {
	line-height: 28px;
	display: block;
	background: #F1F1F1;
	border-radius: 14px;
	padding: 0 14px;
	color: #9E9E9E;
	font-size: 14px;
	margin-right: 8px;
}

.case_detail .detail_text {
	padding: 100px 0;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.case_detail .detail_text {
		padding: 50px 0;
	}
}

.case_detail .detail_text p {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
}

.case_detail .detail_text p.bold {
	font-size: 16px;
	color: #333;
	line-height: 28px;
	padding-bottom: 44px;
}
.case_detail .detail_img{
	position: relative;
}
.case_detail .detail_img .bg_box{
	width: 100%;
	padding-top: 70.59%;
	position: relative;
	background: url(../images/case_yjbg.png) no-repeat center center;
	background-size:100% 100%; 
	z-index: 2
}
.case_detail .detail_img .img_box{
	position: absolute;
	top:3%;
	left:50%;
	transform: translateX(-50%);
	overflow: hidden;
	width: 97.23%;
	height: 78.35%;
	z-index: 1
}
.case_detail .detail_img img {
	width: 100%;
	
		
}


/******************案例详情********************/


/******************点赞********************/

.case_detail_fixed {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	z-index: 30;
}

.case_detail_fixed .thumbsup {
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #666;
	border-radius: 50%;
	z-index: 20;
	overflow: hidden;
	background: #fff;
}

.case_detail_fixed .thumbsup span p {
	color: #666;
	font-size: 13px;
	transition: all 0.36s;
}

.case_detail_fixed .thumbsup span i {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/good_b.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	margin-right: 5px;
	transition: all 0.36s;
}


/******************点赞********************/

.prev_next {
	padding-top: 46px;
}

.prev_next a {
	display: flex;
	width: 90px;
	height: 40px;
	border-radius: 20px;
	background: #CCCCCC;
	overflow: hidden;
	position: relative;
	margin: 6px 0;
}

.prev_next a span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 22;
}

.prev_next a span i {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 2px;
}

.prev_next a span i img {
	width: 60%;
	height: auto;
	display: block;
	opacity: 0.6;
}

.prev_next a.next span i img {
	transform: rotate(180deg);
}

.prev_next a span p {
	color: #fff;
	font-size: 14px;
	margin: 0 2px;
}

.prev_next a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(148deg, rgba(114, 143, 241, 1), rgba(46, 106, 253, 1));
	z-index: 21;
	opacity: 0;
	transition: all 0.36s;
}

.prev_next a:hover:after {
	opacity: 1;
}