﻿@charset "utf-8";
/*-------------reset------------*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, 

form, th, td, div {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size:12px;
}
body, button, input, select, textarea {
	font-family: Microsoft YaHei, tahoma, arial, 'Hiragino Sans GB', 宋体, sans-serif;
	outline: none;
}
body {
	margin: auto;
}
a, a:visited {
	color: #464646;
	text-decoration: none;
}
a:active,  a:hover {
	text-decoration: none;
}
a:focus,  input:hover,  button:hover,  input[type='button']:hover {
	outline: none;
}
i, em, cite {
	font-style: normal;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
/* 禁止webkit横屏改变字体大小 */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ul, li {
	list-style: none;
}
img, iframe {
	border: 0px;
	margin: 0;
	padding: 0;
	display: block;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	resize: none;
}
.clear {
	clear: both;
	overflow: hidden;
}
/* 设置HTML5元素为块 */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	padding: 0px;
	margin: 0px;
	border: none;
}
/* 超出隐藏 */

.overflow {
	overflow: hidden;
}
/* 点击去除阴影 */

a, button, input, i {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: rgba(0,0,0,0);
	-ms-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
}
/* 图片自适应调整 并解决图片缩放的失真问题*/
img {
	max-width: 100%;
	height: auto;
	border: none;
	interpolation-mode: bicubic;
	-ms-interpolation-mode: bicubic;
}
/* 自动换行 */

.word-auto {
	word-wrap: break-word;
	word-break: normal;
}
/* clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
 *zoom: 1;
}
/*-------------end reset------------*/
.w1000{
	margin:0 auto;
	width:1000px;
	background-color:#fffcf3;
	padding:20px;
}
.tool{
	padding:0 10px;
}
.tool table td{
	padding-right:10px;
}
.m30{
	margin-bottom:30px;
}
.community{
	padding:5px 0 10px 0;
}
.community dd{
	float:left;
	margin:5px 10px 5px 0;
}
.community dd input{
	background-color:transparent;
	border:1px solid #990;
	padding:0 10px;
	cursor:pointer;
}
.sel_tool{
	padding:10px 0 15px 0;
}
.sel_tool i{
	float:left;
    display:block;
	background:#da3e00;
	margin-right:10px;
	cursor:pointer;
}
i.w5{
	width:5px;
	height:5px;
}
i.w6{
	width:6px;
	height:6px;
}
i.w7{
	width:7px;
	height:7px;
}
i.w8{
	width:8px;
	height:8px;
}
i.w9{
	width:9px;
	height:9px;
}
i.w10{
	width:10px;
	height:10px;
}
.bor{
	width:100px;
	border:1px solid #990;
}
.btn{
	padding:0 10px;
	background-color:#da3e00;
	cursor:pointer;
	color:#ffffff;
}
.imgmap{
	margin:0 auto;
	width:780px;
	height:451px;
	background:url(../images/fengnan.png) no-repeat;
	position:relative;
}
.imgmap i{position:absolute;/*background-color:#999;*/}