@charset "utf-8";
/* CSS Document */
* {
  margin: 0 auto;
  padding: 0 0;
}

.body-box {
  width: 100%;
  height: auto;
  /*background: url("../img/new_img/b.png")*/
}

.bananer {
  width: 100%;
  /*height: 790px;*/
  /*background: url(../img/new_img/h.png) no-repeat;*/
  background-size: 100% 100%;
}

.bananer-body {
  width: 1200px;
  height: 810px;
}

.logo {
  display: inline-block;
  float: left;
  width: 540px;
  height: 90px;
}

.logo > img {
  margin-top: 20px;
  width: 500px;
}

.menu-box {
  display: inline-block;
  padding-top: 20px;
  width: 640px;
  height: 40px;
  line-height: 40px;
  float: right;
  font-size: 18px;
  color: #ffffff;
}

.menu-ul {
  list-style-type: none;
  display: flex;
  cursor: pointer;
}

.menu-ul li {
  position: relative;
  display: inline-block;
}

.menu-ul li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.menu-ul li a:hover {

}

/* 下拉菜单样式 */
.ademy-dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.ademy-dropdown li a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

.ademy-dropdown li a:hover {
  background-color: #f1f1f1;
  color: #bb553c;
}

/* 显示下拉菜单 */
.menu-ul li:hover .ademy-dropdown {
  display: block;
}

/* 特定类样式 */
.menu-1 a {
  /* 为一级菜单项添加特定样式 */
  color: #ffffff;
}

.menu-2 a {
  /* 为二级菜单项添加特定样式 */
  min-width: 140px;
}
.tzgg-box {
  width: 1200px;
  position: relative;
}

.tzgg-title, .xw-title {
  height: 110px;
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  line-height: 110px;
}

.z-1 {
  z-index: 1;
}

.tzgg-con {
  width: 100%;
  height: 465px;
}

