﻿@import url("common.css");

.info_previous_next_wrap a,.case-detail .caseside .side-tags .tags .item a,a:hover{
	color:#000;
}
.info_previous_next_wrap{ display: flex; margin-top: 20px; justify-content: space-between; flex-wrap: wrap;font-size:14px; }
.Next,.Previous{ padding: 5px 15px; margin: 5px 0; border: 1px solid #ddd; border-radius: 50px; display: inline-block; transition-duration: .5s; }
.Next b,.Previous b{ font-weight: normal; }
.Next:hover,.Previous:hover{ box-shadow: inset 0 0 20px rgba(0,0,0,.1); }
.index_paise1_titles{
	width:900px;
	margin:0px auto;
	height:60px;
	position:relative;
}
.index_paise1_titles ul{
	width:1200px;
}
.index_paise1_titles ul li{
	background:url(../images/paise1_title_li0.png) no-repeat top center;
	width:352px;
	height:75px;
	text-align:center;
	font-size:30px;
	line-height:90px;
	position:relative;
	z-index:3;
	cursor:pointer;
}
.index_paise1_titles ul li a{
	color:#fc888f;
}
.index_paise1_titles ul li:nth-child(2){
	left:-85px;
	z-index:2;
}
.index_paise1_titles ul li:nth-child(3){
	left:-170px;
	z-index:1;
}
.index_paise1_titles ul li.on,.index_paise1_titles ul li:hover{
	background:url(../images/paise1_title_li1.png) no-repeat top center;
	z-index:4;
}
.index_paise1_titles ul li.on a,.index_paise1_titles ul li:hover a{
	color:#fff;
}

.cases {
	display: flex;
	flex-wrap: wrap
}

.cases .cases-item {
	width: 378px;
	overflow: hidden;
	margin-right: 33px;
	margin-bottom: 32px;
	border-radius: 12px;
	box-shadow: 0 6px 10px rgba(0,0,0,.06);
	cursor: pointer;
	transition: all .3s;
	background: #fff;
	padding-bottom:20px;
}

.cases .cases-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 15px 0 rgba(0,0,0,.1)
}

.cases .cases-item:nth-child(3n) {
	margin-right: 0
}

.cases .cases-item .cases-item-picture {
	width: 378px;
	height: 227px
}

.cases .cases-item .cases-item-picture>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.cases .cases-item>hr {
	margin: 16px 0;
	height: 1px;
	border: none;
	background: #eee
}

.cases-item-desc {
	padding-top: 24px;
	margin-left: 24px;
	display: flex;
	align-items: center
}

.cases-item-desc .logo {
	width: 56px;
	height: 56px;
	margin-right: 12px;
	border-radius: 50%;
	overflow: hidden
}

.cases-item-desc .logo>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.cases-item-desc .title-area {
	color: #222
}

.cases-item-desc .title-area .title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 4px;
	font-weight: 700
}

.cases-item-desc .title-area .subtitle {
	font-size: 16px;
	line-height: 24px;
	width: 256px;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	overflow: hidden
}
.tags {
	margin-top: 12px;
	margin-left: 92px
}
.tags .tags-item {
	color: #999;
	font-size: 14px;
	line-height: 22px;
	display: inline-flex;
	align-items: center
}

.tags .tags-item span {
	font-weight: 700
}

.tags .tags-item .divide {
	display: inline-block;
	margin-left: 16px;
	margin-right: 16px;
	width: 1px;
	height: 14px;
	background: #eee
}

.data-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px
}

.data-area.lessthen3 {
	padding: 0 75px
}

.data-area .data-item {
	text-align: center
}

.data-area .data-item .status {
	margin-bottom: 4px;
	font-family: ClarityMono-ExtraBold
}

.data-area .data-item .status .number {
	font-size: 30px;
	line-height: 24px
}

.data-area .data-item .status .unit {
	font-size: 12px
}

.data-area .data-item .title {
	font-size: 14px;
	line-height: 22px;
	color: #999
}

.solution-list-container {
	width: 1200px;
	margin: 0 auto
}

