/* 项目展示 */
body {
    padding-top: 84px;
}

.banner {
    width: 100%;
    height: 400px;
    margin-bottom: 86px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.view-title {
    width: 100%;
    height: 75px;
    position: relative;
    margin-bottom: 40px;
    padding-top: 30px;
}

.view-title .en-title {
    width: 100%;
    font-size: 62px;
    font-weight: bold;
    color: #eeeeee;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: 0;
    text-align: center;
	letter-spacing: 3px;
	font-family:Arial, Helvetica, sans-serif;
}
.view-title .zh-title {
    width: 100%;
    font-size: 38px;
    color: #333333;
    text-align: center;
}

.switch-link {
    height: 20px;
}

.switch-link .center-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.switch-link .center-box .link {
    border-right: solid 1px #5d5d5d;
    padding: 0 1.8rem;
    color: #333333;
	line-height: 1.2rem;
}
.switch-link .center-box .link.act {
    color: #08377b;
}

.switch-link .center-box .link:last-child {
    padding-right: none;
    border-right: none;
    margin-right: none;
}

.project-case{
	overflow:hidden;
	margin-bottom: 80px;
}
.project-case .center-box{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-top:40px;
}

.project-case .center-box .link{
	width: 17%;
	overflow:hidden;
	display: block;
	position: relative;
	margin-right:3.6%;
	margin-bottom:3%;
}
.project-case .center-box .link:nth-child(5n) {
    margin-right: 0;
}


.project-case .center-box .link .imgs{
	width:100%;
	height: 360px;
	transition: all .8s;
	position: relative;
	overflow: hidden;
}

.project-case .center-box .link .imgs img{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: .8s;
}
.project-case .center-box .link:hover img {
	transform: scale(1.1);
}
.project-case .center-box .link p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
	color: #666666;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.page-list{
	height: 0px;
	margin-bottom: 80px;
}
.page-list .center-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-list .center-box .page-link{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #999999;
	margin: 0 10px;
	border: solid 1px #eaeaea;
}
.page-list .center-box .page-link.act{
	background-color: #08377b;
	color: #ffffff;
}