table{
	margin:inherit;
}
p,h2,h3,h4,h5,h6{
	clear:both;
}
.caption{
	margin-top: 120px;
}
.box{
	width:1170px;
	height:600px;
	margin:0 auto;
	padding-top:70px;
	display:flex;
	justify-content: space-between;
}
.leftbox{
	width:575px;
	height:500px;
}
.gallery-top{
	width:575px;
	height:360px;
}
.gallery-top>.swiper-wrapper>div{
	background-repeat: no-repeat;
	background-size:575px 360px;
}

.gallery-thumbs{
	width:575px;
	height:115px;
	margin:28px auto;
}
.gallery-thumbs>.swiper-wrapper>div{
	background-repeat: no-repeat;
	background-size:178px 115px;
}
.rightbox{
	width:575px;
	height:500px;
	overflow:hidden;
}
.rightbox>h5{
	width:100%;
	font-size:24px;
	color:#ee751a;
	margin-bottom:15px;
}
.rightbox>h4{
	width:100%;
	color:#ee751a;
	font-size:28px;
	margin-bottom:20px;
}
.rightbox>p{
	font-size:14px;
	color:#666;
	width:100%;
	word-break: break-all;
	line-height:24px;
}
.rightbox>a:link,.rightbox>a:visited{
	display:block;
	width:100%;
	color:#333;
	font-size:17px;
	line-height:36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rightbox>a:hover{
	color:#0f77d6;
}
h4{
	width:1170px;
	height:45px;
	margin:0 auto;
	line-height:45px;
	color:#333;
	font-size:18px;
	
}
.detailsP{
	width:1170px;
	margin:0 auto;
	line-height:26px;
	color:#666;
	font-size:15px;
	margin-bottom: 20px;
}
.datails{
	width:1170px;
	height: auto;
	margin: 0 auto;
	padding-bottom:50px;
	border-top:0 ;
	overflow: hidden;
}
.nav-tabs{
	width:100%;
	height:40px;
	text-align: center;
}
.nav-tabs>li>a{
	color:#333
}
.nav-tabs>li:hover>a{
	background:none
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color:#333;
}
.tab-content{
	width:1170px;
	height: 560px;
	border: 1px solid #ededed;
	border-top:0;
	padding:12px 0 0 30px;
}
.tab-content>div{
	padding-bottom: 50px;
}
.tab-content>div>p{
	width: 100%;
	color:#666;
	font-size:14px;
	line-height:30px;
	margin:0;
}
.tab-content>div>p:nth-child(1){
	margin-top:12px;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.caption{
		margin-top:1rem;
	}
	.caption>p{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.box{
		width:100%;
		height:auto;
		padding-top:0.3rem;
		display:block;
	}
	.leftbox{
		width:100%;
		height:7.1rem;
		margin:0 auto;
	}
	.gallery-top{
		width:100%;
		height:5rem;
	}
	.gallery-top>.swiper-wrapper>div{
		width:100%;
		height: 100%;
		background-size:7.5rem 5rem;
		background-repeat: no-repeat;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
	.gallery-thumbs{
		width:100%;
		height:1.4rem;
		margin:0.3rem 0;
	}
	.gallery-thumbs>.swiper-wrapper>div{
		background-size:100%;
		background-repeat: no-repeat;
	}

	.rightbox{
		width:100%;
		padding:0 0.18rem;
		height:auto;
	}
	.rightbox>h5{
		width:100%;
		height:auto;
		font-size:0.32rem;
		margin-bottom:0.1rem;
	}
	.rightbox>h4{
		width:100%;
		height:auto;
		font-size:0.34rem;
		text-align:left;
		margin-bottom:0.1rem;
	}
	.rightbox>p{
		width:100%;
		line-height:0.36rem;
		font-size:0.28rem;
	}
	.rightbox>a:link, .rightbox>a:visited{
		font-size:0.34rem;
		line-height:0.6rem;

	}
	h4{
		width:100%;
		height:auto;
		line-height:0.5rem;
		text-align: center;
		font-size:0.3rem;
	}
	.datails>h4{
		text-align: left;
	}
	.datails>p{
		width:100%;
		line-height:0.5rem;
		font-size:0.26rem;
	}
	.detailsP{
		width:100%;
		height:auto;
		padding:0 0.18rem;
		line-height:0.5rem;
		font-size:0.28rem;
		text-indent: 2em;
		word-break: break-all;
	}
	.datails{
		width:100%;
		padding:0 0.18rem;
		margin: 0 auto 0.5rem;
	}
	.nav-tabs{
		width:20%;
		height:auto;
		float: left;
		border: 0.02rem solid #ededed;
		border-bottom: 0;
		border-right:0 ;
	}
	.nav>li>a{
		padding: 0;
		margin:0;
	}
	.nav-tabs>li{
		
		width:100%;
		height:1.2rem;
		font-size:0.26rem;
	}
	.nav-tabs>li>a{
		width:100%;
		height:99%;
		border: 0;
		padding-top:0.35rem;
		border-bottom: 0.02rem solid #ededed;
	}
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
		border: 0;
		color:#1077d6;
		border-bottom: 0.02rem solid #ededed;
	}
	
	
	.tab-content{
		width:80%;
		height:auto;
		float:left;
		border: 0.02rem solid #ededed;
		padding:0.12rem 0 0 0.3rem;
	}
	.tab-content>div>p:nth-child(1){
		margin:0;
	}
	.tab-content>div>p{
		font-size:0.26rem;
		line-height:0.5rem;
		margin:0.1rem 0;
	}
	.tab-content>div{
		padding-bottom: 0.5rem;
	}
}