 
	/*快捷链接*/
	#quicklink{width:1027px;height:76px;position:absolute;top:870px;left:50%;margin-left:-503px;z-index:1500;}
	#quicklink a{margin:0 10px;float:left;width:318px;height:72px;line-height:72px;text-align:center;position:relative;overflow:hidden;color:#fff;border-radius:40px;display:inline;}
	#quicklink a:hover{background-position:left bottom!important;text-decoration:none;}
	#quicklink a strong{font-size:24px;font-weight:normal;background:url(../images/line2.png) no-repeat center center;text-shadow:0 3px 4px rgba(0,0,0,0.4);display:block;}
	#quicklink a span{margin:-300px 0 0 -820px;width:732px;height:608px;position:absolute;top:0;left:0;background:url(../images/guan.png) no-repeat left top;}
	#quicklink .btn_red{background:url(../images/btn_red.png) no-repeat left top ;}
	#quicklink .btn_blue{background:url(../images/btn_blue.png) no-repeat left top ;}
	#quicklink .btn_yellow{background:url(../images/btn_yellow.png) no-repeat left top ;}
	/*简介*/
	#Introduction{width:1100px;height:558px;position:relative;color:#fff;margin: -33px auto 20px auto;background-color:#010000;border:2px solid #b61f2b;border-radius:30px;}
	#Introduction:hover{border-color:#ff0000;}
	#Introduction:hover .PartTitle{ background:url(../images/titlebg2.png) no-repeat center top;}
	#Introduction .jieshao{width:1042px;line-height:2.17;font-size:18px;margin:0 auto;}
	#Introduction .jieshao strong{color:#e62837;}
	#live{width:1100px;height:558px;position:relative;color:#fff;margin:0px auto 20px auto;background-color:#010000;border:2px solid #b61f2b;border-radius:30px;}
	#live .LiveVideo{width:1060px;height:440px;margin:0 auto;}
	#szshow{width:1100px;height:556px;position:relative;margin:0px auto 20px auto;background-color:#010000;border:2px solid #b61f2b;border-radius:30px;}
	#szshow:hover{border-color:#ff0000;}
	#szshow:hover .PartTitle{ background:url(../images/titlebg2.png) no-repeat center top;}
	#szshow .move_right,#szshow .move_left{float:left;width:39px;height:551px;position:absolute;top:0px;z-index:1000;}
	#szshow .move_left span,#szshow .move_right span{width:39px;height:79px;position:absolute;top:50%;margin-top:-39px;background:url(../images/arrow.png) no-repeat left top;background-repeat:no-repeat;}
	#szshow .move_left.disabled,#szshow .move_right.disabled{opacity:0.2;}
	#szshow .move_left{left:-67px;}
	#szshow .move_left span{background-position:left top;}
	#szshow .move_left:hover span{background-position:left bottom;}
	#szshow .move_right{right:-67px;}
	#szshow .move_right span{background-position:right top;}
	#szshow .move_right:hover span{background-position:right bottom;}
	#szshow .gundong{width:1070px;}
	#szshow .gundong .jCarouselLite{float:left;width:1070px;height:408px;overflow:hidden;padding-top:15px;}
	/*展示*/
	.show{width:1100px;height: 860px;position:relative;margin:0px auto 42px auto;background-color:#010000;border:2px solid #b61f2b;border-radius:30px;}
	#show{width:1100px;height:556px;position:relative;margin:0px auto 167px auto;background-color:#010000;border:2px solid #b61f2b;border-radius:30px;}
	#show:hover{border-color:#ff0000;}
	#show:hover .PartTitle{ background:url(../images/titlebg2.png) no-repeat center top;}
	#show .move_right,#show .move_left{float:left;width:39px;height:551px;position:absolute;top:0px;z-index:1000;}
	#show .move_left span,#show .move_right span{width:39px;height:79px;position:absolute;top:50%;margin-top:-39px;background:url(../images/arrow.png) no-repeat left top;background-repeat:no-repeat;}
	#show .move_left.disabled,#show .move_right.disabled{opacity:0.2;}
	#show .move_left{left:-67px;}
	#show .move_left span{background-position:left top;} 
	#show .move_left:hover span{background-position:left bottom;}
	#show .move_right{right:-67px;}
	#show .move_right span{background-position:right top;}
	#show .move_right:hover span{background-position:right bottom;}
	#show .gundong{width:1070px;}
	#show .gundong .jCarouselLite{float:left;width:1070px;height:408px;overflow:hidden;padding-top:15px;}
	/*页尾*/
	#footer{overflow:hidden;color:#401717;min-width:1106px;margin:0 auto;background-color:#e1dede;}
	#footer .center{padding:57px 0 41px;}
	#footer .bomlogo{margin:-30px 61px 0 34px;float:left;width:218px;position:relative;content:"";display:inline;}
	#footer .bomlogo img{width:100%;max-width:100%;}
	#footer .bomlogo2{float:right;margin-top:-28px;}
	#footer p{line-height:1.96;font-size:16px;}
	/*浮动条*/

	/*栏目标题*/
	.PartTitle{height:54px;text-align:center;margin-bottom:26px;padding-top:15px;background:url(../images/titlebg.png) no-repeat center top;}
	/*图片列表*/
	.PicList{float:left;}
	.PicList li{margin:0 25px;float:left;width:224px;height:373px;display:inline;}
	.PicList li .photo{width:100%;height:100%;display:block;}
.PicList1{float:left;}
	.PicList1 li{margin:0 12px;float:left;width:1092px;height:auto;display:inline;}
	.PicList1 li .photo1{width:100%;height:100%;display:block;}
	
	
	 
 #soundBtn {
  position: absolute;
  top: 10px;
  right: 10px;
}
#go {background-color: rgba(0, 0, 0, 0.8);width: 100%;height: 100%;}
#go img {position: absolute;top: 50%;left: 50%;margin-left: -55px;}
.icon {
 position: relative;
 margin-top: 40%;
 animation: mymove 2s infinite;
}

@keyframes mymove {
  0% {top: 0px;}
  50% {top: 50px;}
  100% {top: 0px;}
}
.musicbox{width:70px;height:110px;position:fixed;z-index: 5000;top:10px;left:50%;cursor:pointer;margin-left: -790px;}
.musicplay{background:url("../images/musicplay.png") no-repeat}
.musicstop{background:url("../images/musicstop.png") no-repeat}
 