html,
body {
  max-width: 100%;
  color: #333;
  outline: none;
  font: normal normal normal 14px Arial, Helvetica, "Microsoft YaHei", "Hiragino Sans GB",
    "Helvetica Neue", "微软雅黑", sans-serif !important;
}

@media screen and (max-width: 1400px) {
  body {
    min-width: 1310px !important;
  }

  .indexContentWidth {
    min-width: 1260px !important;
    width: 1260px !important;
  }

  .indexLogo {
    padding-top: 40px !important;
  }

  .indexLogo img {
    height: 140px;
    width: auto;
  }

  .index-linkBox {
    margin-top: calc((100vh - 700px) / 2) !important;
  }

  .iconBox .iconfont {
    font-size: 56px;
  }
  
  .linkName .cn {
    font-size: 22px !important;
  }
  
  .linkName .en {
    font-size: 12px !important;
  }
}

.indexTop {
  background-color: #fff;
  color: #333 !important;
}

.indexContentWidth {
  width: 1500px;
  margin: 0 auto;
}

.indexTop .indexContentWidth {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  font-size: 18px;
}

.topLink-Box,
.adminSet-box {
  display: flex;
  display: -webkit-flex;
  height: 100px;
  padding-top: 35px;
  flex-wrap: nowrap;
}

.adminSet-box > a {
  display: inline-flex;
}

.adminSet-box > a .iconfont {
  margin-right: 8px;
}

.topLink-item {
  display: block;
  margin-right: 10px;
  text-decoration: none;
  color: #333;
}

.topMark {
  margin-right: 10px;
}

.topLink-item .iconfont {
  font-size: 18px;
  color: #666666;
}

.topLink-item.active,
.topLink-item:hover {
  background-image: url(/images/scIndex/green.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  text-decoration: none !important;
}

.adminImg {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
  bottom: 15px;
  border-radius: 52px;
  overflow: hidden;
}

.adminImg img {
  width: 100%;
  height: 100%;
}

.adminName {
  margin-right: 10px;
}

.setLink-item {
  display: block;
  text-decoration: none;
  color: #333;
}

.setLink-item .iconfont {
  font-size: 18px;
  color: #666666;
}

.indexContainer {
  width: 100%;
  height: calc(100vh - 220px);
  background-image: url(/images/scIndex/bgIndex.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.indexLogo {
  text-align: center;
  padding-top: 80px;
  padding-top: calc((100vh - 800px) / 2);
}

.index-linkBox {
  /* margin-top: calc((100VH - 800px) / 2); */
  margin-top: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.adress-link {
  display: block;
  flex: 1;
  max-width: 260px;
  height: 300px;
  margin-right: 20px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
}

.index-linkBox .adress-link:last-of-type {
    margin-right: 0;
}

.adress-link:hover {
  text-decoration: none;
  border: 1px solid #03a560;
}

.adress-link:visited {
  text-decoration: none;
}

.nolink .iconBox {
  border-radius: 50%;
  background-image: none;
  /* background-image: linear-gradient(45deg, rgba(135,135,135, 0.6) , rgba(222,222,222,0.1)); */
  /* background-image: url(/images/scIndex/bg_green.png); */
  background-color: rgba(135, 135, 135, 0.5);
}

.nolink:hover {
  text-decoration: none;
  border: 1px solid transparent;
  cursor: text;
}

.nolink:visited {
  text-decoration: none;
}

.linkContain {
  height: 300px;
  padding-top: 50px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}

.iconBox {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(45deg, rgba(12, 123, 188, 0.8) 25%, rgba(7, 186, 137, 0.8));
  /* background-image: url(/images/scIndex/bg_green.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.iconBox .iconfont {
  font-size: 62px;
}

.iconBox .icon-zhiwei {
  font-size: 76px;
}

.linkName {
  margin-top: 15px;
  text-align: center;
}

.linkName .cn {
  margin-bottom: 4px;
  font-size: 26px;
  font-weight: bold;
}

.linkName .en {
  font-size: 14px;
  color: #999999;
}

.nolink .linkName * {
  color: #acacac;
}

.footer {
  background: #464950;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.footer span {
  margin-right: 15px;
  color: #a2a2a2;
}
