.container {
	width: 1200px;
	margin: 0 auto;
}
.top {width:100%;
	min-width: 1200px;
	height: 30px;
	line-height: 29px;
	background: #1f3974;
	color: #dae6ff;
}
.top .top_r span {
	margin: 0 5px;
}
.logo {
	height: 118px;
}
.logo .logo_l {
	margin-top: 35px;
}
.hotel{float: right;padding-top: 15px;padding-bottom: 18px;}
.telicon{ width:40px; height: 40px;}
.teltext{color:#ee3d22; font-size: 18px; font-weight: 700;}
.logo ul.logo_r li {
	float: left;
	position: relative;
	font-size: 14px;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	transition: all 0.5s ease 0s;
}
.logo ul.logo_r li a {
	padding: 10px 28px;
	display: block;
}
.logo ul.logo_r li.current a, .logo ul.logo_r li a:hover {
	color: #fff;
	font-weight: bold;
	background: #ee3d22;
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.logo ul.logo_r li a::before {
	background: #ee3d22 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 50% 50% 0;
	transition: transform 0.5s ease-out 0s;
	z-index: -1;
}
.logo ul.logo_r li a:hover::before, .logo ul.logo_r li a:focus::before, .logo ul.logo_r li a:active::before {
	color: #fff;
	transform: scaleX(1);
}

h1 {
	text-align: center;
	line-height: 30px;
	font-size: 28px;
	background: url(../images/line1.png) no-repeat center bottom;
}
h1 span {
	font-weight: normal;
	display: block;
	font-size: 12px;
	color: #999;
}
.footer {
	width:100%;
	min-width: 1200px;
	background: #eaeef1;
	padding: 60px 0;
	font-size: 14px;
	margin-top:50px;
}
.footer h1 {
	margin-bottom: 80px;
}
.footer .container {
	overflow: hidden;
}
.footer dl {
	float: left;
}
.footer dl.dl1 {
	margin: 0 122px;
	width: 500px;
}
.footer dl.dl1 dd {
	float: left;
	width: 250px;
}
.footer dl.dl1 dd input {
	margin: 0;
	padding: 0;
	height: 33px;
	width: 220px;
	text-indent: 10px;
	background: #f2f3f5;
	outline: none;
	border: 1px solid #e3e4e7;
	color: #999;
	font-size: 12px;
}
.footer dl.dl1 dd button {
	background: #1f3974;
	height: 35px;
	width: 220px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	outline: none;
	border: none;
}
.footer dt {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}
.footer dd {
	line-height: 30px;
	margin-bottom: 10px;
}
.footer dd i {
	font-size: 24px;
	margin: 0 5px 0 2px;
	color: #1f3974;
}
.footer dd.wx img {
	height: 150px;
	width: 150px;
	overflow: hidden;
}
.copyright {
	width:100%;
	min-width: 1200px;
	background: #1c326b;
	color: #eaeef1;
	line-height: 40px;
}
.copyright span {
	float: right;
}
.copyright span a {
	color: #eaeef1;
}