body {
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: url("../images/body-bg.png");
  background-repeat: repeat;
}
@font-face {
  font-family: "SiYuanSong";
  src: url("../plugins/font/SourceHanSerifCN-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "SiYuanSong";
  src: url("../plugins/font/SourceHanSerifCN-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "HuaWenLiShu";
  src: url("../plugins/font/STLITI.ttf") format("truetype");
}
:root {
  --heart-width: 83.3333vw;
}
@media screen and (max-width: 960px) {
  :root {
    --heart-width: 100vw;
  }
}
a {
  color: #3b352e;
  font-size: 16px;
  text-decoration: none;
}
a:hover {
  color: #0a0908;
  text-decoration: none;
}
img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.heart-box {
  width: var(--heart-width);
  max-width: 1600px;
  margin: 0 auto;
}
.heart-bg {
  background-image: url("../images/heart-bg.png");
  background-repeat: repeat;
}
#vsb_content img {
  max-width: 100% !important;
  width: auto;
  height: auto;
}
#vsb_content table {
  max-width: 100% !important;
}
#vsb_content p {
  background: transparent !important;
  line-height: 2;
  text-indent: 2em;
}
#vsb_content table td p {
  text-indent: 0;
}
#vsb_content .vsbcontent_img {
  text-align: center;
}
#vsb_content a {
  color: #055ab5;
}
#vsb_content a:hover {
  text-decoration: underline;
  color: #2F7BCC;
}
p:has(img) {
  text-indent: 0 !important;
}
.block-more {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #9f7b4b;
}
@media screen and (max-width: 1140px) {
  .block-more {
    font-size: 16px;
  }
}
.block-more img {
  width: 13px;
  height: auto;
  margin-left: 10px;
}
@media screen and (max-width: 1140px) {
  .block-more img {
    width: 10px;
  }
}
.block-more:hover {
  color: #d3ad04;
}
.block-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #9f7b4b;
}
@media screen and (max-width: 1140px) {
  .block-title {
    font-size: 18px;
  }
}
.block-title img {
  height: auto;
  margin-right: 10px;
}

