body {
  font-family: sans-serif;
  position: relative;
  min-height: 100vh;
background: #f8f8f8;
color:#666
}
.editor-content{text-align: justify;}
.editor-content * {
text-align: justify;
    word-break: break-word;
    max-width: 100%;
}

/* 导航样式开始 */
.navbar-default {
  background-color: #076236;
  border-color: #076236;
}

.navbar .navbar-brand ,.footer-box  .navbar-brand{
  display: flex;
  height: auto;
  padding: 13px 0 10px ;
  font-size: 18px;
  line-height: 20px;
  margin-left: 0;
  align-items: center;
  float: none;
}

.navbar-brand a {
  display: block;
}

.navbar-brand a:first-of-type img,
.navbar-brand a:first-of-type svg {
  width: 239px;
  height: 61px;
  display: block;
  margin: 0 auto;
}

.navbar-brand a:last-of-type .logo-text {
  display: block;
  margin-left: 10px;
  font-size: 30px;
  line-height: 32px;
  font-family: Arial;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.show-search {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 12px 14px 14px 20px;
  outline: none;
  border: none;
  background: none;
}

.input-group {
  width: 332px;
  background: #225989;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  display: none;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 50px;
  right: 0;
}

li.open .input-group {
  display: flex;
}

.input-group input {
  background-color: transparent;
  outline: none;
  border: none;
}

.input-group .input-search {
  width: 260px;
  height: 16px;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
}

.input-group .search-border {
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #fff;
  flex-shrink: 0;
  margin-left: 10px;
}

.nav-btn-search {
  display: inline-block;
  width: 100%;
  height: 18px;
  color: #fff;
}

.input-group i.icon-a-mingchengsousuoshuxingxianxing {
  position: absolute;
  right: 20px;
  color: #fff;
  z-index: -1;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  letter-spacing: 0;
}

.navbar-nav>li>a {
  padding: 15px 20px;
  position: relative;
}
.index-box {
  padding: 80px 0;
}

.index-news-box {
  padding: 80px 0px 80px;
}
.index-news-box .index-title{padding-bottom: 3em;}

.index-news-box .container {
  position: relative;
}

.index-news-box .img-title {
  position: absolute;
  right: 0;
  top: -20px;
  width: 50%;
}

.index-news-box .wrap {
  display: block;
  position: relative;
  transition: all .1s;
  box-shadow: 0px 0px 10px #cccccc;

}


.index-announcements-con .title {
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.index-news-box .img-bg:hover{
-moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); 
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;

}
.index-news-box .wrap .img-bg {
  /* display: block; */
  /* width: 100%; */
   height: 240;
  padding-bottom: 62.5%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.index-news-box .wrap .tag {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 4px 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.index-news-box .wrap .content {
  padding-top: 8px;
  color: #3B3838;
}

.index-news-box .wrap .date {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.index-news-box .wrap .title {
  height: 90px;
  padding: 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-news-box .wrap:hover .title {
 /* color: #2E75B6;*/
}
.hot-item-box {
   background-image: url(../../itembg.jpg);
background-size:cover
}
.quicklink-box {
    background-image: url(../../images/quicklinkbg.jpg);
    background-size: cover;
    padding: 40px;
    color: #fff;
text-align: center;
}
.quicklink-box a:hover{color:#fff;}
@media (min-width: 1335px) {
  .navbar-nav>li>a {
    padding: 30px;
  }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #076236;
  box-shadow: none;
}

.navbar-nav {
  margin: 0 -15px;
  padding:  0;
  background-color: #333;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #dfc094;
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #dfc094;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.header-top-right {
  position: absolute;
  right: 0;
  top: 0;
}
.header-top-right ul{
    /*background: rgba(255, 255, 255, 0.2);*/
    border-radius: 0 0 0 10px;


}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle {
  margin-top: 0;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.menu-item-level-2>a {
  display: block;
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 10px;
}

.menu-item-level-3 {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #fff;
}

.menu-item-level-2>a:focus,
.menu-item-level-2>a:hover,
.menu-item-level-2.active>a:hover,
.menu-item-level-3 a:focus,
.menu-item-level-3 a:hover,
.menu-item-level-3.active a {
  color: #dfc094;
  text-decoration: none;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 80vh;
  overflow-y: auto;
}



@media (max-width: 820px) {
  body {
    padding-top: 0 !important;
  }

  .navbar {
    position: relative;
    margin-bottom: 0;
    padding-top: 60px;
  }

  .navbar .navbar-brand {
    display: block;
    padding: 10px 0;
  }

  .navbar-brand a:last-of-type {
    text-align: center;
    margin-top: 8px;
  }

  .navbar-brand a:last-of-type .logo-text {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  .navbar-brand a:last-of-type .logo-text p.cn {
    line-height: 22px;
    font-size: 20px;
    margin-bottom: 4px;
    text-align-last: justify;
  }

  .show-search {
    display: none;
  }

  .header-top-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100% !important;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-top-right ul li:first-of-type {
    position: absolute;
    right: 10px;
    bottom: 15px;
  }

  .input-group {
    display: flex;
    position: relative;
    width: 200px;
    padding: 6px 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    right: 0;
  }

  .input-group .input-search {
    width: 130px;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: none;
  }
}

@media (max-width: 1165px) {
  .navbar-default .navbar-nav>li>a {
    padding: 15px 5px;
    margin: 0 15px;
    border-bottom: 1px solid #606266;
max-width: 100%;
    text-align: left;
  }

  .nav .open>a,
  .nav .open>a:focus,
  .nav .open>a:hover {
    background-color: #eee;
    border-color: #606266;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-menu>.active>a::after {
    content: '';
    width: 0;
  }

  .dropdown .dropdown-toggle::after {
    content: '';
    border: solid black;
    border-width: 0 1.5px 1.5px 0;
    border-color: #fff;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 20px;
  }

  .dropdown.active .dropdown-toggle::after {
    border-color: #FFC745;
  }

  .dropdown.open .dropdown-toggle::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .menu-item-level-2>a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #606266;
  }

  .menu-item-level-3 {
    padding-left: 20px;
  }

  .menu-item-level-3>a {
    display: block;
    font-size: 14px;
    margin-left: 20px;
    padding: 10px 0;
    margin-bottom: 0;
    color: #fff;
    border-bottom: 1px solid #606266;
  }
}

@media (min-width: 1165px) {
  .navbar .navbar-brand {
    float: left;
  }

  .header-navbar {
    float: right;
    text-align: right;
  }

  .header-top-right {
    float: right;
    padding-top: 0;
    padding-left: 35%;
    position: relative;
    text-align: right;
    color: #fff;
  }

  .header-top-right li {
    display: inline-block;
  }

  .navbar-nav {
    padding:0;
    background-color: transparent;
  }

  .nav>li {
position: relative;
    display: block;
  }

  .dropdown-menu {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 70vh;
    left: 0;
    right: 0;
  }
.secmenu-box {
float: left;
    padding-top: 10px;
}
  .dropdown-menu .container {
    display: flex;
    flex-wrap: wrap;
  }

  .menu-item-level-2 {
    float: left;
    padding-right: 1.5em;
    padding-left: 1.5em;
    transition: .3s ease;
  }

  .menu-item-level-2>a {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 0;
    border-bottom: 1px solid #e2cfbd;
    margin-bottom: 10px;
    color: #fff;
display: inline-block;
    text-align: left;
    padding-right: 20px;
    min-width: 100px;
  }

  .menu-item-level-3 {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 0;
    color: #444;
  }

  .menu-item-level-2>a:focus,
  .menu-item-level-2>a:hover,
  .menu-item-level-2.active>a:hover,
  .menu-item-level-3 a:focus,
  .menu-item-level-3 a:hover,
  .menu-item-level-3.active a {
    color: #dfc094;
  }

  .navbar-nav>li:not(:last-of-type)>a::after {
    content: '/';
    position: absolute;
    top: 15px;
    right: 0;
    color: #fff;
  }

  .inner-menu-btn {
    display: block !important;
  }
}
@media (min-width: 1335px) {
.navbar-nav>li:not(:last-of-type)>a::after {
    top: 30px;
}
}
/* 导航样式结束 */

/* footer样式开始 */
.footer-box {
  width: 100%;
  background: linear-gradient(90deg, #115a8b 0%, #0bb6ad 100%);
  color: #fff;
  padding: 30px 15px 10px;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
 /* position: absolute; */
  bottom: 0;
}

/* footer样式结束 */

/* 搜索页面开始 */
.SEARCH_L ul li {
  width: 100%;
  height: auto;
}

.SEARCH_L ul li .span1 {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 50px;
  background: #0bb6ad;
  color: #fff;
  text-align: center;
}

.SEARCH_L ul li .span1 em {
  line-height: 50px;
}

.SEARCH_L ul li em.list_em {
  display: block;
  padding: 75px 20px 50px 95px;
}

.SEARCH_L ul li em.list_em a {
  display: block;
}

.SEARCH_L ul li em.list_em span.Span {
  font-size: 14px;
  display: -webkit-inline-box;
  color: #999;
  margin-top: 10px;
}

.search_sum {
  text-align: center;
  font-size: 30px;
  color: #333;
  border-top: 2px solid #019483;
  box-sizing: border-box;
  padding: 20px 0;
}

.search_sum span {
  color: #019483;
}

.youtx li {
  width: 100%;
  height: 218px;
  margin-bottom: 20px;
  background: #e6e6e6;
}

.youtx_pic {
  width: 320px;
  height: 100%;
}

.youtx_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtx_list {
  width: 600px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.youtx_list span.span2 {
  display: none;
}

.youtx_list p.span1 {
  display: block;
  width: auto;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 30px;
  height: 40px;
  min-width: 40px;
  padding: 3px;
  background: #019483;
  /*transform: translateX(-40%) skewX(-40deg);width: 155px;height: 100px;background: rgba(0,0,0,.6);position: absolute;top: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);*/
}

.youtx_list p.span1 .span1_c {
  border: 1px solid #fff;
  display: block;
  width: auto;
  padding: 0 2px;
  min-width: 36px;
  height: 38px;
  color: #fff;
}

.youtx_list p.span1 em {
  /*display: block;transform: skewX(40deg);color: #fff;font-size: 18px;float: right;line-height: 40px;padding-right: 12px;*/
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  display: block;
}

.youtx_list p.span1 i {
  font-size: 16px;
  display: block;
  font-style: normal;
  text-align: center;
  line-height: 18px;
}

.youtx_list em.list_em {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: table;
  padding-left: 95px;
  padding-right: 20px;
}

.youtx_list em.list_em a {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
}

.youtx_list i {
  /*position: absolute;bottom: 0;border-top: 80px solid transparent;border-right: 80px solid transparent;border-left: 80px solid transparent;border-bottom: 80px solid #019483;right: -80px;*/
}

.youtx_list a.sum {
  font-size: 24px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.con_page {
  width: 100%;
  height: 160px;
  background: #e6e6e6;
}

.page {
  width: 920px;
  height: 100%;
  display: table;
}

.page2 {
  display: none;
}

.container_con .text {
  font-size: 180px;
  color: #e6e6e6;
  font-weight: bold;
  transform: rotate(90deg);
  position: absolute;
  top: 12px;
  right: -233px;
  text-transform: uppercase;
  z-index: 99;
  -moz-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.page_prev,
.page_next {
  height: 50px;
  line-height: 50px;
  padding: 55px 0;
  font-size: 20px;
  color: #333;
}

.page_prev a,
.page_next a {
  font-size: 20px;
  color: #333;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}

.page_prev i {
  padding-right: 10px;
}

.page_next i {
  padding-left: 10px;
}

.page_prev a:hover,
.page_next a:hover {
  color: #019483;
}

@media (max-width: 480px) {
  .youtx li {
    height: 110px;
    margin-bottom: 15px;
  }

  .container_con {
    margin-top: 20px;
  }

  .youtx_list em.list_em a {
    font-size: 14px;
  }

  .youtx_list p.span1,
  .SEARCH_L ul li .span1 {
    display: none;
  }

  .youtx_list span.span2 {
    display: block;
    background: #019483;
    position: absolute;
    top: 0;
    width: auto;
    height: 35px;
    text-align: center;
    padding: 0 10px;
  }

  .youtx_list span.span2 em {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
  }

  .youtx_list i {
    /*border-top: 40px solid transparent;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: 40px solid #019483;
    right: -40px;*/
  }

  .youtx_list a.sum {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 21px;
  }

  .youtx_list em.list_em,
  .SEARCH_L ul li em.list_em {
    padding-left: 15px;
    padding-top: 35px;
    padding-right: 15px;
  }

  .SEARCH_L ul li em.list_em {
    padding-top: 45px;
    padding-bottom: 25px;
  }

  .SEARCH_L ul li em.list_em span {
    font-size: 12px;
  }

  .con_page {
    height: 60px;
  }
}

/* 搜索页面结束 */

.banner-slider {
  position: relative;
}

.sy-pager {
  position: absolute;
  bottom: 10%;
}

.sy-pager li {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0 1em 0 0;
  border-radius: 50%;
}

.sy-pager li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  text-indent: -9999px;
  -webkit-background-size: 2em 2em;
  background-size: 2em;
  border-radius: 50%;
  opacity: .6;
}

.sy-pager li a:link,
.sy-pager li a:visited {
  opacity: .6;
}

.sy-pager li.sy-active a {
  background-color: #fff;
  opacity: 1;
}

.banner-slider .wave-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transform: translateY(10%);
}

.banner-slider .wave-box svg {
  display: block;
  width: 100%;
  height: auto;
}
.banner-slider .wavebg {
  background: #f8f8f8;
  height: 400px;
  z-index: 2;
}

.banner {
  width: 100%;
  position: relative;
  padding-top: 19.55%;
  /* overflow: hidden; */
  /* z-index: -1; */
}

.banner img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .gradient-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 2;
background-color: rgba(17, 90, 139, 0.5);
}

.gradient-box {
    /* width: 100%;
    height: 40%;
    position: absolute;
    top: 0; 
    right: 0;
    bottom: 0;
    background: linear-gradient(-0deg, rgba(123, 166, 67, 1) 0%, rgba(164, 185, 96, 0.8) 50%, rgba(123, 166, 67, 0) 100%);*/
}

.banner .banner-title {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 400;
  color: #444444;
  line-height: 40px;
  text-align: right;
  padding: 0 15px;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 3;
}

.banner .banner-title i {
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: url(../image/icon-column.png) no-repeat center center;
  background-size: 16px 12px;
  background-color: #076236;
  cursor: pointer;
  margin-left: 20px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #222;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.btn {
  color: #2f2f2f;
  font-size: 1rem;
  text-decoration: none;
  background: 0 0;
  border: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.inner-menu-btn {
  display: none;
  position: relative;
  width: 3.1875rem;
  height: 3.1875rem;
  border-radius: 50%;
  background-color: #076236;
  margin-left: 20px;
}

.inner-menu-btn__lines {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #83B19B;
  width: 1rem;
  height: 0.125rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

#skip-start,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.inner-menu-btn__lines::after,
.inner-menu-btn__lines::before {
  content: "";
  background-color: #83B19B;
  position: absolute;
  width: 1.25rem;
  height: 0.125rem;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-menu-btn__lines::after {
  left: -0.125rem;
  top: 0.4375rem;
}

.inner-menu-btn__lines::before {
  left: -0.125rem;
  top: -0.4375rem;
}

.inner-menu-btn:hover .inner-menu-btn__lines::before,
[data-whatinput=keyboard] .inner-menu-btn:focus .inner-menu-btn__lines::before {
  -webkit-transform: rotate(-12.5deg);
  transform: rotate(-12.5deg);
}

.inner-menu-btn:hover .inner-menu-btn__lines::after,
[data-whatinput=keyboard] .inner-menu-btn:focus .inner-menu-btn__lines::after {
  -webkit-transform: rotate(12.5deg);
  transform: rotate(12.5deg);
}

.inner-menu-btn.is-open>.inner-menu-btn__lines {
  background-color: transparent;
}

.inner-menu-btn.is-open>.inner-menu-btn__lines::before {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2);
  top: 0;
}

.inner-menu-btn.is-open:hover .inner-menu-btn__lines::before,
[data-whatinput=keyboard] .inner-menu-btn.is-open:focus .inner-menu-btn__lines::before {
  -webkit-transform: rotate(35deg) scale(1.2) translateX(2px);
  transform: rotate(35deg) scale(1.2) translateX(2px);
}

.inner-menu-btn.is-open>.inner-menu-btn__lines::after {
  opacity: 1;
  -webkit-transform: rotate(135deg) scale(1.2);
  transform: rotate(135deg) scale(1.2);
  top: 0;
}

.inner-menu-btn.is-open:hover .inner-menu-btn__lines::after,
[data-whatinput=keyboard] .inner-menu-btn.is-open:focus .inner-menu-btn__lines::after {
  -webkit-transform: rotate(145deg) scale(1.2) translateX(-2px);
  transform: rotate(145deg) scale(1.2) translateX(-2px);
}

.index-title  h1 {
  font-size: 48px;
  font-weight: 400;
  color: #225989;
  line-height: 40px;
  text-align: center;
}
.hot-item-box .index-title  h1 {
max-width: 200px;
    color: #fff;
    text-align: center;
    border: 4px solid #2d8307;
    padding: 20px;
    display: inline-table;
    margin: 150px 0 0 50px;
    line-height: 1.2em;
}
.index-title .more {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #0bb6ad;
}

.announcements-box {
  padding-bottom: 90px;
  position: relative;
  z-index: 4;
}

.announcements-box .index-title .more {
  margin-top: -15px;
}

.announcements-wrap {
  margin-top: 40px;
}

.index-news-wrap a.wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.index-news-wrap .dqsj:nth-child(n+4) {
  display: none !important;
}

.index-news-wrap a.wrap .date-box {
  width: 90px;
  flex-shrink: 0;
  margin-right: 22px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.index-news-wrap a.wrap .date-box .month {
  line-height: 12px;
  padding: 14px 0;
  background-color: #6FBA2C;
}

.index-news-wrap a.wrap .date-box .year {
  line-height: 12px;
  padding: 14px 0;
  background-color: #336600;
}

.index-news-wrap a.wrap .info {
  width: 100%;
}

.index-news-wrap a.wrap .info .title {
  height: 48px;
  font-size: 16px;
  color: #444444;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hot-item-box {
  padding: 75px 0 60px;
}
.index-box .col-md-8 {
    background: #fff;
    padding: 2em;
}
.hot-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
    padding: 4em;
    border: 1px solid #b5b5b5;
}

.hot-item a.item {
  display: block;
  max-width: 200px;
  margin-bottom: 30px;
}

.hot-item a.item .img {
  display: flex;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  border-radius: 50%;
  background: #88B400;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.15);
  transition: all .1s;
}

.hot-item a.item:hover .img {
  background-color: #007F3F;
}

.hot-item a.item .img img {
  width:50px;
  height: 50px;
}

.hot-item a.item .title {
  font-size: 22px;
  color: rgba(51, 51, 51, 0.8);
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
}

.index-announcements-box  ,.index-news-box{
  position: relative;
  z-index: 4;
}

.academic-calendar {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

/* .academic-calendar .index-news-wrap a.wrap:last-of-type {
  margin-bottom: 0;
} */

.index-bottom-box {
  padding: 170px 0;
  background: url(../image/img-index.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.index-bottom-box .svg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-10%);
}

.svg-box svg {
  display: block;
  width: 100%;
  height: auto;
}

.quick-link-box {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -15px;
}

.quick-link-box .item {
  width: 50%;
  min-height: 350px;
  min-width: 585px;
  padding: 15px;
}

.quick-link-box .wrap {
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
}

.quick-link-box .wrap .left {
  display: block;
  width: 50%;
  padding-right: 14px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.quick-link-box .wrap .left img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  -o-transition: transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
}

.quick-link-box .wrap .left:hover img {
  -webkit-transform: scale(1.15) rotate(5deg) translateZ(0);
  transform: scale(1.15) rotate(5deg) translateZ(0);
}

.quick-link-box .wrap .left svg {
  width: auto;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 2;
}

.quick-link-box .wrap .left .title {
  display: block;
  width: 100%;
  min-height: 130px;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  padding: 20px 20px 20px 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(135, 187, 46, 0.91) 0%, rgba(135, 187, 46, 0) 100%);
  z-index: 1;
}

.quick-link-box .wrap .right {
  width: 50%;
  padding: 20px 24px;
}

.quick-link-box .wrap li {
  list-style: disc;
  margin-left: 10px;
}

.quick-link-box .wrap .right .title {
  display: block;
  font-size: 28px;
  font-weight: normal;
  color: #444444;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.quick-link-box .wrap .right a {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
}

.quick-link-box .wrap .right a:hover {
  text-decoration: underline;
}

.main-box {
  position: relative;
  padding-bottom: 80px;
  z-index: 999;
}

.banner-big {
  width: 100%;
  position: fixed;
  z-index: -1;
}

@media (max-width: 820px) {
  .banner-big {
    position: sticky;
    top: 0;
    height: 0;
  }
}

.banner-big img {
  width: 100%;
  height: auto;
  /* min-height: 600px; */
  max-height: 70vh;
}

.staff-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 100px;
}

.breadcrumb-box {
  margin-bottom: 30px;
}

.breadcrumb-box li {
  float: left;
list-style-type: none;
}

.breadcrumb-box li i,
.breadcrumb-box li a {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}

.breadcrumb-box li:last-of-type a,
.breadcrumb-box li a.active,
.breadcrumb-box li a:hover {
  color: #225989;
}

.breadcrumb-box li i {
  margin: 0 5px;
}

.breadcrumb-box li:last-of-type i {
  display: none;
}

.page-title {
  font-size: 28px;
  color: #225989;
  text-align: center;
}

.page-content {
  font-size: 16px;
  margin-top: 30px;
}

.content-box {
  margin-top: 30px;
}

.content-title {
  font-size: 18px;
  font-weight: bold;
  color: #0bb6ad;
}

.staff-info {
  line-height: 30px;
}

.staff-info .content-title {
  margin-bottom: 10px;
}

.staff-wrap {
  margin: 0 auto;
max-width: 1200px;
}
.staff-wrap  .content-title{    margin-top: 45px;
}
.people-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.people-box a.item {
  display: flex;
  width: 420px;
  padding: 16px 10px;
  border-radius: 10px;
  margin-top: 25px;
}

.fullscreen .people-box a.item {
  width: auto;
}

.people-box a.item img {
  width: 120px;
  flex-shrink: 0;
  margin-right: 20px;
    object-fit: contain;
}

.people-box a.item .info {
  color: #333333;
min-width: 235px;
}

.people-box a.item .info .name {
  color: #076236;
}

.people-box a.item .info .name.cn {
  margin-bottom: 15px;
}

.img-nav-white-bg {
  padding: 0 0 30px;
  background-color: #fff;
}

.img-nav-gray-bg {
  padding: 40px 0 60px;
  background-color: #DADADA;
}

.img-nav-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
}

.img-nav-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.img-nav-box .img {
  width: 55%;
  position: relative;
}

.img-nav-box .img::before {
  display: block;
  content: '';
  height: 0;
  width: 100%;
  padding-top: 50.9%;
}

.img-nav-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.img-nav-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.img-nav-box .content,
.img-nav-box .info {
  width: 45%;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}

.img-nav-box .info .title {
  width: 100%;
  position: absolute;
  font-size: 48px;
  top: 20%;
  left: 0;
}

.img-nav-box .info .more {
  display: inline-block;
  font-size: 18px;
  padding-left: 67px;
  background: url(../image/icon-more.png) no-repeat center left;
  background-size: 63px 16px;
  position: absolute;
  bottom: 10%;
  right: 10%;
}

.img-nav-box .content {
  padding: 24px;
  text-align: left;
}

.img-nav-box .content a:hover {
  text-decoration: underline;
}

.img-nav-box .content .title {
  display: block;
  font-size: 28px;
  line-height: 24px;
  color: #fff;
}

.img-nav-box .content .intro {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 20px;
}

.img-nav-box .content ul {
  margin-top: 20px;
}

.img-nav-box .content ul li a {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
}

.img-nav-box .content .more {
  font-size: 16px;
  line-height: 14px;
  margin-top: 15px;
}

.img-nav-box .more:hover {
  color: #fff;
}

.green-bg {
  background-color: #039179;
}

.green02-bg {
  background-color: #1B8C78;
}

.blue-bg {
  background-color: #11789E;
}

.yellow-bg {
  background-color: #8C9103;
}

.yellow02-bg {
  background-color: #96A500;
}


.announcement-list-box .list-wrap .item {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #444;
  padding: 20px;
  border-bottom: 2px solid #fff;
  position: relative;
}

.announcement-list-box .list-wrap .download-link {
  padding: 20px 60px 20px 20px;
}

.announcement-list-box .list-wrap .item:hover {
  color: #076236;
}

.announcement-list-box .list-wrap .item:nth-of-type(2n+1) {
  background: #F7F8F9;
}

.announcement-list-box .list-wrap .item:nth-of-type(2n) {
  background: #F7FAFD;
}

.announcement-list-box .list-wrap .item .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.announcement-list-box .list-wrap .item .date {
  flex-shrink: 0;
  margin-left: 30px;
}

.announcement-list-box .list-wrap .download-link::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../image/icon-download.png) no-repeat center center;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  transition: all .2s;
}

.announcement-list-box .list-wrap .download-link:hover::after {
  background-image: url(../image/icon-download-h.png);
}

.paging-box {
  margin-top: 40px;
}

.paging-box .pb_sys_common {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #666;
}

.paging-box span {
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 5px;
}

.paging-box a {
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  color: #666;
}

.paging-box .p_no a:hover {
  background: #076236;
  color: #FFFFFF;
}

.paging-box .p_no_d {
  padding: 0;
  background: #225989;
  border-radius: 2px;
  color: #FFFFFF;
  text-align: center;
}

.paging-box .p_prev,
.paging-box .p_prev_d,
.paging-box .p_next,
.paging-box .p_next_d {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.paging-box .p_prev,
.paging-box .p_prev_d {
  background: url(../image/icon-prev.png) no-repeat center center;
  background-size: 30px 30px;
}

.paging-box .p_next,
.paging-box .p_next_d {
  background: url(../image/icon-next.png) no-repeat center center;
  background-size: 30px 30px;
}

@font-face {
  font-family: 'iconfont';
  src: url('data:font/ttf;charset=utf-8;base64,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') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-weixin1:before {
  content: "\e65f";
}

.icon-wenshuguanli:before {
  content: "\e613";
}

.icon-arrow-right:before {
  content: "\e743";
}

.icon-arrow-left:before {
  content: "\e744";
}

.icon-arrow-right,
.icon-arrow-left {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  vertical-align: middle;
}

/*  左右 悬浮链接 搜索图标 */
@font-face {
  font-family: 'iconfont-more';
  src: url('data:font/ttf;charset=utf-8;base64,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') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.paging-box .p_prev,
.paging-box .p_prev_d,
.paging-box .p_next,
.paging-box .p_next_d {
  text-align: center;
}

.paging-box .p_prev a::after,
.paging-box .p_prev_d::after {
  content: "\e685";
  font-size: 16px;
  line-height: 30px;
  line-height: auto;
}

.paging-box .p_next a::after,
.paging-box .p_next_d::after {
  content: "\e665";
  font-size: 16px;
  line-height: 30px;
  line-height: auto;
}

.paging-box .p_next,
.paging-box .p_next_d,
.paging-box .p_prev,
.paging-box .p_prev_d {
  font-family: "iconfont-more";
  font-style: normal;
  background: none !important;
  background-image: none !important;
}

.paging-box a .icon-prev,
.paging-box a .icon-next {
  display: none
}

.contact-bg {
  background: url(../image/contact-bg.png) no-repeat center center;
  background-size: cover;
  padding: 90px 0 140px;
  position: relative;
}

.contact-bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.contact-bg .contact-box {
  background: rgba(250, 255, 252, 0.7);
  border-radius: 10px;
  padding: 26px 10px 30px 60px;
  position: relative;
  z-index: 1;
}

.contact-box .title {
  font-size: 28px;
  color: #444444;
  line-height: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.contact-box .info {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #444444;
  line-height: 30px;
}

.contact-box .info ul {
  padding: 0 10px;
}

.contact-box .info ul li.sub-title {
  font-size: 24px;
}

.activities-box {
  word-break: break-word;
}

.activities-box .imgwrodlist>.item {
  border: 2px solid #fff;
  padding: 0;
  display: block;
  margin-bottom: 12px;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
}

.activities-box .imgwrodlist>.item .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #076236;
  font-weight: 600;
  padding: 17px 2.5%;
  line-height: 20px;
  font-size: 16px;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  cursor: pointer;
  color: #fff;
}

.activities-box .imgwrodlist>.item .wrap:hover {
  color: #eee;
}

#people-downlist .idnum,
.imgwrodlist .wrap .idnum {
  width: auto;
  text-align: left;
  padding-right: 2.5%;
}

.activities-box .wrap .icon,
.downlist .wrap .icon {
  font-size: 22px;
  transform: rotateZ(-90deg);
  transition: all 0.3s;
}

.activities-box .wrap.active .icon {
  transform: rotateZ(90deg);
}

.downlist .content {
  display: none;
  overflow: hidden;
  color: #6E6C6C;
  padding: 16px 12px;
  padding-left: 3%;
  padding-right: 3%;
  /* border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0; */
}

.alumni-bottom-box {
  background-color: #DADADA;
  padding: 72px 0 90px;
}

.stu-quick-box {
  background-color: #DADADA;
  padding: 50px 0;
}

.stu-bottom-box {
  padding: 30px 0;
  background: #fff;
}

.stu-bottom-box .wrap {
  border: 1px solid #EAEAEA;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  margin-bottom: 30px;
}

.stu-bottom-box .wrap .img {
  width: 100%;
  position: relative;
}

.stu-bottom-box .wrap .img::before {
  display: block;
  content: '';
  height: 0;
  width: 100%;
  padding-top: 44.93%;
}

.stu-bottom-box .wrap .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.stu-bottom-box .wrap .link {
  padding: 14px 32px;
}

.stu-bottom-box .wrap .link .title {
  display: block;
  font-size: 28px;
  color: #444444;
  line-height: 30px;
  margin-bottom: 12px;
}

.stu-bottom-box .wrap .link li a {
  font-size: 16px;
  font-weight: normal;
  color: #444444;
  line-height: 30px;
}

.stu-bottom-box .wrap .link a:hover {
  text-decoration: underline;
}

.quality-box {
  padding-bottom: 40px;
}

.quality-box a.wrap {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 3px solid #1B8C78;
  box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.35);
}

.quality-box a.wrap .img {
  position: relative;
  overflow: hidden;
}

.quality-box a.wrap .img::after {
  display: block;
  content: '';
  height: 0;
  width: 100%;
  padding-top: 70.21%;
}

.quality-box a.wrap .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  -o-transition: transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
}

.quality-box a.wrap:hover .img img {
  -webkit-transform: scale(1.15) rotate(5deg) translateZ(0);
  transform: scale(1.15) rotate(5deg) translateZ(0);
}

.quality-box a.wrap .img svg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.quality-box a.wrap .title {
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
  color: #0bb6ad;
  line-height: 30px;
  text-align: center;
  padding: 0 15px;
}

.registration-box {
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.registration-box .col-md-4 {
  margin-bottom: 30px;
}

.registration-box a.wrap {
  display: block;
  height: 100%;
  border: 3px solid #1B8C78;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.35);
}

.registration-box a.wrap .img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.registration-box a.wrap .img::before {
  display: block;
  content: '';
  height: 0;
  width: 100%;
  padding-top: 70.21%;
}

.registration-box a.wrap .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  -o-transition: transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
}

.registration-box a.wrap:hover .img img {
  -webkit-transform: scale(1.15) rotate(5deg) translateZ(0);
  transform: scale(1.15) rotate(5deg) translateZ(0);
}

.registration-box a.wrap .img svg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.registration-box a.wrap .title {
  font-size: 16px;
  font-weight: normal;
  color: #1B8C78;
  line-height: 18px;
  padding: 24px 20px 28px;
}

.index-calendar {
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
}

.index-calendar .calendar_top_right {
  background: #0bb6ad;
  padding: 0 12px;
}

.index-calendar .calendar_month_next,
.index-calendar .calendar_month_prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
}

.index-calendar .calendar_month_span {
  line-height: 40px;
}

.index-calendar table td,
.index-calendar table th {
  background: transparent !important;
  color: #444 !important;
  font-weight: normal !important;
  border-color: #fff !important;
  padding: 0 !important;
  line-height: 40px;
}

.index-calendar table tr:nth-of-type(2n+1) {
  background: #fff;
}

.index-calendar .cal td.on {
  z-index: 1;
  color: #fff !important;
}

.index-calendar .cal td.on::after {
  content: '';
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #6FBA2C;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  z-index: -1;
}

.index-calendar .cal td:nth-child(6),
.index-calendar .cal td:nth-child(7) {
  color: #f0556b !important;
}

.index-calendar .cal {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}

.main-body {
  position: relative;
}

.page-sidemenu {
  font-size: 18px;
  width: 416px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: -webkit-transform .25s linear;
  transition: -webkit-transform .25s linear;
  -o-transition: transform .25s linear;
  transition: transform .25s linear;
  transition: transform .25s linear, -webkit-transform .25s linear;
  -webkit-box-shadow: 0 6px 6px 1px rgb(0 0 0 / 12%);
  box-shadow: 0 6px 6px 1px rgb(0 0 0 / 12%);
  background-color: #fff;
}

.page-sidemenu.open {
  -webkit-transform: none;
  transform: none;
}

.page-sidemenu__link--lv2 {
  position: relative;
  display: block;
  color: #6c470d;
  padding: 28px 42px 25px 0;
  margin: 0 32px 0 32px;
  border-bottom: 1px solid #e2cfbd;
  text-decoration: none;
}

.page-sidemenu__item--lv2.is-active,
.page-sidemenu__item--lv2.is-active .page-sidemenu__list--lv3 {
  background-color: #fdfaf5;
}

.page-sidemenu__item--lv2.is-active .page-sidemenu__link--lv2 {
  color: #6c470d;
  border: 0;
}

.btn-toggle-side-menu {
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.75em;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2em;
  padding: 0.5em 1.66666667em 0 1.66666667em;
  text-align: center;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.page-sidemenu__item--lv2.is-active .fa-plus,
.page-sidemenu__item--lv2 .fa-minus {
  display: none;
}

.page-sidemenu__item--lv2.is-active .fa-minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-sidemenu__list--lv3 {
  font-size: 16px;
  display: none;
  position: relative;
}

.page-sidemenu__item--lv2.is-active .page-sidemenu__list--lv3 li:first-child .page-sidemenu__link--lv3 {
  padding-top: 3px;
}

.page-sidemenu__link--lv3 {
  color: #4f4f4f;
  position: relative;
  display: block;
  padding: 15px 48px 16px 0;
  margin: 0 38px 0 38px;
}

.square-box {
  padding: 60px 0 80px;
  background: #E0E0E0;
  margin-bottom: 80px;
}

.square-box.white {
  background: #fff;
  margin-bottom: 0;
}

.square-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.square-item {
  width: 349px;
  height: 93px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin: 30px 0;
  border: 1px solid #999999;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;

  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.square-item span {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #0bb6ad;
  line-height: 36px;
  position: relative;
  z-index: 2;
}

.square-item:hover span {
  color: #fff;
}

.square-item::before {
  content: '';
  position: absolute;
  width: 149px;
  height: 100%;
  background-image: url(../image/icon-square.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  margin-left: -75px;
  z-index: 2;
}

.square-item:after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-50deg);
  transform: translateX(-50%) translateY(-50%) rotate(-50deg);
}

.square-item::after {
  background-color: #076236;
}

.square-item:hover:after {
  opacity: 1;
  height: 350%;
}

.hover-swing:focus,
.hover-swing:hover {
  -webkit-animation: swing 1.2s cubic-bezier(.23, 1, .32, 1);
  animation: swing 1.2s cubic-bezier(.23, 1, .32, 1);
}

.about-list .link {
  padding: 12px 0;
  border-bottom: 1px solid #999999;
}

.about-list .link:last-of-type {
  border-bottom: none;
}

.about-list .link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about-list .link a:hover {
  color: #003399;
  text-decoration: none;
}

.academic-box .wrap {
  height: 103px;
  display: flex;
  align-items: center;
  border: 1px solid #999999;
  box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  margin-bottom: 50px;
  justify-content: space-between;
}

.academic-box .wrap p.title {
  width: 100%;
  padding: 0 15px;
  font-size: 36px;
  font-weight: 400;
  color: #0bb6ad;
  text-align: center;
}

.academic-box .wrap .img-wrap {
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
}

.academic-box .wrap .img1 {
  display: inline-block;
  width: 165px;
  height: 112px;
  vertical-align: top;
}

.academic-box .wrap .img2 {
  display: inline-block;
  width: 205px;
  height: 100px;
  vertical-align: top;
}

.rte-list {
  list-style: none !important;
  counter-reset: list-counter
}

.rte-list[start="1"] {
  counter-reset: list-counter 0
}

.rte-list[start="2"] {
  counter-reset: list-counter 1
}

.rte-list[start="3"] {
  counter-reset: list-counter 2
}

.rte-list[start="4"] {
  counter-reset: list-counter 3
}

.rte-list[start="5"] {
  counter-reset: list-counter 4
}

.rte-list[start="6"] {
  counter-reset: list-counter 5
}

.rte-list[start="7"] {
  counter-reset: list-counter 6
}

.rte-list[start="8"] {
  counter-reset: list-counter 7
}

.rte-list[start="9"] {
  counter-reset: list-counter 8
}

.rte-list[start="10"] {
  counter-reset: list-counter 9
}

.rte-list[start="11"] {
  counter-reset: list-counter 10
}

.rte-list[start="12"] {
  counter-reset: list-counter 11
}

.rte-list[start="13"] {
  counter-reset: list-counter 12
}

.rte-list[start="14"] {
  counter-reset: list-counter 13
}

.rte-list[start="15"] {
  counter-reset: list-counter 14
}

.rte-list[start="16"] {
  counter-reset: list-counter 15
}

.rte-list[start="17"] {
  counter-reset: list-counter 16
}

.rte-list[start="18"] {
  counter-reset: list-counter 17
}

.rte-list[start="19"] {
  counter-reset: list-counter 18
}

.rte-list[start="20"] {
  counter-reset: list-counter 19
}

.rte-list[start="21"] {
  counter-reset: list-counter 20
}

.rte-list[start="22"] {
  counter-reset: list-counter 21
}

.rte-list[start="23"] {
  counter-reset: list-counter 22
}

.rte-list[start="24"] {
  counter-reset: list-counter 23
}

.rte-list[start="25"] {
  counter-reset: list-counter 24
}

.rte-list[start="26"] {
  counter-reset: list-counter 25
}

.rte-list[start="27"] {
  counter-reset: list-counter 26
}

.rte-list[start="28"] {
  counter-reset: list-counter 27
}

.rte-list[start="29"] {
  counter-reset: list-counter 28
}

.rte-list[start="30"] {
  counter-reset: list-counter 29
}

.rte-list[start="31"] {
  counter-reset: list-counter 30
}

.rte-list[start="32"] {
  counter-reset: list-counter 31
}

.rte-list[start="33"] {
  counter-reset: list-counter 32
}

.rte-list[start="34"] {
  counter-reset: list-counter 33
}

.rte-list[start="35"] {
  counter-reset: list-counter 34
}

.rte-list[start="36"] {
  counter-reset: list-counter 35
}

.rte-list[start="37"] {
  counter-reset: list-counter 36
}

.rte-list[start="38"] {
  counter-reset: list-counter 37
}

.rte-list[start="39"] {
  counter-reset: list-counter 38
}

.rte-list[start="40"] {
  counter-reset: list-counter 39
}

.rte-list[start="41"] {
  counter-reset: list-counter 40
}

.rte-list[start="42"] {
  counter-reset: list-counter 41
}

.rte-list[start="43"] {
  counter-reset: list-counter 42
}

.rte-list[start="44"] {
  counter-reset: list-counter 43
}

.rte-list[start="45"] {
  counter-reset: list-counter 44
}

.rte-list[start="46"] {
  counter-reset: list-counter 45
}

.rte-list[start="47"] {
  counter-reset: list-counter 46
}

.rte-list[start="48"] {
  counter-reset: list-counter 47
}

.rte-list[start="49"] {
  counter-reset: list-counter 48
}

.rte-list[start="50"] {
  counter-reset: list-counter 49
}

.rte-list[style*="list-style-type: lower-roman;"] li::before {
  content: counter(list-counter, lower-roman)
}

.rte-list[style*="list-style-type: upper-roman;"] li::before {
  content: counter(list-counter, upper-roman)
}

.rte-list[style*="list-style-type: lower-alpha;"] li::before {
  content: counter(list-counter, lower-alpha)
}

.rte-list[style*="list-style-type: upper-alpha;"] li::before {
  content: counter(list-counter, upper-alpha)
}

.rte-list li {
  list-style: none !important;
  padding-left: 38px;
  position: relative;
}

.rte-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #0bb6ad;
  color: #fff;
  font-weight: 400;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  text-align: center;
  counter-increment: list-counter;
  content: counter(list-counter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

.alumni-intro-box {
  display: flex;
  justify-content: center;
}

.alumni-intro-box img {
  display: block;
  width: 370px;
  height: 204px;
  flex-shrink: 0;
}

.alumni-intro-box .alumni-intro {
  width: 100%;
  padding: 0 15px;
  margin-left: 15px;
}

.alumni-menu-box {
  padding: 20px 0 60px;
  background-color: #E0E0E0;
  margin-top: 120px;
  margin-bottom: 70px;
}

.alumni-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.alumni-menu-wrap ul {
  margin-bottom: 20px;
}

.alumni-menu-wrap .level-2 a {
  font-size: 20px;
  font-weight: bold;
  color: #076236;
  line-height: 48px;
}

.alumni-menu-wrap .level-3 a {
  display: inline-block;
  font-size: 18px;
  color: #444444;
  line-height: 1;
  padding: 12px 0;
}

.link-group {
  padding: 8px;
  display: block;
  position: fixed;
  z-index: 9999;
  right: 52px;
  top: 50%;
  background: #0bb6ad;
  box-shadow: 7px 7px 10px rgb(26 24 24 / 10%);
  border-radius: 16px 0px 0px 16px;
  transform: translateX(100%);
  transition: all .3s;
}

.link-group:hover {
  right: 0;
  transform: translateX(0);
}

.link-group:hover .item .word {
  max-height: 40px;
  opacity: 1;
}

.link-group .item {
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF !important;
  max-width: 200px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

@font-face {
  font-family: 'iconfont-more';
  src: url('data:font/ttf;charset=utf-8;base64,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') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.link-group .top-btn .item-icon {
  font-family: "iconfont-more";
  font-style: normal;
  background: none !important;
  background-image: none !important;
}

.link-group .top-btn .item-icon::after {
  content: "\e616";
  font-size: 20px;
}

.link-group .item .item-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}

.link-group .item .word {
  text-align: left;
  display: -webkit-box;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 20px;
  overflow: hidden;
  opacity: 0;
  flex: 1;
  transition: all .3s;
}

@media (min-width: 992px) {
  .stu-bottom-box .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .registration-box .col-md-4 {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .alumni-intro-box {
    flex-wrap: wrap;
  }

  .alumni-intro-box .alumni-intro {
    margin-top: 15px;
    margin-left: 0;
    text-align: center;
  }

  .alumni-menu-box {
    margin-top: 60px;
  }

  .alumni-menu-wrap ul {
    width: 100%;
    text-align: center;
  }

  .alumni-menu-wrap .level-3 a {
    line-height: 1.3;
    padding: 8px 0;
  }
}

@media (max-width: 700px) {
  .academic-box .wrap {
    height: 52px;
  }

  .academic-box .wrap p.title {
    font-size: 18px;
  }

  .academic-box .wrap .img1 {
    width: 82px;
    height: 66px;
  }

  .academic-box .wrap .img2 {
    width: 102px;
    height: 50px;
  }
}

@media (max-width: 600px) {
  .index-title h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .index-title .more {
    font-size: 14px;
  }

  .index-news-wrap a.wrap {
    margin-bottom: 15px;
  }

  .index-news-wrap a.wrap .date-box {
    margin-right: 12px;
  }

  .announcements-box {
    padding-bottom: 50px;
  }

  .hot-item-box {
    padding: 30px 0 60px;
  }

  .hot-item {
    margin-top: 30px;
  }

  .hot-item a.item {
    display: block;
    max-width: 150px;
    margin-bottom: 15px;
  }

  .hot-item a.item .img {
    width: 116px;
    height: 116px;
  }

  .hot-item a.item .img img {
    width: 65px;
    height: 65px;
  }

  .hot-item a.item .title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }

  .index-calendar-box {
    padding-top: 30px;
  }

  .quick-link-box .item {
    width: 100%;
    min-width: auto;
    padding: 15px;
  }

  .quick-link-box .wrap {
    width: 280px;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .quick-link-box .wrap .left .title {
    padding: 15px 100px 15px 0;
  }

  .img-nav-box .img,
  .img-nav-box .info,
  .img-nav-box .content,
  .quick-link-box .wrap .left,
  .quick-link-box .wrap .right {
    width: 100%;
  }

  .img-nav-box {
    flex-wrap: wrap;
  }

  .img-nav-box .info::before {
    display: block;
    content: '';
    height: 0;
    width: 100%;
    padding-top: 50.9%;
  }

  .registration-box {
    justify-content: center;
  }

  .registration-box .col-md-4 {
    width: 80%;
  }

  .staff-box {
    padding: 15px;
  }

  .people-box a.item {
    margin-right: 0;
  }

  .people-box a.item img {
    width: 120px;
  }

  .staff-box .fc-toolbar {
    flex-wrap: wrap;
  }

  .staff-box .fc-toolbar .fc-center {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}

@media (min-width: 2440px) {
  .index-bottom-box {
    padding-top: 240px;
  }
}

@media (min-width: 1200px){
.container {
    width: 100%;
}
}
@media (min-width: 1440px){
.container {
    width: 1400px;
}
}
@media (max-width: 840px) {
  .banner {
    padding-top: 30%;
  }

  .banner .banner-title {
    width: 100%;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 32%);
    margin-bottom: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: inherit;
    transform: translateY(-50%);
  }

  .contact-box .info {
    display: block;
  }

  .img-nav-box .info .title {
    font-size: 32px;
  }
}