@charset "utf-8";

/*头部*/

.logo {
	width: 360px;
}

.img_logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.padding_lr_15 {
	margin: 0 15px;
	display: block;
	width: 1px;
	height: 47px;
	background: #CCCCCC;
}

.fot {
	font-size: 36px;
	color: #372d2c;
	line-height: 47px;
}

.ul_width {
	height: 51px;
}

.ul_width li {
	line-height: 50px;
	padding-right: 10px;
}

.ul_width li a {
	text-decoration: none;
	padding: 5px 20px;
	color: #555555;
	font-size: 18px;
}

.ul_width li a:hover,
.active_a {
	background: #54c4d0;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	color: #FFFFFF !important;
}

.line_4 {
	margin-top: 5px;
	width: 100%;
	height: 4px;
	background: #54c4d0;
}


/*尾部*/

.bg_tu {
	background: url(../images/bg.jpg)repeat-x;
	height: auto;
	width: 100%;
	padding: 0;
}

.auto_centen {
	margin-top: 30px;
	text-align: center;
}

.auto_centen span {
	box-sizing: border-box;
	padding: 0 10px;
	border-right: 1px solid #555;
}

.auto_centen span a {
	text-align: center;
	color: #555;
	text-decoration: none;
}

.auto_centen span a:hover {
	color: #54c4d0;
}

.margin_tb {
	margin: 10px 0 30px 0;
	color: #555;
}

.hover_nar_none {
	display: none;
	background: #FFFFFF;
	width: 240px;
	position: absolute;
	top: 65px;
	z-index: 100;
	line-height: 50px;
}

.position_a {
	position: absolute;
	top: -30px;
	left: 16%;
	color: #54C4D0;
	font-size: 30px;
}

.hover_nar_none h4 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
.padding_0{
	width: 120px;
}
.padding_0 a {
	padding: 10px !important;
	font-size: 16px !important;
	color: #555555;
}


.padding_0 a:hover {
	-webkit-border-radius: 5px !important; -moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

@media (max-width: 996px) and (min-width: 750px) {
	.logo {
		width: 300px;
	}
	.img_logo img {
		width: 126px;
		height: 29px;
		margin-top: 9px;
	}
	.fot {
		font-size: 28px;
		color: #372d2c;
	}
	.ul_width li {
		padding-right: 5px;
	}
}

@media (max-width: 1200px) {}