.banner{
	
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover ;
	width: 100%;
	height: 375px;
}
.inner-tit{
	width: 100%;
	height: 300px;
	text-align: center;
}
.inner-tit img{
	margin-top: 116px;
}
.share-page{
	width: 100%;
	background-color: #f4f4f4;
}
.share-page .adv{
	width: 100%;
	height: 157px;
	overflow: hidden;
}
.adv img{
	width: 100%;
	min-height: 100%;
}
/*视频部分*/
.video-box{
	width: 100%;
	position: relative;
}

.video-box.active .cover{
	display: none;
	
}

.video-box.active #case-video{
	
	display: block;
}
.video-box.active .playbtn{
	display: none;
}
#case-video{
	display: none;
	width: 100%;
}

.cover{
	width: 100%;
	height: 1073px;
	/*background-image: url(../img/product/cover.jpg);
	background-position: top center;
	background-size: 100% auto;
	position: relative;*/
}
 .playbtn{
	width: 240px;
	height: 240px;
	background-image: url(../img/product/play-btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	margin-top: -120px;
	left: 50%;
	margin-left: -120px;
	z-index: 10;
}
.static{
	position: absolute;
	z-index: 5;
	width: 352px;
	height: 118px;
	border-radius: 6px;
	top: 30px;
	left: 40px;
	
}
.mark{
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.static>.mark{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	border-radius:6px;
  
}
.static .static-body
{
	position: absolute;
	z-index: 6;
    width: 100%;
    height: 100%;
    
	
}
.user-icon{
	width: 144px;
	height: 100%;
	text-align: center;
	line-height: 118px;
}
.user-icon img{
	vertical-align: middle;
}

.static-content{
	width: 202px;
	height: 100%;
	color: #fff;
}
.static-content div{
	width: 100%;
	height: 33px;
	text-indent: 50px;
	line-height: 33px;
	font-size: 24px;
}
.static-content .duration{
	margin-top: 22px;
	background-image: url(../img/product/time.png);
	background-repeat: no-repeat;
}
.static-content .lookthrough{
	margin-top: 13px;
	background-image: url(../img/product/eye.png);
	background-repeat: no-repeat;
	background-position:0 2px ;
}

.download{
	width: 230px;
	height: 118px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 5;
	border-radius:6px;
}
.download .mark{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	left: 0;
}

.download .download-btn{
	display: block;
	position: absolute;
	z-index: 6;
	width: 100%;
	height: 100%;
	background-image: url(../img/product/download.png);
	background-repeat: no-repeat;
	background-position:140px 27px;
	line-height: 118px;
}
.download-btn img{
	vertical-align:middle;
	width: 90px;
	height: 90px;
	margin-left: 25px;
}

/*广播部分*/
.radio-box {
	width: 100%;
	height: 157px;
	background-color: #fff;
	position: relative;
}

.radio-box>.radio-icon {
	position: absolute;
	top: 24px;
	left: 0;
	width: 174px;
	height:110px;
	background-image: url(../img/product/audio.png);
	background-repeat: no-repeat;
	background-position: 62px 0;
	border-right: 1px solid #ddd;
	font-size: 29px;
	color: #545964;
}
.radio-icon span{
	display: block;
	width: 100%;
	font-size: 29px;
	text-align: center;
	line-height: 1;
	margin-top: 70px;
}


/*tab样式*/

.tab {
	width: 100%;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	margin-top: 47px;
    height: 139px;
}

.line {
	background-image: url(../img/product/line-tab.jpg) ;
	background-repeat: no-repeat;
	background-position: right 30px;
}

.tab>.tab-item {
	width: 33.333333%;
	float: left;
	text-align: center;
	height: 100%;
	line-height: 139px;
	border-bottom: 2px solid transparent;
	cursor: default;
	font-size: 47px;
}

.tab>.tab-item.active {
	border-color: #00B4FF;
	color: #00B4FF;
	font-weight: 600;
}

/*详情部分*/
.details{
	
	width: 100%;
	background-color: #fff;
}

.live-item{
	width: 100%;
}
.item-tit{
	width: 100%;
	padding-top: 74px;
	height: 78px;
}
.tit-icon{
	width: 96px;
	height: 78px;
	text-align: center;
}
.tit-content{
	width: 1072px;
	height: 100%;
	
}

.tit-content .bluetxt{
	color: #00b4ff;
	font-size: 41px;
	line-height: 1;
}

.tit-content .more{
	padding-right: 66px;
	color: #60656f;
	background-image: url(../img/product/angle.png);
	background-position:right 15px;
	background-repeat: no-repeat;
	width: 151px;
	font-size: 37px;

}
.item-body{
	border-top: 1px solid #ddd;
	width:1072px;
	padding-top: 64px;
	margin-left: 96px;
	padding-bottom: 50px;
}
.item-body table{
	width: 100%;
	table-layout: fixed;
}
.td1{
	width: 220px;
}
.live-name strong{
	color: #626771;
	font-size: 48px;
}
.live-name span{
	height: 33px;
	background-image: url(../img/product/g-times.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	text-indent:50px;
	font-size: 33px;
	line-height: 1;
	color: #aaa;
	padding-top: 15px;
}
.live-tit{
	color: #aeaeae;
	font-size: 44px;
}
.elipse{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.live-intro{
	font-size:44px ;
	color: #545964;
}


/*二维码*/
.code-box{
	width: 100%;
	height: 414px;
	position: relative;
	background-image: url(../img/product/an.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.code-box img{
	position: absolute;
	top: 0;
	left: -29px;
	height: 100%;
	display: block;
}

/*相关直播*/
.relate-item{
	width:100%;
	height:368px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 32px;
}
.relate-link{
	width: 444px;
	height: 332px;
	border: 2px solid #ddd;
}
.relate-link a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.relate-link a img{
	width: 100%;
	min-height: 100%;
}
.relate-content{
	width: 525px;
	height: 332px;
	
}
.relate-msg{
	margin-top: 8px;
	font-size: 44px;
	line-height: 2em;
	color: #5c616b;
	height: 200px;
	overflow: hidden;
	border-bottom: 2px solid #ddd;
}
.relate-count{
	width: 100%;
	padding-top: 48px;
	height: 33px;
}
.relate-look{
	height: 33px;
   background-image: url(../img/product/blue-eye.png);
   background-position:left center;
   text-indent: 50px;
   color: #00b4ff;
   background-repeat: no-repeat;
   font-size: 33px;
   line-height: 1;
   margin-right: 60px;
}
.relate-duration{
	height: 33px;
   background-image: url(../img/product/blue-times.png)
   ;
   background-position:left center;
   text-indent: 50px;
   color: #00b4ff;
   background-repeat: no-repeat;
   font-size: 33px;
   line-height: 1;
}
.part{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.part img{
	display: block;
}


 .finance-box a{
	display: block;
	position: absolute;
	width: 120px;
	height: 120px;
	top:650px;
	
}
.finance-box {
    width: 100%;
    height: 5197px;
    background-image: url(../img/product/fince-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}
.android {
    left: 666px;
    background-image: url(../img/product/adroid-icon.png);
}
.ios {
    background-image: url(../img/product/ios-icon.png);
    right: 254px;
}

.ios img{
	position: absolute;
	bottom: 125%;
	left: -10px;
	display: inline-block;
    width: 120px;
    height: 120px;
    padding: 10px;
    background-color: #fff;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5 ease-in;
    -webkit-transition:all 0.3s ease-in ;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    display: none;
}
.android img{
		position: absolute;
	bottom: 125%;
	left: -10px;
	display: inline-block;
    width: 120px;
    height: 120px;
    padding: 10px;
    background-color: #fff;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5 ease-in;
    -webkit-transition:all 0.3s ease-in ;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    display: none;
}
.android.active img{
	bottom: 105%;
	 opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.ios.active img{
		bottom: 105%;
	 opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
/*功能说明*/
.function{
	width: 100%;
	padding-top: 82px;
	padding-bottom: 68px;
	
}
.function-tit{
	height: 39px;
	border-bottom: 2px solid #ddd;
	color: #050B26;
	font-size: 30px;
	text-indent: 17px;
	background-image: url(../img/product/function.png);
	background-repeat: no-repeat;
	background-position:125px bottom;
	line-height: 1;
	position: relative;
}
.function-tit:before{
	content: "";
	width: 7px;
	height: 28px;
	background-color: #00B4FF;
	position: absolute;
	left: 0;
	top: 1px;
}

.function-content{
	padding-top: 45px;
}
.br{
	border-right: 1px solid #ddd;
}
.function-item-tit{
	color:#00b4ff;
	font-size: 20px;
}
.function-item{
	float: left;
}
.f-item1{
	width: 382px;
}

.f-item2{
	width:381px;
	padding-left: 50px;
	
}
.f-item3{
	width: 332px;
	padding-left: 49px;
}
.f-item3 .function-item-content{
	padding-right: 0 !important;
}
.function-item-content{
  padding-right: 49px;
	color: #545964;
	height: 118px;
	font-size: 16px;
	line-height: 1.5em;
	
}

/*经常直播*/
.jc-live{
	width: 100%;
	height: 596px;
}
.jc-live .inner{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.jc-intro,.jc-show{
	float: left;
}
.jc-intro{
	width: 610px;
	height: 100%;
	overflow: hidden;
}

.jc-intro h1{
	font-size: 46px;
	font-weight: 400;
	margin-top: 118px;
	line-height: 1;
}

.jc-intro p{
	margin-top: 35px;
	font-size: 22px;
	font-weight: 400;
}
.jc-intro .download-air{
	margin-top: 62px;
	height: 52px;
}
.ios,.android{
	width: 194px;
	height: 48px;
	border: 2px solid #035ab1;
	display: inline-block;
	border-radius: 24px;
    font-size: 22px;
    line-height: 48px;
    text-indent: 80px; 
}

.ios{
	color: #035ab1;
	background: url(../img/product/ios-icon.png) no-repeat 33px center;
}
.android{
	background: url(../img/product/android-icon.png) no-repeat 33px center;
	background-color: #035AB1;
	color: #fff;
	margin-left: 37px;
}
.jc-show{
	width: 547px;
	height: 100%;
	background:url(../img/product/jc_phone.png) no-repeat left 26px;
}

.mask{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
	width: 100%;
	height: 100%;
	display: none;
}
.mask img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -140px;
}
