﻿@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: #E60012;} 
::-moz-selection {color: #fff;background: #E60012;}
a{color:#212121; text-decoration:none}
a:active, a:hover {
	outline: 0;
	color:#FF7104;
}
.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 */
.header{position:relative; background:#fff; width: 100%; position: fixed; z-index: 999999; border-bottom: solid 1px #ddd;}
.header .logo{display:block;width:180px;padding:3px 0 5px 10px; float: left;}
.header .logo img{display:block;width:100%;float: left;}
.header .user-icon:hover{background-color:#0067d2;}
.header .en{display:block; z-index:999999;position: absolute; right:60px; top:15px;}

/*内页样式*/

.blog-header {width: 100%;height: auto; padding-top: 60px;}
.blog-header img{height: auto;max-width:100%;}
.clmNav { margin:0 auto; width:98%; position:relative; z-index:5; overflow:hidden;text-align:center; background:#FFF; margin-top: 10px;}
.clmNav ul { *width:100%; *margin:0 auto; }
.clmNav li { display:inline-block; *float:left; *display:block; height:30px; margin:5px 5px; line-height:28px;  }
.clmNav li a { display:block; padding:0 6px;border: dotted 1px #ccc; border-radius:5px; font-size:0.8rem;}
.clmNav li a:hover{ color:#fff; background: #0170C1;}
.clmNav .currclass a{ color:#fff; background: #0170C1;}
.list_title{margin:0 auto; width:98%;background:url(/image/t_line.png) center bottom no-repeat; padding-bottom:10px; font-size:1.4rem; text-align: center; margin-top:20px;}
.list_m{ width:98%; margin:0 auto; clear:both; margin-top:20px;}
.list_m img{display: block; margin:0 auto; width: 100%;}
.list_m p{padding:0 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, #E60012, #BF000F);
    background-image:linear-gradient(to bottom,#E60012,#BF000F);	
	font-size:16px;
	text-align:center;
	margin:0 auto;clear:both; position:fixed;bottom:0%; z-index: 9999;
}
.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;}



