/*
 * 移动
 */

@media (max-width: 768px) {
	.threedbz .imgbox h1 {
		font-size: 0.9em;
		color: #332C2B;
		font-weight: bold;
		text-align: center;
		margin: 25px 0;
	}
	.threedbz .imgbox h2 {
		font-size: 0.7em;
		color: #8B8B8C;
		text-align: center;
		margin: 10px 0;
		line-height: 1.6em;
	}
	.threedbz ul {
		margin: 30px 0;
	}
	.threedbz li {
		text-align: center;
	}
	.threedbz li img {
		height: 40px;
	}
	.threedbz li h1 {
		font-size: 0.7em;
		color: #332C2B;
	}
	.threedbz li h2 {
		font-size: 0.4em;
		color: #8B8B8C;
	}
	.container {
		padding: 0;
	}
	.moblie-fd {}
	.tab-content>.active {
		display: block;
		padding: 25px 0;
	}
	.carousel-inner .item>img {
		margin-top: 60px;
		display: block;
		width: 100%;
	}
	.fdbanr {
		display: none;
	}
}


/*
 * PC 
 */

@media (min-width: 768px) {
	.threedbz .imgbox h1 {
		font-size: 1.2em;
		color: #332C2B;
		font-weight: bold;
		text-align: center;
	}
	.threedbz .imgbox h2 {
		font-size: 1em;
		color: #8B8B8C;
		text-align: center;
	}
	.threedbz {
		padding: 80px 0px 60px 0px;
	}
	.threedbz ul {
		margin: 50px 0;
	}
	.threedbz li {
		text-align: center;
		position: relative;
	}
	.threedbz li img {
		height: 60px;
	}
	.threedbz li h1 {
		font-size: 0.9em;
		color: #332C2B;
	}
	.threedbz li h2 {
		font-size: 0.6em;
		color: #8B8B8C;
	}
	.fade {
		opacity: initial;
	}
	.carousel-inner .item>img {
		display: none;
	}
	.fdbanr {
		width: 100%;
	}
	.fdbanr img {
		width: 100%;
	}
}