* {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ","microsoft yahei","times new roman";
}
html{
	height: 100%;
	overflow-y: scroll;
}
ul li{
	list-style: none;
}
ul{
	margin-bottom: 0px;
}
a{
	color:#076bd2;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	color:#CC0000;
	text-decoration: none;
}
p{
	margin: 0 0 0 0;
}
.body{
	position:relative;
}
.loading{
	width: 100%;
    height: 100%;
    background: url(/img/icons/loading.gif)no-repeat center;
    background-color: rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
}
/***********ÂÖ²¥Í¼***********/
.flexslider {
	position: relative;
	height: 590px;
	overflow: hidden;
	background: url(/img/icons/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	height: 590px;
}

.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(/img/icons/dot.png) right 0 no-repeat;
	cursor: pointer;
}

.flex-control-nav .flex-active {
	background-position: 0 0;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(/img/icons/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(/img/icons/next.png) center center no-repeat;
}
/********************************/

/*µ¼º½*/
.navBanner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
	z-index: 10;
	background: rgba(40, 72, 177, 0.6);
}
.navBanner1{
	background: #292929;
}
.midBanner{
	max-width: 1100px;
	margin: auto;
}
.kingoLogo{
	display: inline-block;
    vertical-align: top;
    height: 90px;
    line-height: 80px;
    width: 180px;
}
.navMenuList{
	display: inline-block;
	width: calc(100% - 190px);
}
.navMenuList li{
	padding: 18px 0;
	display: inline-block;
	width: 12%;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
.navMenuList .active{
	background: rgba(255, 255, 255, 0.15) !important;
	border-bottom: 3px solid #368AE2;
	box-sizing: content-box;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}
.navMenuList li span{
	display: block;
	line-height: 25px;
}
.navMenuList li span:first-child{
	font-size: 15px;
}
.navMenuList li span:last-child{
	font-size: 14px;
}
.songList .active{
	color: #368AE2;
}
/********************************/
/*************footer***************/
footer{
	height: 100%;
	padding: 20px 0;
	background: #D8D8D8;
}

footer a{
	color: #333333;
	transition: color 0.8s;
	-moz-transition: color 0.8s; /* Firefox 4 */
	-webkit-transition: color 0.8s; /* Safari and Chrome */
	-o-transition: color 0.8s; /* Opera */
}
footer a:hover{
	color: #888888;
	transition: color 0.8s;
	-moz-transition: color 0.8s; /* Firefox 4 */
	-webkit-transition: color 0.8s; /* Safari and Chrome */
	-o-transition: color 0.8s; /* Opera */
}
footer .midBanner li{
	text-align: center;
	display: inline-block;
	padding: 50px 0;
	cursor: pointer;
	line-height: 36px;
}
footer .midBanner li div{
	width: 66px;
	height: 66px;
	padding: 10px;
	margin: 6px auto;
	background: #999999;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: background-color 0.8s;
	-moz-transition: background-color 0.8s; /* Firefox 4 */
	-webkit-transition: background-color 0.8s; /* Safari and Chrome */
	-o-transition: background-color 0.8s; /* Opera */
}
footer .midBanner li div:hover{
	background: #368AE2;
	transition: background-color 0.8s;
	-moz-transition: background-color 0.8s; /* Firefox 4 */
	-webkit-transition: background-color 0.8s; /* Safari and Chrome */
	-o-transition: background-color 0.8s; /* Opera */
}
footer .midBanner li p{
	font-size: 17px;
}
footer .contactBox{
	margin: auto;
	text-align: center;
}
footer .contactBox p{
	line-height: 30px;
}
footer .contactBox p span{
	display: inline-block;
	padding-right: 14px;
	font-size: 14px;
}
.weixinQrCode{
	width: 150px;
	height: 150px;
}
.endTime{
	padding-right: 0;
}
/********************************/
/*sm*/
@media (max-width: 768px){ 
	footer ul li{
		width: 49%;
	}
	.navMenuList li{
		width: 11.5%;
	}
}
@media (min-width: 768px){ 
	footer ul li{
		width: 32%;
	}
	.navMenuList li{
		width: 11.8%;
	}
}
@media (min-width: 992px){
	footer ul li{
		width: 19.3%;
	}
}

/*************right***************/
.rightNav{
	position: fixed;
	top: 230px;
	right: 10px;
	width: 50px;
	z-index: 100;
	background: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    box-shadow: 3px 3px 20px #ccc;
	-webkit-box-shadow: 3px 3px 20px #ccc;
    -moz-box-shadow: 3px 3px 20px #ccc;
}
.rightNavList li a{
	color: unset;
}
.rightNavList li{
	padding: 10px;
	border-bottom: 1px solid #DCDCDC;
	cursor: pointer;
}
.rightNavList li:hover{
	background: #368AE2;
	color: #FFFFFF;
}
.rightNavList li:last-child{
	border: none;
}
.songList{
	width:300px;
	margin-bottom:20px;
}
.songList li{
	line-height: 32px;
	cursor: pointer;
}
.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #FFFFFF;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 40px;
	right: -10px;
}
.audioPannel{
	line-height: 36px;
}
.audioPannel .timeCount ,
.audioPannel .timeCount label{
	color: #888888;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
}
.isPlay,
.isPause,
.voice,
.download{
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
	cursor: pointer;
}
.audioPannel .isPause{
	background: url(/img/icons/pause.png)no-repeat center;
}
.audioPannel .isPlay{
	background: url(/img/icons/play.png)no-repeat center;
}
.audioPannel .voice{
	background: url(/img/icons/voice.png)no-repeat center;
}
.audioPannel .download{
	background: url(/img/icons/download.png)no-repeat center;
}
.voiceBar,
.progressBar{
	width: 40px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	background: #DCDCDC;
	position: relative;
}
.voiceBar .isPassedProg,
.progressBar .isPassedProg{
	height: 2px;
	background: #368AE2;
	position: absolute;
	top: 0;
	left: 0;
}
.voiceBar .pointer,
.progressBar .pointer{
	display: inline-block;
	position: absolute;
	left: 0;
	top: -4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #368AE2;
	cursor: pointer;
}


