*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
img{
	border: none;
}
ul,ol,li{
	list-style: none;
}
html{font-size:62.5%}
body{font-size: 16px !important;font-size: 1.6rem !important;} 
body,html{
	
}
body{
	font-family:'微软雅黑','Heiti SC','华文黑体','黑体',"Helvetica Neue";
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.mypc{
	background: url(../images/bg.jpg) center top no-repeat;
}
.mymobe{
	background: #07070c
}
h3{
	color: white
}
h3 b{
	border-bottom: 3px #ffe400 solid;
	padding-bottom: 5px
}
.livea{
	width: 50%;
	padding: 15px 0;
	background: #ffe400;
	color: #e60012;
	text-align: center;
	margin-top: 30px;
	font-size: 18px
}
.vc img{
	margin-bottom: 20px
}
.wslide{
	height: 295px;
	overflow: hidden;
	/*background: white*/

}
.wslide li{
	padding: 5px 0;
	padding-left: 20px;
	background: url(../images/rarrow.png) left center no-repeat;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px gray dashed;
}
.wslide li a{
	color:#ffffff;
}
.jcimg img{
	border: 2px white solid;
	margin-bottom: 20px
}

.text-center {
  text-align: center; color:#ffffff;
}