/* 初始化CSS  重置浏览器样式*/
*{
	box-sizing: border-box;
				margin: 0;
				padding: 0;
				-webkit-touch-callout:none;
				-webkit-user-select:none;
				-webkit-tap-highlight-color:transparent;
	}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img ,button{ margin:0; padding:0;box-sizing: border-box; }
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
i,strong{font-style: normal;}
ul, ol { list-style:none; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
input { padding-top:0; padding-bottom:0;}
select, input { vertical-align:middle; }
 select, input, textarea {margin:0; }
textarea { resize:none; }
table { border-collapse:collapse; }
body { font-family:"Microsoft YaHei","Arial","宋体";}
a {text-decoration:none;color:#333; }

html,body {
	width:100%;
	height:100vh;
	position:relative;
    overflow-x: hidden;
	overflow-y:auto;
	margin:0 auto;
}

ul {
    list-style: none;
}


#app {
	position:relative;
	width: 100%;
	height: auto;
	box-sizing:border-box;
	overflow-y:auto;
	font-size:.28rem;
}

#menuBtn {
	position: absolute;
    width: .4rem;
    height: .4rem;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0;
    outline: none;
    top: .3rem;
    right: .3rem;
    transition: all 0.5s;
    cursor: pointer;
}
#qrcode{position:absolute;width:.8rem;height:.8rem;top:.1rem;right: 1rem;}
#apptext{position:absolute;height: .6rem;width:auto;top:.2rem;right:2rem;}
nav.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 1rem;
	background-color:#fff;
	z-index:99;
}
nav .logo{
	 position: absolute;
	 height: .8rem;
	 overflow:hidden;
	 top:.1rem;
	 left:.3rem;
}
nav .logo img{
	float:left;
	height: .8rem;
	width:auto;
}
nav .logo h3{
	float:left;
	font-size:.34rem;
	color:#409eff;
	line-height:.6rem;
	margin-left: 10px;
}
.sidebar {
	position:fixed;
	top: 0;
	left:0;
	right:0;
    width: 100%;
    height: 100vh;
	padding-top: 1.5rem;
	display:none;
    background-color: #f8f9f9;
    overflow: hidden;
	z-index:99;
	
}
.sidebar ul li a{color:#333;}

h3.title{
	text-align:left;
	padding-left:.3rem;
	font-size: .36rem;
    color: #000;
    margin-bottom: 0.4rem;
    font-weight: 700;
}
.option,
.option ul {
    width: 100%;
}

.option ul {
    padding-left: 0.3rem;
    display: -moz-box;
    display: flex;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}

.option ul li {
list-style: none;
    text-align: center;
    flex-shrink: 0;
    color: #333;
    font-size: .3rem;
    line-height: .7rem;
    width: auto;
    height: 0.7rem;
    background: #f8f9f9;
    box-shadow: 4px 4px 8px 0 #dee4e6, -4px -4px 8px 0 #fff;
    margin-bottom: 0.3rem;
	padding: 0 .2rem;
    position: relative;
	margin-right: 0.19rem;
}

.option ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ecf5ff;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition: transform 0.3s ease-out;
}

.option ul li:hover,
.option ul li:focus,
.option ul li:active {
    color: #014ca4;
}
.option ul li:hover:before,
.option ul li:focus:before,
.option ul li:active:before {
    transform: scaleX(1);
}

.option ul li img {
    width: 25px;
    height: 25px;
}

.option ul li p {
    width: 145px;
    height: 40px;
	margin: 0 ;
    line-height: 40px;
    font-size: 15px;
    padding-left: 15px;
    margin-left: 10px;
    letter-spacing: 1px;
}
.column{
	width: 92%;
	height:auto;
	margin: 0 auto;
	position:relative;
}
.tabs-content {
  width: 100%;
  min-height: 300px;
}
.tabs-content li {
  display:none;
  padding: .3rem;
}
.tabs-content li:first-child{display:block;}

