@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "FZZ";
  src: url("/_upload/tpl/00/67/103/template103/PoiretOne-Regular.ttf");
}

html,
body {
  height: 100%;
  font-family: "Microsoft YaHei", ΢ź, sans-serif;
  -webkit-font-smoothing: antialiased;
}


a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  outline: none;
}

/*Begin:1、第一个上方标题区?*/

.head1 {
  position: relative;
  transition: all 1s ease-out 0s;
  overflow: hidden;
}

/*Begin:1.1、第一个标题的副标?*/

.head1 .d1,
.d2 {
  z-index: 9999;
  position: relative;
}

.head1 #sh {
  /*副标?*/
  font-size: 0.75vw;
  background: #7e0014;
  color: #ffffff;
  line-height: 45px;
  height: 45px;
  transition: all 0.2s ease-out 0s;
  overflow: hidden;
  display: flex;
  width: 100%;
  padding: 0 5% 0 5%;
  position: relative;
}

.nav_l {
  width: 45%;
  text-align: left;
}

.nav_l i {
  margin: 0 3vw;
  font-size: 0.8vw;
}

.nav_r {
  width: 40%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/*End:1.1、第一个标题的副标?*/
/*Begin:1.2、第一个标题的主标?*/

.head1 #mh {
  z-index: 2;
  /*主标?*/
  transition: all 0.3s ease-out 0s;
  height: 85px;
  height: 85px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  display: flex;
  align-items: center;
  /*实现垂直居中*/
  position: relative;
}

.wp-search .search-btn input.search-submit {
  margin-top: 0;
}

/*logo*/

.logo {
  height: 100%;
  width: 15%;
  display: flex;
  align-items: center;
  /*实现垂直居中*/
  text-align: left;
  margin-left: 10%;
}

.logo img {
  max-width: 90%;
  width: 300px;
  vertical-align: middle;
  display: inline-block;
}

/*导航区域*/

.nav_main {
  width: 67%;
  text-align: right;
  display: flex;
  justify-content: end;
}

#mh .nav {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 50px;
  display: block;
}

#mh .navbar_nav li {
  float: left;
  position: relative;
  display: block;
  line-height: 50px;
}

#mh .navbar_nav li:after {
  content: "";
  width: 0;
  height: 2px;
  background: #7e0014;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}

#mh .navbar_nav li:hover:after {
  width: 100%;
}

#mh .navbar_nav li a {
  text-decoration: none;
  height: 100%;
  padding: 0 1.3vw;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-size: 1vw;
}

#mh .navbar_nav li:hover a {
  color: #7e0014;
}

#mh .navbar_nav li.dropdown {
  display: inherit;
  position: relative;
}

#mh .navbar_nav li.dropdown .dropdown_menu {
  display: none;
  position: absolute;
  top: 50px;
  width: 100%;
  background: #fff;
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  width: 135%;
  left: -20%;
}

#mh .navbar_nav li.dropdown .dropdown_menu a {
  font-size: 0.8vw;
  color: #232323;
  padding: 0 10px;
  line-height: 2.5vw;
  text-align: center;
  background: #fff;
  margin-bottom: 2px;
}

#mh .navbar_nav li.dropdown:hover .dropdown_menu {
  z-inde: 9999;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#mh .navbar_nav li.dropdown:hover .dropdown_menu a {
  color: #232323;
}

#mh .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
  background-color: rgba(198, 198, 198, 0.8);
}

#mhss .nav {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 50px;
  display: block;
}

#mhss .navbar_nav li {
  float: left;
  position: relative;
  display: block;
  line-height: 50px;
  width: 100%;
}

#mhss .navbar_nav li:after {
  content: "";
  width: 0;
  height: 2px;
  background: #7e0014;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}

#mhss .navbar_nav li:hover:after {
  width: 100%;
}

#mhss .navbar_nav li a {
  text-decoration: none;
  height: 100%;
  padding: 0 1.45vw;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-size: 1vw;
}

.inner {}

#mhss .navbar_nav li:hover a {
  color: #7e0014;
}

#mhss .navbar_nav li.dropdown {
  display: inherit;
  position: relative;
}

#mhss .navbar_nav li.dropdown .dropdown_menu {
  display: none;
  position: absolute;
  top: 50px;
  width: 100%;
  background: #fff;
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  width: 135%;
  left: -20%;
}

#mhss .navbar_nav li.dropdown .dropdown_menu a {
  font-size: 0.8vw;
  color: #232323;
  padding: 0 10px;
  line-height: 2.5vw;
  text-align: center;
  background: #fff;
  margin-bottom: 2px;
}

#mhss .navbar_nav li.dropdown:hover .dropdown_menu {
  z-inde: 9999;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#mhss .navbar_nav li.dropdown:hover .dropdown_menu a {
  color: #232323;
}

#mhss .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
  background-color: rgba(198, 198, 198, 0.8);
}

/*搜索区域*/

.tools {
  width: 0%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.tools .a {
  border: 1px solid #fff;
  border-radius: 100%;
  margin-left: 20px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: relative;
  font-size: 1.2vw;
  font-family: en;
  text-transform: uppercase;
  font-family: Arial;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*菜单项区?*/

.nav_child .item {
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #7e0014;
  position: absolute;
  top: 65%;
  width: 140px;
  background: rgba(255, 255, 255, 0.9);
  background-size: contain;
  display: none;
  justify-content: center;
}

.nav_child .item {
  text-align: center;
  width: 100%;
}

.nav_child .item a:first-child {
  margin-top: 10px;
}

.nav_child .item a:last-child {
  margin-bottom: 10px;
}

.nav_child .item a {
  width: 100%;
  font-size: 0.8vw;
  font-weight: 500;
  line-height: 2vw;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid #ececec;
}

.nav_child .item a:hover {
  background-color: rgba(198, 198, 198, 0.8);
  color: #232323;
}

/*Begin:1.3、第一个标题区域Banner?*/

.head1 .banner {
  color: #fff;
  background-position: center center;
  position: absolute;
  overflow: hidden;
  background-color: #dcdcdc;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate3d(0%, 0px, 0px);
  transition: all 0.7s ease 0s;
  width: 500%;
  display: flex;
}

.head1 .banner .item {
  overflow: hidden;
  background-size: cover;
  width: 20%;
  position: relative;
  cursor: pointer;
}

.head1 .banner .item img {
  width: 100vw;
  background-size: cover;
}

.head1 .banner .l {
  position: absolute;
  left: 10vw;
  bottom: 5vw;
  color: #ffffff;
  font-size: 2vw;
}

.head1 .banner .r {
  color: #ffffff;
  font-size: 2vw;
  padding-left: 2vw;
}

.head1 .cIndex {
  z-index: 2;
  position: absolute;
  right: 10%;
  bottom: 10%;
  display: flex;
  text-shadow: 2px 1px black;
}

.head1 .cIndex .con {
  display: flex;
  align-items: center;
  /*实现垂直居中*/
  cursor: pointer;
  margin: 0 10px;
}

.head1 .cIndex .con .l {
  padding-right: 5px;
  color: #ffffff;
  font-size: 1vw;
}

.head1 .cIndex .con .lc {
  font-size: 2vw;
}

.head1 .cIndex .con .r {
  width: 0px;
  border-bottom: solid 1px #ffffff;
  position: relative;
  transition: all 0.8s ease-in-out 0s;
}

.head1 .cIndex .con .rc {
  width: 5vw;
  border-bottom: solid 1px #ffffff;
  position: relative;
}

/*End:1.3、第一个标题区域Banner?*/
/*Begin:1.4、第一个标题区的缩小版*/

.head1 .d2 {
  padding: 0 0 0 5%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  height: 60px;
  display: flex;
}

.head1 .d2 .logo {
  width: 40%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.head1 .d2 .tools {
  width: 55%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head1 .d2 .tools .menu {
  width: 24px;
  height: 22px;
  margin: -5px 20px 0 10px;
}

.head1 .d2 .tools .menu .i {
  width: 30px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 10px;
}

/*End:1.4、第一个标题区的缩小版*/
/*End:1、第一个上方标题区?*/
/*Begin:2、第二个上方标题区域*/

.head1 {
  position: relative;
  transition: all 1s ease-out 0s;
}

/*Begin:1.1、第一个标题的副标?*/

.head1 #sh {
  z-index: 2;
  /*副标?*/
  font-size: 0.75vw;
  background: #7e0014;
  color: #ffffff;
  line-height: 45px;
  height: 45px;
  transition: all 0.2s ease-out 0s;
  overflow: hidden;
  display: flex;
  width: 100%;
  padding: 0 10%;
  position: relative;
}

.nav_l {
  width: 40%;
  text-align: left;
}

.nav_l i {
  margin: 0 3vw;
  font-size: 0.9vw;
}

.nav_r {
  width: 40%;
  text-align: right;
}

/*End:1.1、第一个标题的副标?*/
/*Begin:1.2、第一个标题的主标?*/

.head2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 130px;
  z-index: 3;
}

.head2 #sh {
  z-index: 2;
  /*副标?*/
  font-size: 0.75vw;
  background: #7e0014;
  color: #ffffff;
  line-height: 45px;
  height: 45px;
  transition: all 0.2s ease-out 0s;
  overflow: hidden;
  display: flex;
  width: 100%;
  padding: 0 10%;
  position: relative;
}

.head2 #sh .nav_l a:hover {
  color: #898989 !important;
}

