
.caban{
	position:relative;
	padding-top: 31.66667%;
	background:no-repeat center / cover;
	overflow: hidden;
}
.caban img{
	position: absolute;
	top: 50%;
	left: 0;
	min-height:100%;
	transform: translate(0,-50%);
	width: 100%;
	z-index: 1;
	opacity: 0;
	animation:myfirst 1.5s ease-in-out forwards;
	-webkit-animation:myfirst 1.5s ease-in-out forwards;
}
@keyframes myfirst
{
	0% { opacity:0;left:-100%; }
	100% { opacity:1;left:0%; }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0% { opacity:0;left:-100%; }
	100% { opacity:1;left:0%; }
}
.caban .wrapper{
	width: 100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(0%, -50%);
	color: #fff;
	text-align:center;
	z-index: 2;
	opacity: 0;
	animation:myfirst 1.7s ease-in-out forwards;
	-webkit-animation:myfirst 1.7s ease-in-out forwards;
}

.caban .wrapper h2{
	font-size: 60px;
	font-weight:bold;
}

.caban .wrapper h3{
	font-size: 24px;
	margin-top: 26px;
	line-height:1.5;
}
.caban .wrapper p.en{
	font-size: 10px;
}


section.cate{
	background-color:#fff;
}
section.cate  .wrapper{
	background-color:#fff;
	max-width:1231px;
	margin:0 auto;
	text-align: center;
	font-size:0;
}
section.cate  .wrapper >li{
	display: inline-block;
	text-align:center;
	float: none;

}
section.cate  .wrapper >li a{
	display:block;
	line-height: 64px;
	font-size: 18px;
	text-align:center;
	position:relative;
}
section.cate  .wrapper >li a:hover,section.cate  .wrapper >li.on a{
	color: #fff;
	opacity:0.99;
}


section.case{
	overflow:hidden;
	padding:20px 0 90px;
}
section.case ul.case-list >li >a.thumb{
	display: block;
    position: relative;
    overflow: hidden;
    padding-top: 57.5%;
}
section.case ul.case-list >li >a.thumb img{
	position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    background: no-repeat center / cover;
}

section.case ul.case-list >li >a.thumb:hover img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

section.case ul.case-list >li >a.info{
	display:block;
	background-color:#fff;
	height: 64px;
	line-height: 64px;
	overflow:hidden;
	font-size: 15px;
	padding:0 20px;
	border:1px solid #ddd;
	border-top: 0;
}
section.case ul.case-list >li >a.info >.add{
	color: #999;
	text-align:right;
}
section.case ul.case-list >li >a.info:hover,section.case ul.case-list >li >a.info:hover .add{
	color: #173452;
}

/*列表*/

/*以下是详情页*/
.bread-nav{
	padding:20px 0;
	border-bottom:1px solid #ddd;
}
.bread-nav .add a,.bread-nav span{
	color:#999;
}
.bread-nav .add span:last-of-type{
	display: none;
}
.bread-nav .add a:hover{
	color: #404040;
}

section.body h1{
	font-size: 36px;
	padding:20px 0;
	text-align:center;
}
section.body div.tag{
	margin-top: 20px;
	font-size: 15px;
	color: #999;
}
section.body div.tag a{
	font-size: 15px;
	color: #999;
	padding:0 10px;
}
section.body div.tag a:hover{
	color: #173452;
}

section.case .tit{
	border-bottom:1px solid #ddd;
	padding:12px 0;
	margin-bottom: 20px;
}
section.case .tit a{
	color: #999;
}
section.case .tit a:hover{
	    color: #404040;
}
section.case .tit >.fl{
	font-size: 18px;
	font-weight: bold;
}
section.case .tit >.fr{
	font-size: 14px;
}
.prev-next{
	border-top:1px solid #ddd;
}
.prev-next a{
	display:block;
	text-align:center;
	line-height:64px;
	height: 64px;
	/*border-left:1px solid #ddd;*/
	font-size: 15px;
	color: #999;
	position: relative;
	z-index: 2;
}
.prev-next a:first-child{
	border-right:1px solid #ddd;
}
.prev-next a:last-child{
	border-left:1px solid #ddd;
}
.prev-next a.back{
	border:0;
}
.prev-next a:hover{
	color: #404040;
}
.prev-next a:after{
	content:'';
	width: 0;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	background:#f5f5f5;
	transition:all 0.5s;
	z-index: -1;
}
.prev-next a:hover::after{
	width: 100%;
}
@media screen and (min-width: 1240px){
	section.cate  .wrapper >li{
		width: 11%;
	}
}

@media screen and (max-width: 1660px){
	section.case{
		padding:20px;
	}
}
@media screen and (max-width: 1200px){
	.caban .wrapper h2{
		font-size: 40px;
	}
	.caban .wrapper h3{
		font-size: 22px;
	}
	.caban{
		padding-top: 40%;
	}
	section.cate .wrapper >li a{
		line-height: 50px;
	}
	section.body{
		padding:0 20px;
	}
	.bread-nav{
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media screen and (max-width: 767px){
	.caban{
		padding-top: 60%;
	}
	.caban .wrapper h2{
		font-size: 26px;
	}
	.caban .wrapper h3{
		font-size: 15px;
		margin-top: 8px;
	}

	section.cate .wrapper >li a{
		line-height: 46px;
		font-size: 15px;
	}

	section.case{
		padding:15px;
	}
	section.case ul.case-list >li >a.info{
		height: 46px;
		line-height: 46px;
		font-size: 13px;
		padding:0 6px;
	}

	section.body{
		padding:0 15px;
	}
	.bread-nav{
		padding-left: 15px;
		padding-right: 15px;
	}
	.bread-nav .layui-breadcrumb>*{
		font-size: 12px;
	}
	section.body h1{
	font-size: 26px;
	}
}