﻿@charset "UTF-8";
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana,"Microsoft YaHei", "SimHei", "SimSun";
}

img {
	display: block;
	border:0;
	vertical-align:middle;
	border:none; height:auto;
}
ul {
	list-style:none;
}
html, body {
	min-height: 100%;
	background:#fff;
	color:#212121;
}
body {
	-webkit-text-size-adjust: none;
}
/*选中后背景色*/
::selection {color: #fff;background: #1D5FCA;} 
::-moz-selection {color: #fff;background: #1D5FCA;}
a{color:#212121; text-decoration:none}
a:active, a:hover {
	outline: 0;
	color:#1D5FCA;
}
.a-del {
	color: #c00;
}
.a-del:hover {
	color: #b00;
	text-decoration: underline;
}
.fl {float: left;}
.fr {float: right;}
.clear{clear:both;}

@font-face {
	font-family: 'Conv_ANAK';
	src: url('/fonts/ANAK.eot');
	src: local('☺'), url('/fonts/ANAK.woff') format('woff'), url('/fonts/ANAK.ttf') format('truetype'), url('/fonts/ANAK.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'iconfont';  /* project id 716340 */
  src: url('//at.alicdn.com/t/font_716340_cr7jci0vgrp.eot');
  src: url('//at.alicdn.com/t/font_716340_cr7jci0vgrp.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_716340_cr7jci0vgrp.woff') format('woff'),
  url('//at.alicdn.com/t/font_716340_cr7jci0vgrp.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_716340_cr7jci0vgrp.svg#iconfont') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
	font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
	}

/* header */
.header{position:relative; background:#fff; width: 100%; position: fixed; z-index: 999999}
.header .logo{display:block;width:220px;padding:12px 0 10px 10px;}
.header .logo img{display:block;width:100%;}
.header .user-icon:hover{background-color:#0067d2;}
.header .back{position:absolute;top:0;left:0;display:block;width:60px;height:65px;text-indent:-9999em;background:url(icon-back.png) no-repeat center center;background-size:12px 20px;}

/*内页样式*/

.blog-header {width: 100%;height: auto; padding-top: 60px;}
.blog-header img{height: auto;max-width:100%;}

.list_title{margin:0 auto; width:98%;background:url(/image/t_bg.png) center no-repeat; font-size:1.4rem; text-align: center; margin-top:20px;}
.list_m{ width:98%; margin:0 auto; clear:both;}
.list_m p{padding:10px; line-height:28px;}

/*底部样式*/

.end{font-size:11px; line-height:20px;color:#212121; padding:10px 15px; text-align:center; background:#f2f2f2; padding-bottom:10px;}
.footbig{ height:50px}
.foot{
	width:100%;
	height:50px;
	line-height:50px;
	border-top:solid 1px #fff;
	background-image:-webkit-linear-gradient(to bottom, #151515, #020202);
    background-image:linear-gradient(to bottom,#151515,#020202);	
	font-size:16px;
	text-align:center;
	margin:0 auto;clear:both; position:fixed;bottom:0%;
}
.foot ul{}
.foot ul li{ width:25%; float:left; padding-top:13px;}
.foot ul li a.icon1{ background:url(home.png) no-repeat; background-size:25px;}
.foot ul li a.icon2{ background:url(tel.png) no-repeat;background-size:25px;}
.foot ul li a.icon3{ background:url(gps.png) no-repeat;background-size:25px;}
.foot ul li a.icon5{ background:url(fan.png) no-repeat;background-size:25px;}
.foot a{ height:40px; line-height:40px; padding:26px 10px 0px 3px; font-size:10px; color:#fff;}



