/* CSS Document */
#navigation {
/*  width: 100%;*/
  min-width: 1200px;
  height: 93px;
  background: #FFFFFF;
  box-shadow: 1px 1px 1px 1px rgba(70, 70, 70, 0.22);
  overflow: hidden;
}
#navigation .layui-nav .layui-this:after, .layui-nav-bar {
  background-color: #0052D9!important;
}
#navigation .layui-nav .layui-this a{
  color: #0052D9!important;
}
#navigation .layui-input {
  padding-left: 18px !important;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #AAB9CB;
}
#navigation .layui-icon{
	position: absolute;
	top: 11px;
	right: 10px;
	border: none;
	background: #F2F7FC;
}
#navigation #search .layui-icon-search:before{
	content:url(../images/search.png);
}
#navigation .layui-nav {
  background: #fff !important;
  padding-top: 33px !important;
}
#navigation .layui-input-block {
  margin-left: 0 !important;
}
#navigation .layui-nav .layui-this:after {
  height: 2px !important;
}
#navigation #logo {
  float: left;
  margin-left: 0;
  margin-top: 10px;
}
#navigation #logo li {
  list-style: none;
}
#navigation #logo img {
  width: 156px;
  height: 44px;
}
#navigation .logoText {
  margin-top: 2px;
  width: 154px;
  height: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #464646;
  line-height: 20px;
}
#navigation #navigationList {
  float: left;
  margin-left: 58px;
}
#navigation #navigationList ul {
  height: 93px;
}
#navigation #navigationList li:first-child {
  margin-left: 0px;
}
#navigation #navigationList li a {
  text-decoration: none;
  font-weight: bold;
  color: #464646;
  /*line-height: 20px;*/
  display: block;
}
#navigation #navigationList .navSelect {
  color: #0052D9;
}
#navigation #navigationList .navNoSelect {
  color: #464646;
}
#navigation #search {
  float: left;
  margin-left: 30px;
}
#navigation #search input[type=text] {
  width: 270px;
  height: 40px;
  margin-top: 41px;
  background: #F2F7FC;
  /*border: 1px solid #464646;*/
  border-radius: 10px !important;
}