.tabs-buttons {
  height: 0.8rem;
  box-shadow: inset 0 -2px #e6e6e6;
}
.tabs-buttons .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.tabs-buttons .swiper-slide, .tabs-buttons a.swiper-slide {
  width: auto;
  height: 0.8rem;
  line-height:0.8rem;
  font-size:0.3rem;
  padding: 0 0.3rem;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.tabs-buttons .swiper-slide.active-tab {
  opacity: 1;
  border-bottom-color: #409eff;
}

.content{
	position:relative;
    width:100%;
	height: auto;
	margin-top: 1rem;
    text-align: center;
    background-color: #f8f9f9;
}
.pannel{
	position:fixed;
	top:1rem;
	left:0;
	right:0;
	height: 0.6rem;
	width: 100%;
	height:auto;
	background-color:#fff;
	margin-bottom:0.4rem;
}
.pannel.relative{
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	height: 0.6rem;	
}
.pannel .column{
	height:0.8rem;
	background-color:#fff;
}
.newsSlider, .hotBox{
	position:relative;
	width: 92%;
	margin:0 auto;
	padding: .3rem 0;
	background-color:transparent;
	overflow:hidden;
	border-bottom: 1px solid #eee;
}
.newsSlider .item img, .hotBox img{
	width:100%;
	height: 3.96rem;
}
.newsSlider .owl-dots{
	position:absolute;
	width: 100%;
	height: 20px;
	top: 3.7rem;
	left: 0;
	text-align:center;
}
.newsSlider .owl-nav{display:none;}
.newsSlider .owl-dots .owl-dot{
	width: 30px;
	height:1px;
	margin: 0 5px;
	background-color:#fff;
}
.newsSlider .owl-dots .owl-dot.active{
		background-color:#409eff;
}
.newsSlider .item h3, .hotBox h3{
	font-size:0.36rem;
	line-height:1.5;
	text-align:left;
	margin:0.3rem auto;
}
.newsSlider .item p, .hotBox p{
	position:relative;
	text-align:left;
	color:#aaa;
}
.newsSlider .item p span, .hotBox p span{
	display:inline-block;
	margin-right:0.3rem;
}
.hotBox p i{
	position:absolute;
	font-style:normal;
	color:#409eff;
	right:0;
	top:0;
}
.listBox {
	width:92%;
    margin:0 auto;
	padding: 0;
}
.listBox ul li{
	display: -moz-box;
    display: flex;
    padding: 0.4rem 0;
    width: 100%;
    margin: 0 auto;
    border-bottom: 0.01rem solid #f0f0f0;
}
.listBox ul li .simg{

	width: 2.16rem;
    height: 1.22rem;
    margin-top: 0.02rem;
	margin-right:0.2rem;
    flex-shrink: 0;
    position: relative;
  }
 .simg img{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
.listBox ul li p a{
   display:block;
   height:0.8rem;
   color:#333;
   font-size:0.3rem;
   line-height:0.4rem;
   overflow:hidden;
  }
  .listBox ul li p label{
   display:block;
   height: 0.22rem;
   margin-top:0.2rem;
   line-height:0.22rem;
   font-size: 0.22rem; 
   color:#aaa;
   text-align:left;   
  }
.listBox ul li p label i{
	display:inline-block;
	margin-right:0.2rem;
}
	
.listCon{
	display:none;
}
.listCon.active{
	display:block;
}
.newsFrom{
	text-align:left;
	padding-left:.3rem;
	padding-top: .5rem;
}
.newsFrom a{
	font-size:.28rem;
	line-height: 1rem;
	color:#333;
}

.articleTit h3{
	width: 92%;
	margin:.4rem auto;
	font-size:.58rem;
	line-height: 0.7rem;
	font-weight:bold;
	text-align:left;
}

.simpleText{
	width: 92%;
	margin:0 auto;
	text-align:left;
}
.simpleText span{
	display:inline-block;
	margin-left:.3rem;
	color:#999;
	line-height:1;
}

.articleBody{
	width: 92%;
	margin:0 auto;
	text-align:left;
	padding:.4rem 0;
}
.articleBody img{
	max-width: 100%;
	height:auto;
	margin: .4rem auto;
}
.articleBody p{
	width:100%;
	margin-bottom:.5rem;
	font-size:.38rem;
	line-height: 2;
	/*text-indent:2em;*/
}

.footer{
	width: 100%;
	text-align:center;
	padding-top: .5rem;
}
.footer .footerNav{
	width:92%;
	justify-content:space-around;
	height:0.7rem;
	box-sizing:border-box;
    display: -moz-box;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;

}
.footer .footerNav li{
	width: 25%;
	height:.32rem;
	font-size:.32rem;
	line-height: 1;
	text-align:center;
	border-right: 1px solid #666;
}
.footer .footerNav li:last-child{
	border-right:0;
}
.footer .footerNav li a{
	color:#333;
}
.footer p{
	text-align: center;
    font-size: .24rem;
    color: #999;
    line-height: .44rem;
}
.footer p a{
	text-align: center;
    font-size: .24rem;
    color: #999;
    line-height: .44rem;
}
.footer .gaba{
	display:inline-block;
	width: 0.28rem;
    height: 0.28rem;
    vertical-align: text-bottom;
    margin-right: 0.08rem;
}
.footer .qrcode img{
	display:block;
	width: 1.5rem;
	height:1.5rem;
	margin: .1rem auto;
}


.slidetab{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}
.slidetab ul{
	position:relative;
	list-style:none;
	margin:0;
	min-width: 300%;
	border-bottom: 1px solid #eee;
	font-size: 0;
	transition: all .3s;
	overflow:visible;
}

.slidetab ul li{
	list-style: none;
	display:inline-block;
	margin:0 10px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size:15px;
}
.slidetab ul li:first-child{
	margin: 0 10px 0 0;
}
.slidetab ul li.active{
	border-bottom:2px solid #409eff;
}
.sliderCon ul{
	display:none;
}
.sliderCon ul:first-child{
	display:block;
}

#loading{
	width: 100%;
	height: .8rem;
	text-align:center;
}
#loading img{
	width:.8rem;
	height:.8rem;
}

