﻿@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: #DF5909;} 
::-moz-selection {color: #fff;background: #DF5909;}
a{color:#212121; text-decoration:none}
a:active, a:hover {
	outline: 0;
	color:#DF5909;
}
.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;
}

/* header */
.header{position:relative;height:60px;}
.header .logo{display:block;width:152px;height:35px;padding:5px 0 0 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;
	}

.blog-header img{
	height: auto;
	max-width:100%;
	}

.clmNav { width:100%; margin:0 auto; background:#f2f2f2; text-align:center;line-height:45px; font-size:1.3rem}
.list_m{ width:98%; margin:0 auto;}
.list_m p{padding:10px; line-height:28px;}
.list_m ul li{height:auto; padding-top:30px;padding-bottom:10px; margin-top:30px; color:#D6B071;}
.list_m .m_tit{font-size:18px; font-family:"微软雅黑"; padding-bottom:10px; border-bottom: dotted 1px #ebebeb; padding-left:5px;}
.m_jj{ line-height:28px; font-size:14px;font-family:"微软雅黑"; color:#333; margin-top:10px; padding-left:5px;}
.m_jj em{color:#f00;font-size:26px;font-family:"微软雅黑"; margin-top:20px;}

/*底部样式*/
.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, #F57121, #DF5909);
    background-image:linear-gradient(to bottom,#F57121,#DF5909);	
	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;}


