html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
font-weight: 800;
}
a {
color: inherit;
text-decoration: none;
}
body {
background: #fff;
font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
font-size: 14px;
color: #444;
}
#App{
	width: 100%;
	overflow: hidden;
	background: url(http://img.dearedu.com/www/2019/11/27/bjt-1.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 0;
	left: 0;
	zoom: 1;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	min-width: 1200px;
	height: 3351px;
}
.jbst-z{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.jbst-img{
	overflow: hidden;
	margin-top: 72px;
}
.jbst-con{
	overflow: hidden;
	margin-top: 416px;
}
.jbst-tab{
	height:157px;
	overflow: hidden;
	line-height: 157px;
}
.jbst-tab li{
	float: left;
	width: 33.33%;
	text-align: center;
	cursor: pointer;
	font-size: 28px;
	color: rgba(255,255,255, .7);
}
.jbst-tab-z{
	overflow: hidden;
	margin-top: 102px;
}
.jbst-list{
	width: 1005px;
	height: 354px;
	margin:0 auto 30px;
	background-color: rgb(253,228,184);
	border-radius: 14px;
}
.jbst-list-tit{
	width: 200px;
	height: 65px;
	background-color: rgb(254,121,15);
	margin:0 auto;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	text-align: center;
	line-height: 65px;
	color: #fff;
	font-size: 30px;
}
.jbst-list-list{
	overflow: hidden;
	margin-top: 10px;
}
.jbst-list-list li span{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #000;
	display: inline-block;
	margin-right: 17px;
	position: relative;
	top: -3px;
}
.jbst-list-list li{
	overflow: hidden;
	font-size: 28px;
	width: 860px;
	margin: 0 auto;
	line-height: 52px;
	overflow: hidden;/*超出部分隐藏*/
	text-overflow:ellipsis;/* 超出部分显示省略号 */
	white-space: nowrap;/*规定段落中的文本不进行换行 */
}
.jbst-list-list li:hover{
	color: rgb(254,121,15);
}
.jbst-list-list li:hover span{
	background-color:rgb(254,121,15);
}
.jbst-tab .active{
	color:#fff;
}
.jbst-tab-z .div_show{
	display: block;
}
.jbst-tab-i{
	display: none;
}