.kingoSongIcon,
.videoIcon,
.goTopIcon,
.kingoIcon
{
	display: inline-block;
	height: 30px;
	width: 30px;
}
.kingoSongIcon{
	background: url(/img/icons/kingoSong.png)no-repeat center;
}
.rightNavList li:hover:first-child i{
	background: url(/img/icons/kingoSong_active.png)no-repeat center !important;
}
.kingoIcon{
	background: url(/img/icons/kingo.png)no-repeat center;
}
.rightNavList li:hover:nth-child(2) i{
	background: url(/img/icons/video_active.png)no-repeat center !important;
}
.videoIcon{
	background: url(/img/icons/video.png)no-repeat center;
}
.rightNavList li:hover:nth-child(3) i{
	background: url(/img/icons/kingo_active.png)no-repeat center !important;
}
.goTopIcon{
	background: url(/img/icons/goTop.png)no-repeat center;
}
.rightNavList li:hover:last-child i{
	background: url(/img/icons/goTop_active.png)no-repeat center !important;
}
/********************************/
/************ÊÓÆµ²¥·Å**************/
.videoModal{
	background: #FFFFFF;
	width: 80%;
}
.closeWin{
	position: absolute;
    right: 5px;
    top: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.closeIcon{
	width: 22px;
    height: 22px;
    display: inline-block;
    background: url(/img/icons/close.png)no-repeat center;
    background-size: 100%;
}
.turnoffLight{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(/img/icons/light.png)no-repeat center;
    background-size: 100%;
}
.progress{
	background: #FFFFFF;
}
.modal-open .modal{
	overflow-y: hidden !important;
	overflow-x: hidden !important;
}
.modal-backdrop.in{
	display: none;
}
#willesPlay {
	box-shadow: 0 0 15px #333;
	position: relative
}
#willesPlay .playHeader .videoName {
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin: 0 auto;
	color: #7a7f82
}