.tzgg-con-l {
  display: inline-block;
  width: 650px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.tzgg-con-l:hover img {
  transform: scale(1.1);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.tzgg-con-l:hover .tzgg-con-l-t {
  color: #bb553c;
}

.tzgg-con-l > img {
  transition: all 0.5s;
  width: 650px;
  height: 390px;
}

.tzgg-con-l-t {
  display: inline-block;
  width: 610px;
  font-size: 22px;
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  left: 10px;
  color: #ffffff;
  transition: all 0.5s;
}

.tzgg-con-l-time, .xw-con-l-time {
  display: inline-block;
  float: right;
}

.tzgg-con-r {
  float: right;
  padding: 0 10px;
  display: inline-block;
  width: 505px;
  height: 390px;
}

.tzgg-con-r-box {
  margin: 10px 0;
  padding: 10px 0;
  height: 65px;
  font-size: 20px;
  position: relative;
  transition: all 0.5s;
}

.tzgg-con-r-box:hover .tzgg-con-l-c {
  background: #bb553c;
}

.tzgg-con-r-box:hover {
  color: #bb553c;
}

.tzgg-con-l-c {
  display: inline-block;
  float: left;
  margin: 6px 0 0 5px;
  background: #000000;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  transition: all 0.5s;
}

.tzgg-con-r-t {
  float: left;
  padding: 0 0 0 20px;
  width: 465px;
}

.tzgg-con-r-time {
  position: absolute;
  width: 160px;
  height: 30px;
  bottom: 15px;
  right: 0;
  text-align: right;
}

.xw-box {
  width: 1200px;
  height: 805px;
}

.xw-con-top, .xw-con-bot {
  padding: 10px;
  height: 310px;
}

.xw-con-top-l {
  display: inline-block;
  position: relative;
  width: 660px;
  height: 305px;
  transition: all 0.5s;
  overflow: hidden;
}

.xw-con-top-l:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.xw-con-top-l:hover img {
  transform: scale(1.1);
}

.xw-con-bot-r:hover img {
  transform: scale(1.1);
}

.xw-con-bot-r:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.xw-con-top-l > img {
  transition: all 0.5s;
  width: 660px;
  height: 305px;
}

.xw-con-l-t {
  width: 610px;
  font-size: 22px;
  padding: 0 20px;
  position: absolute;
  bottom: 15px;
  left: 10px;
  color: #ffffff;
}

.xw-con-top-r {
  width: 490px;
  float: right;
  display: inline-block;
  font-size: 22px;
}

.xw-con-top-l-c, .xw-con-bot-l-c {
  padding: 20px 50px;
  height: 105px;
  margin-bottom: 15px;
  color: #ffffff;
  background: #cda277;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.xw-con-top-l-c1, .xw-con-bot-l-c1 {
  padding: 20px 50px;
  height: 105px;
  margin-bottom: 15px;
  background: url("../img/fc.jpg") no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.xw-con-bot-l {
  width: 490px;

  display: inline-block;
  font-size: 22px;
}

.xw-con-bot-r {
  position: relative;
  display: inline-block;
  float: right;
  width: 660px;
  height: 305px;
  transition: all 0.5s;
  overflow: hidden;
}

.xw-con-bot-r > img {
  width: 660px;
  height: 305px;
  transition: all 0.5s;
}

/*竖向文字*/
.sx-text {
  writing-mode: vertical-lr; /* 或者使用 vertical-lr */
  text-align: center; /* 根据需要调整文本对齐方式 */
  color: #ffffff;
}

.xsjz-box {
  width: 1200px;
  height: 565px;
  padding-top: 50px;
}

.sxjz-title {
  display: inline-block;
  float: left;
  width: 70px;
  height: 340px;
  font-size: 42px;
  margin: 0 40px 0 10px;
  padding-left: 15px;
  font-weight: bolder;
  background: #9a3032;
}

.sxjz-con-box {
  position: relative;
  float: left;
  width: 220px;
  height: 520px;
  margin-left: 46px;
  display: inline-block;
  transition: all 0.5s;
}

.sxjz-con-box:hover {
  box-shadow: 2px 8px 20px 0px rgba(0, 0, 0, 0.3);
}

.xsjz-con-t-img {
  width: 220px;
  height: 520px;
  overflow: hidden;
}

.xsjz-con-t-img > img {
  width: auto;
  height: 100%;
}

.xsjz-con-t {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 24px;
}

.xyfc-box {
  width: 1200px;
  padding: 55px 0 0 0;
}

.xyfc-top {
  height: 695px;
}

.xyfc-t-l, .xyfc-t-m, .xyfc-t-r, .xyfc-b-l, .xyfc-b-m, .xyfc-b-r {
  float: left;
}

.xyfc-t-l {
  width: 360px;
  height: 700px;
}

.xyfc-t-l-1 {
  width: 360px;
  height: 290px;
  overflow: hidden;
}

.xyfc-t-l-1 > img {
  width: auto;
  height: 100%;
}

.xyfc-t-l-2 {
  margin-top: 20px;
  width: 360px;
  height: 390px;
  overflow: hidden;
}

.xyfc-t-l-2 > img {
  width: auto;
  height: 100%;
}

.xyfc-t-m {
  width: 270px;
  height: 700px;
  margin-left: 20px;
}

.xyfc-t-m-1 {
  width: 270px;
  height: 290px;
  overflow: hidden;
}

.xyfc-t-m-1 > img {
  width: auto;
  height: 100%;
}

.xyfc-t-m-2 {
  margin-top: 20px;
  width: 270px;
  height: 390px;
  overflow: hidden;
}

.xyfc-t-m-2 > img {
  width: auto;
  height: 100%;
}

.xyfc-t-r {
  margin-left: 20px;
  width: 530px;
  height: 700px;
  overflow: hidden;
}

.xyfc-t-r > img {
  width: auto;
  height: 100%;
}

.xyfc-bot {
  height: 510px;
}

.xyfc-b-l {
  width: 520px;
  height: 505px;
  overflow: hidden;
}

.xyfc-b-l > img {
  width: auto;
  height: 100%;
}

.xyfc-b-m {
  margin-left: 20px;
  width: 320px;
  height: 505px;
}

.xyfc-b-m-1 {
  overflow: hidden;
  width: 320px;
  height: 235px;
}

.xyfc-b-m-1 > img {
  width: auto;
  height: 100%;
}

.xyfc-b-m-2 {
  margin-top: 20px;
  overflow: hidden;
  width: 320px;
  height: 250px;
}

.xyfc-b-m-2 > img {
  width: auto;
  height: 100%;
}

.xyfc-b-r {
  margin-left: 20px;
  width: 320px;
}

.xyfc-b-r-1 {
  width: 320px;
  height: 235px;
  overflow: hidden;
}

.xyfc-b-r-1 > img {
  width: auto;
  height: 100%;
}

.xyfc-b-r-2 {
  margin-top: 20px;
  width: 320px;
  height: 250px;
  overflow: hidden;
}

.xyfc-b-r-2 > img {
  width: auto;
  height: 100%;
}

.f {
  background: #bb553c;
}

.f-box {
  width: 1200px;
  padding: 60px 0 40px 0;
}

.f-logo {
  text-align: center;
}

.f-logo > img {
  width: 900px;
}

.f-ll {
  display: inline-block;
  padding: 40px 10px;
  font-size: 24px;
  width: 760px;
  height: 100px;
  color: #ffffff;
}

.f-t {
  display: inline-block;
  line-height: 40px;
}

.f-l {
  float: right;
  display: inline-block;
  margin: 33px 0 0 20px;
  position: relative;
  transition: all 0.5s;
}

.f-l:hover .f-l-w1 {
  display: inline-block;
}

.f-l-w1 {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.5s;
}

.f-l-w1 > img {
  width: 102%;
  height: 102%;
}

.copyright {
  border-top: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
}

.slideanim {
  visibility: hidden;
}

.slideanim1 {
  visibility: hidden;
}

.slideanim2 {
  visibility: hidden;
}

.slideanim3 {
  visibility: hidden;
}

.slideanim4 {
  visibility: hidden;
}

.slide {
  /* The name of the animation */
  animation-name: slide;
  -webkit-animation-name: slide;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

/*-- /slide animations --*/

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #bb553c;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

.xyfc-dw {
  position: relative;
}

.xyfc-a-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 370px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background: rgba(187, 85, 60, 0.9);
}

.xyfc-a-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 290px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background: rgba(54, 95, 161, 0.8);
}

.xyfc-a-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 370px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background: rgba(154, 121, 89, 0.9);
}

.xyfc-a-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 690px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.05);
}

.xyfc-a-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 240px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background: rgba(160, 110, 110, 0.8);
}

.xyfc-a-6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 255px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background: rgba(180, 190, 163, 0.8);
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  box-shadow: 2px 8px 20px 0px rgba(0, 0, 0, 0.3);
}