
.header {
    display: none;
}

.detailHeader {
    display: block;
}

.local {
    padding: 0 calc(50% - 600px);
    background: #FBF6F1;
}

.local a, .local .arrow {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 56px;
}

.content {
    padding: 0  calc(50% - 600px);

}

.content .title {
    padding-bottom: 35px;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
}

.content .title .titName {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    margin: 34px 0;
}

.content .title span {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.content .title .message span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 56px;
}

.content .nav {
    padding: 50px 0;
    font-size: 16px;
    line-height: 40px;
}

.upORnext {
    padding: 0 calc(50% - 600px);
}

.upORnext .navTabs {
    padding: 50px 0;
    border-top: 1px solid #AAAFB0;
}

.upORnext .navTabs a {
    display: block;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 40px;
}

.ck-content .image img {
    max-width: 1200px !important;
}

/*大小图联动轮播*/
.link-box{
	position: relative;
	width: 100%;
	height: 686px;
}
.link-picBig{
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
    margin-bottom: 10px;
}
.link-picBig li{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.link-picBig li img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.link-picSmall{
	position: relative;
	overflow: hidden;
	height: 76px;
	width: 100%;
}
.link-picSmall ul{
	position: relative;
	height: 76px;
    width: 100%;
}
.link-picSmall li{
	position: absolute;
	float: left;
	height: 100%;
	width: 162px;
	margin-right: 14px;
	cursor: pointer;
}
.link-picSmall li img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.link-picSmall li i{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.link-picSmall li.cur i{
	display: none;
}
.link-box .link-btn{
	display: inline-block;
	position: absolute;
	bottom: calc(50% + 30px);
	right: 16px;
	width: 38px;
	height: 38px;
	cursor: pointer;
}
.link-box .link-btn.prev{
	left: 16px;
}

.link-box .link-btn.next{
	transform: rotate(180deg);
}
/*大小图联动轮播结束*/

@media screen and (max-width: 768px) {
    .local {
        padding: 0 .2rem;
    }

    .content .nav {
        padding: .5rem .2rem;
    }

    .content .title {
        padding: 0 .2rem .35rem;
        text-align: center;
        border-bottom: 1px solid #EEEEEE;
    }

    .content .title .titName {
        font-size: .3rem;
        margin: .34rem 0;
    }

    .content .title span {
        font-size: .2rem;
    }
}