.solution-list-container ul.solution-cards {
	display: grid;
	grid-gap: 24px;
	grid-template-columns: repeat(3,1fr);
	margin-bottom: 56px
}

.solution-list-container ul.solution-cards li {
	transition: .3s
}

.solution-list-container ul.solution-cards li:hover {
	transform: translateY(-10px)
}

.solution-list-container ul.solution-cards li .solution-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 6px 10px rgba(0,0,0,.06)
}

.solution-list-container ul.solution-cards li figure {
	margin: 0
}

.solution-list-container ul.solution-cards li figure img {
	width: 384px;
	height: 200px
}

.solution-list-container ul.solution-cards li figure figcaption {
	padding: 28px 24px
}

.solution-list-container ul.solution-cards li figure figcaption h2 {
	color: #222;
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 30px
}

.solution-list-container ul.solution-cards li figure figcaption p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	color: #999
}

.solution-list-container .solution-pagination {
	text-align: right
}
/*分页样式*/
.page_main{ clear: both; text-align: center; padding: 20px 0; }
.page { display: inline-block; border-right: 1px solid #ddd; border-radius: 6px; overflow: hidden; }
.page a, .page span {float: left; padding: 0 5px; min-width: 35px; line-height:35px; text-align: center; border: 1px solid #ddd; border-right: 0; color: #888; }
.page a{ color: #333; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background: #f98693; }
.page .current{ color:#FFF; background: #f98693; border-color: #f98693; border-left: 1px solid #f98693; }
.page #total{color:#f98693}

.case-detail{
	color: #333;
	flex-wrap: nowrap;
}

.case-detail article{
	width: 75%;
	float:left;
}

.case-detail article .title{
	margin-bottom: 32px;
	font-size: 32px;
	line-height: 46px;
	font-weight: 700
}

.case-detail article .tags{
	display: flex;
	align-items: center;
	margin:0px;
	margin-bottom: 40px
}

.case-detail article .tags .tags-item{
	display: flex
}

.case-detail article .tags .tags-item .tags-item-divide{
	margin: 22px 42px 0;
	width: 1px;
	height: 48px;
	background: #d8d8d8
}

.case-detail article .tags .tags-item .tags-item-content .status{
	color: #222;
	font-family: ClarityMono-ExtraBold
}

.case-detail article .tags .tags-item .tags-item-content .status .num{
	line-height: 42px;
	font-size: 36px
}

.case-detail article .tags .tags-item .tags-item-content .status .unit{
	font-size: 14px
}

.case-detail article .tags .tags-item .tags-item-content .label{
	color: #999;
	font-size: 14px;
	line-height: 16px;
	margin-top: 12px
}

.case-detail .caseside{
	width: 23%;
	float:right;
}

.case-detail .caseside .side-img{
	width: 100%;
	margin-bottom: 32px;
	border-radius: 8px
}

.case-detail .caseside .side-content h2 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: 700
}

.case-detail .caseside .side-content p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 32px
}

.case-detail .caseside .side-tags .title{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: 700
}

.case-detail .caseside .side-tags .tags{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin:0px;
}

.case-detail .caseside .side-tags .tags .item{
	margin-right: 8px;
	line-height: 28px;
	padding: 0 8px;
	background: hsla(0,0%,84.7%,.5);
	border-radius: 4px;
	margin-bottom: 8px;
	font-size: 14px
}

.case-detail .caseside .side-tags .tags .item:last-child {
	margin-right: 0
}

.casedetail-content h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin: 12px 0
}

.casedetail-content h2+p {
	margin-bottom: 44px
}

.casedetail-content h2+p:first-of-type {
	margin-bottom: 28px
}
.casedetail_video{
	width:850px;
	margin:0px auto;
	margin-bottom:20px;
}
.casedetail_video iframe{
	min-height:400px;
}
.casedetail-content h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 28px
}

.casedetail-content h3+p {
	margin-bottom: 28px
}

.casedetail-content p {
	font-size: 16px;
	line-height: 28px
}

.casedetail-content img {
	margin-bottom: 56px;
	max-width: 800px
}
