@charset "utf-8";

/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
html{
	overflow: hidden;
}
body{
	overflow: auto scroll;
}
body,
html {
	color: #000;
	font: normal 100% Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0px;
	width: 100%;
	height: 100%;
}
ul {list-style-type: none;}
.top_box {
	width: 100%;
	height: 113px;
	background: url(../images/01.png) repeat;
}

.top_m,
.s_box,
.con_m {
	width: 1190px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin-top: 30px;
}

.login {
	float: right;
	margin-top: 70px;
	font-size: 16px;
	color: #4d4d4d;
}

.login_r {
	float: right;
	margin-top: 60px;
	font-size: 16px;
	color: #4d4d4d;
	font-weight: bold;
	margin-right: 10px;
}

.search {
	width: 100%;
	height: 54px;
	/*background:url(../images/02.png) repeat;*/
	background-image:linear-gradient(to right,#ef6627,#d61552);
}

#sch01 {
	width: 200px;
	height: 32px;
	line-height: 32px;
	float: left;
	margin-left: 30px;
	font-size: 14px;
	color: #797979;
	font-size: 12px;
}

#smt01 {
	background: url(../images/03.png);
	width: 23px;
	height: 22px;
	margin-left: 20px;
	margin-top: 5px;
	cursor: pointer;
}

.s_box_nr {
	width: 290px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 14px;
	float: right;
	margin-top: 10px;
}

.shouye {
	float: left;
	margin-top: 11px;
}

.shouye a {
	display: block;
	line-height: 32px;
	width: 80px;
	border-radius: 16px;
	background-color: #ffffff;
	text-align: center;
}

.clearboth {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}


/*---------------页脚------------------*/

.foot {
	width: 100%;
	background-color: #4e5659;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 35px;
	bottom: 0px;
	left: 0px;
	position: fixed;
}

.foot span {
	margin-left: 10px;
}