.page-bcb-header {
	width: 100%;
	padding: 65px 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	background: #383d61 url(../images/bcb/bcb-banner.jpg) 50% 50% no-repeat !important;
	background-size: cover;
}

.page-bcb-header img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.bcb-section {
	padding: 50px 0 50px;
}

.bcb-section .section--header {
	padding-bottom: 40px;
}

.bcb-section-title {
	font-size: 32px !important;
	color: #1a1a1a;
	font-weight: normal !important;
	margin-bottom: 15px;
	text-align: center;
}

.bcb--description {
	font-size: 20px;
	line-height: 30px;
	color: #666;
	text-align: left;
	margin: 13px 0 0;
	text-indent: 40px;
}


/*APP下载*/

.bcb-download-content {
	width: 100%;
	height: auto;
	position: relative;
}

.bcb-download-content .app-img {
	display: block;
	width: 365px;
	height: auto;
	float: left;
	margin-left: 10px;
}

.bcb-download-content .app-info {
	width: 100%;
	height: auto;
	position: relative;
	padding: 50px 50px 10px;
}

.bcb-download-content .app-info p {
	font-size: 18px;
	color: #141414;
	padding-bottom: 22px;
	height: 107px;
}

.bcb-download-content .app-info .app-qr-box {
	float: left;
	margin-right: 50px;
}

.bcb-download-content .app-info img {
	display: block;
	width: 200px;
	height: 200px;
}

.bcb-download-content .app-info .app-qr-box p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	color: #000000;
}

.main_content_vedio video {
	object-fit: fill;
}


/*bcb obd 介绍*/

.bcb-introduce-content {
	width: 100%;
	height: auto;
	position: relative;
}

.bcb-introduce-content .item {
	width: 100%;
	height: auto;
	cursor: pointer;
	position: relative;
	float: left;
	margin: 0 0 2%;
	padding: 20px 20px 20px 30px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .9)!important;
	background: #fff;
	filter: alpha(opacity=90);
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	border-radius: 10px;
	/* margin-top: 30px; */
	-webkit-perspective: 800px;
	-ms-perspective: 800px;
	-o-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -ms-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
	box-shadow: 0px 5px 9px 0 rgba(2, 2, 2, 0.1);
	-webkit-box-shadow: 0px 5px 9px 0 rgba(2, 2, 2, 0.1);
	-moz-box-shadow: 0px 5px 9px 0 rgba(2, 2, 2, 0.1);
	-o-box-shadow: 0px 5px 9px 0 rgba(2, 2, 2, 0.1);
	/* -ms-behavior: url(js/PIE.htc); */
}

.bcb-introduce-content .item:hover {
	-webkit-box-shadow: 0 5px 9px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 9px 3px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 9px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 9px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 9px 3px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s linear;
}

.bcb-introduce-content .item .lf {
	position: absolute;
	width: 56px;
	height: 56px;
	text-align: center;
	border-radius: 50%;
	top: 20%;
	left: 25px;
}

.bcb-introduce-content .item .lf img {
	display: block;
	width: 56px;
	height: 56px;
}

.bcb-introduce-content .item .rt {
	width: 100%;
	height: auto;
	padding-left: 65px;
	box-sizing: border-box;
}

.bcb-introduce-content .item .firstP {
	text-align: left;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #1a1a1a;
}

.bcb-introduce-content .item p {
	color: #666;
	text-align: left;
	font-size: 17px;
	line-height: 28px;
	text-align: left;
}


/*liucheng*/

.example-container .am-nav-tabs>li.am-active>a,
.example-container .am-nav-tabs>li.am-active>a:focus,
.example-container .am-nav-tabs>li.am-active>a:hover {
	color: #59bcdb;
	background-color: #fff;
	border: 0 solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.example-container {
	margin-top: 50px
}

.example-container .am-nav-tabs {
	border-bottom: 0;
	/*border-top: 1px solid #e9e9e9*/
}

.example-container .am-nav-tabs li.am-active {
	/*border-top: 3px solid #59bcdb;*/
	border-bottom: 3px solid #59bcdb
}

.example-container .am-nav-tabs li a {
	padding: 20px 0 20px;
	text-align: center;
	color: #262626
}

.example-container .am-nav-tabs li a i {
	margin-right: 10px
}

.example-container .am-tabs-bd {
	margin: 33px 0 0;
	color: #262626;
	border: 0
}

.example-container .am-tabs-bd div[class^=am-tab-pane] {
	padding: 0
}

.example-container .am-tabs-bd .example-item-bg {
	background-size: cover;
	position: relative;
	display: block;
	height: 200px;
	margin-top: 30px;
	border-radius: 3px;
	overflow: hidden
}

/*.example-container .am-tabs-bd img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block
}*/

.example-container .am-tabs-bd span {
	display: none;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.img-list{
	width: 100%;
	height: auto;
	position: relative;
}

.img-list .img-box{
	float: left;
	width: 22%;
	height: auto;
	margin: 0 1.5% 3%;
}
.img-list .img-box img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.img-list .img-box p{
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.img-list .img-box .p-title{
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 12px;
	color: #000000;
}
.img-list .img-box .star{
	display: inline-block !important;
	color: #ff0000 !important;
	position: relative !important; 
	font-size: 16px;
	margin-right: 5px;
}

@media screen and (max-width: 640px) {
	.bcb-section .section--header{
		padding-bottom: 25px;
	}
	.page-bcb-header {
		padding: 50px 0;
	}
	.bcb-section-title {
		font-size: 20px !important;
	}
	.bcb--description {
		font-size: 15px;
		text-indent: 30px;
	}
	.bcb-download-content .app-info {
		padding: 20px 15px 10px;
	}
	.bcb-download-content .app-img {
		width: 90%;
		height: auto;
		float: none;
		margin: 0 auto !important;
	}
	.bcb-download-content .app-info h2 {
		font-size: 20px;
		margin-bottom: 15px;
		text-align: center;
	}
	.bcb-download-content .app-info p {
		font-size: 15px;
		height: 65px;
		text-align: center;
	}
	.bcb-download-content .app-info img {
		width: 120px;
		height: 120px;
		margin: 0 auto;
	}
	.bcb-download-content .app-info .app-qr-box {
		float: none !important;
		margin: 0 !important;
	}
	#example_video_1 {
		width: 100% !important;
		height: 240px;
	}
	.bcb-introduce-content .item {
		width: 90%;
		float: none !important;
		margin: 0 auto 5% !important;
	}
	.bcb-introduce-content .item .lf {
		left: 15px;
		top: 15px;
	}
	.bcb-introduce-content .item .rt {
		padding-left: 40px;
	}
	.bcb-introduce-content .item .firstP {
		font-size: 16px;
	}
	.bcb-introduce-content .item p {
		font-size: 14px;
		margin-bottom: 0;
	}
	.bcb-introduce-content .item .lf img {
		width: 44px;
		height: 44px;
	}
	.example-container .am-nav-tabs{
		width: 100%;
		height: auto;
		position: relative;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.example-container .am-nav-tabs > li{
		width: 33% !important;
		font-size: 14px;
	}
	
	
	.img-list .img-box{
	    width: 47%;
	}
	.img-list .img-box p{
		margin: 0;
		margin: 8px 0;
		max-height: 44px;
		line-height: 20px;
		font-size: 13px;
	}
	
	
	
	
	
	
	
}