@CHARSET "UTF-8";
html,body{
	overflow: hidden;
}
.toolbar {
	vertical-align: middle;
	text-align: left;
	height: 100%;
	width:50px;
	float: left;
	background-color: #23272a;
	box-shadow: 1px 0px 5px #23272a;
	-webkit-box-shadow: 1px 0px 5px #23272a;
	-moz-box-shadow: 1px 0px 5px #23272a;
	position: relative;
}
.tool:hover,.tool-child:hover{
	background-color: #cf0014;
	cursor: pointer;
}
.tool-select{
	background-color: #141414 !important;
}
.tool-children{
	display: none;
	position: absolute;
	background-color: #23272a;
	width: 0px;
	z-index: 99999;
}
.tool-child{
	float: left;
}


.crossLine-x, .crossLine-y {
	display:none;
	position:absolute;
	z-index:1000;
	overflow:hidden;
	background-color:#FF0000;
}
.crossLine-x {
	width:5px;
	height:100%;
}
.crossLine-y {
	width:100%;
	height:5px;
}

#dzm {
	position:absolute;
	bottom:0;
	z-index:9999;
	height:150px;
	background-color: #fff;
	box-shadow: 0px -1px 5px #23272a;
	-webkit-box-shadow: 0px -1px 5px #23272a;
	-moz-box-shadow: 0px -1px 5px #23272a;
}

#dzm-show {
	clear：both;
	height:150px;
	font-family:"Microsoft Yahei", 宋体;
	font-weight:bold;
	font-size: 60px;
	line-height:75px;
	text-align:center;
	padding:0 30px;
	display:table-cell;
	vertical-align: middle;
}
#dzm-show li {
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0 3px;
	vertical-align:middle;
}
#dzm-show ul{
	line-height:60px;
}
.dzm-show-pinyin{
	display:block;
	font-size: 26px;
	line-height:30px;
}
.dzm-show-zh{
	display:block;
	font-size: 30px;
	line-height:40px;
}
#dzm-tools{
	float:right;
	width: 143px;
	height:140px;
}
#dzm-tools div{
	text-align: right;
}
.dzm-lan{
	float: left;
	margin-top: 30px;
}
.dzm-lan div{
	margin-top: 6px;
	margin-left: 6px;
}
#dzm-tools-close{
	float: right;
	margin: 3px 3px 0 0;
	height: 24px;
	width: 24px;
	background-image: url(./images/close.png);
	cursor: pointer;
}
#dzm-tools-close:hover{
	background-image: url(./images/close-select.png);
}
#dzm-tools-pinyin{
	margin-top:0px !important;
	clear:both;
	float:right;
	cursor: pointer;
	height: 50px;
	width: 50px;
	background-image: url(./images/pinyin.png);
}
#dzm-tools-pinyin:hover{
	background-image: url(./images/pinyin-select.png);
}
#dzm-tools-zh{
	clear:both;
	float: right;
	cursor: pointer;
	height: 50px;
	width: 50px;
	background-image: url(./images/zh-select.png);
}
#dzm-tools-zh:hover{
	background-image: url(./images/zh-select.png);
}
#dzm-tools-tw{
	float: right;
	cursor: pointer;
	height: 50px;
	width: 50px;
	background-image: url(./images/tw.png);
}
#dzm-tools-tw:hover{
	background-image: url(./images/tw-select.png);
}
#helpmenu{
	background: #000;
    filter: alpha(opacity=20); /* IE的透明度 */
    opacity: 0.2;  /* 透明度 */
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 100%;
    z-index: 99999; /* 此处的图层要大于页面 */
}
#helplayer{
    position: absolute;
    background: #000;
    display: none;
    filter: alpha(opacity=70); /* IE的透明度 */
    opacity: 0.7;  /* 透明度 */
    top: 0px;
    left: 50px;
    width: 100%;
    height: 100%;
    z-index: 999999; /* 此处的图层要大于页面 */
}
.itemlayer{
	position: absolute;  
	left: 18%; 
	top: 18%;
	height: 410px;
	width: 850px;
    color: #00000;
	background-color: #fff;
	z-index: 9999999999; /* 此处的图层要大于页面遮罩层 */
}
.tagcompany{
	float: right;
	width: 100%;
	height: 55px;
	margin-bottom: 15px;
	background-color: #cf1527;
}
.tagcompany-logo{
	float: left; 
	margin-top: 10px; 
	margin-left: 20px;
}
.tagcompany-closelayer{
	float: right; 
	cursor: pointer;
	margin-top: 10px; 
	margin-right: 10px; 
	font-size: 28px; 
	color: #FFF;
}
.tagcompany-phone{
	float: right; 
	margin-top: 30px; 
	margin-right: 50px;
}
.tagcompany-name{
	float: right; 
	margin-right: 50px;
}
.nextstep{
	cursor: pointer; 
	width: 100%;
}
.nextstep-value{
	border: 1px solid #cf1527;
	padding: 5px;
	border-width: 2px;
}
.company{
	float: right; 
	cursor: pointer;
	color: #c1c0c0;
	margin: 15px 55px 10px 10px; 
}
.tagtitle{
	width: 850px;
	margin: 30px 0px 10px 10px;
}
.tag-logo{
	float: left;
	margin-left: 8px;
	margin-top: 8px;
	width: 28px;
	height: 28px;
	border: 1px solid #cf0014;
	background-color: #cf0014;
}
.tag-logo img{
	width: 28px;
	height: 28px;
}
.tag-desc{
	float: left;
	margin-left: 8px;
	font-size: 32px;
}
.tag-gap{
	width: 765px; 
	height: 10px; 
	margin-left: 25px; 
	margin-top: 30px; 
	border-bottom: 1px solid #DCDCDC; 
	clear:both;
}
.note{
	height: 200px; 
	margin: 5px 50px 10px 55px; 
	font-size: 28px; 
	line-height: 50px;
	vertical-align: middle; 
	color: gray;
}
.note img{
	width: 28px;
	height: 28px;
	background-color: #cf0014;
}
.tipclass{
	background-color: #cf0014;
}