﻿html {
	/*overflow: scroll; overflow-x: hidden;*/
}

body {
	font-size: 12px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
	color: #333;
	background-image: url(../images/index_mainback.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

form {
	display: inline;
}

a {
	color: #333;
	text-decoration: none;
}

.ha-box {
	position: relative;
	background: url("../images/bg100.jpg");
	width: 597px;
	height: 152px;
	overflow: hidden;
	margin-left: 2px;
	top: 4px;
}

.ha-box-xx {
	width: 500px;
	height: 82px;
	margin: 35px auto;
	overflow: hidden;
	background: url("../images/d100.png");
}

.notice {
	width: 426px;
	margin: auto;
	height: 82px;
	overflow: hidden;
}

.notice .tab-hd {
	border-bottom: 1px solid #ffffff;
	height: 29px;
	overflow: hidden
}

.notice .tab-hd li {
	float: left;
	margin-right: 15px;
}

.notice .tab-hd li a {
	line-height: 29px;
	display: block;
	font-size: 14px;
	color: #ffffff;
}

.notice .tab-hd li.on a {
	background: url("../images/d101.png") no-repeat bottom center;
}

.notice .tab-bd {
	overflow: hidden;
	margin-top: 4px;
}

.ha-ss {
	background: url("../images/d102.png");
	width: 421px;
	height: 38px;
	margin: auto;
}

.ha-ss .text {
	background: none;
	float: left;
	line-height: 38px;
	height: 38px;
	text-indent: 10px;
	width: 343px;
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
}

.ha-ss .btn {
	outline: none;
	background: none;
	height: 38px;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	width: 57px;
}

.id-link {
	padding-top: 1px;
	padding-bottom: 0px;
	margin: auto;
	width: 1200px;
	font-size: 12px;
	height: 27px;
}

.id-link .title {
	display: inline-block;
	width: 107px;
	height: 31px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 26px;
	vertical-align: middle;
	margin-left: 0px;
	background: #10BEF1;
}

.id-link select {
	display: inline-block;
	border: #eee solid 1px;
	width: 30%;
	height: 26px;
	text-align-last: center;
}

.not-arrow {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉下拉箭头*/
}