.head2 #mh {
  z-index: 2;
  /*主标?*/
  transition: all 0.3s ease-out 0s;
  height: 85px;
 /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
     background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); */
  display: flex;
  align-items: center;
  /*实现垂直居中*/
  position: relative;
}

.head2 #mhss {
  z-index: 2;
  /*主标?*/
  transition: all 0.3s ease-out 0s;
  height: 85px;
  background-color: none !important;

  display: flex;
  align-items: center;
  /*实现垂直居中*/
  position: relative;
}

.head2 #mhss .nav a {
  color: #000000;
}

.head2 #mhss .nav a {
  color: #000000;
}

.head2 .d1 .tools .a {
  border: 1px solid #000;
}

.head2 .d2 .tools .a {
  border: 1px solid #fff;
}

.head2 .d2 {
  padding: 0 0 0 5%;
  width: 100%;
  background: #7e0014;
  height: 60px;
  display: flex;
}

.head2 .d2 .logo {
  width: 40%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.head2 .d2 .tools {
  width: 55%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head2 .d2 .tools .menu {
  width: 24px;
  height: 22px;
  margin: -5px 20px 0 10px;
}

.head2 .d2 .tools .menu .i {
  width: 30px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 10px;
}

/*End:2、第二个上方标题区域*/
/*Begin:手机端的菜单项目*/

.nav_mobile {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  transition: all 0.3s ease-out 0s;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms--ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.nav_mobile .head {
  display: flex;
  background-color: #ffffff;
  height: 60px;
  padding: 0 5%;
  position: relative;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}

.nav_mobile .head .logo {
  width: 50%;
}

.nav_mobile .head .logo img {
  max-width: 100%;
  max-height: 60px;
}

.nav_mobile .head .tools {
  /* width: 50%; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: flex-end; */
  color: #000000;
  float: right;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  margin-top: -1px;
}

.nav_mobile .head .tools .a {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 22px;
  border: 1px solid #000000;
}

.nav_mobile .head .tools .x {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 200;
  width: 20px;
  display: block;
  transform: scale(1.5, 1.2);
}

.nav_mobile .item {
  margin-top: 0;
  font-size: 3vw;
  background: #fafafa;
  background-size: auto 130px;
  align-content: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: block;
  flex-wrap: wrap;
}

.nav_mobile .item a {}

.nav_mobile .item li.menu-item {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
  /* border-right: 1px solid rgba(0, 0, 0, 0.08); */
  padding: 0;
  box-sizing: border-box;
  height: auto;
  display: inline-block;
  width: 100%;
  position: relative;
}

ul.sub-menu.col_menu_con2 {
  position: static;
  background: #b1545c;
  width: 100%;
  z-index: 999;
  /* transition: all 0.4s ease-in-out; */
  animation-delay: 0.25s;
}

em.menu-switch-arrow {
  background: url(/_upload/tpl/00/67/103/template103/images/jt2_up.png) no-repeat center left;
  position: absolute;
  width: 10px;
  height: 12px;
  right: 15px;
  background-size: 15px;
  top: 8px;
  transition: 0.7s;
}

em.menu-switch-arrow.active {
  transform: rotate(180deg);
}

.nav_mobile .nav_l {
  font-size: 14px;
  background: #7e0014;
  color: #d39797;
  line-height: 45px;
  height: auto;
  font-size: 15px;
  transition: all 0.2s ease-out 0s;
  overflow: hidden;
  display: flex;
  width: 100%;
  padding: 0 2% 0 2%;
  position: relative;
  border-bottom: solid 1px #ffffff;
  flex-wrap: wrap;
}

.col_menu_con2 {
  display: none;
}

ul.sub-menu.col_menu_con2 li {
  margin-left: 17px;
}

.nav_mobile .item a {
  padding: 12px 25px;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.nav_mobile .item .sub-item a {
  color: #fff;
  font-size: 15px;
}

.nav_mobile .nav_l a {
  padding: 0 10px;
}

/*End:手机端的菜单项目*/
/*Begin: bannerҿ */
.banner-click {
  z-index: 10;
  position: absolute;
  display: flex;
  top: 53%;
  font-size: 4vw;
  color: #fff;
  width: 100vw;
}

.banner-click .left,
.banner-click .right {
  cursor: pointer;
  width: 30%;
  opacity: 0.4;
}

.banner-click .left:hover,
.banner-click .right:hover {
  display: block;
  color: #7e0014;
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.banner-click .left {
  left: 0;
}

.banner-click .right {
  right: 0;
  margin-left: 93%;
}

/*End:bannerҿ*/
/*Begin:校内要闻*/

.maincontent {
  width: 100vw;
  background-color: #068358;
  margin-top: 130px;
}

.ytbu_news {
  padding: 2vw 0;
  background: #efebea;
  transition: all 0.8s ease-in-out 0s;
}

@keyframes numberMove {
  from {
    color: #ffffff;
    font-weight: 200;
  }

  to {
    color: #ccb280;
    font-weight: 600;
  }
}

.ytbu_number .inner .content .item .declare {
  text-align: center;
  font-size: 1.2vw;
}

.ytbu_number .inner .content .item a:hover {
  color: #ccb280;
}

.ytbu_number .inner .content .item .tag {
  text-align: center;
  width: 10vw;
  height: 10vw;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease-in-out 0s;
}

.ytbu_number .inner .content .n1 .tag {
  background-image: url(/_upload/tpl/00/67/images/newModel/numbers/zxsB.png);
}

/*
.ytbu_number .inner .content .n1:hover .tag {
    background-image: url(/_upload/tpl/00/67/images/newModel/numbers/zxsA.png);
    transform: scale(1.2);
    border-color: #ccb280;
}
*/

.ytbu_number .inner .content .n2 .tag {
  background-image: url(/_upload/tpl/00/67/images/newModel/numbers/tsB.png);
}

/*
.ytbu_number .inner .content .n2:hover .tag {
    background-image: url(/_upload/tpl/00/67/images/newModel/numbers/tsA.png);
    transform: scale(1.2);
    border-color: #ccb280;
}
*/

.ytbu_number .inner .content .n3 .tag {
  background-image: url(/_upload/tpl/00/67/images/newModel/numbers/hjB.png);
}

/*
.ytbu_number .inner .content .n3:hover .tag {
    background-image: url(/_upload/tpl/00/67/images/newModel/numbers/hjA.png);
    transform: scale(1.2);
    border-color: #ccb280;
}
*/

.ytbu_number .inner .content .n4 .tag {
  background-image: url(/_upload/tpl/00/67/images/newModel/numbers/lxsB.png);
}

/*
.ytbu_number .inner .content .n4:hover .tag {
    background-image: url(/_upload/tpl/00/67/images/newModel/numbers/lxsA.png);
    transform: scale(1.2);
    border-color: #ccb280;
}
*/
/*End:工商数据*/
/*Begin:专题网站*/

.ytbu_special {
  padding: 3vw 0;
  background: #ffffff;
  transition: all 0.8s ease-in-out 0s;
}

.ytbu_special .inner {
  width: 80vw;
  margin: auto;
  display: flex;
  max-height: 100%;
}

.ytbu_special .l {
  width: 10%;
  text-align: center;
  padding-top: 150px;
}

.ytbu_special .l .text {
  font-size: 2vw;
  writing-mode: vertical-lr;
  color: #ccb280;
  letter-spacing: 0.2vw;
}

.ytbu_special .l .more a {
  writing-mode: vertical-lr;
  font-size: 1vw;
  margin-top: 4vw;
  visibility: hidden;
}

.ytbu_special .r {
  width: 90%;
  display: flex;
}

.ytbu_special .r div {
  cursor: pointer;
  height: 35vw;
  overflow: hidden;
  margin: 0 1vw;
  background-color: #000000;
  position: relative;
  transition: all 1s ease-in-out 0s;
  width: 16vw;
}

.ytbu_special .r div img {
  width: 16vw;
  height: 35vw;
  transition: all 0.8s ease 0s;
}

.ytbu_special .r div h3 {
  writing-mode: vertical-lr;
  color: #ffffff;
  position: absolute;
  top: 2vw;
  left: 2vw;
  font-size: 1.5vw;
}

.ytbu_special .r div span {
  writing-mode: vertical-lr;
  color: #ffffff;
  position: absolute;
  font-size: 0.8vw;
  bottom: 0vw;
  right: 0vw;
  width: 3vw;
  height: 8vw;
  padding-left: 0.5vw;
  border-left: 1px solid #ffffff;
  letter-spacing: 0.15vw;
}

.ytbu_special .r div img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*End:专题网站*/
/*Begin:学术研究*/

.ytbu_research {
  padding: 3vw 0;
  background: #efebea;
  transition: all 0.8s ease-in-out 0s;
}

.ytbu_research .inner {
  width: 80%;
  margin: auto;
  display: flex;
  z-index: 1;
  position: relative;
  height: 45vw;
  overflow: hidden;
}

.ytbu_research .inner .top {
  color: #fff;
  background-position: center center;
  position: absolute;
  overflow: hidden;
  background-color: #dcdcdc;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate3d(0vw, 0px, 0px);
  transition: all 0.7s ease 0s;
  width: calc(80vw * 5);
  height: 32vw;
  display: flex;
}

.ytbu_research .inner .top .item {
  overflow: hidden;
  background-size: cover;
  width: 80vw;
  position: relative;
}

.ytbu_research .inner .left {
  left: 0;
}

.ytbu_research .inner .right {
  right: 0;
}

.ytbu_research .inner .left,
.ytbu_research .inner .right {
  position: absolute;
  top: 16vw;
  z-index: 2;
  font-size: 2vw;
  color: #ffffff;
  background: rgba(0, 33, 71, 0.2);
  cursor: pointer;
}

.ytbu_research .inner .top .item img {
  width: 100%;
  background-size: cover;
}

.ytbu_research .inner .btm {
  position: absolute;
  left: 5vw;
  bottom: 2vw;
}

.ytbu_research .inner .btm .text {
  font-size: 2vw;
  padding-bottom: 1.5vw;
  color: #ccb280;
}

.ytbu_research .inner .btm a {
  font-size: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ytbu_research .inner .list {
  position: absolute;
  bottom: 0;
  right: 4vw;
  height: 10vw;
  width: 32vw;
  display: flex;
  z-index: 2;
  padding: 3vw 3.5vw;
  background-color: #7e0014;
}

.ytbu_research .inner .list .l {
  width: 30%;
  overflow: hidden;
  margin-right: 30px;
  cursor: pointer;
}

.ytbu_research .inner .list .l img {
  width: 100%;
}

.ytbu_research .inner .list .r {
  width: 70%;
}

.ytbu_research .inner .list .r h3 {
  font-size: 1.2vw;
  color: #ffffff;
  font-weight: 200;
  line-height: 1.2;
  cursor: pointer;
  line-height: 1.5;
}

.ytbu_research .inner .list .r h4 {
  margin-top: 1.5vw;
  font-size: 0.8vw;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 200;
  line-height: 2;
}

/*End:学术研究*/
/*Begin:人物*/

.ytbu_human {
  padding: 5vw 0;
  background: #efebea;
  transition: all 0.8s ease-in-out 0s;
  position: relative;
}

.ytbu_human .inner {
  width: 80%;
  margin: auto;
  z-index: 1;
  height: 35vw;
  overflow: hidden;
  position: relative;
}

.ytbu_human .inner .title {
  width: 40vw;
  position: absolute;
  top: 3vw;
  right: 0;
  text-align: center;
}

.ytbu_human .inner .title .text {
  font-size: 2vw;
  padding-bottom: 2vw;
  color: #ccb280;
}

.ytbu_human .inner .top {
  width: 39vw;
  height: 20vw;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.8s ease 0s;
}

.ytbu_human .inner .top img {
  width: 100%;
}

.ytbu_human .inner h3 {
  color: #ffffff;
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  font-size: 1.1vw;
  line-height: normal;
}

.ytbu_human .inner .btm {
  width: 39vw;
  height: 20vw;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.8s ease 0s;
}

.ytbu_human .inner .btm .n1 {
  display: none;
}

.ytbu_human .inner .btm img {
  width: 100%;
}

/*End:人物*/
/*Begin：校园风?*/

.ytbu_scene {
  background-color: #382e2f;
  padding: 5vw 0;
  transition: all 0.8s ease-in-out 0s;
  position: relative;
}

.ytbu_scene .inner {
  width: 80%;
  margin: auto;
  z-index: 1;
  height: 75vw;
  overflow: hidden;
  position: relative;
}

.ytbu_scene .inner .top {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 70%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ytbu_scene .inner .top img {
  width: 100%;
  height: 100%;
}

.ytbu_scene .inner .top .title {
  position: absolute;
  color: #ffffff;
  margin-bottom: 10vw;
  width: 100%;
}

.ytbu_scene .inner .top .title .btns {
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10%;
  width: 100%;
  position: absolute;
}

.ytbu_scene .inner .top .title .btns a:hover {
  color: #ffffff;
}

.ytbu_scene .inner .top div h3 {
  font-size: 2vw;
  margin-bottom: 2vw;
  text-align: center;
}

.ytbu_scene .inner .top div h4 {
  font-size: 1.5vw;
}

.ytbu_scene .inner .middle {
  overflow: hidden;
}

.ytbu_scene .inner .middle .n1,
.ytbu_scene .inner .middle .n2,
.ytbu_scene .inner .middle .n3,
.ytbu_scene .inner .middle .n4,
.ytbu_scene .inner .middle .n5,
.ytbu_scene .inner .middle .n6 {
  width: 18vw;
  height: 16vw;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ytbu_scene .inner .middle .n1 .title,
.ytbu_scene .inner .middle .n2 .title,
.ytbu_scene .inner .middle .n3 .title,
.ytbu_scene .inner .middle .n4 .title,
.ytbu_scene .inner .middle .n5 .title,
.ytbu_scene .inner .middle .n6 .title {
  position: absolute;
  color: #ffffff;
  text-align: center;
  font-size: 1.5vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ytbu_scene .inner .middle .n1 {
  position: absolute;
  top: 10vw;
  left: 4vw;
  transition: all 0.8s ease 0s;
}

.ytbu_scene .inner .middle .n1 .icon {}

.ytbu_scene .inner .middle .n2 {
  position: absolute;
  top: 10vw;
  left: calc(18vw + 4vw);
  transition: all 1.2s ease 0s;
}

.ytbu_scene .inner .middle .n3 {
  position: absolute;
  top: calc(16vw + 10vw);
  left: 22vw;
  transition: all 1.6s ease 0s;
}

.ytbu_scene .inner .middle .n4 {
  position: absolute;
  bottom: 17vw;
  right: calc(18vw + 4vw);
  transition: all 0.8s ease 0s;
}

.ytbu_scene .inner .middle .n5 {
  position: absolute;
  bottom: 17vw;
  right: 4vw;
  transition: all 1.2s ease 0s;
}

.ytbu_scene .inner .middle .n6 {
  position: absolute;
  bottom: 1vw;
  right: 4vw;
  transition: all 1.4s ease 0s;
}

.ytbu_scene .inner .middle .n1 img,
.ytbu_scene .inner .middle .n2 img,
.ytbu_scene .inner .middle .n3 img,
.ytbu_scene .inner .middle .n4 img,
.ytbu_scene .inner .middle .n5 img,
.ytbu_scene .inner .middle .n6 img {
  width: 100%;
  height: 100%;
}

.ytbu_scene .inner .middle .n1 .icon,
.ytbu_scene .inner .middle .n2 .icon,
.ytbu_scene .inner .middle .n3 .icon,
.ytbu_scene .inner .middle .n4 .icon,
.ytbu_scene .inner .middle .n5 .icon,
.ytbu_scene .inner .middle .n6 .icon {
  width: 3vw;
  height: 3vw;
  transition: all 1s ease 0s;
  margin-bottom: 1vw;
  background-size: 100% 100%;
}

.ytbu_scene .inner .middle .n1 .title .icon {
  background-image: url(/_upload/tpl/00/67/images/newModel/scene/shB.png);
}

.ytbu_scene .inner .middle .n1 .title:hover .icon {
  background-image: url(/_upload/tpl/00/67/images/newModel/scene/shA.png);
}

.ytbu_scene .inner .middle .n2 .title .icon {
  background-image: url(/_upload/tpl/00/67/images/newModel/scene/xxB.png);
}

.ytbu_scene .inner .middle .n2 .title:hover .icon {
  background-image: url(/_upload/tpl/00/67/images/newModel/scene/xxA.png);
}

.ytbu_scene .inner .middle .n3 {
  background-color: #9f9998;
}

.ytbu_scene .inner .middle .n4 {
  background-color: #261819;
}

.ytbu_scene .inner .middle .n5 .title .icon {
  background-image: url(/_upload/tpl/00/67/images/newModel/scene/hdB.png);
}

.ytbu_scene .inner .middle .n5 .title:hover .icon {
  background-image: url(/_upload/tpl/00/67/images/newModel/scene/hdA.png);
}

.ytbu_scene .inner .middle .n6 {
  background-color: #843900;
}

.ytbu_scene .inner .bottom {
  position: absolute;
  bottom: 5vw;
  width: 50%;
  height: 40%;
  overflow: hidden;
}

.ytbu_scene .inner .bottom .images {
  color: #fff;
  background-position: center center;
  position: absolute;
  overflow: hidden;
  background-color: #dcdcdc;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate3d(0%, 0px, 0px);
  transition: all 0.7s ease 0s;
  width: calc(100% * 5);
  height: 100%;
  display: flex;
}

.ytbu_scene .inner .bottom .item {
  overflow: hidden;
  background-size: cover;
  width: 40vw;
  position: relative;
}

.ytbu_scene .inner .bottom .item img {
  width: 100%;
}

/*End:校园风景*/
/*Begin:多彩校园*/

.ytbu_sceneN {
  background-color: #ffffff;
  padding-bottom: 5vw;
  transition: all 0.8s ease-in-out 0s;
  position: relative;
  width: 100vw;
  height: 42vw;
}

.ytbu_sceneN .inner {
  width: 100vw;
  height: 30vw;
  background-color: #7e0014;
}

.ytbu_sceneN .inner .p1 .left,
.ytbu_sceneN .inner .p2 .left,
.ytbu_sceneN .inner .p3 .left,
.ytbu_sceneN .inner .p4 .left,
.ytbu_sceneN .inner .p5 .left {
  width: 10vw;
  height: 4vw;
  position: absolute;
  left: 1vw;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ytbu_sceneN .inner .p1 .left img,
.ytbu_sceneN .inner .p2 .left img,
.ytbu_sceneN .inner .p3 .left img,
.ytbu_sceneN .inner .p4 .left img,
.ytbu_sceneN .inner .p5 .left img {
  height: 3vw;
}

.ytbu_sceneN .inner .p1 .left h3,
.ytbu_sceneN .inner .p2 .left h3,
.ytbu_sceneN .inner .p3 .left h3,
.ytbu_sceneN .inner .p4 .left h3,
.ytbu_sceneN .inner .p5 .left h3 {
  color: #ffffff;
  font-size: 1vw;
  font-weight: 400;
  padding-left: 0.5vw;
}

.ytbu_sceneN .inner .p1 .img,
.ytbu_sceneN .inner .p2 .img,
.ytbu_sceneN .inner .p3 .img,
.ytbu_sceneN .inner .p4 .img,
.ytbu_sceneN .inner .p5 .img {
  width: 100%;
  transition: all 0.5s ease 0s;
}

.ytbu_sceneN .inner .p1:hover .img,
.ytbu_sceneN .inner .p2:hover .img,
.ytbu_sceneN .inner .p3:hover .img,
.ytbu_sceneN .inner .p4:hover .img,
.ytbu_sceneN .inner .p5:hover .img {
  transform: scale(1.3);
}

.ytbu_sceneN .inner .p1 {
  width: 20vw;
  height: 22.5vw;
  background-color: #001752;
  position: absolute;
  top: 0;
  left: 10vw;
  overflow: hidden;
  transition: all 0.7s ease 0s;
}

.ytbu_sceneN .inner .p2 {
  width: 20vw;
  height: 22.5vw;
  background-color: #001952;
  position: absolute;
  top: 0;
  left: 30vw;
  overflow: hidden;
  transition: all 1.2s ease 0s;
}

.ytbu_sceneN .inner .p3 {
  width: 20vw;
  height: 22.5vw;
  background-color: #001652;
  position: absolute;
  top: 22.5vw;
  left: 50vw;
  overflow: hidden;
  transition: all 1.7s ease 0s;
}

.ytbu_sceneN .inner .p4 {
  width: 20vw;
  height: 22.5vw;
  background-color: #001552;
  position: absolute;
  top: 22.5vw;
  left: 70vw;
  overflow: hidden;
  transition: all 2.2s ease 0s;
}

.ytbu_sceneN .inner .p5 {
  width: 40vw;
  height: 22.5vw;
  background-color: #ffffff;
  position: absolute;
  top: 0vw;
  left: calc(10vw + 40vw);
  overflow: hidden;
  transition: all 0.5s ease 0s;
}

.ytbu_sceneN .inner .video1 {
  width: 40vw;
  height: 22.5vw;
  position: absolute;
  top: 22.5vw;
  left: 10vw;
  overflow: hidden;
}

.ytbu_sceneN .inner .video1 video {
  width: 100%;
}

/*End:多彩校园*/
/*Begin:新闻和媒体关?*/

.ytbu_notice {
  padding: 5vw 0;
  background: #efebea;
  transition: all 0.8s ease-in-out 0s;
  position: relative;
}

.ytbu_notice .inner {
  width: 80vw;
  margin: auto;
  z-index: 1;
  height: 25vw;
  overflow: hidden;
  position: relative;
  display: flex;
  transition: all 0.8s ease 0s;
}

.ytbu_notice .inner .l {
  width: 40%;
  transition: all 0.8s ease 0s;
}

.ytbu_notice .inner .l .top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5vw;
}

.ytbu_notice .inner .l .top .title {
  width: 50%;
  font-size: 2vw;
  text-align: left;
}

.ytbu_notice .inner .l .top .title .l {
  font-size: 2vw;
  color: #7e0014;
}

.ytbu_notice .inner .l .top .title .r {
  margin-left: 0;
  visibility: hidden;
}

.ytbu_notice .inner .l .top .more {
  width: 50%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.ytbu_notice .inner .l .top .more .text {
  color: #ccb280;
  position: absolute;
  right: 5vw;
  bottom: -1vw;
  font-size: 1vw;
}

.ytbu_notice .inner .l .top .more .tag {
  width: 5vw;
  position: absolute;
  bottom: -1.5vw;
  right: 0;
}

.ytbu_notice .inner .l .bottom {
  margin-top: 2vw;
  height: calc(18vw - 0.2vw - 1vw - 1.2vw);
  padding: 1vw 1.5vw 1.2vw 1.5vw;
  background-color: #ffffff;
  box-shadow: 2px -2px 5px #dfdfdf;
  border-bottom: 0.2vw solid #7e0014;
}

.ytbu_notice .inner .l .bottom ul li {
  position: relative;
  height: calc((18vw - 1vw - 1.2vw) / 3);
}

.ytbu_notice .inner .l .bottom ul li:hover h3 {
  color: #7e0014;
}

.ytbu_notice .inner .l .bottom ul li:hover {
  cursor: pointer;
}

.ytbu_notice .inner .l .bottom ul li:hover .line {
  border-bottom: 1px solid #7e0014;
}

.ytbu_notice .inner .l .bottom h3 {
  padding: 1vw 0;
  font-size: 1vw;
  line-height: 1.5vw;
}

.ytbu_notice .inner .l .bottom span {
  color: #7e0014;
  font-style: italic;
  font-size: 0.9vw;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding-right: 0.5vw;
}

.ytbu_notice .inner .l .bottom .time {
  position: relative;
}

.ytbu_notice .inner .l .bottom .line {
  position: absolute;
  width: 100%;
  bottom: 50%;
  right: 0;
  border-bottom: 1px solid #d5d5d5;
}

.ytbu_notice .inner .r {
  width: calc(60% - 3vw);
  margin-left: 3vw;
}

.ytbu_notice .inner .r .top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5vw;
}

.ytbu_notice .inner .r .top .title {
  width: 50%;
  font-size: 2vw;
  text-align: left;
  color: #7e0014;
}

.ytbu_notice .inner .r .top .more {
  width: 50%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.ytbu_notice .inner .r .top .more .text {
  color: #ccb280;
  position: absolute;
  right: 5vw;
  bottom: -1vw;
  font-size: 1vw;
}

.ytbu_notice .inner .r .top .more .tag {
  width: 5vw;
  position: absolute;
  bottom: -1.5vw;
  right: 0;
}

.ytbu_notice .inner .r .bottom {
  margin-top: 2vw;
  height: 18vw;
  background-color: #ffffff;
  box-shadow: 2px -2px 5px #dfdfdf;
}

.ytbu_notice .inner .r .bottom .item {
  border-bottom: 0.2vw solid #efebea;
  display: flex;
  height: calc((18vw - 0.6vw) / 3);
  cursor: pointer;
}

.ytbu_notice .inner .r .bottom .item .img {
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  padding: 0.5vw;
  width: 20%;
  overflow: hidden;
  background-image: url(/_upload/tpl/00/67/images/newModel/notice/notice-bg.jpg);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ytbu_notice .inner .r .bottom .item .img h3 {
  font-size: 1.1vw;
  color: #ccb280;
}

.ytbu_notice .inner .r .bottom .item .img img {
  width: 100%;
  height: 100%;
}

.ytbu_notice .inner .r .bottom .n1,
.ytbu_notice .inner .r .bottom .n2 {}

.ytbu_notice .inner .r .bottom .n3 {
  border-bottom: 0.2vw solid #7e0014;
}

.ytbu_notice .inner .r .bottom .item .title {
  display: flex;
  align-items: center;
  font-size: 1vw;
  padding-left: 1vw;
}

/*End:新闻和媒体关?*/
/*Begin:合作交流*/

.ytbu_cooperate {
  padding: 5vw 0;
  background: #ffffff;
  transition: all 0.8s ease-in-out 0s;
  position: relative;
}

.ytbu_cooperate .inner {
  width: 80vw;
  margin: auto;
  z-index: 1;
  height: 45vw;
  overflow: hidden;
  position: relative;
  display: flex;
}

.ytbu_cooperate .inner .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2vw;
  height: 10%;
  width: 100%;
  color: #7e0014;
}

.ytbu_cooperate .inner .top {
  position: absolute;
  top: 4.5vw;
  left: -1vw;
  width: 50%;
  height: 80%;
  overflow: hidden;
  margin: 0.5vw;
  transition: all 0.8s ease-in-out 0s;
}

.ytbu_cooperate .inner .top .images {
  color: #fff;
  background-position: center center;
  position: absolute;
  overflow: hidden;
  background-color: #dcdcdc;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate3d(0%, 0px, 0px);
  transition: all 1s ease 0s;
  width: calc(100% * 5);
  height: 34vw;
  display: flex;
}

.ytbu_cooperate .inner .top .images .item img {
  transition: all 0.7s ease 0s;
  cursor: pointer;
  width: 100%;
}

.ytbu_cooperate .inner .top .images .item h3 {
  cursor: pointer;
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  font-size: 1vw;
}

.ytbu_cooperate .inner .top .images .item img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.ytbu_cooperate .inner .top .item {
  overflow: hidden;
  background-size: cover;
  width: 40vw;
  position: relative;
}

.ytbu_cooperate .inner .bottom {
  width: 50%;
  position: absolute;
  right: 0;
  top: 10%;
  flex-wrap: wrap;
  display: flex;
}

.ytbu_cooperate .inner .bottom .p1,
.ytbu_cooperate .inner .bottom .p2,
.ytbu_cooperate .inner .bottom .p3,
.ytbu_cooperate .inner .bottom .p4 {
  width: calc((40vw - 2vw) / 2);
  height: calc((35vw - 2vw) / 2);
  overflow: hidden;
  margin: 0.5vw;
  position: relative;
}

.ytbu_cooperate .inner .bottom .p1 {
  transition: all 0.8s ease 0s;
}

.ytbu_cooperate .inner .bottom .p2 {
  transition: all 1s ease 0s;
}

.ytbu_cooperate .inner .bottom .p3 {
  transition: all 1.2s ease 0s;
}

.ytbu_cooperate .inner .bottom .p4 {
  transition: all 1.4s ease 0s;
}

.ytbu_cooperate .inner .bottom img {
  transition: all 0.7s ease 0s;
  cursor: pointer;
  width: 100%;
}

.ytbu_cooperate .inner .bottom h3 {
  cursor: pointer;
  position: absolute;
  bottom: 2vw;
  text-align: center;
  width: 100%;
  font-size: 1vw;
  text-align: center;
  color: #ffffff;
}

.ytbu_cooperate .inner .bottom img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.ytbu_cooperate .inner .btns {
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10%;
  width: 100%;
  position: absolute;
  bottom: 0;
}

/*End:合作交流*/
/*Begin:校内参观*/

.ytbu_guide {
  padding: 5vw 0 0 0;
  background: #ffffff;
  transition: all 0.8s ease-in-out 0s;
  position: relative;
}

.ytbu_guide .inner {
  width: 80vw;
  margin: auto;
  z-index: 1;
  height: 15vw;
  overflow: hidden;
  position: relative;
}

.ytbu_guide .inner .top {
  text-align: center;
  font-size: 2vw;
  height: 2vw;
  margin-bottom: 20px;
  color: #7e0014;
}

.ytbu_guide .inner .bottom {
  display: flex;
}

.ytbu_guide .inner .bottom .item {
  width: 20%;
  padding: 0 5%;
  text-align: center;
}

.ytbu_guide .inner .bottom .item div {
  width: 3vw;
  margin: auto;
  height: 3vw;
  transition: all 1s ease 0s;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ytbu_guide .inner .bottom .n1 .tag {
  transition: all 0.5s ease-in-out 0s;
  background-image: url(/_upload/tpl/00/67/images/newModel/guide/sqB.png);
}

.ytbu_guide .inner .bottom .n1:hover .tag {
  background-image: url(/_upload/tpl/00/67/images/newModel/guide/sqA.png);
}

.ytbu_guide .inner .bottom .n2 .tag {
  transition: all 0.5s ease-in-out 0s;
  background-image: url(/_upload/tpl/00/67/images/newModel/guide/qjB.png);
}

.ytbu_guide .inner .bottom .n2:hover .tag {
  background-image: url(/_upload/tpl/00/67/images/newModel/guide/qjA.png);
}

.ytbu_guide .inner .bottom .n3 .tag {
  transition: all 0.5s ease-in-out 0s;
  background-image: url(/_upload/tpl/00/67/images/newModel/guide/dtB.png);
}

.ytbu_guide .inner .bottom .n3:hover .tag {
  background-image: url(/_upload/tpl/00/67/images/newModel/guide/dtA.png);
}

.ytbu_guide .inner .bottom .n4 .tag {
  transition: all 0.5s ease-in-out 0s;
  background-image: url(/_upload/tpl/00/67/images/newModel/guide/bgB.png);
}

.ytbu_guide .inner .bottom .n4:hover .tag {
  background-image: url(/_upload/tpl/00/67/images/newModel/guide/bgA.png);
}

.ytbu_guide .inner .bottom .item h3 {
  height: 2vw;
  font-size: 1vw;
  text-align: center;
  margin-top: 1.5vw;
}

.ytbu_guide:hover,
.ytbu_guide .inner:hover,
.ytbu_guide .inner .bottom:hover,
.ytbu_guide .inner .bottom .item:hover,
.ytbu_guide .inner .bottom .item h3:hover {
  color: #7e0014 !important;
}

/*Begin:校内参观*/
/*Begin:底部*/


/*End:底部*/
.top_e {
  position: fixed;
  right: 10px;
  bottom: 40px;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
}

.hidediv {
  opacity: 1;
}

.more_all a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.more_all a .icon {
  margin-right: 0.5vw;
  width: 10vw;
  height: 2vw;
  background-size: cover;
  background-image: url(/_upload/tpl/00/67/images/newModel/more/before.png);
}

.more {
  font-size: 0.8vw;
}

.more_all:hover .icon {
  background-image: url(/_upload/tpl/00/67/images/newModel/more/after.png);
}

a {
  cursor: pointer;
}

.imgScale {
  animation: HumanimgMove 20s infinite alternate;
}

@keyframes HumanimgMove {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

.ytbu_contact {
  padding-bottom: 5vw;
  background-color: #fff;
}

.main2-left {
  float: left;
  width: 32.4%;
  padding-top: 82px;
  padding-bottom: 84px;
}

.jiejian {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ccb280;
  line-height: 48px;
  margin-bottom: 57px;
}

.dib {
  width: 100%;
  /* height: 154px; */
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #7e0014;
  line-height: 45px;
  margin-bottom: 52px;
}

.hide-text2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hide-text4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.hide-text4 a:hover {
  background: url(/_upload/tpl/00/67/103/template103/images/more_2.png) left center no-repeat;
  background-size: cover;
}

.look {
  width: 100%;
  height: 100%;
  text-align: end;
  display: block;
}

.main2-right {
  float: right;
  width: 63.07%;
  height: 496px;
  box-sizing: border-box;
}

.viewcon {
  /* margin-top: 50px; */
  width: 100%;
  height: 496px;

  margin-bottom: 22px;
  z-index: 2;
  margin: 0 auto;
}

.viewcon .videobox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 496px;
  background: #000;
  cursor: pointer;
}

.viewcon .on-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  overflow: hidden;
  height: 100%;

  text-align: center;
}

.viewcon .on-box .play {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(/_upload/tpl/00/67/103/template103/images/paly.png) no-repeat;
  border-radius: 50%;
  transition: all 0.4s;
  width: 70px;
  height: 70px;
  background-size: cover;
}

.viewcon .videobox:hover .play {
  background: url(/_upload/tpl/00/67/103/template103/images/paly.png) no-repeat;
  background-size: cover;
}

.viewcon .cover-img {
  width: auto;
  height: 100%;
}

.viewcon .video-play {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.main3 {
  margin: 0 auto;
}

.nod {
  background: url(/_upload/tpl/00/67/103/template103/images/mian2.png) no-repeat center;
  background-size: cover;
  padding-top: 18px;
}

.main2 .inner {
  width: 1400px;
  margin: 0 auto;
}

.main3 .inner {
  width: 1400px;
  margin: 0 auto;
}

.main3-top {
  width: 100%;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ccb280;
  line-height: 48px;
  text-align: center;
  margin-bottom: 63px;
}

.ina-listp {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.ij {
  width: 668px;
  width: 47.7%;
  margin-bottom: 55px;
}

.jian0ji {
  width: 298px;
  width: 44.6%;
  height: 223px;
  float: left;
}

.jian0ji img {
  width: 100%;
  height: 100%;
}

.jina-tight {
  float: right;
  width: calc(100% - 332px);
  width: 50.1%;
  padding: 21px 0px;
}

.xiaoyuan {
  padding-bottom: 6px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccb280;
  display: inline-block;
  margin-bottom: 6px;

  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #7e0014;
}

.gaoliu {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-bottom: 10px;
}

.gao-jinaj {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.main4 .inner {
  width: 1400px;
  margin: 0 auto;
}

.main5 .inner {
  width: 1400px;
  margin: 0 auto;
}

.main6 .inner {
  width: 1400px;
  margin: 0 auto;
}

.main4-top {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #7e0014;
  line-height: 48px;
  margin-bottom: 46px;
}

.main5 {
  background: url(/_upload/tpl/00/67/103/template103/images/main4.png) no-repeat center top;
  background-size: cover;
  padding-top: 132px;
  box-sizing: border-box;
  padding-bottom: 76px;
}

.main5-left {
  float: left;
  width: 664px;
  width: 47.42%;
}

.din {
  float: left;

  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.flost {
  float: right;
  line-height: 30px;
}

.chaoshneg-top {}

.main5pih {
  width: 664px;
  height: 660px;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  margin-top: 52px;
  padding: 40px 40px;
  box-sizing: border-box;
}

.mainflisu {
  padding-bottom: 27px;
  box-sizing: border-box;
  padding-left: 41px;
  border-bottom: 1px solid #000;
  position: relative;
  height: 46px;
  margin-bottom: 30px;
}

/* .mainflisu  {
   width: 665px;
   float: left;

    
} */

.mainflisu::before {
  background: url(/_upload/tpl/00/67/103/template103/images/hese-sansaxing.png);
  width: 11px;
  height: 12px;
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
}

.bao {
  width: 368px;
  width: 70%;
  /*height: 17px;*/
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.des {
  float: right;
  line-height: 27px;
}

.mainflisu:hover .bao {
  color: #002248;
}

.mainflisu:hover::before {
  color: #002248;
  background: url(/_upload/tpl/00/67/103/template103/images/hover-snaxiaoxing.png);
  width: 11px;
  height: 12px;
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
}

.main5-right {
  width: 663px;
  height: 660px;
  width: 47.34%;
  background: rgb(255 255 255 / 20%);

  border-radius: 5px;
  float: right;
  margin-top: 89px;
  padding: 33px 42px 38px 47px;
  box-sizing: border-box;
}

.boxsde {
  /*width: 574px;*/
  height: 350px;
  background: #ffffff;
  border: 1px solid #ffffff;

  border-radius: 5px;
  padding: 33px 72px 35px 77px;
  box-sizing: border-box;
}

.yuyutop {
  text-align: center;
}

.xun {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  /* line-height: 48px; */
  margin-bottom: 11px;
}

.jike {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  /* line-height: 48px; */
  margin-bottom: 19px;
}

.main6-left {
  width: 665px;
  width: 47.5%;
  float: left;
}

.main6 {
  padding-top: 64px;
  padding-bottom: 78px;
}

.main6-left-din {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ccb280;
  line-height: 48px;
  float: left;
}

.main6-left-flost {
  float: right;
  margin-top: 12px;
}

.main6-left-top {
  margin-bottom: 58px;
}

.sanxia {
  border: 2px solid #ccb280;
  position: relative;
  padding: 33px 30px;
  margin-bottom: 24px;
}

.sanxia::before {
  position: absolute;
  content: "";
  background: url(/_upload/tpl/00/67/103/template103/images/fankuai.png) no-repeat;
  width: 31px;
  height: 24px;
  right: -2px;
  top: -2px;
}

.sanxia-bao {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  float: left;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.sanxia-des {
  float: left;
  width: 25%;

  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 27px;

  text-align: right;
}

.sanxia:hover .sanxia-bao {
  color: #001348;
}

.sanxia:hover {
  box-shadow: 0px 9px 13px 0px rgba(0, 19, 72, 0.39);
}

.main6-right {
  width: 665px;
  width: 47.5%;
  float: right;
}

.sanxia {}

.main6-right .main6-left-bottom .sanxia {
  border: 2px solid #26457b;
}

.main6-right .main6-left-bottom .sanxia::before {
  background: url(/_upload/tpl/00/67/103/template103/images/fankuai2.png) no-repeat;
}


.mian7 {
  /*background: url(/_upload/tpl/00/67/103/template103/images/last-bgc.png) no-repeat center;
  width: 100%;
  height: 648px;
  background-size: cover;*/
    display: none;
}

.mian7 img {
  width: 100%;
}

.biao-bni {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  /* line-height: 48px; */
  text-align: left;
  margin-bottom: 11px;
}

.biao-nnjoij {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  /* line-height: 48px; */
  text-align: left;
  margin-bottom: 12px;
  margin-top: 12px;
}

.submit {
  padding: 9px 46px;
  box-sizing: border-box;
  border: 1px solid #aeaeae;
  border-radius: 5px;
  width: 129px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  box-sizing: border-box;

  display: inline-block;
  margin: 0 auto;
}

/* ͼл */
.tu_list1 {
  margin-top: 42px;
  /* height: 314px; */
  position: relative;
  /* background: #ffffff; */
  /* margin-bottom: 122px; */
  position: relative;
  /* padding-bottom: 171px;  */
  box-sizing: border-box;
}

.tu_list1 .swiper-container {
  width: 100%;
  position: relative;
  /* padding: 0px 70px; */
  box-sizing: border-box;
}

.tu_list1 .swiper-slide {
  float: left;
  margin-right: 57px;
  background-position: center;
  background-size: cover;
  /* width: 440px; */
  position: relative;
  z-index: 10;
}

.tu_list1 .swiper-slide .tu img {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  max-width: 100%;

  height: auto;
  object-fit: cover;
  transform: scale(1, 1);
  -webkit-transition: 1.5s all ease;
  -ms-transition: 1.5s all ease;
  transition: 1.5s all ease;
  margin: 0 auto;
}

.tu_list1 .swiper-slide:last-child {
  margin-right: 0;
}

.tu_list1 .swiper-slide .tu {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 100%;
  height: 110px;

  /* border: 1px solid #000; */
  border: 1px solid #0000001f;
}

.tu_list1 .swiper-slide .tu .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.tu_list1 .slide-bt {
  margin-top: 12px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.tu_list1 .swiper-slide:hover .tu .img {
  transform: scale(1.1, 1.1);
}

.tu_list1 .swiper-slide .tu:before {
  position: absolute;
  content: "";
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.007);
}



.tu_list1 .swiper-button-next {
  top: 40px;
  margin-top: 0;
  background: url(/_upload/tpl/00/67/103/template103/images/mode04_prev-right.png);
  width: 40px;
  height: 12px;
  right: -116px;
}

.tu_list1 .swiper-button-prev {
  top: 40px;
  margin-top: 0;
  background: url(/_upload/tpl/00/67/103/template103/images/mode04_prev-let.png);
  width: 40px;
  height: 12px;
  left: -116px;
}

.big-box .swiper-button-next {
  top: 40px;
  margin-top: 0;
  background: url(/_upload/tpl/00/67/103/template103/images/mode04_prev-right.png);
  width: 40px;
  height: 12px;
  right: -116px;
}

.big-box .swiper-button-prev {
  top: 40px;
  margin-top: 0;
  background: url(/_upload/tpl/00/67/103/template103/images/mode04_prev-let.png);
  width: 40px;
  height: 12px;
  left: -116px;
}



.imh-info {
  position: absolute;
  z-index: 3;
  bottom: -100%;
  left: 0;
  right: 0;
  padding: 55px 40px 51px 53px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.div-c {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  position: relative;
  padding-left: 20px;
}

.div-c::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 10%;
}

.boxss {
  width: 100%;

  border-radius: 4px;
  /* padding: 41px 51px 39px 52px; */
  box-sizing: border-box;
  /* text-align: center; */
  background-size: cover;
}

.boxss a {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000;
  line-height: 20px;
  background-size: cover;
  text-align: left !important;

  width: 1370px;
  height: 91px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7e0014;
  line-height: 34px;
}

.sy {
  /* -webkit-justify-content: space-evenly; */
}

.san {
  text-align: right;
}

.big-box {
  position: absolute;
  bottom: 33px;
}

.tu_list .swiper-slide {
  /**box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.21);
  border-radius: 5px;**/
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrapper .inner {
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

/*banner*/
.mbanner {
  position: relative;
  z-index: 1;
}

.mbanner .swiper-container {
  height: auto;
}

.mbanner .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.mbanner .swiper-slide img {
  display: block;
  width: 100%;
}

.mbanner .news-title {
  margin: 0 auto;
  width: 1400px;
  padding-top: 278px;
  color: #fff;
}

.mbanner .news-title .news_bt {
  width: 760px;
  line-height: 50px;
  font-size: 36px;
}

.mbanner .news-title .news_text {
  width: 730px;
  line-height: 28px;
  font-size: 16px;
  margin-top: 29px;
}

.mbanner .news-title .news_more {
  width: 160px;
  height: 60px;
  margin-top: 49px;
  background: #fff;
}

.mbanner .news-title .news_more span {
  font-size: 16px;
  color: #1e55a4;
  padding-right: 25px;
  background: url(/_upload/tpl/00/67/103/template103/images/more_01.png) right center no-repeat;
}

.mbanner .swiper-pagination-bullet {
  /* width: 20px;
    height: 20px; */
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  /* opacity: 1; */
  /* background: rgba(0, 0, 0, 0.2); */
}

.mbanner .swiper-pagination-bullet-active {
  color: #fff;
  /* background: #007aff; */

  position: relative;
}

.mbanner .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 1px;
  border: 1px solid #eaeff1;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.68);
  background: #eaeff1;
  left: -23px;
  top: 15px;
  margin: 0 43px !important;
}

.mbanner .swiper-container-horizontal>.swiper-pagination-bullets,
.mbanner .swiper-pagination-custom,
.mbanner .swiper-pagination-fraction {
  bottom: 44px;
  left: 0;
  width: 80%;
  right: 230px;
}

.mbanner .swiper-pagination {
  text-align: right;
}

.mbanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 18px;
  padding: 6px;
}

.mbanner .swiper-pagination-bullet {
  background: none;
  opacity: 1;
}

.mbanner swiper-pagination-bullet {
  position: relative !important;
}

.mbanner swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  border: 59px solid #eaeff1;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.68);
  left: 0px;
}

.mbanner .swiper-pagination-bullet {
  background: none !important;
}



/* лʽ2 */

.big-box {
  margin-top: 72px;
  /* height: 314px; */
  position: relative;

  /* margin-bottom: 122px; */
  position: relative;
  /* padding-bottom: 171px; */
  box-sizing: border-box;
  border: none;
  padding: 10px;
}

.big-box .swiper-container {
  width: 100%;
  position: relative;
  /* padding: 0px 70px; */
  box-sizing: border-box;
}

.tbig-box .swiper-slide {
  float: left;
  margin-right: 57px;
  background-position: center;
  background-size: cover;
  /* width: 440px; */
  position: relative;
  z-index: 10;
}

.tbig-box .swiper-slide .tu img {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 8px;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  transform: scale(1, 1);
  -webkit-transition: 1.5s all ease;
  -ms-transition: 1.5s all ease;
  transition: 1.5s all ease;
  margin: 0 auto;
}

.big-box .swiper-slide:last-child {
  margin-right: 0;
}


.big-box .slide-bt {

  /* height: 91px; */
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7e0014;
  line-height: 34px;
  border: none;
  padding: 20px;
}



.son {
  text-align: end;
}

.big-box .swiper-slide {
  box-shadow: none;
  border-radius: 5px;
}

.tu_list .swiper-slide {
  margin-right: 0;
  width: 20%;
  margin-bottom: 40px;
}

.tu_list1 .swiper-slide .tu {
  margin: 0 28px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.21);
  border-radius: 5px;
  width: auto;
}

    
.ytbu_footer {
  width: 100vw;
}

.ytbu_footer .top {
  width: 100vw;
  background-color: #E5E5E5;
  display: flex;
  margin: auto;
}

.ytbu_footer .top .item {
  width: 80vw;
  display: flex;
  margin-left: 10vw;
  height: 5vw;
}

.ytbu_footer .top .item div {
  width: calc(80vw / 4);
  border-left: 1px solid #C6C6C6;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5vw;
  margin-top: 1.25vw;
  font-size: 0.8vw;
}

.ytbu_footer .top .item a {
  bottom: 0;
  font-size: 0.8vw;
  color: #727272;
}

.ytbu_footer .bottom .shuye {
  position: absolute;
  bottom: 0vw;
  right: 8vw;
}

.ytbu_footer .bottom .shuye img {
  width: 25vw;
}

.ytbu_footer .bottom .share {
  width: 35vw;
  display: flex;
  margin-right: 10vw;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.ytbu_footer .bottom .share .con {
  width: 7vw;
  padding: 0 1vw 0 0;
  position: relative;
}

.ytbu_footer .bottom .share .con .tag {
  width: 4.5vw;
}

.ytbu_footer .bottom .share .con .bar {
  position: absolute;
  width: 8vw;
  height: 8vw;
  background-color: #DCDCDC;
  border-radius: 1vw;
  padding: 1vw;
  bottom: 3vw;
  opacity: 0;
  z-index: 2;
  left: -4vw;
}

.ytbu_footer .bottom .share .con .bar img {
  width: 100%;
}

.ytbu_footer .bottom .share .con .bar .angel {
  height: 0;
  width: 0;
  border-top: 3vw solid #DCDCDC;
  border-left: 4vw solid transparent;
  border-right: 4vw solid transparent;
  position: absolute;
  bottom: -0.5vw;
  z-index: -1;
}

.ytbu_footer .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 5vh 0;
  font-size: 0.8vw;
  background-color: #7e0014;
  color: #FFFFFF;
  position: relative;
}

.ytbu_footer .bottom .left {
  width: 45vw;
  text-align: left;
  margin-left: 10vw;
  margin-top: 1vw;
}

.ytbu_footer .bottom .logo {
  padding-bottom: 2vw;
  width: 40vw;
  border-bottom: 1px solid #fff;
}

.ytbu_footer .bottom .logo img {
  width: 17vw;
}

.ytbu_footer .bottom .contact {
  /**text-align: center;**/
  margin-top: 2vw;
  font-size: 14px;
  letter-spacing: 1px;
}

.ytbu_footer .bottom .links {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 30px;
  margin-top: 15px;
}

.ytbu_footer .bottom .links a {
  margin: 1vw 0.5vw 0 0;
}

.ytbu_footer .bottom .links a:hover {
  color: #898989 !important;
}

.wp_column_article_list .list_item {
    width: 100%;
    height: 24px;
    line-height: 24px;
   border-bottom: none!important; 
    vertical-align: top;
}