.width1200 {
	width: 1200px;
	margin: 0 auto;
}
.top_crumbs {
	width: 100%;
	height: 40px;
	background: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
}

.top_crumbs_l {
	width: 405px;
	color: #999;
}

.top_crumbs_l ul {}

.top_crumbs_l li {
	float: left;
	line-height: 40px;
	margin-right: 12px;
	color: #999;
	font-size: 14px;
}

.top_crumbs_l li a {
	color: #999;
	font-size: 14px;
}

.top_crumbs_l li a:hover {
	color: #666;
	text-decoration: none;
}

.top_crumbs_l .mess {
	position: relative;
}

	.top_crumbs_l .mess .c_mess {
		position: absolute;
		z-index: 10;
		top: -10px;
		right: -10px;
		display: block;
		width: 16px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: url(../../../images/20170914/mess_bg.png) no-repeat;
		font-family: arial;
	}

	.top_crumbs_l .mess span {
		position: relative;
		display: block;
		width: 17px;
		height: 16px;
		margin-top: 12px;
		background: url(../../../images/20170914/mess_i.png) no-repeat;
	}

.top_crumbs_r {
	width: 396px;
	color: #999;
}

.top_crumbs_r ul {}

.top_crumbs_r li {
	float: left;
	line-height: 40px;
	margin-left: 10px;
}

.top_crumbs_r li a {
	float: left;
	color: #999;
	font-size: 14px;
}

.top_crumbs_r li a:hover {
	color: #666;
	text-decoration: none;
}

.top_dot {
	float: left;
	width: 2px;
	height: 2px;
	margin: 20px 5px 0 5px;
	background: url(../../../images/20170914/top_dot.jpg) no-repeat;
}

.header {
	width: 100%;
	height: 118px;
	background: #fff;
}

.logo {
	width: 149px;
	height: 59px;
	padding-top: 36px;
}

.menu_xg {
	height: 118px;
	margin-left: 90px;
}

.menu_xg ul li {
	float: left;
	height: 118px;
	line-height: 118px;
	margin-right: 60px;
}

.menu_xg ul li a {
	position: relative;
	color: #333;
	font-size: 18px;
	text-decoration: none;
	font-family: "微软雅黑";
	padding-bottom: 23px;
}

.menu_xg ul li .border {
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #21aa28;
	border-radius: 2px;
}

.menu_xg ul li a.active {
	color: #21aa28;
}

.menu_xg ul li a.active .border {
	display: block;
}

.menu_xg ul li a:hover {
	color: #21aa28;
}

.search {
	width: 385px;
	height: 58px;
	border-radius: 6px 0 0 6px;
	box-sizing: border-box;
	overflow: visible;
	padding-top: 37px;
}

.search_c {
	height: 60px;
	width: 385px;

}

.search_c .search_m {
	width: 322px;
	height: 60px;
	border: none;
}

.search_c .search_m .sea_input {
	width: 100%;
	height: 58px;
	border: 1px solid #21aa28;
	/* border: none; */
	border-radius: 6px 0 0 6px;
	box-sizing: border-box;
	padding-left: 10px;
	outline: none;
	font-size: 14px;
}

.search_c .search_btn {
	height: 60px;
	width: 59px;
}

.search_c .search_btn .cla_btn {
	width: 66px;
	height: 97%;
	background: url(../../images/top_search.png) no-repeat center center;
	border: none;
	background-color: #21aa28;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	outline: none;
	cursor: pointer;
}