.munich190227{
	margin: -15px 0 -20px;
}
.munich190227 .banner{
	height: 600px;
	background: url(images/banner.png) no-repeat center center;
}
.munich190227 .nav{
	height: 50px;
	background-color: #0f22a7;
	line-height: 48px;
	cursor: pointer;
}
.munich190227 .nav ul li{
	float: left;
	color: #fff;
	padding: 0 20px;
	border-bottom: 2px solid transparent;
	margin-right: 20px;
	transition: all ease-in-out .2s;
}
.munich190227 .nav ul li:hover{
	color: #dc2587;
	border-bottom: 2px solid #dc2587;
	transition: all ease-in-out .2s;
}
.munich190227 .col-0f22a7{
	color: #0f22a7;
}
.munich190227 .b-overhide-line1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.munich190227 .block1 .b-w470 ul li{
	border-top: 1px solid #ddd;
	line-height: 24px;
	transition: all ease-in-out .3s;
	position: relative;
	padding: 20px 20px 14px 20px;
}
.munich190227 .block1 .b-w470 ul li .line{
	background-image: linear-gradient(-90deg, 
		#f617d5 0%, 
		#4e22e2 100%), 
	linear-gradient(
		#dc2587, 
		#dc2587);
	background-blend-mode: normal, 
		normal;
	width: 0px;
	height: 1px;
	top: -1px;
	left: 0;
	transition: width ease-in-out .3s;
}
.munich190227 .block1 .b-w470 ul li:first-child{
	border-top: 1px solid transparent;
}
.munich190227 .block1 .b-w470 ul li:hover{
	box-shadow: 0px 0px 8px 0px 
		rgba(4, 0, 0, 0.15);
	transition: all ease-in-out .3s;
	border-top: 1px solid transparent;
}
.munich190227 .block1 .b-w470 ul li:hover .line{
	width: 100%;
	transition: width ease-in-out .3s;
}
.munich190227 .block2{
	background: #f5f5f5;
	padding: 48px 0 10px;
}
.munich190227 .block2 .title{
	width: 570px;
	height: 48px;
	display:inline-block;
	background: url(images/title-1.png);
	line-height: 48px;
}
.munich190227 .block2 .content ul li{
	padding: 14px 25px 14px 0;
	color: #333333;
	font-size: 18px;
	position: relative;
	width: 550px;
	float: left;
}
.munich190227 .block2 .content ul li:nth-last-of-type(1) .line,
.munich190227 .block2 .content ul li:nth-last-of-type(2) .line{
	display: none;
}
.munich190227 .block2 .content ul li .word{
	padding: 15px 25px;
	display: inline-block;
	max-width: 445px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.munich190227 .block2 .content ul li .word span{
	position: relative;
	z-index: 2;
	transition: color ease-in-out .3s;
	display: inline-block;
	/*max-width: ;*/
}
.munich190227 .block2 .content ul li:hover .active{
	width: 100%;
	transition: width ease-in-out .3s;
}
.munich190227 .block2 .content ul li:hover .round-box{
	border: solid 1px #0f22a7;
	transition: border ease-in-out .3s;
}
.munich190227 .block2 .content ul li:hover span{
	color: #fff;
	transition: color ease-in-out .3s;
}

.munich190227 .block2 .content ul li .active{
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(-90deg, 
		#f617d5 0%, 
		#4e22e2 100%), 
	linear-gradient(
		#0f22a7, 
		#0f22a7);
	background-blend-mode: normal, 
		normal;
	transition: all ease-in-out .3s;
}
.munich190227 .block2 .content ul li .default{
	z-index: 2;
	font-size: 0;
}
.munich190227 .block2 .content ul li .line{
	position: absolute;
	width: 2px;
	height: 66px;
	left: 25px;
	top: 47px;
	background-color: #c2c2c2;
}
.munich190227 .block2 .content ul li .round-box{
	border: solid 1px transparent;
	height: 50px;
	width: 50px;
	text-align: center;
	display: inline-block;
	line-height: 65px;
	overflow: hidden;
	transition: border ease-in-out .3s;
}
.munich190227 .block2 .content ul li .default .round{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(images/point.png);
	transition: background ease-in-out .3s;
}
.munich190227 .block2 .content ul li:hover .round{
	background: url(images/activepoint.png);
	transition: background ease-in-out .3s;
}
.munich190227 .block2 .content ul li span{
	display: inline-block;
}
.munich190227 .bottom ul{
	float: left;
}
.munich190227 .bottom ul{
	position: relative;
}
.munich190227 .bottom ul li{
	padding-right: 23px;
	margin-bottom: 35px;
	position: relative;
	width: 343px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.munich190227 .bottom ul .point{
	width: 16px;
    height: 16px;
    display: inline-block;
    background: url(images/point.png);
    position: absolute;
    bottom: 84px;
    z-index: 2;
    left: 20px;
}
.munich190227 .bottom ul li span{
	position: relative;
	z-index: 2;
	color: #333;
	transition: color ease-in-out .3s;
}
.munich190227 .bottom ul li .active{
	width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
	background-image: linear-gradient(-90deg, 
		#f617d5 0%, 
		#4e22e2 100%), 
	linear-gradient(
		#b91111, 
		#b91111);
	background-blend-mode: normal, 
		normal;
	transition: width ease-in-out .3s;
}
.munich190227 .bottom ul li:hover .active{
	width: 100%;
	transition: width ease-in-out .3s;
}
.munich190227 .bottom ul li:hover span{
	color: #fff;
	transition: color ease-in-out .3s;
}
.munich190227 .block2 .line{
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ddd;
	left: 0;
	top: 55px;
}
.munich190227 .b-mb24{
	margin-bottom: 24px;
}
.munich190227 .b-vm{
	vertical-align: middle;
}
.munich190227 .block3 ul{
	width: 1170px;
}
.munich190227 .block3 ul li{
	float: left;
	width: 370px;
	margin-bottom: 30px;
	margin-right: 20px;
}
.munich190227 .block3 ul li:hover .video-box{
	padding: 10px;
	transition: padding ease-in-out .3s;
}
.munich190227 .block3 ul li:hover .video-icon{
	background: url(images/start_active.png);
	transition: background ease-in-out .3s;
	background-size: 48px 48px;
}
.munich190227 .block3 .name{
	transition: all ease-in-out .3s;
	font-weight: normal;
}
.munich190227 .block3 ul li:hover .name{
	font-weight: bold;
	color: #0f22a7;
	transition: all ease-in-out .3s;
}
.munich190227 a:hover{
	text-decoration: none;
}
.munich190227 .block3 .seemore{
	width: 250px;
	height: 48px;
	border: solid 1px #dddddd;
	line-height: 48px;
	text-align: center;
	background: none;
	linear-gradient:none;
	margin: 0 auto;
	cursor: pointer;
	color: #666;
}
.munich190227 .block3 .seemore:hover{
	background-image: linear-gradient(-90deg, 
		#4e22e2 0%, 
		#f617d5 50%, 
		#4e22e2 100%), 
	linear-gradient(
		#0f22a7, 
		#0f22a7);
	background-blend-mode: normal, 
		normal;
	color: #fff;
}
.munich190227 .block3 .lineson{
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	transition: width ease-in-out .3s;
	background-image: linear-gradient(-90deg, 
		#f617d5 0%, 
		#4e22e2 100%), 
	linear-gradient(
		#dc2587, 
		#dc2587);
	background-blend-mode: normal, 
		normal;
}
.munich190227 .block3 ul li:hover .lineson{
	transition: width ease-in-out .3s;
	width: 100%;
	
}
.munich190227 .block3 .line{
	height: 1px;
	background-color: #dddddd;
}
.munich190227 .block3 .video-box {
	width: 370px;
	height: 208px;
	/*background-color: aqua;*/
	text-align: center;
	padding: 0px;
	transition: padding ease-in-out .3s;
	box-sizing: border-box;
}
.munich190227 .video-icon{
	width: 48px;
	height: 48px;
	background: url(images/start.png);
	background-size: 48px 48px;
	position: absolute;
	top: 80px;
	left: 161px;
	transition: background ease-in-out .3s;
	z-index: 2;
}
.munich190227 .video-box .bg{
	width: 100%;
	height: 100%;
	position: relative;
	background: #0f22a7;
	opacity: .3;
}
.munich190227 .block4 .left-arrow,
.munich190227 .block4 .right-arrow{
	width: 48px;
	height: 150px;
	background-color: rgba(15,34,167,.3);
	line-height: 150px;
	text-align: center;
	top: 50%;
	margin-top: -75px;
	cursor: pointer;
	position: absolute;
	transition: all ease-in-out .3s;
}
.munich190227 .block4 .right-arrow{
	right: 0;
}
.munich190227 .block4 ul li{
	width: 300px;
	height: 598px;
	background: url(images/kuang.png);
	background-size: 300px 598px;
	float: left;
	margin: 0 25px;
	overflow: hidden;
}
.munich190227 .block4 .tempWrap{
	margin: 0 auto!important;
}
.munich190227 .block4 .moblie-box{
	width: 260px;
	height: 562px;
	margin: 18px auto;
	border-radius: 25px;
	overflow: hidden;
	position: relative;	
}
.munich190227 .block4 .moblie-box .play{
	width: 68px;
	height: 68px;
	background: url(images/start.png);
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	margin: -34px 0 0 -34px;
	cursor: pointer;
	transition: background ease-in-out .3s;
}
.munich190227 .block4 .moblie-box .play:hover{
	background: url(images/start_active.png);
	transition: background ease-in-out .3s;
}
.munich190227 .block4 .moblie-box .top-img{
	width: 152px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -76px;
	z-index: 2;
}
input[pseudo="-webkit-media-controls-overlay-play-button" i]{
	display: none;
}
.munich190227 .block4 .moblie-box .img{
	width: 261px;
	height: 562px;
	border-radius: 25px;
}
.munich190227 .block5{
	background-color: #f5f5f5;
	padding: 30px 0;
}
.munich190227 .block5 .squear{
	width: 150px;
	height: 100px;
	background-color: #dc2587;
	position: absolute;
	left: 0;
	bottom: 0;
}
.munich190227 .block5 .content .top{
	height: 360px;
	padding: 0 0 20px 20px;
}
.munich190227 .block5 .content .img{
	width: 540px;
	height: 360px;
	z-index: 2;
}
.munich190227 .block5 .content .info{
	padding: 45px 50px 30px;
	background: #fff;
	float: right;
}
.munich190227 .col-dc2587{
	color: #dc2587;
}
.munich190227 .f30{
	font-size: 30px;
}
.munich190227 .block5 .line{
	width: 80px;
	height: 2px;
	background-color: #0f22a7;
	left: -85px;
	top: 9px;
	z-index: 3;
}
.munich190227 .block5 .left-arrow,
.munich190227 .block5 .right-arrow{
	width: 48px;
	height: 90px;
	background-color: rgba(15,34,167,.3);
	line-height: 90px;
	text-align: center;
	bottom: -120px;
	cursor: pointer;
	position: absolute;
	transition: all ease-in-out .3s;
	z-index: 22;
	border: 0;
	outline: none;
}
.munich190227 .block5 .left-arrow{
	left: 0px;
}
.munich190227 .block5 .right-arrow{
	right: 0;
}
.munich190227 .block5 .carousel{
	/*padding-left:60px;*/
	overflow: hidden;
	width: 1150px;
	height: 500px;
}
.munich190227 .block5 .carousel ul{
	width: 1150px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
}
.munich190227 .block5 .carousel ul li{
	width: 135px!important;
	height: 90px;
	/*background: aqua;*/
	display: inline-block;
	margin: 0 7.5px;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.munich190227 .block5 .carousel ul li img{
	width: 135px;
	height: 90px;
}
.munich190227 .block5 .carousel .tempWrap{
	margin: 0 auto;
}
.munich190227 .block6 .tabs{
	
}
.munich190227 .block6 .tabs .line{
	height: 2px;
	background-color: #dddddd;
	margin-bottom: 4px;
}
.munich190227 .block6 .tabs .line-active{
	height: 4px;
	background-image: linear-gradient(-90deg, 
		#f617d5 0%, 
		#4e22e2 100%), 
	linear-gradient(
		#000000, 
		#000000);
	background-blend-mode: normal, 
		normal;
}
.munich190227 .block6 .tabs ul li{
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	z-index: 2;
	margin: -20px 165px 0;
	box-shadow: 0px 0px 5px 3px rgba(78,34,226,.2);
	cursor: pointer;
	text-align: center;
	color: #333333;
	font-weight: 100;
	transition: all ease-in-out .3s;
}
.munich190227 .block6 .tabs ul li:hover{
	color: #0f22a7;
	/*font-weight: 600;*/
	transition: all ease-in-out .3s;
}
.munich190227 .block6 .tabs ul li:hover .point{
	/*visibility: visible;
	opacity: 1;
	transition: all ease-in-out .3s;*/
}
.munich190227 .block6 .tabs ul li .point{
	width: 20px;
	height: 20px;
	background-image: linear-gradient(-90deg, 
		#f617d5 0%, 
		#4e22e2 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	border-radius: 50%;
	margin: 5px auto;
	visibility: hidden;
	opacity: 0;
	transition: all ease-in-out .3s;
}
.munich190227 .block6 .tabs ul li span{
	width: 100px;
	left: -32px;
	top: -50px;
}
.munich190227 .block6 .tabs-div-box{
	padding: 30px;
	border: solid 1px #0f22a7;
	background: #f5f5f5;
	height: 348px;
	position: relative;
	overflow: hidden;
}
.munich190227 .block6 .bg-img{
	left: -110px;
    bottom: -50px;
}
.munich190227 .block6 .arrowup{
	width: 30px;
	height: 15px;
	background: url(images/arrowup.png);
	position: absolute;
	z-index: 222;
	top: 164px;
	left: 196px;
	transition: left ease-in-out .3s;
}
.munich190227 .block6 .shaizi{
	right: 182px;
    bottom: 10px;
}
.munich190227 .block6 .prize{
	right: 30px;
	bottom: 0px;
}
.munich190227 .block6 .tabs-div{
	display: none;
	overflow: hidden;
}
.munich190227 .block8{
	padding-bottom: 50px;
}
.munich190227 .block8 ul li{
	width: 370px;
	height: 208px;
	background-color: #dc2587;
	margin-right: 20px;
	float: left;
}
.munich190227 .block8 ul li img{
	width: 370px;
	height: 208px;
}
.munich190227 .block1 .num{
	width: 78px;
	height: 36px;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	z-index: 22;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 36px;
}
.munich190227 .block1 ul li img{
	width: 100%;
	height: 100%;
}
.munich190227 .block1 ul li .info{
	height: 45px;
	background-color: rgba(15,34,167,.6);
	position: absolute;
	bottom: 0;
	width: 610px;
	padding: 15px 20px;
}
.munich190227 .block1 .left-arrow,
.munich190227 .block1 .right-arrow{
	width: 56px;
	height: 56px;
	background-color: rgba(15,34,167,.3);
	line-height: 56px;
	text-align: center;
	top:50%;
	margin-top: -28px;
	cursor: pointer;
	position: absolute;
	z-index: 22;
	transition: all ease-in-out .3s;
}
.munich190227 #pageState1 span{
	color: #DC2587;
	font-weight: bold;
	font-size: 20px;
}
.munich190227 .transfromh{
	filter:FlipH;
	transform: rotateY(180deg)
}
.munich190227 .carouselul li{
	width: 650px;
	height: 400px;
	position: relative;
}
.munich190227 .left-arrow:hover,.munich190227 .right-arrow:hover{
	background-image: linear-gradient(180deg, 
		#f617d5 0%, 
		#4e22e2 100%), 
	linear-gradient(
		#0f22a7, 
		#0f22a7);
	background-blend-mode: normal, 
		normal;
	transition: all ease-in-out .3s;
}
.munich190227 .tabs-div ul li .dashed{
	position: absolute;
	width: 1px;
	left: 69px;
	top: 11%;
	height: 90%;
	background-image: linear-gradient(to bottom, #0f22a7 0%, #0f22a7 50%, transparent 50%);
	background-size: 1px 10px;
	background-repeat: repeat-y;
}
.munich190227 .postline{
	width: 22px;
	height: 57px;
	background: url(images/line.png);
	position: absolute;
	left: 99px;
    top:312px;
}
.munich190227 .block1 .left-arrow{
	left: 0;
}
.munich190227 .tabs-div .post{
	line-height: 30px;
}
.munich190227 .tabs-div .post span{
	display: inline-block;
}
.munich190227 .subpost{
	width: 68px;
	height: 30px;
	background-image: linear-gradient(-90deg, 
		#f617d5 0%, 
		#4e22e2 100%), 
	linear-gradient(
		#000000, 
		#000000);
	background-blend-mode: normal, 
		normal;
	border-radius: 6px;
	border: 0;
	outline: none;
	color: #fff;
	cursor: pointer;
}
.munich190227 .gopost{
	width: 98px;
	height: 30px;
	background-image: linear-gradient(-90deg, 
		#f617d5 0%, 
		#4e22e2 100%), 
	linear-gradient(
		#000000, 
		#000000);
	background-blend-mode: normal, 
		normal;
	border-radius: 6px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	position: absolute;
	bottom: 25px;
    left: 115px;
    
}
.munich190227 textarea{
	padding: 0;
	height: 88px;
	border: 1px solid #ddd;
	padding-left: 10px;
	resize: none;
}
.munich190227 .block1 .right-arrow{
	right: 0;
}
.munich190227 .col-0f22a7{
	color: #of22a7;
}
.munich190227 .fix{
	width: 120px;
	height: 577px;
	background: url(images/ta.png);
	position: fixed;
	right: 10px;
	top: 50%;
	margin-top:-288.5px;
	z-index: 444;
}
.munich190227 .fix .content{
	width: 97px;
	height: 280px;
	background-color: #0f22a7;
	border-radius: 6px;
	border: solid 1px #47ecf4;
	position: absolute;
	top: 179px;
	left:10px;
}
.munich190227 .fix .content ul li{
	color: #fff;
	width: 70px;
	font-size: 14px;
	margin: 0 auto;
	border-bottom: dashed  1px #ffffff;
	text-align: center;
	padding: 6.5px 0;
	cursor: pointer;
}
.munich190227 .fix .content ul li:last-child{
	border: 0;
}
.munich190227 .fix .content ul li:hover{
	color: #dc2587;
}
.munich190227 .fix .content ul li.active{
	color: #dc2587;
}

.munich190227 .fixCover{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.5);
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    display: none;
}
.munich190227 .close-fixCover:hover{
    cursor: pointer;
}
.munich190227 .bold {
	font-weight: bold;
}
.munich190227 .c-blue{
    color: #0f22a7;
}
.munich190227 .close-fixCover .close{
    width: 16px;
    height: 16px;
    display: block;
    background: url("images/close.png") no-repeat center center;
}
.munich190227 .fixCover-content{
    width:1167px;
    height: 600px;
    background: #FFFFFF;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -300px;
}
.munich190227 .fixCover-box{
    width: 1167px;
    height: 600px;
    overflow-y: scroll;
    background: #FFFFFF;
    margin: 0 auto;
    position: relative;
}
.munich190227 .fixCover-title{
    font-weight: 600;
    font-size: 16px;
    color: #476bdb;
}
.munich190227 .fixCover-word{
    margin-top: 20px;
}
.munich190227 .m-b-30{
    margin-bottom: 30px;
}
.munich190227 .close-fixCover{
    position: absolute;
    top: 0px;
    right: -50px;
    width: 36px;
    height: 36px;
}
.mu34{
	margin: -15px 0 -20px;
}
.mu34 .banner {
	width: 100%;
	min-width: 1150px;
	height: 600px;
	background: url(images/live/banner.png) no-repeat center center;
	margin-bottom: 360px;
}
.mu34 .info-box {
	width: 1150px;
	margin: auto;
}
.mu34 .info {
	width: 1040px;
	padding: 25px 55px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	margin: 0 auto;
	position: absolute;
	top: 580px;
}
.mu34 .info p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	text-align: justify;
}
.mu34 .info p.two {
	text-align: center;
}
.mu34 .info p.three {
	font-size: 18px;
	color: #f24445;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}
.mu34 .info p.four {
	font-size: 18px;
	color: #f24445;
	text-align: center;
	font-weight: bold;
}
.mu34 .info p.five {
	font-size: 30px;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin: 30px auto;
}
.mu34 .info p.five span {
	font-size: 60px;
	color: #f24445;
}
.mu34 .info .downtime {
	margin: 0 auto 10px;
	text-align: center;
}
.mu34 .info .downtime .each {
	display: inline-block;
	width: 60px;
	height: 90px;
	background: url(images/live/timebg.png) no-repeat center center;
	color: #fff;
	font-size: 70px;
	text-align: center;
	line-height: 90px;
	font-weight: bold;
	margin: 0 2px;
	position: relative;
}
.mu34 .info .downtime .point {
	display: inline-block;
	width: 11px;
	height: 38px;
	background: url(images/live/point.png) no-repeat center center;
	color: #fff;
	font-size: 70px;
	margin: 0 5px 25px;	
}



.mu34 .title {
	color: #333;
	font-size: 30px;
	width: 1150px;
	margin: 0 auto 20px;
}
.mu34 .title p {
	color: #666;
	font-size: 14px;	
}
.mu34 .strip-box {
	width: 1150px;
	margin: 0 auto 45px;
}
.mu34 .strip-box.one {
	text-align: right;	
}
.mu34 .strip-box.two {
	text-align: left;	
}
.mu34 .strip-box.three {
	text-align: left;
	position: relative;
	bottom: 59px;
}
.mu34 .strip {
	display: inline-block;
	width: 1000px;
	height: 20px;
	background: #F24445;
}
.mu34 .part {
	width: 1150px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}
.mu34 .part h2 {
	margin-bottom: 20px;
}
.mu34 .part .line {
	width: 200px;
	background: #EFEFEF;
	height: 1px;
	margin: 20px 0;
}
.mu34 .part .special {
	color: #000;
}
.mu34 .part .btn {
	width: 120px;
	height: 40px;
	border-radius: 5px;
	color: #fff;
	background: #F24445;
	line-height: 40px;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
}
.mu34 .part-one .img {
	width: 500px;
	height: 390px;
	margin-right: 40px;
	float: left;
	background: url(images/live/1.png) no-repeat center center;	
}
.mu34 .part-one .other {
	width: 610px;
	float: left;
	margin-top: 70px;
}
.mu34 .part-two .img {
	width: 499px;
	height: 390px;
	margin-left: 31px;
	float: left;
	background: url(images/live/2.png) no-repeat center center;	
}
.mu34 .part-two .other {
	width: 600px;
	float: left;
	margin-top: 70px;
}
.mu34 .part-three .img {
	width: 499px;
	height: 390px;
	margin-right: 41px;
	float: left;
	background: url(images/live/3.png) no-repeat center center;	
}
.mu34 .part-three .other {
	width: 610px;
	float: left;
	margin-top: 70px;
}
.mu34 .part-four .img {
	width: 499px;
	height: 449px;
	margin-left: 31px;
	float: left;
	background: url(images/live/4.png) no-repeat center center;	
}
.mu34 .part-four .other {
	width: 600px;
	float: left;
	margin-top: 70px;
}
.mu34 .bottom {
	width: 100%;
	min-width: 1150px;
	height: 616px;
	background: url(images/live/bottom.png) no-repeat center center;
}
.mu34 .bottom div {
	width: 1150px;
	margin: 60px auto;
	position: relative;
}
.mu34 .bottom div div {
	position: absolute;
	width: 558px;
	height: 498px;
	cursor: pointer;
}
.mu34 .layer-map {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 120px;
	text-align: center;
	line-height: 100%;
	display: none;
}
.mu34 .layer-map span {
	display: inline-block;
	position: relative;
	font-size: 30px;
	background: #F24445;
	color: #fff;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	right: 20px;
	bottom: calc(45% - 100px);
	cursor: pointer;
}
.mu34 .layer-map img {
	width: 45%;
	border: 1px solid #ddd;
}
.mu34 .layer-box {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}
.mu34 .layer {
	width: 400px;
	background: #fff;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
.mu34 .layer .title {
	font-size: 20px;
	color: #fff;
	width: 400px;
	padding: 10px 0;
	background: #f24445;
	text-align: center;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.mu34 .layer .title span {
	font-size: 30px;
	display: block;
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}
.mu34 .layer .content {
	text-align: center;
	font-size: 16px;
	color: #f24445;
	padding: 20px 0;
	line-height: 26px;
}
.mu34 .layer .content input {
	margin: 0 0 20px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	outline: none;
	color: #666;
	vertical-align: top;
	width: 200px;
}
.mu34 .layer .content span {
	display: inline-block;
	margin-bottom: 5px;
}
.mu34 .layer .content a:hover {
	text-decoration: none;
}
.mu34 .layer .content .btn {
	width: 140px;
	padding: 3px 0;
	border-radius: 5px;
	text-align: center;
	margin: 10px auto 20px;
	color: #f24445;
	border: 1px solid #ccc;
	cursor: pointer;
}