#willesPlay .playContent {
	position: relative;
	height: auto;
	overflow: hidden;
	background: #000;
	cursor: pointer
}

#willesPlay .playContent .turnoff {
	position: absolute;
	z-index: 10;
	right: -40px;
	top: 50%;
	margin-top: -40px
}

#willesPlay .playContent .turnoff a {
	display: block;
	padding: 5px 0;
	width: 40px;
	height: 40px;
	text-align: center;
	background: rgba(0, 0, 0, .5)
}

#willesPlay .playContent .playTip {
	position: absolute;
	width: 110px;
	height: 110px;
	text-align: center;
	line-height: 100px;
	top: 50%;
	left: 50%;
	margin-left: -55px;
	margin-top: -55px;
	background: #ef6a6c;
	font-size: 56px;
	border: 3px solid #fff;
	border-radius: 50%;
	color: #fff;
	cursor: pointer
}

#willesPlay .playControll {
	z-index: 2147483650;
	width: 100%;
	height: 48px;
	bottom: -48px;
	background: #dfdfdf;
	border-radius: 0 0 3px 3px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

#willesPlay .fullControll {
	background: rgba(0, 0, 0, .5)
}

#willesPlay .fullControll .timebar span {
	color: #fff
}

#willesPlay .playControll .playPause {
	float: left;
	width: 20px;
	height: 25px;
	background: url(/img/control_01.png) 0 0 no-repeat;
	margin: 11px 0 0 12px;
	cursor: pointer
}

#willesPlay .playControll .playIcon {
	background-position: 0 -32px
}

#willesPlay .playControll .timebar {
	float: left;
	width: calc(100% - 145px);
	line-height: 48px;
	overflow: hidden;
	margin: 0 auto;
	margin: 0 0 0 20px
}

#willesPlay .playControll .timebar .progress {
	float: left;
	width: 80%;
	margin: 19px 5px;
	height: 10px;
	cursor: pointer
}

#willesPlay .playControll .timebar span {
	float: left;
	width: 8%;
	text-align: center
}

#willesPlay .otherControl {
	float: right;
	position: relative
}

#willesPlay .otherControl span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	font-size: 20px;
	margin: 9px 7px;
	cursor: pointer
}

#willesPlay .otherControl span:nth-child(1) {
	font-size: 28px;
	color: #ef6a6c
}

#willesPlay .otherControl span:nth-child(2) {
	color: #919597
}

#willesPlay .otherControl .volumeBar {
	display: none;
	position: absolute;
	top: -110px;
	left: 4px;
	width: 26px;
	height: 100px;
	background: #f1f2f2;
	border-radius: 4px;
	cursor: pointer
}

#willesPlay .otherControl .volumeBar:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -7px;
	left: 5px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #f1f2f2
}

#willesPlay .otherControl .volumeBar .volumewrap {
	background: #a2a7aa;
	width: 8px;
	height: 80px;
	position: absolute;
	bottom: 10px;
	left: 9px;
	border-radius: 4px
}

#willesPlay .otherControl .volumeBar .progress {
	background: 0 0
}

#willesPlay .otherControl .volumeBar .progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 4px
}

video::-webkit-media-controls-enclosure {
	display: none!important
}

/********************************/
.img-responsive{
	width: 100%;
}
.detailContent .img-responsive{
	width: unset;
}
.more{
	position: absolute;
	right: 0;
	bottom: 0;
}
.footItem {
    float: left;
    width: 220px;
    vertical-align: top;
}
.menuActive{
	color: #3765ef !important;
}
.row{
    margin-left: auto;
    margin-right: auto;
}
.detailList .hover{
	color: #076bd2;
}
.detail{
	padding: 20px 0;
}
