/* 页面顶部样式（通用） */
.header-bg {
  height: 193px;
}
.header-bg .top-box {
  position: relative;
}
/* 背景颜色模糊 */
.top-box .top-bg {
  height: 154px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: .8;
}
/* logo，标题相关 */
.top-box .container {
  height: 154px;
  padding: 30px 30px;
  padding-top: 18px;
}
.container .row .title-content {
  display: flex;
  justify-content: start;
  align-items: center;
}
.title-content .title-head {
  margin-left: 10px;
}
.title-content .title-head > a {
  display: block;
  color: #000;
}
.title-content .title-head > a:hover {
  text-decoration: none;
}
.title-content .title-head > a .x-zh {
  font-family: "\534E\6587\6977\4F53";
  letter-spacing: .6vw;
  transform: scaleY(1.3);
  -ms-transform: scaleY(1.3);
  -webkit-transform: scaleY(1.3);
  -moz-transform: scaleY(1.3);
  -o-transform: scaleY(1.3);
  white-space: nowrap;
}
.title-content .title-head > a .school-zh {
  font-size: 1.5vw;
}
.title-content .title-head > a .academic-zh {
  font-size: 1.5vw;
}
.title-content .title-head > a .school-en, .academic-en {
  font-size: 1vw;
  font-family: "\6977\4F53";
  letter-spacing: .3vw;
  zoom: 68%;
  white-space: nowrap;
  margin-left: 10px;
}
/* 顶部右边 */
.container .row .search-box {
  margin-top: 15px;
  text-align: center;
}
.search-box .school-date {
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
}
.search-box .search-input .input-btn {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 10px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 68%;
}
.search-box .search-input .search-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #409EFF;
  border-radius: 10px;
  cursor: pointer;
}
/* 导航栏 */
.header-bg .nav-menu {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 30px;
  z-index: 99999;
  background: rgba(27,58,112,.8);
}
.nav-menu > ul {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.nav-menu > ul > li{
  position: relative;
  text-align: center;
}
.nav-menu > ul > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
}
.nav-menu > ul > li:hover {
  border-bottom: 3px solid #409EFF;
}
.nav-menu > ul > li > a:hover {
  text-decoration: none;
}
/* 下拉菜单 */
.nav-menu .dropdown-nav {
  display: block;
  position: absolute;
  top: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 2px;
  z-index: 999;
}
.nav-menu .dropdown-nav > li > a {
  display: block;
  width: 84px;
  padding: 2px 12px 0;
  font-size: 14px;
  color: #333;
}
.nav-menu .dropdown-nav > li > a:hover {
  color: #409EFF;
  text-decoration: none;
}
/* 移动端顶部及导航栏 */
.md-up-hidden {
  position: relative;
}
.mobile-menus {
  height: 50px;
}
.mobile-menus .menus-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  background-color: rgba(27,58,112,.8);
}
.menus-content .mobile-logo span {
  color: #fff;
  font-size: 1.3rem;
  padding-left: .3rem;
}
/* 导航栏 */
#menu {
  width: 100%;
  position: absolute;
  top: 50px;
  color: #fff;
  background-color: rgb(84, 92, 100);
  z-index: 999;
}
#menu > li {
  padding: 5px 20px;
  cursor: pointer;
}
#menu > li:first-of-type a {
  font-size: 16px;
  /*color: #1296db;*/
}
#menu > li a {
  display: block;
  height: 45px;
  line-height: 45px;
  padding-left: 5px;
  color: #ffffff;
  cursor: pointer;
}
#menu > li > ul {
  padding: 5px;
}
/* 左侧菜单 */
.list-container {
  margin-top: 30px !important;
}
.list-container .container {
  max-width: 100%;
}
.list-container .left-menu {
  text-align: center;
}
.list-container .left-menu .circle-box1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  box-shadow: 1px 1px 5px #afafaf;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #ffffff;
}
.left-menu .circle-box1 .circle-box2{
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background-color: #f0f0f0;
  z-index: 1;
}
.left-menu .circle-box1 .circle-box2 .first-menu{
  color: #1B3A70;
  padding-top: 8px;
  font-size: 17px;
}
.list-container .left-menu .second-menu {
  width: 136px;
  height: 150px;
  position: relative;
  top: -54px;
  margin: 0 auto;
}
.second-menu .menu-list {
  padding-top: 60px;
  padding-bottom: 10px;
  background: rgba(240,240,240,.4);
}
.menu-list li a{
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #409eff;
}
.menu-list li a.active{
  transform: scale(1.08,1.08);
  background-color: #1b3a70;
  color: #fff;
}
.menu-list li a:hover{
  text-decoration: none;
  transform: scale(1.08,1.08);
}
/* 三级菜单 */
.third-menu .menu-list-third {
  background: rgba(240,240,240,.4);
}
.menu-list-third li a {
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #333;
  font-size: 14px;
}
.menu-list-third li a.active-plus {
  background-color: #1b3a70;
  color: #fff;
  text-decoration: none;
  transform: scale(1,1);
}

/* 关注微信公众号 */
.aside-btn {
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: fixed;
  top: 50%;
  right: 1%;
  z-index: 9999;
  cursor: pointer;
  opacity: .2;
}
.aside-btn:hover {
  transition: .5s;
  opacity: 1;
}
.aside-btn .click-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  /*flex-flow: column;*/
  width: 52px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
}
.aside-btn .click-trigger:hover {
  transition: .5s;
  box-shadow: 0 0 10px #999;
}
.aside-btn .popover-body {
  text-align: center !important;
}

/* 底部 */
.footer-bg {
  min-height: 133px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-image: url("../img/footerBg.png");
  margin-top: 45px;
}
.footer-bg .row {
  width: 95%;
  justify-content: center;
  align-items: center;
}
.footer-bg .dgut-logo {
  margin-top: 12px;
}
.footer-bg .rights>div, .footer-bg .contact>div {
  margin-top: 12px;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 1px;
}
@media screen and (max-width: 992px) {
  .footer-bg .rights {
    margin: 10px 0;
  }
  .footer-bg .contact {
    margin-bottom: 10px;
  }
  .footer-bg .rights>div, .footer-bg .contact>div {
    margin-top: 0;
    font-size: .9rem;
  }
}