.sliderCon .sub{
	width:100%;
	padding: 0 .3rem;
	position:relative;
    overflow:hidden;
	display:none;
}

.sliderCon .sub li{
    display: inline-block;
    list-style: none;
    text-align: center;
    color: #333;
    font-size: .3rem;
    line-height: .7rem;
    width: auto;
    height: 0.7rem;
    background: #f5f6f8;
    margin-bottom: 0.3rem;
    padding: 0 0.2rem;
    position: relative;
    margin-right: 0.19rem;
    border: 1px solid #e6e6e6;
}
			/*列表*/
.mescroll {
position: fixed;
top: 1rem;
bottom: 3rem;
width: 100%;
height: auto;

}

.listBox {
	width:92%;
    margin:0 auto;
}
.listBox li{
	display: -moz-box;
    display: flex;
    padding: 0.4rem 0;
    width: 100%;
    margin: 0 auto;
    border-bottom: 0.01rem solid #f0f0f0;
}
.listBox li .simg{

	width: 2.16rem;
    height: 1.22rem;
    margin-top: 0.02rem;
	margin-right:0.2rem;
    flex-shrink: 0;
    position: relative;
  }
.simg img{
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.listBox li p a{
display:block;
height:0.8rem;
color:#333;
font-size:0.3rem;
line-height:0.4rem;
overflow:hidden;
}
.listBox li p label{
display:block;
height: 0.22rem;
margin-top:0.2rem;
line-height:0.22rem;
font-size: 0.22rem; 
color:#aaa;
text-align:left;   
}
.listBox li p label i{
display:inline-block;
margin-right:0.2rem;
}
.footer.fixed{
	position:fixed;
	height:3rem;
	bottom:0;
	left:0;
	right:0;
}

/*ios使用sticky样式实现*/
.nav-sticky{
 z-index: 9999;/*需设置zIndex,避免在悬停时,可能会被列表数据遮住*/
 position: -webkit-sticky;
 position: sticky;
 top: 0;/*相对mescroll的div悬停的位置*/
}
/*android和pc端悬停*/
.nav-fixed{
 z-index: 9999;
 position: fixed;
 top: 1rem;
 left: 0;
 width: 100%;
}