.ad {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ad img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.ad img:hover {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.banner .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#9e7a4e), to(rgba(158, 122, 78, 0)));
  background: -moz-linear-gradient(left, #9e7a4e, rgba(158, 122, 78, 0));
  background: linear-gradient(to right, #9e7a4e, rgba(158, 122, 78, 0));
  color: white;
  padding-left: 20px;
  font-family: "SiYuanSong";
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1140px) {
  .banner .tit {
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    font-size: 14px;
  }
}
.banner .carousel-item {
  overflow: hidden;
}
.banner .carousel-item img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.banner .carousel-item img:hover {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.banner .carousel-indicators {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  height: 60px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}
@media screen and (max-width: 1140px) {
  .banner .carousel-indicators {
    height: 40px;
  }
}
.banner .carousel-indicators__item {
  width: 40px;
  height: 30px;
  text-indent: 0;
  line-height: 30px;
  text-align: center;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  opacity: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  .banner .carousel-indicators__item {
    width: 30px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
}
.banner .carousel-indicators__item.active {
  background-color: #9E7A4E;
  border: none;
}

.box2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width: 1140px) {
  .box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box2-1 {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.box2-2 {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.box2-1-1 {
  background-image: url("../images/box2-1.png");
  background-repeat: repeat;
  padding-left: 30px;
  padding-top: 60px;
  padding-bottom: 46px;
}
@media screen and (max-width: 1300px) {
  .box2-1-1 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-1-1 {
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.box2-1-1 .nav-tabs {
  border-bottom: none;
}
.box2-1-1 .nav-tabs .nav-link {
  color: black;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 22px;
  background-size: 100% 100%;
  height: 39px;
}
@media screen and (max-width: 1300px) {
  .box2-1-1 .nav-tabs .nav-link {
    height: 32.5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-1-1 .nav-tabs .nav-link {
    font-size: 14px;
    height: 26px;
  }
}
.box2-1-1 .nav-tabs .nav-link.active {
  font-weight: bold;
  color: #9f7b4b;
}
.box2-1-1 .nav-tabs .nav-item + .nav-item {
  margin-left: 20px;
}
.box2-1-1 .nav-tabs .nav-item:nth-child(1) .nav-link {
  width: 284px;
  background-image: url("../images/box2-tit-2.png");
}
@media screen and (max-width: 1300px) {
  .box2-1-1 .nav-tabs .nav-item:nth-child(1) .nav-link {
    width: 236.6px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-1-1 .nav-tabs .nav-item:nth-child(1) .nav-link {
    width: 189px;
  }
}
.box2-1-1 .nav-tabs .nav-item:nth-child(1) .nav-link.active {
  background-image: url("../images/box2-tit-1.png");
}
.box2-1-1 .nav-tabs .nav-item:nth-child(2) .nav-link {
  width: 220px;
  background-image: url("../images/box2-tit-4.png");
}
@media screen and (max-width: 1300px) {
  .box2-1-1 .nav-tabs .nav-item:nth-child(2) .nav-link {
    width: 183.3px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-1-1 .nav-tabs .nav-item:nth-child(2) .nav-link {
    width: 146px;
  }
}
.box2-1-1 .nav-tabs .nav-item:nth-child(2) .nav-link.active {
  background-image: url("../images/box2-tit-3.png");
}
.box2-1-1 .tab-pane:nth-child(1) .content,
.box2-1-1 .tab-pane:nth-child(2) .content {
  padding-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1140px) {
  .box2-1-1 .tab-pane:nth-child(1) .content,
  .box2-1-1 .tab-pane:nth-child(2) .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
}
.box2-1-1 .tab-pane:nth-child(1) .content .bg,
.box2-1-1 .tab-pane:nth-child(2) .content .bg {
  width: 15.2083vw;
  height: 21.3542vw;
  max-width: 292px;
  max-height: 410px;
}
@media screen and (max-width: 1140px) {
  .box2-1-1 .tab-pane:nth-child(1) .content .bg,
  .box2-1-1 .tab-pane:nth-child(2) .content .bg {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.box2-1-1 .tab-pane:nth-child(1) .content .links,
.box2-1-1 .tab-pane:nth-child(2) .content .links {
  padding: 0 2.0833vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  .box2-1-1 .tab-pane:nth-child(1) .content .links,
  .box2-1-1 .tab-pane:nth-child(2) .content .links {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-1-1 .tab-pane:nth-child(1) .content .links,
  .box2-1-1 .tab-pane:nth-child(2) .content .links {
    margin-top: 20px;
  }
}
.box2-1-1 .tab-pane:nth-child(1) .content .links-item,
.box2-1-1 .tab-pane:nth-child(2) .content .links-item {
  width: 8.75vw;
  height: 3.6458vw;
  max-width: 168px;
  max-height: 70px;
  background-image: url("../images/box2-3.png");
  background-size: 100% 100%;
  line-height: 3.6458vw;
  text-align: center;
  font-size: 18px;
  font-family: "SiYuanSong";
  color: black;
}
@media screen and (max-width: 1600px) {
  .box2-1-1 .tab-pane:nth-child(1) .content .links-item,
  .box2-1-1 .tab-pane:nth-child(2) .content .links-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .box2-1-1 .tab-pane:nth-child(1) .content .links-item,
  .box2-1-1 .tab-pane:nth-child(2) .content .links-item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .box2-1-1 .tab-pane:nth-child(1) .content .links-item,
  .box2-1-1 .tab-pane:nth-child(2) .content .links-item {
    line-height: 70px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-1-1 .tab-pane:nth-child(1) .content .links-item,
  .box2-1-1 .tab-pane:nth-child(2) .content .links-item {
    width: 168px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
  }
}
.box2-1-1 .tab-pane:nth-child(1) .content .links-item:hover,
.box2-1-1 .tab-pane:nth-child(2) .content .links-item:hover {
  color: #9f7b4b;
}
.box2-1-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 35px;
  background-image: url("../images/qrcode-bg.png");
  background-repeat: repeat;
  background-position: top right;
  padding-bottom: 30px;
}
@media screen and (max-width: 1140px) {
  .box2-1-2 {
    padding-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box2-1-2 .item {
  text-align: center;
}
.box2-1-2 .item img {
  width: 8.8542vw;
  max-width: 170px;
  height: auto;
}
@media screen and (max-width: 1140px) {
  .box2-1-2 .item img {
    width: 100px;
  }
}
.box2-1-2 .item .tit {
  font-size: 18px;
  font-family: "SiYuanSong";
  margin-top: 10px;
}
@media screen and (max-width: 1600px) {
  .box2-1-2 .item .tit {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .box2-1-2 .item .tit {
    font-size: 12px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-1-2 .item .tit {
    font-size: 16px;
  }
}
.box2-1-2 .item .slogan {
  font-family: "HuaWenLiShu";
  font-size: 28px;
  color: #926830;
  margin-top: 34px;
}
@media screen and (max-width: 1600px) {
  .box2-1-2 .item .slogan {
    font-size: 24px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-1-2 .item .slogan {
    margin-top: 0;
  }
}
@media screen and (max-width: 1140px) {
  .box2-1-2 .item {
    margin-top: 20px;
  }
}
.box2-2 {
  width: 0;
  background-image: url("../images/box2-bg.png");
  background-size: 100% 100%;
  padding: 3.125vw 30px 10px 30px;
}
@media screen and (max-width: 1140px) {
  .box2-2 {
    width: 100%;
    padding: 20px 10px 20px 10px;
  }
}
@media screen and (min-width: 1920px) {
  .box2-2 {
    padding: 60px 30px 10px 30px;
  }
}
.box2-2 .nav-tabs {
  border-bottom: none;
}
.box2-2 .nav-tabs .nav-link {
  color: white;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 22px;
  background-size: 100% 100%;
  height: 39px;
}
@media screen and (max-width: 1300px) {
  .box2-2 .nav-tabs .nav-link {
    height: 32.5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-2 .nav-tabs .nav-link {
    font-size: 16px;
    height: 26px;
  }
}
.box2-2 .nav-tabs .nav-link.active {
  font-weight: bold;
  color: #9f7b4b;
}
.box2-2 .nav-tabs .nav-item + .nav-item {
  margin-left: 20px;
}
.box2-2 .nav-tabs .nav-item:nth-child(1) .nav-link {
  width: 200px;
  background-image: url("../images/box2-t4.png");
}
@media screen and (max-width: 1300px) {
  .box2-2 .nav-tabs .nav-item:nth-child(1) .nav-link {
    width: 166.6px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-2 .nav-tabs .nav-item:nth-child(1) .nav-link {
    width: 133px;
  }
}
.box2-2 .nav-tabs .nav-item:nth-child(1) .nav-link.active {
  background-image: url("../images/box2-t3.png");
}
.box2-2 .nav-tabs .nav-item:nth-child(2) .nav-link {
  width: 220px;
  background-image: url("../images/box2-t2.png");
}
@media screen and (max-width: 1300px) {
  .box2-2 .nav-tabs .nav-item:nth-child(2) .nav-link {
    width: 183.3px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-2 .nav-tabs .nav-item:nth-child(2) .nav-link {
    width: 146px;
  }
}
.box2-2 .nav-tabs .nav-item:nth-child(2) .nav-link.active {
  background-image: url("../images/box2-t1.png");
}
.box2-2 .tab-pane {
  position: relative;
}
.box2-2 .tab-pane .block-more {
  position: absolute;
  right: 0;
  top: -30px;
  color: white;
}
@media screen and (max-width: 1140px) {
  .box2-2 .tab-pane .block-more {
    top: -25px;
  }
}
.box2-2 .tab-pane .block-more:hover {
  color: #f7c708;
}
.box2-2 .tab-pane .list {
  padding-top: 1.875vw;
}
@media screen and (min-width: 1920px) {
  .box2-2 .tab-pane .list {
    padding-top: 36px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-2 .tab-pane .list {
    padding-top: 20px;
  }
}
.box2-2 .tab-pane .list-item {
  font-family: "SiYuanSong";
  color: white;
  display: block;
}
.box2-2 .tab-pane .list-item:hover .tit .text {
  color: #f7c708;
}
.box2-2 .tab-pane .list-item + .list-item {
  margin-top: 2.0833vw;
}
@media screen and (min-width: 1920px) {
  .box2-2 .tab-pane .list-item + .list-item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-2 .tab-pane .list-item + .list-item {
    margin-top: 20px;
  }
}
.box2-2 .tab-pane .list .tit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .box2-2 .tab-pane .list .tit {
    font-size: 14px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-2 .tab-pane .list .tit {
    font-size: 16px;
  }
}
.box2-2 .tab-pane .list .tit .text {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
.box2-2 .tab-pane .list .desc {
  margin-top: 0.7292vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .box2-2 .tab-pane .list .desc {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .box2-2 .tab-pane .list .desc {
    margin-top: 14px;
  }
}
@media screen and (max-width: 1140px) {
  .box2-2 .tab-pane .list .desc {
    font-size: 14px;
  }
}

.footer {
  width: 100%;
  background-color: #81422A;
  padding: 50px 0;
  font-family: "SiYuanSong";
  font-size: 18px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .footer {
    font-size: 14px;
  }
}

.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  padding: 0 40px;
}
.header .logo-item {
  height: 65px;
  width: auto;
}
.header .logo-item:nth-child(2) {
  margin-left: 20px;
}
.header .search {
  position: relative;
  background: white;
}
.header .search-input {
  border: none;
  outline: none;
  width: 300px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #888;
  border: 1px solid #9E7A4E;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 40px;
}
.header .search-submit {
  display: block;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("../images/search-icon.png");
  background-size: 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-nav {
  width: 100%;
  height: 56px;
  background-color: #9E7A4E;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav-item {
  position: relative;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-nav-item--link {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.header-nav-item--link:hover {
  color: #f7c708;
}
.header-nav-item--link::after {
  content: "";
  display: block;
  width: 1px;
  height: 26px;
  background: white;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-nav-item:last-child .header-nav-item--link::after {
  display: none;
}
.header-nav-item:hover .header-nav-children {
  display: block;
}
.header-nav-children {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  background-color: rgba(157, 121, 77, 0.9);
  z-index: 999;
}
.header-nav-children-item--link {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: white;
  font-weight: 16px;
}
.header-nav-children-item--link:hover {
  background: white;
  color: #D96323;
}
.header-m {
  height: 60px;
  padding: 0 10px;
}
.header-m-wrapper {
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-m-title {
  height: 30px;
  line-height: 30px;
  color: white;
  font-size: 18px;
  font-family: "宋体";
  font-weight: bold;
}
.header-m-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50%;
}
.header-m-logo img {
  height: 100%;
  width: auto;
}
.header-m-logo img:nth-child(2) {
  margin-left: 10px;
}
.header-m-r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header-m-button {
  background-color: transparent;
  border: none;
  width: 30px;
  display: block;
  padding: 0;
}
.header-m-button--line {
  width: 100%;
  height: 3px;
  background-color: #86502E;
  margin-bottom: 4px;
}
.header-m-button:active {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}
.header-m-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.mobile-nav-content {
  width: 100%;
  background-color: #81422A;
  padding: 6px 12px;
}
.mobile-nav-content .nav-content__item--link {
  color: white;
  display: block;
  padding: 3px 0;
  text-decoration: none;
}

.kanban {
  margin-top: 40px;
}
.kanban .title {
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kanban .title .block-title img {
  width: 45px;
}
@media screen and (max-width: 1140px) {
  .kanban .title {
    padding: 0 10px;
  }
}
.kanban .content {
  padding-left: 20px;
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "SiYuanSong";
}
@media screen and (max-width: 1140px) {
  .kanban .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    padding-left: 10px;
  }
}
.kanban .content-item {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url("../images/kanban-bg.png");
  background-size: 100% 100%;
  margin-right: 20px;
  height: 14.7396vw;
  max-height: 283px;
  padding: 20px;
  width: 0;
  color: black;
}
@media screen and (max-width: 1140px) {
  .kanban .content-item {
    margin-right: 10px;
    margin-top: 10px;
    height: auto;
    max-height: none;
    padding-bottom: 60px;
    width: auto;
  }
}
.kanban .content-item:hover {
  color: #9f7b4b;
}
.kanban .content-date {
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .kanban .content-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 1140px) {
  .kanban .content-date {
    font-size: 16px;
  }
}
.kanban .content-line {
  width: 100%;
  height: auto;
}
.kanban .content-desc {
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .kanban .content-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 1140px) {
  .kanban .content-desc {
    font-size: 16px;
  }
}
.kanban .content-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 18px;
  color: #9f7b4b;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .kanban .content-more {
    font-size: 14px;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 1140px) {
  .kanban .content-more {
    font-size: 16px;
  }
}
.kanban .content-more:hover {
  color: #d3ad04;
}
.kanban .content-detail {
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .kanban .content-detail {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1140px) {
  .kanban .content-detail {
    font-size: 16px;
    margin-top: 10px;
  }
}
.kanban .content-detail .tit {
  display: inline-block;
  width: 90px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: distribute-all-lines;
}
.kanban .content-detail span:nth-child(2) {
  display: inline-block;
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1140px) {
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news .l {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 500px;
  padding-left: 1.5625vw;
  padding-top: 70px;
  padding-right: 2.0833vw;
  background-image: url("../images/news-bg.png");
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1920px) {
  .news .l {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1140px) {
  .news .l {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.news .r {
  padding-top: 70px;
  width: 30.7292vw;
  max-width: 590px;
  padding-right: 1.5625vw;
}
@media screen and (max-width: 1140px) {
  .news .r {
    width: 100%;
    max-width: none;
    padding-top: 30px;
  }
}
.news .l .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .l .title .block-title img {
  width: 26px;
}
@media screen and (max-width: 1140px) {
  .news .l .title {
    --title-icon-width: 18px;
  }
}
.news .l .content {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1140px) {
  .news .l .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.news .l .content .news-banner {
  width: 440px;
}
.news .l .content .news-banner .carousel-indicators {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  bottom: -30px;
}
.news .l .content .news-banner .carousel-indicators__item {
  background-color: #9D7A51;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.news .l .content .news-banner .carousel-indicators__item.active {
  background-color: #FF7200;
}
@media screen and (max-width: 1300px) {
  .news .l .content .news-banner {
    width: 340px;
  }
}
@media screen and (max-width: 1140px) {
  .news .l .content .news-banner {
    width: 100%;
  }
}
.news .l .content .news-banner--image {
  width: 100%;
  height: 338px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1140px) {
  .news .l .content .news-banner--image {
    height: 200px;
  }
}
.news .l .content .news-banner--title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: "SiYuanSong";
}
.news .l .content .news-banner--title:hover {
  text-decoration: none;
  color: #9E7951;
}
.news .l .content .news-banner--title::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background-color: #CA893A;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news .l .content .news-list {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  font-family: "SiYuanSong";
  width: 0;
  overflow: hidden;
}
@media screen and (max-width: 1140px) {
  .news .l .content .news-list {
    width: 100%;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-left: 0;
    margin-top: 20px;
  }
}
.news .l .content .news-list .item {
  display: block;
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
}
.news .l .content .news-list .item:first-child {
  margin-top: 0;
}
.news .l .content .news-list .item:hover .item-title {
  color: #9E7951;
}
.news .l .content .news-list .item-title {
  font-size: 18px;
  font-weight: bold;
  color: black;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .l .content .news-list .desc {
  font-size: 16px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.news .l .content .news-list .date {
  font-size: 18px;
  color: #999;
  margin-top: 16px;
}
@media screen and (max-width: 1140px) {
  .news .r {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.news .r .nav-tabs {
  border-bottom: none;
}
.news .r .nav-tabs .nav-link {
  color: black;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 150px;
  height: 39px;
  background-image: url("../images/news-tit-2.png");
  font-size: 22px;
  background-size: 100% 100%;
}
@media screen and (max-width: 1300px) {
  .news .r .nav-tabs .nav-link {
    height: 32.5px;
    width: 125px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .news .r .nav-tabs .nav-link {
    width: 115px;
    height: 30px;
    font-size: 18px;
  }
}
.news .r .nav-tabs .nav-link.active {
  background-image: url("../images/news-tit-1.png");
  font-weight: bold;
  color: #9f7b4b;
}
.news .r .nav-tabs .nav-item + .nav-item {
  margin-left: 20px;
}
.news .r .tab-content {
  position: relative;
}
.news .r .tab-content .block-more {
  position: absolute;
  right: 0;
  top: -30px;
}
@media screen and (max-width: 1140px) {
  .news .r .tab-content .block-more {
    top: -25px;
  }
}
.news .r .tab-content .list {
  padding-top: 40px;
}
@media screen and (max-width: 1140px) {
  .news .r .tab-content .list {
    padding-top: 20px;
  }
}
.news .r .tab-content .list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "SiYuanSong";
  border-bottom: 1px solid #E7DECF;
  padding-bottom: 16px;
  cursor: pointer;
}
.news .r .tab-content .list-item + .list-item {
  margin-top: 16px;
}
.news .r .tab-content .list-item:hover .list-r {
  color: #9E7951;
}
.news .r .tab-content .list-l {
  color: black;
  border-right: 1px solid black;
  padding-right: 20px;
}
.news .r .tab-content .list-l .md {
  font-size: 18px;
}
.news .r .tab-content .list-l .y {
  font-size: 16px;
}
.news .r .tab-content .list-r {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.quick {
  padding-bottom: 40px;
  margin-top: 40px;
}
.quick .block-title {
  margin-left: 20px;
}
.quick .block-title img {
  width: 45px;
}
@media screen and (max-width: 1140px) {
  .quick .block-title {
    margin-left: 10px;
  }
}
.quick .swiper {
  margin: 20px 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 1140px) {
  .quick .swiper {
    margin: 10px 10px 0;
  }
}
.quick .swiper img {
  width: 100%;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1140px) {
  .quick .swiper img {
    height: 50px;
  }
}

.article-list {
  font-family: "SiYuanSong";
}
.article-list .item {
  display: block;
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
}
.article-list .item .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-list .item .tit {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article-list .item .tit::before {
  content: "";
  display: block;
  width: 13px;
  height: 18px;
  background-image: url("../images/list-icon.png");
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.article-list .item .date {
  font-size: 16px;
  color: #999;
}
.article-list .item .abs {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.article-list .item:hover .tit {
  color: #DA601C;
}

.img-list-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1140px) {
  .img-list-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.img-list-2 .item {
  position: relative;
  width: 22%;
  margin-right: 3%;
  height: 18.2292vw;
  max-height: 350px;
  margin-top: 40px;
}
.img-list-2 .item img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1140px) {
  .img-list-2 .item {
    width: 90%;
    margin-right: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: none;
  }
}
.img-list-2 .item .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55px;
  line-height: 55px;
  background-color: rgba(158, 122, 78, 0.8);
  color: white;
  padding-left: 20px;
}
.img-list-2 .item .tit::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 7px;
  background-image: url("../images/half-arrow-2.png");
  background-size: 100% 100%;
}
.img-list-2 .item:hover .tit {
  color: #f3d705;
}

.img-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
  padding-left: 3%;
}
@media screen and (max-width: 1140px) {
  .img-list {
    padding-left: 0;
  }
}
.img-list .item {
  display: block;
  width: 30%;
  margin-top: 20px;
}
@media screen and (max-width: 1140px) {
  .img-list .item {
    width: 100%;
  }
}
.img-list .item img {
  height: 170px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-list .item .tit {
  position: relative;
  height: 64px;
  line-height: 64px;
  background-color: #EFEFEF;
  padding-left: 20px;
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-list .item .tit::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 7px;
  background-image: url("../images/half-arrow.png");
  background-size: 100% 100%;
}
.img-list .item:hover .tit {
  color: #DA601C;
}

.inside-img {
  width: 100%;
  height: auto;
}
.inside {
  width: 100%;
  min-height: 1000px;
  padding-bottom: 200px;
  font-family: "SiYuanSong";
  background-image: url(../images/inside-bottom.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1140px) {
  .inside {
    min-height: 600px;
    padding-bottom: 40px;
  }
}
.inside-container {
  padding: 35px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 900px;
}
@media screen and (max-width: 1140px) {
  .inside-container {
    padding: 20px 10px;
  }
}
.inside .content {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-left: 40px;
}
.inside .content .location {
  position: relative;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  color: #666;
  border-bottom: 1px solid #BEBEBE;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1140px) {
  .inside .content .location {
    font-size: 14px;
  }
  .inside .content .location a {
    font-size: 14px;
  }
}
.inside .content .location a:hover {
  color: #DA601C;
}
.inside .content .location::after {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  background-color: #9E7A4E;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.menu {
  width: 320px;
  font-family: "SiYuanSong";
}
@media screen and (max-width: 1300px) {
  .menu {
    width: 240px;
  }
}
.menu-name {
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-image: url("../images/menu-name-bg.jpg");
  background-size: 100% 100%;
  font-size: 22px;
  color: white;
  font-weight: bold;
}
.menu-list {
  background-color: #9E7A4E;
  padding-left: 20px;
}
.menu-item {
  position: relative;
  display: block;
  border-bottom: 1px solid #E6E6E6;
  height: 80px;
  line-height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: white;
}
@media screen and (max-width: 1300px) {
  .menu-item {
    font-size: 16px;
  }
}
.menu-item::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #999;
}
.menu-item:hover {
  background-color: #ECE5DB;
  color: #DA601C;
}
.menu-item.active {
  background-color: #ECE5DB;
  color: #DA601C;
}
.menu-children {
  padding-left: 20px;
  background-color: #F5F2ED;
}
.menu-children .menu-item {
  height: 62px;
  line-height: 62px;
  background-color: transparent;
}
.menu-children .menu-item:hover {
  color: #DA601C;
}
.menu-children .menu-item.active {
  color: #DA601C;
}

.teachers-container {
  width: 100%;
  margin-top: 20px;
}
.teachers-container .teacher-title {
  font-size: 16px;
  background-color: #f3f3f3;
  color: #DA601C;
  border-left: 5px solid #DA601C;
  letter-spacing: 4px;
  font-weight: bold;
  padding: 6px 10px;
}
.teachers-container .table-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.teachers-container .table-wrapper li {
  width: -moz-calc(100% / 5);
  width: calc(100% / 5);
  min-height: 46px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.teachers-container .table-wrapper li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1140px) {
  .teachers-container .table-wrapper li a {
    font-size: 14px;
  }
}
.teachers-container .table-wrapper li a:hover {
  color: #DA601C;
}
.teachers-container .table-wrapper li:nth-child(10n + 6),
.teachers-container .table-wrapper li:nth-child(10n + 7),
.teachers-container .table-wrapper li:nth-child(10n + 8),
.teachers-container .table-wrapper li:nth-child(10n + 9),
.teachers-container .table-wrapper li:nth-child(10n) {
  background-color: #f3f3f3;
}
