body,html{
	width: 100%;
	height: 100%;
}
.jtbm-bg{
	width: 100%;
	height: 100%;
	min-width: 1200px;
	position: relative;
}
.jtbm-bg .jtbm-bg-img{
	display: block;
	width: 100%;
	height: 100%;
	min-height: 720px;
}
.jtbm-bg .jtbm-box{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1200px;
	height: 650px;
	margin-left: -600px;
	margin-top: -325px;
}
.jtbm-box .jtbm-title{
	width: 100%;
	font-size: 44px;
	line-height: 70px;
	font-weight: bold;
	text-align: center;
	color: #D10101;
	margin-bottom: 80px;
}

.jtbm-box .jtbm-progrom{
	display: block;
	
}
.jtbm-progrom .progrom-slide{
	width: 570px;
	height: 210px;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 40px;
}
.jtbm-progrom .progrom-arraw{
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	margin: 80px 15px 90px 5px;
}
.progrom-slide .progrom-slide-text{
	width: 520px;
	height: 170px;
	margin: 15px 30px 25px 20px;
}
.progrom-slide-text .progrom-xh{
	display: block;
	width: 520px;
	margin-bottom: 20px;
}
.progrom-xh .xh-num{
	width: 32px;
	height: 32px;
	float: left;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	margin-right: 8px;
	
}
.progrom-xh .jtbm-pro-title{
	width: 480px;
	float: left;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 32px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.progrom-slide-text .progrom-text{
	width: 480px;
	max-height: 104px;
	overflow: hidden;
	margin-left: 40px;
}
.progrom-text h6{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}
.progrom-text h6 a,
.progrom-text h6 span{
	color: #D10101;
}

