/*案例列表*/
.case-detail-nav{
	background: #1795FF;
}
.color-box-1{
	background: #FFFEFF;
	padding-bottom: 203px;
}
.color-box-2{
	padding-top: 82px;
	background: #FFFDFF;
}
.color-box-3{
	background-color: #F1F3F5;
}
.title-ch{
	text-align: center;
	font-size:36px;
	font-weight:400;
	color:#3D4D69;
	line-height:50px;
	margin-top: 72px;
}
.title-en{
	text-align: center;
	font-size:24px;
	font-weight:300;
	color:#BDC6CF;
	line-height:21px;
	margin-top: 15px;
}
.title-ch-small{
	text-align: center;
	font-size:14px;
}
.title-en-color2{
	color: #3D4D69;
}
.classic-cases-line{
	width: 1200px;
	display: block;
	height: 1px;
	background: #DBDBDB;
	margin: 15px auto;
}
.case-list{
	width: 1200px;
	padding: 0 100px 0 80px;
	box-sizing: border-box;
	margin: 6px auto;
}
.case-list>li{
	cursor: pointer;
	margin-bottom: 30px;
}
.case-img{
	width: 320px;
	height: 182px;
	display: block;
	transition: all .3s ease;
}
.case-img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.case-content{
	width: 100%;
	padding-top: 20px;
	padding-left: 28px;
}
.case-company{
	font-size:12px;
	color:rgba(61,77,105,1);
	line-height:17px;
}
.case-company span{
	color: #1795FF;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #979797;
}
.case-detail{
	font-size:24px;
	font-weight:500;
	color:rgba(61,77,105,1);
	line-height:33px;
	margin-top: 11px;
	transition: all .3s ease;
}
.case-detail a{
	font-size:14px;
	color:rgba(23,149,255,1);
	line-height:20px;
	float: right;
	text-decoration: underline;
}
.case-intro{
	margin-top: 11px;
	font-size:14px;
	color:rgba(61,77,105,1);
	line-height:20px;
	transition: all .3s ease;
}
.case-num{
	width: 1148px;
	margin: 0 auto;
	margin-top: 48px;
	justify-content: space-between;
}
.case-num-box{
	width: 320px;
}
.case-num-box p{
	text-align: center;
	font-size:18px;
	color:rgba(9,29,45,1);
	line-height:21px;
}
.case-content:hover .case-detail,
.case-content:hover .case-intro{
	color: #1795FF;
}
.case-bak{
	position: absolute;
	width: 100%;
	background: url(../img/case/pic-44@2x_438d80f1d6.png) center center;
	background-size: cover;
	height: 211px;
	margin-top: -8px;
}
/*案例列表END*/
/*案例详情*/
.article{
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}
.article .bread-crumb,
.article .bread-crumb a{
	font-size:14px;
	color:rgba(61,77,105,1);
	line-height:20px;
	transition: all .3s ease;
}
.article .bread-crumb a:hover{
	color: #1795FF;
}
.article .bread-crumb a{
	cursor: pointer;
}
.article .article_logo{
	display: block;
	margin-top: 20px;
	margin-bottom: 8px;
	width: 106px;
}
.article .article-type{
	font-size:12px;
	color:rgba(61,77,105,1);
	line-height:17px;
}
.article .article-type span{
	color:rgba(23,149,255,1);
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #979797;
}
.article .article-line{
	width: 100%;
	height: 1px;
	background-color: #DBDBDB;
	margin-top: 7px;
}
.article .article-title{
	font-size:36px;
	font-weight:500;
	color:rgba(61,77,105,1);
	line-height:50px;
	margin-top: 22px;
	margin-bottom: 44px;
}
.article .article-sec-title{
	font-size:18px;
	font-weight:500;
	color:rgba(61,77,105,1);
	line-height:25px;
	padding-left: 28px;
	position: relative;
	margin-bottom: 8px;
}
.article .article-sec-title .icon{
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	display: block;
}
.article .article-sec-title .icon.icon-pinpai{
	background: url(../img/case/1_064676b8c1.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.article .article-sec-title .icon.icon-tongdian{
	background: url(../img/case/2_8b718e20be.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.article .article-sec-title .icon.icon-hezuo{
	background: url(../img/case/3_69819dfcc8.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.article .article-sec-title .icon.icon-fangan{
	background: url(../img/case/4_1d57549ef9.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.article .article-sec-title .icon.icon-chengxiao{
	background: url(../img/case/5_07a2fc776b.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.article .article-content{
	font-size:14px;
	color:rgba(61,77,105,1);
	line-height:21px;
	margin-bottom: 51px;
}
.other-case{
	padding-top: 50px;
	padding-bottom: 59px;
}
.other-case>.title-en{
	margin-bottom: 37px;
}
.other-case>div{
	width: 1280px;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
}
.other-case>div>a{
	display: block;
	width: 320px;
	height: 182px;
	transition: all .3s ease;
	flex-shrink: 0;
	margin: 0 15px;
}
.other-case>div>a:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.banner-btns .btn {
	transition: all .3s;
}
/*案例详情END*/

/* 案例空 */
.empty-wrap{
	width: 100%;
	height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.empty-wrap .nothing-here{
	background-image: url(/homepage/asset/frontend/doubleTeacher/img/nothing-here_a7f10f371a.png);
	width: 140px;
	height: 160px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.empty-wrap .empty-tip{
	color: #070707;
}
.empty-wrap a{
	color: #1795FF;
}
.empty-wrap .see-ohthers-h5{
	width:160px;
	height:44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	background:rgba(23,149,255,1);
	border-radius:22px;
	font-size: 14px;
	display: block;
	margin-top: 28px;
}
/*H5适配*/
@media only all and (max-width: 768px){
	body,html{
		min-width: 100vw;
		width: 100vw;
	}
	.header-inlist{
		margin-top: 11.6vw;
		height: 56.7vw;
	}
	iframe{
		width: 100% !important;
		height: unset !important;
		min-height: 54vw;
	}
	.header-img.mobile-show{
		right: 0;
		display: block;
		background: url(../img/case/pic11@2x_e77e23e604.png);
		background-size: cover;
		background-position: center center;
		height: 40.5vw;
		top: -5vw;
	}
	.nav{
		display: none;
	}
	.banner{
		width: 100vw;
		padding-top: 0;
	}
	.banner .banner-left{
		float: left;
		width: 100%;
		padding: 0;
		padding-top: 5.6vw;
	}
	.banner-left .title{
		height: 8.8vw;
		color: #fff;
		font-size: 6.4vw;
		font-weight: 600;
		line-height: 8.8vw;
		letter-spacing: 0;
		margin-bottom: 3vw;
	}
	.banner-left .content-main{
		display: none;
	}
	.banner-left .content-main.mobile-show{
		display: block;
		margin-top: 0;
		font-size: 4.5vw;
		color: #fff;
		font-weight: 300;
		line-height: 5.5vw;
	}
	.banner-btns{
		margin-top: 7.2vw;
	}
	.banner-btns .btn{
		width: 43vw;
		height: 11.7vw;
		line-height: 11.7vw;
		font-size: 3.7vw;
	}
	.banner-btns .btn.blue{
		display: none;
	}
	.banner-right {
		width: 52vw;
		height: 42.7vw;
		background-size: 100% 100%;
		position: absolute;
		right: 0;
		top: 5.6vw;
	}
	.color-box-1 {
		background: #F8F7FC;
		padding-bottom: 17vw;
	}
	.case-detail-top{
		padding-top: 11.7vw;
	}
	.classic-cases {
		padding-top: 4.3vw;
	}
	.title-ch {
		font-size: 6.4vw;
		line-height: 8.8vw;
		margin-top: 0;
	}
	.title-en {
		font-size: 3.8vw;
		line-height: 5.3vw;
		margin-top: 2.7vw;
	}
	.classic-cases>.title-en{
		display: none;
	}
	.classic-cases>.mobile-show{
		display: block;
	}
	.classic-cases-line{display: none;}
	.case-list {
		width: 100vw;
		padding: 0;
		margin: 0 auto;
	}
	.case-list>li{
		position: relative;
		width: 94.5vw;
		margin: 0 auto;
		margin-top: 4vw;
		flex-direction: column;
		box-sizing: border-box;
		nav-down: #fff;
		background:rgba(255,255,255,1);
		box-shadow:0px 10px 20px 0px rgba(0,0,0,0.1);
		border-radius:8px;
		padding: 4.2vw;
	}
	.case-img{
		display: none;
		width: fit-content !important;
		height: auto;
	}
	.case-content {
		padding-top: 2vw;
		padding-left: 0;
	}
	.case-company {
		font-size: 3.2vw;
		line-height: 4vw;
		padding-bottom: 2.5vw;
		border-bottom: 1px solid #DFDFE2;
	}
	.case-detail {
		font-size: 4.8vw;
		line-height: 6.7vw;
		margin-top: 2vw;
	}
	.case-detail a {
		color: transparent;
		line-height: 20px;
		float: right;
		text-decoration: underline;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.case-intro {
		margin-top: 1vw;
		font-size: 3.2vw;
		line-height: 4.5vw;
	}
	.case-num {
		width: 100vw;
		margin-top: 10.6vw;
	}
	.case-num-box {
		width: 33.3vw;
	}
	.case-num-box p {
		margin-top: 1vw;
		font-size: 3.8vw;
		line-height: 4.6vw;
	}
	.case-bak{display: none;}
	.btns{
		text-align: center;
		padding-top: 3vw;
	}
	.btns .btn.blue-auto{
		width: 100%;
		border-radius: 8px;
		height: 15vw;
		line-height: 15vw;
		font-size: 4.8vw;
	}
	/*详情*/
	.bread-crumb{display: none;}
	.article{
		width: 100%;
		padding:0;
		padding: 2vw;
		box-sizing: border-box;
	}
	.article .article_logo{
		width: 28.2vw;
		margin-top: 4.6vw;
		margin-bottom: 2.2vw;
	}
	.article .article-type {
		font-size: 3.2vw;
		line-height: 4.5vw;
	}
	.article .article-line{
		margin-top: 2vw;
	}
	.article .article-title {
		font-size: 4.8vw;
		line-height: 6.7vw;
		margin-top: 4vw;
		margin-bottom: 4vw;
	}
	.article .article-sec-title {
		font-size: 3.7vw;
		line-height: 6.4vw;
		padding-left: 7.4vw;
		margin-bottom: 0;
	}
	.article .article-sec-title .icon {
		width: 6.4vw;
		height: 6.4vw;
		display: block;
	}
	.article .article-content {
		font-size: 3.2vw;
		line-height: 5.6vw;
		margin-bottom: 3.7vw;
	}
	.other-case .title-en-color2{
		display: none;
	}
	.other-case {
		padding-top: 3.7vw;
		padding-bottom: 2vw;
		box-shadow:0px -2px 5px 0px rgba(0,0,0,0.1);
	}
	.other-case .title-ch{
		margin-bottom: 5vw;
	}
	.other-case>div{
		width: 100vw;
		margin: 0 auto;
		justify-content: center;
		flex-wrap: wrap;
	}
	.other-case>div>a {
		margin: 1vw 2vw ;
		width: 45vw;
		height: auto;
	}
	.flotage .flotage-icon{
		display: none!important;
	}
	/*详情END*/
}