.site-title {
  padding: 32px 0 28px;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-title .logo {
  color: transparent;
  background: url(../../../images/layout06/common/en_logo.png) 50% 50% no-repeat;
  background-size: contain;
  width: 260px;
  height: 70px;
  transition: all 0.3s ease;
}
.site-title .logo:hover {
  opacity: 0.7;
}
.site-nav {
    margin: 70px 0 0px -35px;
}
.site-nav .menu li {
    position: relative;
    width: fit-content;
}
.site-nav .menu > li > a {
  transition: all 0.2s;
  text-align: center;
  display: block;
  color: #333333;
  letter-spacing: 0.35px;
  padding: 4px 10px;
  font-size: 18px;
  position: relative;
  box-sizing: border-box;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}
.site-nav .menu > li.active > a,
.site-nav .menu > li.active2 > a,
.site-nav .menu > li:hover > a {
  color: #1a679e;
}
.site-info::before {
    content: "";
    display: block;
    position: relative;
    color: transparent;
    background: url(../../../images/layout06/common/en_logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 223px;
    height: 60px;
    margin-bottom: 20px;
}
.side .title {
    letter-spacing: 0px;
    font-size: 20px;
    box-sizing: border-box;
    color: #ffffff;
    padding: 30px 25px 0;
    font-weight: normal;
    text-align: left;
    margin: 0 0 0px 0;
    background: linear-gradient(to right, rgba(27, 104, 158, 1) 0%, rgba(21, 86, 130, 1) 100%);
    width: 220px;
    height: 89px;
    border-radius: 20px 20px 0 0;
    box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1280px) {
  .site-title .logo {
    width: 186px;
    height: 50px;
}
  .site-nav .menu li a {
      font-size: 15px;
      padding: 4px 4px;
    }
    .site-map ul + ul {
      margin: 0 0 0 10px;
    }
}

@media screen and (max-width: 1000px) {
    .site-title,
    .header-fixed .site-title {
      float: none;
      padding: 15px 0;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
    width: 186px;
    height: 50px;
    }
}