/* 业务领域 */
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;*/
    margin-bottom: 0px;
    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;
}

.case-list{
	width:100%;
	overflow:hidden;
}
.case-list .top-text{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666666;
	margin-bottom:25px;
}
.case-list .case-list-item{
	width: 100%;
	overflow:hidden;
}
.case-list .case-list-item .link{
	height:630px;
	padding:82px 240px;
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.case-list .case-list-item .link .img-box{
	width: 50%;
    height: 100%;
	overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.case-list .case-list-item .link:nth-child(2n) {
    background-color: #f7f7f7;
}

.case-list .case-list-item .link .img-box img{
	width: 100%;
	height: 100%;
	transition: 1000ms;
}
.case-list .case-list-item .link:hover .img-box img{
	transform: scale(1.1);
}
.case-list .case-list-item .link .text-con{
	width: 50%;
    height: 100%;
    padding:58px 80px 0;
}
.case-list .case-list-item .link:nth-child(2n - 1) .text-con{
    background-color: #f7f7f7;
}
.case-list .case-list-item .link:nth-child(2n) .text-con {
    background-color: #ffffff;
}
.case-list .case-list-item .link .text-con .case-title{
	width: 100%;
    font-size:26px;
    margin-bottom:6px;
	color:#333;
}
.case-list .case-list-item .link .text-con .en-title {
    width: 100%;
    font-size:16px;
    margin-bottom:8px;
    color: #777777;
}
.case-list .case-list-item .link .text-con .zst {
    display: block;
    width:50px;
    height:4px;
    background-color: #f97c3e;
    margin-bottom:52px;
    margin-top:18px;
}
.case-list .case-list-item .link .text-con .det-text{
	font-size:15px;
	color:#777;
	line-height:30px;
	margin-top:20px;
}







.page-list{
	height: 50px;
	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;
}