html body {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}

a:hover {
  color: #025196;
}

/* 内容展示 */

.layui-container {
  padding: 0px;
}


.Logo {
  width: 200px;
  padding-top: 30px;
}

.Logo {
  width: 100%;
}

.TopDiv {
  background-color: rgb(0, 60, 146);
  height: 120px;
  width: 100%;
}

.TopRight {
  float: right;
  font-size: 1.8em;
  margin-top: -40px;
  display: flex;
  flex-wrap: nowrap;
}

.TopRight .SchoolTel {
  margin-right: 10px;
  color: #fff;
  line-height: 40px;
}

.TopRight .SchoolHome {
  margin-right: 30px;
  line-height: 40px;
}

.TopRight .SchoolHome a {
  color: #fff;
}

.TopRight .SearchDiv {
  border-radius: 30px;
  padding: 2px 20px 5px 10px;
}

.TopRight .SearchDiv input {
  color: gray;
  border: none;
  height: 30px;
  padding-left: 10px;
  font-size: 0.8em;
}

/* 栏目 */
.MenuDiv {
  display: flex;
  flex-wrap: nowrap;
}

.MenuDiv .item {
  padding: 30px 0px;
  width: 16.7%;
  text-align: center;
}

.MenuDiv .item:last-child a {
  border-right: none;
}

.MenuDiv .item a:hover {
  color: rgb(0, 60, 146);
}

.MenuDiv .item a {
  display: block;
  font-size: 1.7em;
  line-height: 50px;
  border-right: dotted 1px #ccc;
  border-radius: 0px;
}

.this a {
  color: rgb(0, 84, 202);
}


.MenuDiv .item .SubItem {
  position: absolute;
  width: 16.7%;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
  margin-top: 30px;
  border-bottom: dotted 1px #ccc;
  z-index: 1;
}

.ProfessionItem:hover .SubItem{
  display: block;
}

.MenuDiv .item .SubItem ul li{
  line-height: 40px;
}

.MenuDiv .item .SubItem a {
  border: none;
  z-index: 100;
  width: 100%;
  padding: 10px 0px;
  color: #000;
}

.MenuDiv .item .SubItem a:hover {
  background-color: #025196;
  color: #fff;
}

.MenuDiv .item .SubItem a:hover ul li a{
  color: #fff;
}

.banner {
  width: 100%;
}

.banner img {
  width: 100%;
}


.Foot {
  background-color: rgb(0, 60, 146);
  color: #fff;
  height: 350px;
}

.Foot .FootContent {
  line-height: 50px;
  font-size: 1.5em;
}

.Foot .EWM{
  float: right;
    width: 200px;
    margin-top: -220px;
}

.Foot .EWM img{
  width: 100%;
}
