*{
	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; position:relative;} 
body,html{
	
}
body{
	font-family:'微软雅黑','Heiti SC','华文黑体','黑体',"Helvetica Neue";

}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

.navcon{
	width: 100%;
	height: 50px;
	background:rgba(3,123,228,0.8);
	position:fixed;
	left:0px;
	top:0px;
	z-index:99999;
	
}
.navul{
	position: relative;
/*	overflow: hidden;   */
	float:right;
}
.navul li{
	float: left;
	height: 50px;
	line-height: 50px;
	width: 100px;
	position: relative;
}
.navul li a{
	display: block;
	padding: 0 15px;
	color:#fff;
	height: 50px;
	line-height: 50px;

}
.liveboxdiv{
	width: 300px;
	background: rgba(3,123,228,1);
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 50px;
	display: none;
}
.liveboxdiv p{
	margin: 0
}
.liveboxdiv a{
	font-size: 14px;
}
.thb{
	border-bottom: 1px #037be4 solid;
	margin-top: 0;
}
.thb b{
	display: inline-block;
	padding: 10px 0;
	border-bottom: 5px #037be4 solid;
	margin-bottom: -3px;
	color: #373737;
	font-size: 20px;
	margin-right: 20px
}
.swithb b{
	border-bottom: 0;
	cursor: pointer;
}
.swithb b.act{
	border-bottom: 5px #037be4 solid;	
}
.swiper-button-next, .swiper-button-prev{
	background-color: rgba(0,0,0,.6);
}
.swiper-button-next{
	background-image: url(../images/rightarrow.png);
}
.swiper-button-prev{
	background-image: url(../images/leftarrow.png);
}
.mypc .swiper-container2{
	margin-top: 20px
}
.color_con1{
	width: 100%;
/*	background: #e4effa;  */
	padding: 20px 0;
	margin-top: 20px;
}
.newscon{
	height: 250px;
	overflow:hidden;
}
.newscon li a{
	color: #3a3a3b;
}
.newscon li  {
	padding: 7px 0 7px 20px;
	background: url(../images/dian.png) left center no-repeat;
}
.text-justify{
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
}
.swiper-container3 a{
	color: black
}
.text-justify:after{
	display: inline-block;
	content: '';
	overflow: hidden;
	width: 100%;
	height: 0;
}
.xs-img img{
	margin-top: 10px
}
.mymobe .vr{
	width: 50%
}
.mypc .wxwall{
	width: 100%;
	height: 300px;
	background:#0e82e6;
}
.mymobe .wxwall{
	width: 100%;
	padding-bottom: 20px;
	background:#0e82e6;
	margin-top: 15px
}
.mypc .foot{
	width: 100%;
	height: 460px;
	background: url(../images/foot.jpg) center top no-repeat;
}