body,dl,dd,dt,p,ol,ul,li,h1,h2,h3,h4,h5,h6,b,strong,em,input,textarea,button,select {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
}
body {
	color: #484848;
	font: 14px/1 "microsoft yahei";
	background: #fff;
}
i,s,u,em {
	font-style: normal;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,b {
	font-weight: normal;
}
input,textarea,button,select {
	font-size: 14px;
	font-family: "microsoft yahei";
	outline: 0 none;
}
li {
	list-style: none;
}
img {
	border: none;
	vertical-align: top;
}
a {
	color: #666;
	text-decoration: none;
	transition: color .1s,background-color .1s,border .1s;
}
a:hover {
	color: #7a5124;
}
input::input-placeholder {
	color: #fff!important;
} 
::-webkit-input-placeholder {
	color: #fff!important; 
}
:-moz-placeholder {
	color: #fff!important; 
}
::-moz-placeholder {
	color: #fff!important; 
}
:-ms-input-placeholder {
	color: #fff!important; 
}
.clearfix:before,
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: " ";
}
.lf {
	float: left;
}
.rf {
	float: right;
}
.tips {
	position: absolute;
	z-index: 2000;
	display: none;
	height: 54px;
	line-height: 54px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	color: #fff;
	font-size: 16px;
}
.tips i {
	width: 0;
	height: 0;
}
.tips span {
	padding: 0 25px;
	width:auto;
	height:54px;
}

/*footer*/
.footer {
	padding: 20px 0;
	width: 100%;
	background: darkseagreen;
	overflow: hidden;
}
.footer p {
	line-height: 2;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.footer p a {
	color: #fff;
}
.footer p a:hover {
	color: #fff;
}









.topbj{ background:url(../images/header_bj.jpg) repeat-x; height:87px;}
.topbj2{background:url(../images/header_bj2.jpg) no-repeat center 0; height:84px;}
.topbox{width:1200px; margin:0 auto;}
.logo{float:left;width:172px; height:41px; display:inline; margin-top:15px;}
.menu{float:left;display:inline;width:580px; margin:30px 0 0 130px; }
.menu .cour{border-bottom:3px solid #7a5124;}
.menu a{font-size:18px; margin-right:56px;padding-bottom:31px;}
.menu a:hover{ text-decoration:none;border-bottom:3px solid #7a5124; }
.sr_box{float:right; display:inline; width:202px; height:32px; margin-top:26px;}
.search { float:right;}
.search .btn {width: 36px;height: 32px;background: url(../images/search-btn2.png) no-repeat 0px 0px;cursor: pointer}
.search .search-box {overflow: hidden;width: 0px}
.search form {line-height: 0px}
.search .searchbox {border: 0 none;width: 202px;margin: 0px;padding: 0px}
.search .searchbox input {margin: 0px;padding: 0px}
.search .searchbox .text {float: left;width: 136px;height: 32px;line-height: 32px;border: 0;outline: none;text-indent: 10px;color: #9a999a;background: url(../images/search-box3.png) no-repeat;font-family: simsun}
.search .searchbox .search-button {float: left;width: 36px;height: 32px;border: 0 none;text-indent: -9999px;cursor: pointer;background: url(../images/search-box3.png) no-repeat -136px 0}
.search .searchbox .close {float: left;width: 30px;height: 32px;border: 0 none;text-indent: -9999px;cursor: pointer;background: url(../images/search-box3.png) no-repeat right 0}

.neon{
	/*color:#cce7f8;*/
	font-size:1.4rem;
	-webkit-animation:shining 0.5s alternate infinite;
	animation:shining 0.5s alternate infinite;
}
@-webkit-keyframes shining{
	from{
		text-shadow:0 0 10px lightblue,0 0 20px lightblue,0 0 30px lightblue,0 0 40px skyblue,0 0 50px skyblue,0 0 60px skyblue;
	}
	to{
		text-shadow:0 0 5px lightblue,0 0 10px lightblue,0 0 15px lightblue,0 0 20px skyblue,0 0 25px skyblue,0 0 30px skyblue;
	}
}