*{
	margin: 0;
	padding: 0;
	border: 0;
}
html,body{
	width: 100%;
}
em,i{
	font-style: normal;
}
a{
	text-decoration: none; color:#0daae6;
}
.inner{
	width: 1200px;
	margin: 0 auto;
}

/*侧边盒子*/
.moveBox{
	position: absolute;
	right: 0;
	top: 200px;
	z-index: 999;
}
.moveBox ul li{
	margin-top: 4px;
	position: relative;
}
.moveBox ul li .mBox{
	width: 65px;
	height: 64px;
	background: #0daae6;
	border-radius: 5px;
	padding-top: 1px;
	cursor: pointer;
}
.moveBox ul li:hover .mBox{
	background: #0daae6;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
}
.moveBox ul li .mBox .mIcon{
	width: 34px;
	height: 32px;
	font-size: 0;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 5px;
}
.moveBox ul li .mBox .mIcon img{
	width: 100%;
	height: 100%;
}
.moveBox ul li .mBox span{
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 12px;
	display: block;
	line-height: 12px;
	padding-top: 8px;
	text-align: center;
}
.moveBox ul .hotLine{
	height: 65px;
}
.moveBox ul .hotLine .show{
	display: block;
}
.moveBox ul .hotLine .hide{
	display: none;
}
.moveBox ul .hotLine:hover .show{
	display: none;
}
.moveBox ul .hotLine:hover .hide{
	display: block;
}
.moveBox ul .hotLine .hide{
	width: 255px;
	background: #0daae6;
	border-radius: 5px;
	height: 64px;
	padding-top: 1px;
	position: absolute;
	right: 0;
	top: 0;
}
.moveBox .hotLine .hide .phIcon{
	width: 34px;
	height: 32px;
	font-size: 0;
	overflow: hidden;
	margin-top: 16px;
	margin-left: 18px;
}
.moveBox .hotLine .hide .phIcon img{
	width: 100%;
	height: 100%;
}
.moveBox .hotLine .hide span{
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 16px;
	display: block;
	line-height: 64px;
	padding-left: 2px;
}
.moveBox ul .hezuo .mBox{
	height: 100px;
	margin-top: 20px;
}
.moveBox ul .hezuo .mBox .mIcon{
	margin-top: 25px;
}
.moveBox ul .hezuo .mBox span{
	padding-top: 12px;
}
.moveBox ul li .eCodeLi{
	position: relative;
}
.moveBox ul li .eCodeLi .eCode{
	width: 110px;
	background: #0daae6;
	padding-bottom: 5px;
	position: absolute;
	right: 65px;
	top: 0;
	opacity: 0;
	border-radius: 5px;
	display:none;
}
.moveBox ul li:hover .eCodeLi .eCode{
	opacity: 1;
	display:block;
}
.moveBox ul li .eCodeLi .mIcon{
	margin-top: 16px;
}
.moveBox li .eCodeLi .eCode span{
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	display: block;
}
.moveBox li .eCodeLi .eCode .img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
}
.moveBox li .eCodeLi .eCode .img img{
	width: 100%;
	height: 100%;
}
.moveBox ul li:last-child span{
	padding-top: 0;
}  

/*--------顶部--------*/
.tops{
	width: 100%;
	min-width: 1200px;
	height: 37px;
	border-bottom: 1px solid #e0e0e0;
}
.tops .welcome{
	color: #0daae6;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 36px;
}
.tops .tOther ul li{
	float: left;
	padding: 0 10px;
	margin-top: 12px;
	position: relative;
}
.tops .tOther ul li.line::after{
	content: "";
	display: block;
	width: 1px;
	height: 11px;
	background: url(../imgs/topLine.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 1px;
	right: 0;
}
.tops .tOther ul li span{
	color: #0daae6;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 14px;
	display: block;
} 
.tops .tOther .phone{
	margin-left: 20px;
	padding-top: 10px;
}
.tops .tOther .phone em{
	width: 14px;
	height: 14px;
	font-size: 0;
	overflow: hidden;
	display: block;
	background: url(../imgs/topPhoneIcon.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 2px;
}
.tops .tOther .phone span{
	color: #0daae6;
	font-family: "微软雅黑";
	font-size: 16px;
	display: block;
	line-height: 16px;
	font-weight: bold;
	padding-left: 6px;
}

/*-------导航条--------*/
.navigate{
	width: 100%;
	min-width: 1200px;
}
.navigate .logo{
	width: 210px;
	height: 60px;
	font-size: 0;
	overflow: hidden;
	margin-top: 10px;
}
.navigate .logo img{
}
/*搜索框*/
.sousuo{ height: 30px; float: right; margin-right: 15px; padding-top: 5px;}
.mall-search {
  margin-left: 20px;

}
.mallSearch-form {
  height: 25px;
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius:10px;
  margin-left: 10px;
}
.mallSearch-input-wp {
  float: left;
  position: relative;
}

.mallSearch-input {
  color: #999;
  margin: 0;
  position: relative;
  z-index: 2;
  width: 115px;
  height: 20px;
  line-height: 20px;
  padding:0 5px;
  outline: 0;
  font-weight: 900;
  font: 12px/14px arial;
}
.mallSearch-input-wp label {
  line-height: 30px;
  position: absolute;
  left: 8px;
  top: 0;
  z-index: 1;
  font-size: 14px;
  display: inline;
  color: #666;
}
.mallSearch-input-wp.focus label {
  color: #ccc;
}
.mallSearch-input-wp.fill label {
  display: none;
}
.mallSearch-form button {
  background: transparent;
    border: none;
    padding-right: 7px;
      cursor:pointer;
}

.navigate ul{
	padding-top: 26px;
}
.navigate ul li{
	float: left;
}
.navigate ul li span{
	color: #333333;
	font-family: "微软雅黑";
	font-size: 15px;
	display: block;
	line-height: 44px;
	padding: 0 25px;
	position: relative;
}
.navigate ul li span::after{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #00a59f;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
}
.navigate ul li.active span::after,
.navigate ul li:hover span::after{
	width: 100%;
	opacity: 1;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
}

