@charset 'utf-8';

.sow{ overflow:hidden; position:relative; height:4rem; }
.sow img{width:100%;}
.swiper-container { width: 100%; height: 100%; }
.swiper-slide { text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.sw{ padding-top: 0.5rem; padding-bottom: 0.8rem; }
.sw a img{ height: 3.37rem; width: 6rem; }
.sw a span{ font-size: 0.7rem; }
.btn{ display:inline-block; text-align:center; border-radius:0.15rem; border:1px solid transparent; white-space:nowrap;overflow:hidden}
.btn-more{ display: block; border-color: #24a6ce; margin: 0.5rem; color: #FFF }
.n-list{ overflow:hidden}
.n-list li{ line-height:1.75rem; height:1.75rem; overflow:hidden;border-bottom: 1px dashed #eee;}
.n-list li a{ padding:0 0.5rem; font-size:0.75rem}
.n-list li .date{ font-size: 0.6rem; color: #999; float: right; padding-right: 0.5rem; }
.in-hd{ border-bottom: 2px solid #338bc9; position: relative; line-height: 2.0rem; overflow: hidden; padding-top: 0.3rem; }
.in-hd .tit { font-size: 0.9rem; color: #555555; line-height: 2.0rem; padding: 0 0.5rem; float: left; font-weight: normal; }
.in-hd .tit i{ margin-right:0.4rem;}
.in-hd .more{ float:right; margin-right:0.5rem;}

.tabs{ margin-bottom: 0em; background-color: #FFF; height: 450px; }

.tabs li{
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
	text-align: center;
	float: left;
	width:32.7%;
  height: 152px;
  overflow: hidden;
  padding-top: 3em;
  border-left:1px solid #efefef;
  border-bottom:1px solid #efefef;
}

.tabs li a{
	display: block;
}

.index,.shop,.service,.bbs,.baike,.xiuxiu,.wx,.eshop,.oa{
	width: 58px;
	height: 58px;
	display: inline-block;
}

.index{
  width: 58px;
	background: url(../images/home.png) no-repeat center right;
	background-size:cover;
}
.shop{
  width:58px;
	background: url(../images/cart.png) no-repeat center right;
	background-size:cover;
}
.service{
	background: url(../images/tag.png) no-repeat center left;
	background-size:cover;
	height: 58px;
}
.bbs{
	height: 58px;
	background: url(../images/chat.png) no-repeat top right;
	background-size:cover;
}
.baike{
  width:58px;
	height: 58px;
	background: url(../images/book.png) no-repeat center right;
	background-size:cover;
}
.xiuxiu{
  width: 58px;
	height: 58px;
	background: url(../images/phone.png) no-repeat center right;
	background-size:cover;
}
.wx{
  width: 58px;
	height: 58px;
	background: url(../images/wx.png) no-repeat center right;
	background-size:cover;
}
.oa{
  width: 58px;
	height: 58px;
	background: url(../images/oa.png) no-repeat center right;
	background-size:cover;
}
.eshop{
  width: 58px;
	height: 58px;
	background: url(../images/eshop.png) no-repeat center right;
	background-size:cover;
}

.clearfix:after{
	content:"";
	display: block;
	clear:both;
}

.tabs p{ color: #5c6066; font-size: 16px; line-height: 15px; }

.copyright{
	text-align: center;
	color:#989898;
	font-size: 0.6em;
	margin-bottom: 1em
}
.ban{
	text-align: center;
	font-size: 0.9em;
	color:#575757;

}
.ban a{
	color:#575757;
}
.ban a:nth-child(1){
	color:#ea5300;
}

#wrap{
	padding-bottom:2em;
}

html{ min-width:320px; max-width:640px; margin:0 auto; font-size:16px;}

@media screen and (min-width:480px) {
  html {
    font-size:19px;
  }
}

@media screen and (min-width:640px) {
  html {
    font-size:28px;
  }
}

.andriod_download_tips{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.andriod_download_con {
  padding: 0.6rem 0.857rem 0.6rem 1.2rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  position: relative;
  display: none;
}
.andriod_download_con .close_andriod {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/close.png) no-repeat;
  background-size: 1.3rem 1.3rem;
  position: absolute;
  left: 0;
  top: 0;
}
.andriod_download_con .left_side {
  float: left;
  width: 70%;
}
.andriod_download_con .left_side img {
  float: left;
  width: 4.28571rem;
  height: 4.28571rem;
  margin-right: 10px;
}

.andriod_download_con .left_side p {
  color: #FFF;
  font-weight: bold;
  margin-top: 0.71429rem;
}

.andriod_download_con .right_side {
  float: right;
}
.andriod_download_con .right_side .down_rightnow {
  display: inline-block;
  width: 5.7rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 5px;
  background: #FFF;
  margin-top: 0.71429rem;
  color:#333;
}
@media (max-width:360px){
  .andriod_download_con .left_side img {
    width: 3rem;
    height: 3rem;
  }
  .andriod_download_con .left_side p {
    margin-top: 0.3rem;
  }
  .andriod_download_con .right_side .down_rightnow {
    width: 5rem;
    height: 2rem;
    line-height: 2rem;
    margin-top: 0.7rem;
  }
}

.index_andriod {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.list_andriod {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}


.pet{
    width:39px;
    height:44px;
}
.nodata{
    margin-top: 66px;
    text-align: center;
}
.nopublish{
    font-size: 12px;
    color:#575757;
    margin-top: 9px;
}
.nopublishdownload{
    font-size: 15px;
    color:#575757;
    margin-top: 17px;
    margin-bottom: 26px;
}
.nopublishdownload a{
    color:#ea5300;
}
