body {
	font-size: 14px;
	font-family:Microsoft Yahei;
	color: #333;
	background:#f5f6f9;
}
textarea {
	font-family:auto
}
*{margin:0; padding:0;	}
dl {margin:0;}
dt {font-weight:normal;}
ul, li {list-style-type:none;margin:0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
a {color: #333;text-decoration:none;-o-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
a:hover {text-decoration:none;color:inherit;}
a:focus {text-decoration:none;color:inherit;}
img { border:0;vertical-align:middle;}
table {border-collapse:collapse;}
input {border:0;-webkit-appearance: none;}
.wrap {
    width:100%;
	overflow:hidden;
    min-width: 320px;
    margin: 0px auto;
    max-width: 640px;
	box-sizing:border-box;
	min-height:100%;
}
/*鍏叡鏍峰紡鍕垮垹闄�*/
.clearfix:after {content: " ";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {zoom: 1;}
.container {width:1200px; margin:0 auto;}
.f_b {font-weight:bold;}
.v_m {vertical-align:middle;}
.v_t {vertical-align:top;}
.fl { float:left;}
.fr {float:right;}
.db {display:block;}
.dnb {display:inline-block;}
.d_n {display:none;}
.bod_r50 {border-radius:50%;}
.bod_r {border-radius:5px;}
.p20 {padding:20px;}
.pt5 {padding-top:5px;}
.pb5 {padding-bottom:5px;}
.pl5 {padding-left:5px;}
.pr5 {padding-right:5px;}
.pt10 {padding-top:10px;}
.pb10 {padding-bottom:10px;}
.pl10 {padding-left:10px;}
.pr10 {padding-right:10px;}
.pt15 {padding-top:15px;}
.pl15 {padding-left:15px;}
.pr15 {padding-right:15px;}
.pb15 {padding-bottom:15px;}
.pr20 {padding-right:20px;}
.pb20 {padding-bottom:20px;}
.pl20 {padding-left:20px;}
.pt20 {padding-top:20px;}
.pr25 {padding-right:25px;}
.pb25 {padding-bottom:25px;}
.pl25 {padding-left:25px;}
.pt25 {padding-top:25px;}
.pr30 {padding-right:30px;}
.pb30 {padding-bottom:30px;}
.pl30 {padding-left:30px;}
.pt30 {padding-top:30px;}
.mt5 {padding-top:5px;}
.mb5 {margin-bottom:5px;}
.ml5 {margin-left:5px;}
.mr5 {margin-right:5px;}
.mt10 {margin-top:10px;}
.mb10 {margin-bottom:10px;}
.ml10 {margin-left:10px;}
.mr10 {margin-right:10px;}
.mt15 {margin-top:15px;}
.ml15 {margin-left:15px;}
.mr15 {margin-right:15px;}
.mb15 {margin-bottom:15px;}
.mr20 {margin-right:20px;}
.mb20 {margin-bottom:20px;}
.ml20 {margin-left:20px;}
.ml80 {margin-left:80px;}
.mt20 {margin-top:20px;}
.mr25 {margin-right:25px;}
.mb25 {margin-bottom:25px;}
.ml25 {margin-left:25px;}
.mt25 {margin-top:25px;}
.mr30 {margin-right:30px;}
.mb30 {margin-bottom:30px;}
.ml30 {margin-left:30px;}
.mt30 {margin-top:30px;}
.t_c {text-align:center;}
.t_r {text-align:right;}
.t_l {text-align:left;}
.f36 {font-size:36px;}
.f32 {font-size:32px;}
.f30 {font-size:30px;}
.f28 {font-size:28px;}
.f24 {font-size:24px;}
.f22 {font-size:22px;}
.f20 {font-size:20px;}
.f12 {font-size:12px;}
.f18 {font-size:18px;}
.f16 {font-size:16px;}
.f14 {font-size:14px;}
.bod {border:1px solid #eee;}
.b_t {border-top:1px solid #eee;}
.b_r {border-right:1px solid #eee;}
.bb_d {border-bottom:1px dotted #ddd;}
.bb {border-bottom:1px solid #eee;}
.b_l {border-left:1px solid #eee;}
.lh30 {line-height:30px;}
.lh24 {line-height:24px;}
.t_d {text-decoration:underline;}
.p_r {position:relative;}
.c_p {cursor:pointer;}
.c_6 {color:#666;}
.white { color:#fff;}
.red {color:#ff0a0a;}
.c_9 {color:#999;}
.yellow {color:#d4b44d;}
.blue{color:#0098fb;}
.bgf {background:#fff;}
.orange {color:#ff4e00;}
.box_s {box-shadow:0 0 5px #dedede;}
.td2 {text-indent:2em;}
.bgcolor {background:#ceedf7;}
.green {color:#4dc862;}
.p10 {padding:10px;}
.p15 {padding:10px 15px;}
.p20 {padding:20px;}
.p30 {padding:30px;}
 input::-webkit-input-placeholder{}
input::-moz-placeholder{  }
input:-moz-placeholder{  }
input:-ms-input-placeholder{ }
.main {
	padding-bottom:48px;
}
input[type="checkbox"] {
	position:relative;
}
input[type="checkbox"]:after{
	content:'';
	display:block;
    width:20px;
	height:20px;
	border:1px solid #ddd;
	position:absolute;
	left:-2px;
	top:-2px;
	border-radius:50%;
	background:#fff;
}
input[type="checkbox"]:checked:after{
    width:20px;
	height:20px;
	border:1px solid #ddd;
	background:url(../wapimages/1_24.png) center no-repeat #4dc862;
	background-size:10px auto;
}
input[type="radio"]:after{
	content:'';
	display:block;
    width:15px;
	height:15px;
	border:1px solid #ddd;
	border-radius:50%;
	background:#fff;
}
input[type="radio"]:checked:after{
    width:15px;
	height:15px;
	border:1px solid #ddd;
	
}


.weui-flex_center {
	-webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
body,html{
	min-height:100%;
}

.bghome {
	background:#6289db;
}
.weui-tabbar {
	position:fixed;
	left:0;
	background:#131d28;
}
.weui-tabbar__icon {
	width:auto;
	height:22px;
}
.weui-tabbar__label {
	color:#fff;
}
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
	color:#6289db;
}

.boxmain  .a {
	background:url(../wapimages/bg_02.jpg) center top no-repeat #6289db;
	color:#fff;
	background-size:100% auto;
	padding:20px;
}
.boxmain  .a .btn {
	background:rgba(0,0,0,0.3);
	border-radius:20px;
	font-size:12px;
	display:inline-block;
	padding:2px 6px;
}
.boxmain  .a .font {
	font-size:50px;
}
.boxmain  .b {
	padding:15px 20px;
	background:#446099;
	color:#fff;
	font-size:12px;
}
.boxmain  .b .link {
	display:inline-block;
	background:#e99f3a;
	padding:0 5px;
	color:#fff;
	border-radius:20px;
	
}

.boxmain  .c {
	background:#446099;
	color:#fff;
	padding:15px;
	font-size:12px;
	margin-top:10px;
}
.boxmain  .d {
	font-size:12px;
	background:#446099;
	color:#fff;
	margin-top:10px;
}
.boxmain  .d>h3 {
	padding:15px 0 15px 20px;
}
.boxmain  .d li{
		text-align:center;
		width:33.333%;
		float:left;
}
.boxmain  .d a {
	color:#fff;
	display:block;
	padding:15px 0;
}
.boxmain  .d img {
	height:30px;
}
.boxmain  .d h4 {
	opacity:0.5;
	padding:5px 0;
}


.header {
	text-align:center;
	line-height:44px;
	height:44px;
	position:relative;
	font-size:17px;
	border-bottom:1px solid #ddd;
}
.header1 {
	background:#6289db;
	color:#fff;
}
.return {
	display:block;
	width:44px;
	height:44px;
	position:absolute;
	left:0;
	top:0;
	background-size:auto 16px;
}
.return1 {
	background:url(../wapimages/t_04.png) center no-repeat;
	display:block;
	width:44px;
	height:44px;
	position:absolute;
	left:0;
	top:0;
	background-size:auto 16px;
}
.refresh {
	background:url(../wapimages/refresh.png) center no-repeat;
	display:block;
	width:44px;
	height:44px;
	position:absolute;
	right:0;
	top:0;
	background-size:auto 17px;
}
.share {
	background:url(../wapimages/t_05.png) center no-repeat;
	display:block;
	width:44px;
	height:44px;
	position:absolute;
	right:0;
	top:0;
	background-size:auto 17px;
}
.weui-navbar1 .weui-navbar__item {
	position:relative;
}
.weui-navbar1 .weui-navbar__item.weui-bar__item--on {
	background:none;
	color:#6289db;
	
}
.weui-navbar1 .weui-navbar__item.weui-bar__item--on:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	border-bottom:3px solid #6289db;
	width:100%;
}
.newslist {
	background:#fff;
	margin-top:10px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.newslist .weui-media-box_appmsg .weui-media-box__hd {
	width:90px;
	height:auto;
}
.swiper-button-next1 {
	background:url(../wapimages/btn_04.png) center no-repeat;
	width:35px;
	height:70px;
	background-size:100% 100%;
	right:0;
}
.swiper-button-prev1 {
	background:url(../wapimages/btn_02.png) center no-repeat;
	width:35px;
	height:70px;
	background-size:100% 100%;
	left:0;
}
.map {
	position:absolute;
	left:0;
	top:44px;
	bottom:0;
	right:0;
}
.dian {
	font-size:12px;
	color:#6289db;
	background:#fff;
	border-radius:5px;
	padding:10px;
	box-shadow:0 0 5px #6289db;
	position:absolute;
	left:26%;
	top:5%;
	width:200px;
}
.dian:after {
	content:'';
	display:block;
	background:url(../wapimages/5_07.png) center no-repeat;
	width:18px;
	height:14px;
	background-size:100% 100%;
	position:absolute;
	bottom:-14px;
	left:50%;
	margin-left:-9px;
	z-index:9;
}
.textarea {
	margin-top:15px;
	padding:10px;
	background:#f0f0f0;
	border-radius:5px;
}
.textarea textarea{
	background:none;
}
.vote {
	display:inline-block;
	border-radius:40px;
	font-size:18px;
	background:#6289db;
	width:180px;
	line-height:40px;
	color:#fff;
}
.dian1 {
	display:inline-block;
	border-radius:50%;
	width:5px;
	height:5px;
	vertical-align:middle;
	background:#2bc67e;
}
.dian1-1 {
	background:#6289db;
}
.listbox {
	margin:7px -7px;
}
.listbox li {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:7px;
	text-align:center;
}
.listbox li a {
	display:block;
	position:relative;
	border-radius:5px;
	overflow:hidden;
}
.listbox li a img {
	width:100%;
}
.listbox li a p {
	background:rgba(0,0,0,0.5);
	position:absolute;
	color:#fff;
	width:100%;
	left:0;
	bottom:0;
	font-size:12px;
	padding:5px 0;
}
.weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before {
	color:#6289db;
}
.aq_list li {
	padding:15px 20px;
	background:#fff;
	margin-top:15px;
}
.eye {
	display:inline-block;
	background:url(../wapimages/10_11.png) center no-repeat;
	width:16px;
	height:11px;
	background-size:100% 100%;
	vertical-align:middle;
}
.icobox {
	width:78px;
	height:42px;
	line-height:42px;
	background:#6289db;
	text-align:center;
	position:relative;
	font-size:12px;
	color:#fff;
}
.aq_list li a.weui-flex {
	background:#f0eff4;
	margin:10px 0;
}
.icobox-1 {
	background:#2bc67e;
}
.icobox-1 em {
	font-style:normal;
	position:absolute;
	right:5px;
	bottom:5px;
	line-height:12px;
}
.wen {
	display:inline-block;
	width:59px;
	height:59px;
	border-radius:50%;
	color:#fff;
	line-height:59px;
	text-align:center;
	background:#6289db;
	font-size:20px;
	box-shadow:0 0 5px #6289db;
	position:fixed;
	right:20px;
	bottom:20px;
}
.weui-footer a {
	color:#6289db;
}
.photo {
	width:37px;
	height:37px;
	border-radius:50%;
}
.itemtxt {
	background:#f0eff4;
	border-radius:5px;
	color:#666;
	padding:10px;
	margin-bottom:10px;
}
.itemtxt p {
	height:110px;
	overflow: hidden;
}
.itemtxt.on p {
	height:auto;
}
.itemtxt .more i {
	display:inline-block;
	background:url(../wapimages/10_07.png) center no-repeat;
	width:13px;
	height:10px;
	background-size:100% 100%;
}
.itemtxt.on .more i{
	 background:url(../wapimages/10_08.png) center no-repeat;
	 background-size:100% 100%;
 }
.weather .pic {
	height:30px;
}
.bgline {
	background:url(../wapimages/line_02.png) center top repeat-y;
	background-size:100% auto;
}
.weather h4 {
	padding:10px 0;
}
.weather .c_6{
	padding:10px 0 5px;
}
.swiper-pagination-bullet {
	background:#fff;
}
.close {
	background:url(../wapimages/m_03.png) center no-repeat;
	background-size:100% 100%;
	width:21px;
	height:21px;
	display:inline-block;
	position:absolute;
	top:10px;
	right:10px;
	z-index:99;
}
.page2-1 {
	background:#6289db;
	color:#fff;
	font-size:12px;
	padding:15px;
	position:relative;
	z-index:100;
}
.page2-1 h3 {
	font-size:15px;
}
.page2-1>a {
	display:block;
	border-radius:50%;
	background:#fff;
	text-align:center;
	border:2px solid #6289db;
	color:#6289db;
	width:40px;
	height:40px;
	position:absolute;
	top:-20px;
	right:10px;
}
.tabtitle {
	text-align:center;
	padding-bottom:15px;
}
.tabtitle a {
	display:inline-block;
	padding:5px 15px;
	border:1px solid #6289db;
	color:#6289db;
}
.tabtitle a:first-child {
	border-radius:5px 0 0 5px;
}
.tabtitle a:last-child {
	border-radius:0 5px 5px 0;
}
.tabtitle a.on{
	background:#6289db;
	color:#fff;
}
.tabbox {
	border-radius:50px;
	color:#fff;
	margin:10px 20px;
	padding:10px 20px;
	font-size:12px;
	background: linear-gradient(to right, #27cb71, #019a46);
}
.tabbox .b_l {
	border-left:1px solid #098741;
}
.tabtitle-1 {
	position:absolute;
	width:100%;
	left:0;
	top:60px;
}
.tabtitle-1 a {
	width:110px;
}
.dian>span {
	display:inline-block;
	text-align:center;
	position:absolute;
	bottom:-60px;
	color:#333;
	margin-left:-20px;
	z-index:0;
	left:50%;
}
.tip {
	position:absolute;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.3);
	text-align:center;
	top:0;
	color:#fff;
	padding:8px 0;
}
.pw {
	display:inline-block;
	background:#fff;
	border-radius:20px;
	padding:2px 8px;
	color:#333;
}
.bottom {
	background:#fff;
	position:absolute;
	bottom:0;
	width:100%;
	box-sizing:border-box;
	padding:10px;
}
.tabtitle1 a {
	display:block;
	padding:5px 15px;
	border:1px solid #6289db;
	color:#6289db;
	text-align:center;
	margin-left:-1px;
}
.tabtitle1 .weui-flex__item:first-child a {
	border-radius:5px 0 0 5px;
}
.tabtitle1 .weui-flex__item:last-child a {
	border-radius:0 5px 5px 0;
}
.tabtitle1 a.on{
	background:#6289db;
	color:#fff;
}
.tuli {
	background:#fff;
	padding:5px;
	position:absolute;
	right:10px;
	bottom:100px;
}
.tuli li{
	font-size:12px;
	margin-top:3px;
}
.tuli li i{
	width:25px;
	height:13px;
	display:inline-block;
	vertical-align:middle;
	background:#8ddf5e;
}
.tabtitle2{
	width:100%
}
.tabtitle2 a {
	width:15%;
}
/*0320*/
.newpage {
	color: #fff;
}
.newpage .a {
	text-align: center;
	color: #d0dcf6;
	background-size: 140px auto;
	padding: 20px;
}
.newpage .a h3 {
	font-size: 15px;
	margin-bottom: 10px;
}
.newpage .a h3 i{
	width:0;
		height:0;
		border-right:5px solid transparent;
		border-left:5px solid transparent;
		border-top:5px solid #d0dcf6;
		vertical-align: middle;
		display: inline-block;
}
.newpage .a p{
	font-size: 12px;
}
.newpage .a .font{
	font-size: 130px;
	color: #fff;
}
.newpage .a .tip1{
	display: inline-block;
	font-size: 15px;
	color: #fff;
	border-radius: 3px;
	background: #ffcc00;
	padding: 0 13px;
}
.newpage .a h4{
	font-size: 15px;
	margin-top: 15px;
}
.newpage .b{
	background: #587bc5;
	padding: 15px;
	font-size: 16px;
}
.newpage .b img{
	width: 28px;
}
.newpage .b .pl10{
	border-left: 1px solid #7d99d2;
	margin-left: 10px;
}
.newpage .b span{
	font-size: 12px;
	display: inline-block;
	border-radius: 3px;
	background: #f8b551;
	padding: 0 6px;
}
.newpage .c{
	padding: 15px;
}
.newpage .c .title{
	font-size: 15px;
}
.newpage .c .title a{
	color: #bbcdf2;
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
}
.newpage .c .title a.on{
	color: #fff;
}
.newpage .d .title{
	font-size: 15px;
	padding: 15px;
	border-bottom: 1px solid #8daae6;
}
.newpage .d .box{
	text-align: center;
	overflow-x: scroll;
}
.newpage .d .box img{
	width: 30px;
}
.newpage .d .box td{
	padding: 16px 19px;
	word-break: keep-all;
	white-space: nowrap;
}
.newpage .d .box td:hover{
	background: #587bc5;
}
.newpage .d .box h1{
	font-size: 16px;
}
.newpage .d .box p{
	font-size: 12px;
	color: #a3bef5;
}
.newpage .d .box h4{
	font-size: 15px;
}
.newpage .d .box h3{
	color: #a3bef5;
}
.newpage .d .box span{
	font-size: 12px;
}
.newpage .d .box span i{
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ffcc00;
}
.newpage .d .box h5{
	font-size: 13px;
	color: #dfe8fb;
	padding: 5px 0;
}