@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html {
	padding: 0px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
	overflow-x: hidden;
}
body {
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
em {
	text-decoration: none;
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
/* 标题自定义 */
h1, h2, h3, h4, h5, h6 {
}
input, textarea, select, a:focus {
	outline: none;
}
a {
	font-family: "Microsoft YaHei";
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
span {
	font-family: "Microsoft YaHei";
}
font {
	font-family: "Microsoft YaHei";
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.ly_clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	display: none;
	clear: both;
}
/* 显示和隐藏 */
.ly_hide {
	display: none;
}
.ly_block {
	display: block;
}
.clear {
	clear: both;
}
i {
	font-style: normal;
}
.mr0 {
	margin: 0 auto !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}
.clearfix {
*zoom:1;
}
.content {
	margin: 10px auto;
	width: 1270px;
}
.content form {
	width: 100%;
	height: 50px;
	position: relative;
}
.content form .inp_txt {
	width: 220px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	padding-left: 5px;
	margin-right: 15px;
}
.content form .inp_btn {
	width: 60px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: hsla(209,80%,49%,1.00);
	border: 0px;
	cursor: pointer;
	margin-right: 12px;
	-moz-user-select:none;
}
.table_div {
	width: 1190px;
	min-height: 300px;
	border: 1px solid #ccc;
	position: relative;
	z-index: 1;
}
.table_div table {
	border-collapse: collapse;
	border-top-style: solid;
	border-top-color: #ccc;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	font-size: 16px;
}
.table_div table tr td{
	height: 100px;
	border: 1px solid #ccc;
	background: url(weizhi.png) no-repeat center 56px;
	background-size: 35px;
	-moz-user-select:none;
	vertical-align:text-top;
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}
.table_div table tr td input{
	    width: 85%;
    margin: 0px auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
	font-size: 16px;
	padding-top: 10px;
	-moz-user-select:none;
	border: 0px;
	word-break: break-all; 
}
.xz_btn span{
	display:block;
	width:60px;
	height: 60px;
	cursor: pointer;
	margin: 20px auto;
	border-radius: 50%;
	border:3px solid #e9e5e5;
	background: hsla(200,9%,93%,1.00);
	-moz-user-select:none;
}
.xz_btn span:hover{
	border:3px solid #318ddb;
}
.xz_btn span:active{
	border:3px solid #318ddb;
}
.xz_btn span img{
	display:block;
	width:40px;
	height: 40px;
	margin: 10px auto;
}
.xz_btn span:nth-child(2) img{
	display:block;
	width:31px;
	height: 31px;
	margin: 16px auto;
}


.box {
	width: 200px;
	height: 200px;
	border: 1px solid gray;
	position: absolute;
	left: 200px;
	top: 100px;
	background: #935702;
/*	background: url(muban.png) repeat center;*/
/*	display:none;*/
	z-index: 9;
	background-size: contain;
	-moz-user-select:none;
	-khtml-user-select:none;
	cursor: pointer;
}
.box2 {
	width: 200px;
	height: 200px;
	border: 1px solid gray;
	position: absolute;
	left: 200px;
	top: 100px;
	background: #A8A4A4;
/*	background: url(muban.png) repeat center;*/
/*	display:none;*/
	z-index: 9;
	background-size: contain;
	cursor: pointer;
	-moz-user-select:none;
	-khtml-user-select:none;
}
.box3 {
	width: 200px;
	height: 200px;
	border: 1px solid gray;
	position: absolute;
	left: 200px;
	top: 100px;
	background:#960306;
/*	background: url(muban.png) repeat center;*/
/*	display:none;*/
	z-index: 9;
	background-size: contain;
	cursor: pointer;
	-moz-user-select:none;
	-khtml-user-select:none;
}
.box span,.box2 span,.box3 span{
/*	text-align: center;*/
	font-size: 22px;
	color:#fff;
	font-weight:900;
	text-align: center;
	display: block;
	letter-spacing: 4px;
	line-height: 200px;
	-moz-user-select:none;
	-khtml-user-select:none;
}
.box i,.box2 i,.box3 i{
	display: block;
    position: absolute;
    top: -19px;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    color: #000;
    background: #E6E2E2;
    border: 1px solid #000;
    cursor: pointer;
}
.box a{
	display: block;
    position: absolute;
    bottom: 9px;
    right: 10%;
    width: 45px;
    height: 24px;
    /* margin-left: -12px; */
    border-radius: 3px;
    text-align: center;
    line-height: 24px;
    color: #000;
    background: #E6E2E2;
    border: 1px solid #000;
    cursor: pointer;
    text-decoration: none;
}
.box .upleftbtn,.box .uprightbtn,.box  .downleftbtn,.box  .downrightbtn,
.box2 .upleftbtn,.box2 .uprightbtn,.box2  .downleftbtn,.box2  .downrightbtn,
.box3 .upleftbtn,.box3 .uprightbtn,.box3  .downleftbtn,.box3  .downrightbtn 
{
	width: 10px;
	height: 10px;
	border: 1px solid steelblue;
	position: absolute;
	z-index: 5;
	background: whitesmoke;
}
.box .upleftbtn,.box2 .upleftbtn,.box3 .upleftbtn {
	top: -5px;
	left: -5px;
	cursor: nw-resize;
}
.box .uprightbtn,.box2 .uprightbtn,.box3 .uprightbtn {
	top: -5px;
	right: -5px;
	cursor: ne-resize;
}
.box .downleftbtn,.box2 .downleftbtn,.box3 .downleftbtn {
	left: -5px;
	bottom: -5px;
	cursor: sw-resize;
}
.box .downrightbtn,.box2 .downrightbtn,.box3 .downrightbtn {
	right: -5px;
	bottom: -5px;
	cursor: se-resize;
}
span.span_yz{
	text-align: center;
    border: 0px;
    background: #0d6ac2;
    color: #fff;
    margin: 10px 5px;
    border-radius: 0px;
    height: 30px;
    line-height: 30px;
    width: 90px;
    position: absolute;
    top: -9px;
    left: 649px;
    display: none;
    cursor: pointer;
    border-radius: 5px;
    -moz-user-select: none;
}


