html{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-overflow-scrolling: touch;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-ms-overflow-style: -ms-autohiding-scrollbar;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/* =e Reset */
::-webkit-scrollbar{ width:5px; height:5px; background-color:#fff;border-radius: 5px}
::-webkit-scrollbar:hover{ /*background-color:#eee;*/ }
::-webkit-resizer{}
::-webkit-scrollbar-thumb{ -webkit-border-radius:4px; background-color:#ccc; height:10px;border-radius: 5px}
::-webkit-scrollbar-thumb:hover{ background-color: #1c3956;}
::-webkit-scrollbar-thumb:active{ background-color:#1c3956;}
/* =s base */
header,footer,nav{display: block;}
::-moz-selection{background:#fe917b; color:#fff;}
::selection {background:#fe917b; color:#fff;}
html,body{background:#fff;}
body{font-family:"microsoft yahei",Arial;color:#000; -webkit-font-smoothing:antialiased;}
i{font-style:normal;}
a{text-decoration: none;color: #333;border: 0;font-size: 100%;margin: 0;padding: 0;vertical-align: baseline;-webkit-transition: all 0.1s ease-in;-moz-transition: all 0.1s ease-in;transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;}
.clr:after{clear: both;content:'\0020';display: block;visibility:hidden;height:0;}
.clr{zoom:1;}
.hide {display:none;}
.thide{text-indent: -9999px; position: absolute; left: -9999px;}
.inner{width:1200px;margin:0 auto;position: relative;}
.yahei{font-family: "microsoft yahei";}
.fr{float: right;}
.fl{float: left;}
body{
	font-family: '思源黑体 CN';
	background-size: contain;
}

.bdi{
	background-image: url(../images/bdi/topImg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 1200px;
}
.bdi .menuList{
	width: 1200px;
	margin: 0 auto;
	padding-top: 58px;
	text-align: right;
	font-size: 0;
}
.bdi .menuList a{
	text-align: center;
	display: inline-block;
	width: 106px;
	height: 26px;
	line-height:26px;
	text-align: center;
	font-size: 18px;
	color:#d4d4d4;
	background: url(../images/bdi/line.jpg) no-repeat center right;
}
.bdi .menuList a:last-child{
	background: none;
}
.bdi .menuList a.cur{
	background: #d12619;
	font-weight: bold;
	color:#fff;
}
.boxnull{
	height: 588px;
}
.comTitle{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	color:#000e40;
	width: 1200px;
	height: 34px;
	background: url(../images/bdi/titBg.png) no-repeat;
	padding-right: 15px;
    box-sizing: border-box;
    margin:0 auto;
}
.introde{
	background: #fff;
	width: 1200px;
	margin: 0 auto;
	height: 370px;
	border-radius: 3px;
	padding-top: 60px;
	background: url(../images/bdi/introBg.png) no-repeat right 36px #fff;
}
.introde .tit{
	font-size: 18px;
	font-weight: bold;
	color:#000e40;
	text-align: center;
	padding-top: 60px;
}
.introde .main{
	color:#000e40;
	font-size: 16px;
	line-height: 24px;
	padding: 25px 80px 0 80px;

}

.livePlayer{
	background: #fff;
	position: relative;
	padding-bottom: 62px;
}
.livePlayer .lbg{
	position: absolute;
	left: 0;
	top:0;
	width: 200px;
	height: 420px;
	background: url(../images/bdi/lbg.png) no-repeat;
}
.livePlayer .rbg{
	position: absolute;
	right: 0;
	bottom:100px;
	width: 110px;
	height: 250px;
	background: url(../images/bdi/rbg.png) no-repeat;
}
.livePlayer .main{
	margin-top: 58px;
}
.livePlayer .main #player{
	width: 860px;
	height: 480px;
	margin:0 auto;
	background: pink;
}
.newsList{
	padding:60px 0 30px 0;
	background: #f6f8fa;
}
.newsList .list{
	margin-top: 60px;
	width: 1200px;
	margin:60px auto 0 auto;
}
.newsList .list li{
	width: 560px;
	height: 143px;
	overflow: hidden;
	margin-bottom: 40px;
}
.newsList .list li:nth-child(odd){
	float: left;
}
.newsList .list li:nth-child(even){
	float: right;
}
.newsList .list li .imgs{
	float: left;
	width: 235px;
}
.newsList .list li .imgs img{
	width: 100%;
	vertical-align: top;
}
.newsList .list li .txt{
	overflow: hidden;
	padding-left: 25px;
}
.newsList .list li .txt .hdTit{
	font-size: 18px;
	line-height: 32px;
	color:#000e40;
	display: block;
}
.newsList .list li .txt .des{
	font-size: 14px;
	color:#626a88;
	line-height: 30px;
	padding-top: 10px;
}
.agenda{
	padding-bottom: 100px;
	padding-top: 68px;
}
.agenda .list{
	margin:90px 50px 0 60px;
	position: relative;
}
.agenda .list:before{
	content: "";
	position: absolute;
	width: 0px;
	height: 100%;
	border-left: 1px dashed #b6d7eb;
	left: 0;
	top:0;
}
.agenda .list .item{
	position: relative;
	line-height: 28px;
	margin-bottom: 32px;
}
.agenda .list .item .circle{
	position: absolute;
	width: 28px;
	height: 28px;
	left: -14px;
	top:0;
	background: url(../images/bdi/circle.png);
}
.agenda .list .item .time{
	float: left;
	width: 120px;
	font-weight: bold;
	font-size: 18px;
	color:#324ec9;
	margin-left: 50px;
}
.agenda .list .item .txt{
	overflow: hidden;
	padding-left: 140px;
}
.agenda .list .item .txt .tit{
	font-size:18px;
	font-weight: bold;
	color:#000e40;
}
.agenda .list .item .txt p{
	padding-top: 15px;
	font-size: 18px;
	color:#000e40;
}
.agenda .list .item .txt p span{
	color:#324ec9;
	padding-right: 20px;
}
.activeList{
	background:#f6f8fa;
	padding:56px 0 60px 0;
}
.activeList .list{
	padding-top: 70px;
}
.activeList .list li{
	width: 384px;
	height: 273px;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
}
.activeList .list li:nth-child(3n+3){
	margin-right: 0;
}
.activeList .list li img{
	width: 384px;
	height: 273px;
}
.activeList .expect{
	padding-top: 90px;
	text-align: center;
}
.activeList .expect p{
	font-size: 30px;
	color:#222f60;
}
.activeList .expect p a{
	display: inline-block;
	width: 396px;
	height: 76px;
	background: url(../images/bdi/btn.png) no-repeat;
	line-height: 76px;
	text-align: center;
	font-size: 30px;
	color:#fff;
	margin-top: 40px;
}
.timeBan{
	background: #3b509b;
	text-align: center;
	padding:55px 0;
	color:#fff;
}
.timeBan .time{
	display: inline-block;
	font-size: 75px;
	font-weight: bold;
	font-family: 'Agency FB'
}
.timeBan .txt{
	font-size: 24px;
	display:inline-block;
	text-align: left;
	padding-left: 50px;
}
.hostList{
	background: #222f60;
	text-align: center;
	line-height: 48px;
	padding: 50px 0;
}
.hostList p{
	font-size: 16px;
	color:#acd9ff;
}
.hostList p.p1{
	font-size: 18px;
	color:#fff;
}