@charset "utf-8";
/*html {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/
body {
  margin: 0;
  font-family: "Microsoft Yahei", "雅黑","微软雅黑";
  font-size: 14px;
  line-height: 1.5;
  background: #FFF;
}

nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.nav {
  width: 100%;
  margin: 0 auto;
  background: #419EE1;
  color: #FFFFFF;
}
.nav a {
  display: block;
  padding: 0 16px;
  line-height: inherit;
  cursor: pointer;
  text-align:left!important;
}
.nav__menu {
  line-height: 47px;
  font-weight:normal;
  text-transform: uppercase;
}
.nav__menu-item {
  display: inline-block;
  position: relative;
}
a {
  color:#FFFFFF;
  text-decoration:none;
}
.nav__menu-item:hover {
  background-color: #25A0E3;
  color:#FFFFFF;
}
.nav__menu-item:hover .nav__submenu {
  display: block;
  color:#FFFFFF;
}
.nav__submenu {
  z-index:8888;
  font-weight: normal;
  text-transform: none;
  display: none;
  position: absolute;
  width: 200px;
  background-color: #25A0E3;
}
.nav__submenu-item:hover {
  /*background: #1D6C93;*/
}
.mclink{
	line-height:40px!important;
	border-bottom:1px dashed #CBF6FF;
}
.mclink:hover{
	text-decoration:underline;
	color:#FC0;
}
.celink:hover{
	text-decoration:underline;
	color:#FC0;
}