@charset "utf-8";
html, body, div, p, a, header, footer, span, ul, li, ol, dl, dd, dt, input, img,
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: normal;
	box-sizing: border-box;
}
body {
	font-family: arial;
	font-size: 14px;
	color: #444;
	background: url(../images/hg.png) repeat-x fixed #fff;
}
a {
	color: #333;
	text-decoration: none;
}
.fz16 {
	font-size: 16px;
}
/*
 *color: #50b5eb;
 */
.text-blue {
	color: #50b5eb;
}
.text-center {
	text-align: center;
}
.clear {
	zoom: 1;
}
.clear:after {
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
.wrap {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
}
/*导航*/
.header {
	padding: 10px 160px 20px;
	align-items:center;
}
.header img {
	float: left;
}
.msg {
	float: right;
	width: 400px;
	text-align: center;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 16px;
}
.nav {
	overflow: hidden;
	padding-bottom: 10px;
    border-bottom: 2px solid #ECEDEF;
    margin-bottom: 10px;
}
.nav li {
	float: left;
	margin-right: 10px;
}
.nav li a {
	display: block;
	padding: 4px 10px;
	background-color: #ecedef;
}
.nav li.current a {
	background-color: #50b5eb;
	color: #fff;
}
/*footer*/
.footer {
	background-color: #ecedef;
	padding: 50px 20px 10px 20px;
	font-size: 12px;
	text-align: center;
}
.footer a:hover {
	text-decoration: underline;
}
/*菜单*/
.menu {
	width: 250px;
	float: left;
}
.menu-item {
	padding: 10px 20px;
	background-color: #ecedef;
	margin-bottom: 10px;
}
.menu-item h3 {
	background: url(../images/star.png) 0 7px no-repeat;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	font-size: 18px;
	color: #50b5eb;
	margin-bottom: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-ads h3{
	background: url(../images/ads.png) 0 7px no-repeat;
}
.menu-item li {
	line-height: 2.2;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-item li:last-child {
	border-bottom: none;
}
.menu-item li:hover a {
	color: #50b5eb;
}
/*内容区*/
.content {
	width: 700px;
	padding: 20px;
	float: right;
	font-size: 14px;
	line-height: 1.8;
}
.content h2 {
	font-size: 22px;
	color: #50b5eb;
	line-height: 2;
}
.content h3 {
	font-size: 20px;
	line-height: 2;
}
.content p {
	min-height: 20px;
}
.content ul {
	padding-left: 10px;
}
.user-img-wrap {
	position: relative;
}
.user-swiper {
  width: 660px;
  height: 267px;
  color: #fff;
  text-align: center;
}
.user-swiper .swiper-zoom-container{
	padding:0 5px;
}
.user-swiper img {
	width: 100%;
}
.user-next, .user-prev {
	width: 38px;
	height: 38px;
	opacity: 0.8;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	z-index: 1;
	cursor: pointer;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #007AFF;
}
.user-prev:hover, .user-next:hover  {
	opacity: 1;
}
.user-prev {
	left: 10px;
	background: url(../images/prev.png) center no-repeat;
}
.user-next {
	right: 10px;
	background: url(../images/next.png) center no-repeat;
}
.mail-msg {
	width: 96%;
	height: 160px;
	resize: none;
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 12px;
	margin: 10px 0;
	border-radius: 3px;
	box-shadow: 0 1px 1px #ddd inset;
}
.btn {
	padding: 10px 100px;
	font-size: 16px;
	background-color: #50B5EB;
	border:none;
	color: #fff;
	opacity: 1;
	border-radius: 3px;
	cursor: pointer;
}
.btn:hover {
	opacity: 0.8;
}
.map-wrap img {
	width: 100%;
}
.width-80 {
	width: 80%;
}
