body {
	margin: 0;
	font-size: 14px;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

#logo {
	background-image: url('../image/bg1.jpg');
	height: 100px;
	position: relative;
	width: 100%;
}

#logo img {
	height: 100px;
	width: 70%;
	margin-left: 15%;
}

#cur-date {
	position: absolute;
	top: 10px;
	right: 20%;
	color: red;
}

#content {
	width: 70%;
	margin-left: 15%;
}

#content-left {
	width: 70%;
}

#content-right {
	width: 28%;
	margin-left: 2%;
}

div {
	float: left;
}

#title-content {
	width: 70%;
	margin-left: 15%;
}

#navi-list {
	background-image: url("../image/bg2.jpg");
	background-repeat: round;
	width: 100%;
	height: 40px;
}

.navi-item {
	float: left;
	width: 11.06%;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}

.navi-item a {
	color: White;
	text-decoration: none;
}

#no-record {
	text-align: center;
	width: 100%;
	color: #777;
	font-size: 16px;
	margin-top: 50px;
}

#login-search {
	background-image: url("../image/bg3.jpg");
	width: 100%;
	background-repeat: round;
	height: 35px;
}

#login-search div {
	float: left;
}

#login-item {
	width: 60%;
	padding: 5px;
}

.login-account {
	margin-left: 5%;
}

#login-btn {
	margin-left: 15px;
	margin-top: 3px;
}

#login-register {
	margin-left: 15px;
	margin-top: 2px;
}

#search-item {
	background-image: url("../image/bg4.jpg");
	background-repeat: round;
	height: 27px;
	margin-top: 4px;
	margin-left: 5px;
}

#search-content input {
	width: 300px;
	border: unset;
	height: 22px;
	margin-top: 2px;
	margin-left: 1px;
}

#search-btn img {
	border-width: 0px;
	width: 45px;
	height: 26px;
	margin-top: 1px;
}

#contact-info {
	background-image: url('../image/bg6.jpg');
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100%;
	height: 300px;
	margin-top: 10px;
	padding: 50px 20px;
	line-height: 30px;
}

#bottom {
	width: 100%;
	margin-bottom: 10px;
}

#about-link {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

#about-link a {
	color: #01afee;
	text-decoration: none;
}

#company-info {
	text-align: center;
	line-height: 22px;
	width: 100%;
}
#cl-title {
	background-image: url('../image/item-bg5.jpg');
	background-repeat: round;
	height: 30px;
	width: 100%;
	color: #7f7f7f;
	margin-top: 5px;
}
#cl-title div {
margin-left: 3%;
padding: 0 5px;
}
#cl-title a {
	color: #7f7f7f;
	text-decoration: none;
}
#cl-content {
	border: 1px solid #b9e5fe;
	padding: 20px 40px;
	min-height: 1100px;
	width: 100%;
}