@charset "utf-8";

body{
padding:0;
margin:0;
}
.tool_big {
	width:100%;
	height:auto;
}
.tool_big .title{
	width:1200px;
	height:40px;
	background-color:#fff;
}
.tool_big .title .name{
	width:290px;
	height:50px;
	background-image:url(../images/name.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	margin-top:24px;
	margin-left:650px;
	display:inline;
	float:left;
}
.tool_big .title .name a{
	width:290px;
	height:50px;
	display:block;
}
.tool_big .title .an_niu{
	width:265px;
	height:24px;
	float: right;
	margin-top:52px;
	margin-right:80px;
	overflow:hidden;
}

.tool_big .title .an_niu .s_dai{
	width:75px;
	height:24px;
	margin-right:19px;
	float:left;
	display:inline;
	cursor:pointer;
	background-image:url(../images/s_dai.jpg);
}
.tool_big .title .an_niu .d_chu{
	width:75px;
	height:24px;
	float:left;
	display:inline;
	cursor:pointer;
	background-image:url(../images/d_chu.jpg);
}

/*标尺*/
.tool_big .b_chi{
    height: 100px;	
    position: relative;
    width: 100%;
}
.tool_big .b_chi .big_sm{
	background-image:url(../images/b_chi.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:1200px;
	margin:auto;
	height:100px;
	position:relative;
}
.tool_big .b_chi .num_z{
	width:1px;
	height:650px;
	background-color:#4affff;
	position:absolute;
	top:100px;
	left:0px;
	z-index:3;
}
.tool_big .b_chi .num_n{
	width:1px;
	height:650px;
	background-color:#4affff;
	position:absolute;
	top:100px;
	right:0px;
	z-index:3;
}
.tool_big .b_chi .an_niu{
	overflow:hidden;
	right:0px;
	top:18px;
	position:absolute;
	width:450px;
}
.tool_big .b_chi .an_niu .y_lan input,.tool_big .b_chi .an_niu .s_dai,.tool_big .b_chi .an_niu  .d_chu{
	width:130px;
	height:35px;
	line-height:35px;
	font-family:"微软雅黑";
	font-size:16px;
	text-align:center;
	float:left;
	padding:0;
	margin:0 0 0 20px;
	border:none;
	background:#ffa030;
	color:#fff;
	cursor:pointer;
}
.tool_big .b_chi .an_niu .y_lan input:hover,.tool_big .b_chi .an_niu .s_dai:hover,.tool_big .b_chi .an_niu  .d_chu:hover{
	background:#96c21a;
}
/*主体*/
.tool_big .tool_hd{
	width:1200px;
	margin:0 auto;
	position:relative;
	background-color:#f1f1f1;
}
.tool_big .tool_hd .fan_ge{
	width:1920px;
	height:650px;
	margin:auto;
	display:block;
	background-image:url(../images/f_ge.jpg);
	background-repeat:repeat;
	background-position:0 0; 
	position:absolute;
}
.tool_big .tool_hd .fan_ge .pic{
	height: 100%;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    width: 1920px;
	/*
	background-image:url(images/pic.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	left:50%;
	margin-left:-960px;
*/
}

.feysun_tools{
	position:absolute;
	padding:0;
	margin:0;
}
