﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
.industryCase-container {
	width: 100%;
	background: #f9f9f9;
	padding-bottom: 10px
}

.industryCase-container .industryCase-title {
	font-family: PingFangSC-Medium;
	font-size: 32px;
	text-align: center;
	line-height: 48px;
	font-weight: 500;
	padding: 30px 0 30px
}

.industryCase-container .industryCase-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap
}

.industryCase-container .industryCase-content .industryCase-item {
	width: 376px;
	height:276px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 1px;
	margin: 0 16px 24px 0;
	color: #000;
	border-radius: 6px 6px 0 0;
	position: relative;
}

.industryCase-container .industryCase-content .industryCase-item img {
	height: 220px;
	width: 100%;
	border-radius: 6px 6px 0 0;
}

.industryCase-container .industryCase-content .industryCase-item .title {
	font-family: PingFangSC-Medium;
	font-size: 16px;
	width: 100%;
	height: 50px;
	text-align: center;
   line-height: 50px;
   background-color: #f5f5f5;
}

.industryCase-container .industryCase-content .industryCase-item .desc {
	font-family: PingFangSC-Regular;
	width: 100%;
	height:100%;
	margin: 0 auto;
   display:none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(8, 85, 164, 0.70);
    color: #ffffff;
    padding: 40px;
    font-size: 16px;
    line-height: 30px;
}
.industryCase-container .industryCase-content .industryCase-item .desc .titles{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}

.industryCase-container .industryCase-content .industryCase-item:nth-child(3n) {
	margin-right: 0
}

.industryCase-container .industryCase-content .industryCase-item:hover {
	box-shadow: 0 30px 27px -27px rgba(51, 51, 51, .06)
}

.industryCase-container .industryCase-content .industryCase-item:hover .title {
	color: #0e57a2
}

.industryCase-container .industryCase-content .industryCase-item:nth-child(n+7) {
	display: none
}

.industryCase-container .industryCase_load_hide,
.industryCase-container .industryCase_load_more {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	padding-bottom: 29px;
	text-align: center
}

.industryCase-container .industryCase_load_hide .inner,
.industryCase-container .industryCase_load_more .inner {
	cursor: pointer;
	width: 100px;
	margin: 0 auto
}

.industryCase-container .industryCase_load_hide .inner img,
.industryCase-container .industryCase_load_more .inner img {
	width: 12px;
	height: 10px;
	margin-left: 8px
}

.industryCase-container .industryCase_load_hide {
	display: none
}

@media only screen and (max-width:767px) {
	.industryCase-container {
		background: #fff;
		padding-bottom: 48px
	}

	.industryCase-container .industryCase-title {
		height: .28rem;
		font-size: .2rem;
		font-weight: 500;
		color: #333;
		line-height: .28rem;
		padding: .2rem 0 .24rem
	}

	.industryCase-container .industryCase-content {
		width: 100%;
		margin-top: .24rem
	}

	.industryCase-container .industryCase-content .industryCase-item {
		width: 3.27rem;
		border: unset;
		margin: 0 .24rem;
		border-top: .01rem solid #e6e6e6;
		padding-top: .24rem
	}

	.industryCase-container .industryCase-content .industryCase-item img {
		height: 1.91rem;
		width: 100%;
		margin-bottom: .12rem;
		border-radius: 6px;
	}

	.industryCase-container .industryCase-content .industryCase-item .title {
		height: .24rem;
		font-size: .16rem;
		font-weight: 500;
		color: #333;
		line-height: .24rem;
		margin: 0 0 .08rem
	}

	.industryCase-container .industryCase-content .industryCase-item .desc {
		font-size: .12rem;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #666;
		line-height: .2rem;
		width: auto
	}

	.industryCase-container .industryCase-content .industryCase-item:first-of-type {
		border-top: unset;
		padding-top: unset
	}

	.industryCase-container .industryCase-content .industryCase-item:nth-child(n+5) {
		display: none
	}

	.industryCase-container .industryCase-content .industryCase-item:hover {
		box-shadow: unset
	}

	.industryCase-container .industryCase-content .industryCase-item:hover .title {
		color: #333
	}

	.industryCase-container .industryCase_load_hide,
	.industryCase-container .industryCase_load_more {
		height: 20px;
		font-size: 14px;
		font-weight: 600;
		color: #0e57a2;
		line-height: 20px
	}

	.industryCase-container .industryCase_load_hide .inner img,
	.industryCase-container .industryCase_load_more .inner img {
		display: none
	}
}

/**/
.case-video-container {
	width: 100%;
	background-color: #eaeef1;
	background-image: url(//filecdn.ify.cn/skin/mrfa10396/img/video_bg.png);
	background-size: 1440px auto;
	background-position: top;
	background-repeat: no-repeat;
	padding: 30px 0
}

.case-video-container.case-video-container-without-video {
	min-height: 428px;
	background-image: url(//filecdn.ify.cn/skin/mrfa10396/img/without_video_bg.png);
	background-position: center
}

.case-video-container .case-video-content {
   width: 1200px;
   height: 100%;
   line-height: 30px;
   margin: 0 auto;
   margin-top: 80px;
   font-size: 15px;
}

.case-video-container .case-video-content .video-js {
	display: block;
	height: 480px;
    width: 853px;
	margin: 32px auto 80px
}

.case-video-container .case-video-content .video-js .vjs-big-play-button {
	font-size: 40px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	color: transparent;
	background-color: rgba(250, 250, 250, .1);
	border: 0;
	top: 161px;
	left: 310px;
	background-image: url(//filecdn.ify.cn/skin/mrfa10396/img/video_start.png);
	background-size: cover;
	background-position: center
}

.case-video-container .case-video-content .vjs-poster {
	background-size: cover
}

.case-video-container .case-video-content .industry-trends-container {
	display: flex;
	justify-content: space-between;
	margin-top: 40px
}

.case-video-container .case-video-content .industry-trends-container>div {
	width: 340px;
	height: auto;
	text-align: center
}

.case-video-container .case-video-content .industry-trends-container>div img {
	height: 40px;
	margin-bottom: 24px
}

.case-video-container .case-video-content .industry-trends-container>div .title {
	font-family: PingFangSC-Medium;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	margin-bottom: 16px
}

.case-video-container .case-video-content .industry-trends-container>div .desc {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 24px
}

.case-video-container h1 {
	font-family: PingFangSC-Medium;
   font-size: 32px;
   text-align: center;
   line-height: 60px;
   font-weight: 500;
}

@media only screen and (max-width:767px) {
	.case-video-container {
		background-image: url(//filecdn.ify.cn/skin/mrfa10396/img/videoBg.png);
		padding: 0;
		height: 3.32rem;
		background-size: auto 3.32rem;
		min-height: 3.32rem;
		padding-top: .48rem
	}

	.case-video-container .case-video-content {
		width: 100%
	}

	.case-video-container .case-video-content .industry-trends-container {
		display: none
	}

	.case-video-container .case-video-content h1 {
		height: .28rem;
		font-size: .2rem;
		font-weight: 500;
		color: #333;
		line-height: .28rem;
		display: block
	}

	.case-video-container .case-video-content .video-js {
		height: 1.84rem;
		width: 3.27rem
	}

	.case-video-container .case-video-content .video-js .vjs-big-play-button {
		height: .6rem;
		width: .6rem;
		top: .6rem;
		left: 1.35rem
	}

	.case-video-container .case-video-content .case-tre {
		display: none
	}
}