/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font: 14px arial, helvetica, clean, sans-serif;
	line-height: 28px;
	color: #333;
	font-family: "microsoft yahei";
	overflow-x: hidden;
	overflow-y: auto;
}
div, p, li {
	word-break: break-all;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th {
	padding: 0;
	margin: 0;
}
fieldset {
	border-top-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
}
a img {
	border: 0;
	padding: 0;
	margin: 0;
}
i {
	font-style: normal;
}
input {
	background: none;
	border: 0 none;
}
/*清除浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear {
	clear: left;
}
.clearfix {
*zoom: 1;
}
address, caption, cite, cite, code, dfn, em, th, var {
	font-weight: normal;
	font-style: normal;
}
li {
	list-style-type: none;
}
caption {
	text-align: left;
}
th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:unknown {
content: '';
}
q:unknown {
content: '';
}
input, textarea, select {
	font-family: inherit;
}
input, textarea, select {
	font-size: 100%;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #009882;
	text-decoration: none;
}
.icon {
	background-image: url("../images/icon.png");
	display: inline-block;
	vertical-align: middle;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
	display: block;
	_height: 0;
	overflow: hidden;
}
.mapp{ margin:0 auto; width:100%; max-width:1000px;}
.mlogo{width:auto; height:60px; background:url(../images/logo.png) no-repeat;}
.mtitle{ font-size:1.5em; font-weight:bold; text-align:center; color:#06C; height:80px; width:100%; border-top: #CCC solid 1px; padding-top:20px; line-height:40px;}
.mtxt{ font-size:1em; color:#666; line-height:30px; width:100%;}
.mtxt .mtb{ font-size:1.2em;}
.mreg{ height:80px; width:100%; text-align:center; padding-top:30px;}
.mtxt p{ display:inline-block; width:100%;}
.ul-list{ width:100%;}
.ul-list li{
	float:left; width:80px;
}
.ul-list > li {
   
  flex: 1;
  position: relative;
}
.ul-list > li > a {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  color: #666;
  cursor:pointer;
}
.ul-list > li > span {
  color: #666;
  font-size: 14px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-list > li:hover .ol-list {
  display: block;
}
.ol-list {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 999;
  width:400px;
  background:#eee;
  height:auto;
  color:#333;
  padding:15px;
}

@media screen and (max-width:680px) {
.ol-list {
  display: none;
  position:fixed;
  top:100px;
  left:10px;
  z-index: 999;
  width:400px;
  background:#eee;
  height:auto;
  color:#333;
  padding:15px;
}
}