/* 项目详情rem */
body{
	padding-top: 85px;
}
.top-banner{
	height: 12rem;
	background-size: cover;
}
.top-images{
	width: 100%;
	height: 12rem;
}
.main-box{
	width: 100%;
	min-height: 600px;
	padding: 58px 1.5rem 0;
}
.main-box .center-box{
	width: 100%;
	height: 100%;
}
.main-box .center-box .top-title{
	width: 100%;
	height: 1.1rem;
	border-bottom: solid .01rem #efefef;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .76rem;
}
.main-box .center-box .top-title .left-title{
	width: 50%;
	height: auto;
}
.main-box .center-box .top-title .left-title .case-title{
	width: 100%;
	font-size: .32rem;
	font-weight: bold;
}
.main-box .center-box .top-title .left-title .en-title{
	width: 100%;
	font-size: .18rem;
	font-weight: lighter;
	text-transform: Uppercase;
}
.main-box .center-box .top-title .right-tag{
	width: 50%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.main-box .center-box .top-title .right-tag .tag{
	padding:0 .3rem;
	line-height: 16px;
	border-left: solid 1px #aaaaaa;
	text-transform: Uppercase;
}
.main-box .center-box .space-boxs{
	width: 100%;
	min-height: 8rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: .5rem;
}
.main-box .center-box .space-boxs .left-box{
	width: 13.3rem;
	min-height: inherit;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.main-box .center-box .space-boxs .left-box .content{
	min-height: 600px;
	font-size: .16rem;
	line-height: .26rem;
	overflow: hidden;
}
.main-box .center-box .space-boxs .left-box .content *{
	max-width: 100%;
}

.main-box .center-box .space-boxs .left-box .switchs{
	width: 100%;
	height: .5rem;
}
.main-box .center-box .space-boxs .left-box .switchs p{
	font-size: .14rem;
	line-height: .25rem;
}
.main-box .center-box .space-boxs .left-box .switchs p a{
	color: #333333;
}
.main-box .center-box .space-boxs .right-box{
	width: 2.64rem;
	min-height: inherit;
}
.main-box .center-box .space-boxs .right-box .recommend{
	width: 100%;
	font-size: .22rem;
	font-weight: bold;
	margin-bottom: .18rem;
}
.main-box .center-box .space-boxs .right-box .link{
	width: 100%;
	height: 2.38rem;
	margin-bottom: .27rem;
	display: block;
}
.main-box .center-box .space-boxs .right-box .link .img-box{
	width: 100%;
	height: 1.79rem;
}
.main-box .center-box .space-boxs .right-box .link .tjs-title{
	width: 100%;
	font-size: .18rem;
	color: #333333;
	padding-top:0.1rem;
	line-height:0.28rem;
}
.main-box .center-box .space-boxs .right-box .link .en-title{
	width: 100%;
	font-size: .14rem;
	color: #777777;
	text-transform: Uppercase;
}
.main-box .center-box .related{
	width: 100%;
	height: 4.7rem;
	margin-bottom: 1rem;
}
.main-box .center-box .related .titles{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: .36rem;
}
.main-box .center-box .related .titles .bar-title {
    font-size: 26px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding-left: 20px;
    margin-right: 18px;
    border-left: solid 4px #0080d2;
}
.main-box .center-box .related .titles .en-title {
    font-size: 18px;
    font-weight: lighter;
    color: #888888;
}
.main-box .center-box .related .list{
	width: 100%;
	height: 4rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.main-box .center-box .related .list .link{
	width: 5.95rem;
	height: 4rem;
	position: relative;
	display: flex;
	align-items: center;
	margin-right: .1rem;
	justify-content: center;
}
.main-box .center-box .related .list .link:nth-child(3){
	margin-right: 0;
}
.main-box .center-box .related .list .link img{
	min-width: 100%;
    min-height: 100%;
}
.main-box .center-box .related .list .link .case-title-box {
    position: absolute;
    width: 100%;
    height: 110px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    bottom: 0;
    color: #ffffff;
    padding: 25px;
    left: 0;
}

.main-box .center-box .related .list .link .case-title-box .case-title {
    font-size: 24px;
    margin-bottom: 5px;
}

.main-box .center-box .related .list .link .case-title-box .case-en-title {
    font-size: 14px;
	text-transform: Uppercase;
}

.top-banner .swiper-slide{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.top-banner .swiper-button-prev {
    opacity: 0;
    transition: opacity 300ms;
    width: 120px;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.top-banner .swiper-button-prev::after {
    color: #ffffff;
}

.top-banner .swiper-button-prev:hover {
    opacity: 1;
}

.top-banner .swiper-button-next {
    opacity: 0;
    transition: opacity 300ms;
    width: 120px;
    height: 100%;
    top: 0;
    right: 0;
    margin-top: 0;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.top-banner .swiper-button-next::after {
    color: #ffffff;
}

.top-banner .swiper-button-next:hover {
    opacity: 1;
}