﻿/*顶部固定信息*/
.Coordinate{
	position:relative;
	z-index:1000;
	height:50px;
	width:100%;
	position:fixed;
	left:0px;
	top:0px;
}
.Coordinate .FixedBg{
/*	filter:alpha(opacity=90);
	-moz-opacity:0.90; 
	opacity:0.90;*/
	height:50px;
	width:100%;
	background:#fff9c6;
	position:absolute;
	left:0px;
	top:0px;
	box-shadow:0px 0px 5px 0px #999999;
	border-bottom:1px solid #d5d5d5;
}
.Coordinate .FixedInfo{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:1001;
	height:50px;
}
.Coordinate .FixedInfo .Box{
	width:1120px;
	height:40px;
	margin:0px auto;
}
.Coordinate .FixedInfo .BoxMid{
	width:600px;
	float:right;
}
.Coordinate .FixedInfo .SearchBox{
	height: 36px;
    clear: both;
    border: 2px solid #ff3e3e;
    border-radius: 4px;
    background: #ffffff;
    padding-right: 100px;
    position: relative;
}
.Coordinate .FixedInfo .SearchBox .Search{

}
.Coordinate .FixedInfo .SearchBox .Search .TxtSearch{
	background: #ffffff url(Images/bg0146.gif) left center no-repeat;
    padding: 0px 10px 0px 36px;
    position: relative;
    z-index: 1000;
}
.Coordinate .FixedInfo .SearchBox .Search .TxtSearch .TextBox{
	background: transparent;
    height: 36px;
    width: 100%;
    line-height: 36px;
    border: 0px;
    outline: 0px;
    font-size: 14px;
    color: #999999;
    z-index: 1001;
}
.Coordinate .FixedInfo .SearchBox .Search .TxtSearch .TextBox:focus{
	color:#333333;
}
.Coordinate .FixedInfo .SearchBox .Search .TxtSearch .SearchSuggest {
	top: 36px;
    left: -1px;
    right: -1px;
    border: 1px solid #999999;
    position: absolute;
}
.Coordinate .FixedInfo .SearchBox .BtnSearch{
	position: absolute;
    right: 0px;
    top: 0px;
    height: 36px;
    width: 100px;
    background: #ff3e3e url(Images/bg0145.png) center center no-repeat;
    line-height: 0px;
}
.Coordinate .FixedInfo .SearchBox .Advanced{
	float:left;
	line-height:20px;
	height:20px;
	padding:5px 10px;
	text-align:center;
	white-space:nowrap;
}
.Coordinate .FixedInfo .DownloadCode{
	float:right;
	width:130px;
	height:40px;
	background:url(Images/bg0301.gif) center center no-repeat;
	position:relative;
	cursor:pointer;
	margin-top:5px;
       display:none;
}
.Coordinate .FixedInfo .DownloadCode .CodeContainer{
	position:absolute;
	right:0px;
	top:45px;
	background:#ffffff;
	background:url(Images/bg0039.gif) right top no-repeat;
	padding-top:8px;
}
.Coordinate .FixedInfo .DownloadCode .CodeContainer .CodeBody{
	border:1px solid #999999;
	border-top:0px;
}
.Coordinate .FixedInfo .DownloadCode .CodeContainer img{
	width:92px;
	height:110px;
	background:url(Images/bg0300.gif) center center no-repeat;
}
.Coordinate .FixedInfo .Logo{
	float:left;
	height:40px;
}
.Coordinate .FixedInfo .Logo img{
	height:40px;
}