html {
  user-select: none;
}

body {
  background: #f3f3f6;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.banner {
  background-color: #1a6cb9;
  /* background: url(../image/banner.jpg) no-repeat; */
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.mainTitle {
  font-size: 40px;
  color: rgb(245, 239, 223);
  text-align: left;
  font-weight: 400;
  width: 100%;
  text-align: center;
  line-height: 1em;
  height: 1em;
}

.mainTitle img {
  width: 60%;
}

.mainDescription {
  font-size: 14px;
  color: #be854c;
  text-align: justify;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.9;
}

.cac-container {
  margin: 0 20px;
}

.title-pc-content {
  margin: 20px 10px;
  display: inline-block;
}

.guide-box {
  display: flex;
  align-items: center;
  font-size: 24px;
}

.guide-box .guide-num {
  color: #717173;
  width: 40px;
  padding-left: 20px;
}

.guide-box .title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.guide-box .title-pc-title {
  color: #1a69d7;
  font-weight: 400;
}

.list-pc-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}

.list-pc-content .guide-item {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 5px;
  width: 97%;
  margin: 0 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  justify-content: space-between;
}

.list-pc-content .guide-item .item-num {
  font-weight: 200;
  font-size: 36px;
  margin: 10px 0 0 15px;
  color: #050659;
}

.item-cn-title {
  color: #555;
  font-size: 24px;
  margin: 0 0 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
}

.item-en-title {
  color: #aaa;
  font-size: 16px;
  margin: 0 0 15px 15px;
  font-weight: 200;
}

.divier {
  height: 1px;
  background: #f3f3f6;
  margin: 0 15px;
}

.item-local {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}

.item-local .item-local-icon {
  background: url(../image/icon/local.png) no-repeat center center;
  background-size: contain;
  padding: 0 10px;
  margin: 0 10px;
}

.item-local .item-local-icon img {
  visibility: hidden;
  width: 10px;
}

.item-local-title {
  color: #666;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.item-local-title .local-cn {
  font-size: 16px;
  font-weight: 200;
}

.item-local-title .local-en {
  font-size: 16px;
  font-weight: 200;
}

.slogo {
  position: relative;
  width: 100%;
  margin: auto;
}

.slogo img {
  width: 100%;
}

.footer {
  position: relative;
  font-size: 16px;
}

.footer .t {
  font-size: 18px;
  text-align: center;
  color: #fff;
  width: 100%;
  font-weight: 200;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
  background: url(../image/foot-t-b.png) repeat-x left bottom;
  padding: 30px 0 0;
}

.footer .t .gabeian {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer .t .gabeian img {
  width: 18px;
  height: 20px;
  margin-right: 6px;
}

.gabeian img a {
  color: #fff;
}

.footer .t p {
  font-size: 14px;
}

.footer .t p a {
  color: #fff;
  text-decoration: none;
}

.footer img {
  position: relative;
  bottom: 0;
  float: left;
}

.footer .t .name-t {
  font-weight: 300;
  margin-bottom: 10px;
}

.footer .t p {
  padding: 0;
  margin: 0;
  line-height: 2rem;
}

.footer img {
  width: 100%;
}


@media screen and (max-width: 600px) {
  .subtitle {
    position: absolute;
    width: 300px;
    left: calc(50% - 150px);
    text-align: center;
    font-size: 16px;
  }

  .title {
    width: auto;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0 10px;
    display: none;
  }

  .logo {
    width: auto;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: rgb(245, 239, 223);
    line-height: 60px;
  }

  .title-pc-title a {
    color: rgb(245, 239, 223);
    text-decoration: none;
    font-size: 6px;
  }

  .title-pc-title {
    color: rgb(245, 239, 223);
    height: 30px;
    font-size: 16px;
  }

  .title-pc-sub-box {
    height: 30px;
    font-size: 16px;
  }

  .title-pc-sub-box a {
    font-size: 6px;
    color: #717173;
    text-decoration: none;
    height: 30px;
  }

  .el-menu {
    height: 30px;
    background-color: transparent !important;
  }

  .el-menu:hover {
    background-color: transparent !important;
  }

  .el-submenu .el-submenu__title {
    height: 30px !important;
    line-height: 30px !important;
    background-color: transparent !important;
    font-size: 20px !important;
    color: rgb(245, 239, 223) !important;
    border: 0px !important;
    border-bottom: 0px !important;
    padding: 0 0 0 0;
  }

  .el-submenu .el-submenu__title:hover {
    background-color: transparent !important;
  }

  .el-menu.el-menu--horizontal {
    border-bottom: 0 !important;
  }

  .el-submenu,
  .el-menu--popup {
    min-width: 40px !important;
  }

  .head-content {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    /* display: flex; */
    flex-direction: column;
    padding: 0 20px;
    height: 100%;
    justify-content: center;
  }

  .container {
    height: 100px;
  }
}

@media screen and (min-width: 600px) {
  .subtitle {
    position: absolute;
    width: 600px;
    left: calc(50% - 300px);
    text-align: center;
    font-size: 40px;
  }

  .title {
    width: auto;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0 0 50px;
  }

  .logo {
    width: auto;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: rgb(245, 239, 223);
    line-height: 60px;
  }

  .title-pc-title a {
    color: rgb(245, 239, 223);
    text-decoration: none;
  }

  .title-pc-title {
    color: rgb(245, 239, 223);
    font-size: 24px;
    height: 30px;
  }

  .title-pc-sub-box {
    height: 30px;
  }

  .title-pc-sub-box a {
    font-size: 16px;
    color: #717173;
    text-decoration: none;
    height: 30px;
  }

  .el-menu {
    display: none;
  }

  .head-content {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    /* display: flex; */
    flex-direction: column;
    padding: 0 20px;
    height: 100%;
    justify-content: center;
  }

  .container {
    height: 80px;
  }
}