* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #221815;
}

ul,
li {
  list-style: none;
}

i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}

.container .nav {
  position: relative;
  width: 100%;
  top: 0%;
  display: flex;
  gap: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.container .nav .logo {
  color: #fff;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.container .nav .nav-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  justify-content: center;
  align-items: center;
  font-family: "宋体";
}

.container .nav .nav-list li {
  font-size: 20px;
  padding: 5px;
}

.container .nav .nav-list li a {
  color: #fff;
}

.container .banner img {
  margin-top: -78px;
  width: 100%;
}

.container .w {
  width: 1200px;
  margin: 0 auto;
}

.container .w .lishi {
  position: relative;
  margin-top: 30px;
}

.container .w .lishi audio {
  position: absolute;
  top: 0;
  right: 50px;
  width: 250px;
  height: 40px;
}

.container .w .lishi-title {
  font-size: 32px;
  color: #636363;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #d4d1d1;
  padding-bottom: 10px;
  padding-top: 40px;
  letter-spacing: 0.1em;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.container .w .lishi-list {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

.container .w .lishi-list .lishi-li {
  padding: 10px;
}

.container .w .lishi-list .lishi-li .lishi-li-op {
  position: relative;
}

.container .w .lishi-list .lishi-li .lishi-li-op-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  font-family: "宋体";
}

.container .w .lishi-list .lishi-li .lishi-li-op-bg a {
  display: block;
  text-align: center;
  line-height: 194px;
  color: #fff;
}

.container .w .lishi-list .lishi-li .lishi-li-op:hover .lishi-li-op-bg {
  display: block;
}

.container .w .lishi-list .lishi-li-img {
  width: 100%;
  border-radius: 20px;
  height: 194px;
}

.container .w .lishi-list .lishi-li-txt {
  font-size: 20px;
  text-align: center;
  padding: 10px;
}

.container .w .lishi-list .lishi-li-cont {
  font-size: 16px;
  text-indent: 2em;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-align: justify;
  font-family: "宋体";
}

.container .w .view {
  margin-top: 50px;
}

.container .w .view-title {
  font-size: 32px;
  color: #636363;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #d4d1d1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.container .w .view .swiper-t {
  position: relative;
  width: 1060px;
  height: 280px;
  margin: 0 auto;
}

.container .w .view .swiper {
  padding: 10px;
}

.container .w .view .swiper-wrapper .swiper-slide {
  position: relative;
  width: 180px;
  height: 240px;
}

.container .w .view .swiper-wrapper .swiper-slide .p {
  position: relative;
  /* width: 180px; */
  height: 240px;
}

.container .w .view .swiper-wrapper .swiper-slide .p .p-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .w .view .swiper-wrapper .swiper-slide .p .ani-1 {
  position: absolute;
  top: -5px;
  right: 90px;
  width: 0px;
  height: 5px;
  background-color: #FFC700;
  z-index: 1;
  transition: all 0.2s;
  transition-delay: 0.7s;
}

.container .w .view .swiper-wrapper .swiper-slide .p .ani-2 {
  position: absolute;
  top: -5px;
  left: 89px;
  width: 0px;
  height: 5px;
  background-color: #FFC700;
  z-index: 1;
  transition: all 0.2s;
  transition-delay: 0.7s;
}

.container .w .view .swiper-wrapper .swiper-slide .p .ani-3 {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 5px;
  height: 0;
  background-color: #FFC700;
  z-index: 1;
  transition: all 0.3s;
  transition-delay: 0.4s;
}

.container .w .view .swiper-wrapper .swiper-slide .p .ani-4 {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 5px;
  height: 0;
  background-color: #FFC700;
  z-index: 1;
  transition: all 0.3s;
  transition-delay: 0.4s;
}

.container .w .view .swiper-wrapper .swiper-slide .p .ani-5 {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0px;
  height: 5px;
  background-color: #FFC700;
  z-index: 1;
  transition: all 0.2s;
  transition-delay: 0.2s;
}

.container .w .view .swiper-wrapper .swiper-slide .p .ani-6 {
  position: absolute;
  bottom: -5px;
  right: 0px;
  width: 0px;
  height: 5px;
  background-color: #FFC700;
  z-index: 1;
  transition: all 0.2s;
  transition-delay: 0.2s;
}

.container .w .view .swiper-wrapper .swiper-slide .p .ani-img {
  position: absolute;
  bottom: -20px;
  left: -5px;
  width: 190px;
  height: 40px;
  z-index: 10;
  transition: all 0.2s;
  transition-delay: 0s;
  opacity: 0;
}

.container .w .view .swiper-wrapper .swiper-slide .p .ani-img .img {
  width: 100%;
  height: 100%;
}

.container .w .view .swiper-wrapper .swiper-slide .t {
  position: absolute;
  left: 15px;
  bottom: 42px;
  font-size: 18px;
  color: #fff;
}

.container .w .view .swiper-wrapper .swiper-slide .a {
  position: absolute;
  left: 15px;
  bottom: 18px;
  font-size: 14px;
  color: #fff;
}

.container .w .view .swiper-wrapper .swiper-slide:hover .t {
  color: #FFC700;
}

.container .w .view .swiper-wrapper .swiper-slide:hover .a {
  color: #FFC700;
}

.container .w .view .swiper-wrapper .swiper-slide:hover .ani-1,
.container .w .view .swiper-wrapper .swiper-slide:hover .ani-2 {
  width: 91px;
  transition: all 0.2s;
  transition-delay: 0;
}

.container .w .view .swiper-wrapper .swiper-slide:hover .ani-3,
.container .w .view .swiper-wrapper .swiper-slide:hover .ani-4 {
  height: 250px;
  transition-delay: 0.4s;
}

.container .w .view .swiper-wrapper .swiper-slide:hover .ani-5,
.container .w .view .swiper-wrapper .swiper-slide:hover .ani-6 {
  width: 91px;
  transition: all 0.2s;
  transition-delay: 0.8s;
}

.container .w .view .swiper-wrapper .swiper-slide:hover .ani-img {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 1.2s;
}

.container .w .view .swiper-button-next {
  top: calc(50% + 22px);
  /* right: -70px; */
  background-color: rgba(3, 3, 3, 0.2);
  padding: 24px;
  color: #fff;
  transform: translateY(-50%);
}

.container .w .view .swiper-button-next span {
  display: block;
  width: 54px;
  height: 54px;
  background-color: #333333;
  opacity: 0.2;
}

.container .w .view .swiper-button-prev {
  top: calc(50% + 22px);
  /* left: -70px; */
  background-color: rgba(3, 3, 3, 0.2);
  padding: 24px;
  color: #fff;
  transform: translateY(-50%);
}

.container .w .history {
  margin-top: 50px;
}

.container .w .history-title {
  font-size: 32px;
  color: #636363;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #d4d1d1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.container .w .history-cont {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 30px;
  justify-content: center;
  margin-top: 20px;
}

.container .w .history-cont .history-left-intro {
  background-color: #fff;
  border: 2px solid #d4d1d1;
  border-top: 2px solid #ff4f4f;
}

.container .w .history-cont .history-left-intro .intro-title {
  padding: 10px 0;
  padding-left: 20px;
  font-size: 22px;
  border-bottom: 1px solid #d4d1d1;
  font-family: "宋体";
}

.container .w .history-cont .history-left-intro .intro-list {
  padding: 20px;
}

.container .w .history-cont .history-left-intro .intro-list-li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: "宋体";
}

.container .w .history-cont .history-left-intro .intro-list-li .intro-s {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.container .w .history-cont .history-left-intro .intro-list-li .intro-t {
  font-size: 20px;
}

.container .w .history-cont .history-left-more {
  background-color: #fff;
  border: 2px solid #d4d1d1;
  border-top: 2px solid #ff4f4f;
  margin-top: 30px;
  font-family: "宋体";
}

.container .w .history-cont .history-left-more .intro-title {
  padding: 10px 0;
  padding-left: 20px;
  font-size: 22px;
  border-bottom: 1px solid #d4d1d1;
}

.container .w .history-cont .history-left-more .intro-list {
  padding: 20px;
}

.container .w .history-cont .history-left-more .intro-list-li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-color: #fff;
}

.container .w .history-cont .history-left-more .intro-list-li .intro-img {
  width: 160px;
  margin-right: 20px;
}

.container .w .history-cont .history-left-more .intro-list-li .intro-box-t {
  font-size: 18px;
}

.container .w .history-cont .history-left-more .intro-list-li .intro-box-c {
  font-size: 16px;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container .w .history-cont .history-right {
  background-color: #fff;
  border: 2px solid #d4d1d1;
  border-top: 2px solid #ff4f4f;
  padding-bottom: 40px;
}

.container .w .history-cont .history-right-intro .intro-title {
  padding: 10px 0;
  padding-left: 20px;
  font-size: 16px;
  border-bottom: 1px solid #d4d1d1;
  font-family: "宋体";
}

.container .w .history-cont .history-right-intro .intro-tit {
  padding: 0 20px;
}

.container .w .history-cont .history-right-intro .intro-tit . {
  padding: 0 20px;
  font-size: 24px;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #d4d1d1;
}

.intro-txt {
  font-size: 24px;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #d4d1d1;
  font-family: "宋体";
  font-weight: bold;
}

.container .w .history-cont .history-right-intro .intro-time {
  text-align: center;
  padding: 10px 0;
  color: #6b6b6b;
}

.intro-time {
  text-align: center;
  padding: 10px 0;
  color: #6b6b6b;
  font-family: "宋体";
}

.container .w .history-cont .history-right-intro {
  padding: 0 30px;
  text-indent: 2em;
  font-size: 18px;
  opacity: 0.8;
  line-height: 32px;
  text-align: justify;
}

.intro-content {
  padding: 0 30px;
  text-indent: 2em;
  font-size: 16px;
  opacity: 0.8;
  line-height: 32px;
  text-align: justify;
  font-family: "宋体"
}

.container .w .history-cont .history-right-intro .intro-list {
  padding: 20px;
}

.container .w .history-cont .history-right-intro .intro-list-li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.container .w .history-cont .history-right-intro .intro-list-li .intro-s {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.container .w .history-cont .history-right-intro .intro-list-li .intro-t {
  font-size: 20px;
}

.container .w .history-cont video {
  display: block;
  height: 300px;
  margin: 0 auto;
}

.container .w .travel {
  margin-top: 20px;
}

.container .w .travel-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.container .w .travel-list-li {
  position: relative;
}

.container .w .travel-list-li-img {
  width: 100%;
  height: 388px;
}

.container .w .travel-list-li-box {
  position: relative;
  margin-top: -140px;
  padding: 0 30px;
  z-index: 999;
}

.container .w .travel-list-li-box .box-border {
  border: 6px solid #fff;
  padding: 10px;
}

.container .w .travel-list-li-box .box-border-b {
  background-color: #fff;
  padding: 0 20px;
}

.container .w .travel-list-li-box .box-border-b .border-tit {
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #d4d1d1;
  padding: 10px 0;
  font-family: "宋体";
}

.container .w .travel-list-li-box .box-border-b .border-txt {
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  font-family: "宋体";
}

.container .w .hot {
  margin-top: 50px;
}

.container .w .hot-title {
  font-size: 20px;
  font-family: "宋体";
  font-weight: bold;
}

.container .w .hot-etitle {
  font-size: 12px;
  color: #a9a9a9;
  margin-top: 8px;
}

.container .w .hot-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 50px 0;
}

.container .w .hot-list .hot-li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 200px;
}

.container .w .hot-list .hot-li .hot-tit {
  font-size: 20px;
  margin-left: 110px;
  font-family: "宋体";
}

.container .w .hot-list .hot-li .hot-txt {
  font-size: 16px;
  color: #a9a9a9;
  margin-top: 16px;
  margin-left: 70px;
  font-family: "宋体";
}

.container .w .hot-list .hot-li .hot-img {
  width: 100%;
  height: 100%;
}

.container .w .jianbox-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}

.container .w .jianbox-list .jianbox-li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-family: "宋体";
}

.container .w .jianbox-list .jianbox-li .jianbox-img {
  box-shadow: 0 10px 30px #000000;
  transition: all 0.3s;
}

.container .w .jianbox-list .jianbox-li .jianbox-img:hover {
  transform: translateY(-20px);
}

.container .w .jianbox-list .jianbox-li .jianbox-txt {
  font-size: 20px;
  line-height: 32px;
  text-align: justify;
}

.container .w .ms-box {
  margin: 24px 0;
  text-align: center;
  padding: 20px;
  font-family: "宋体";
  font-weight: bolder;
}

.container .w .ms-box .ms-tit {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0;
  font-family: "宋体";
}

.container .w .ms-box .ms-txt {
  font-size: 18px;
  font-family: "宋体";
}

.container .w .ms-box .ms-img {
  margin: 30px 0;
}

.container .w .lianxi-title {
  font-size: 24px;
  margin: 20px 0;
  font-family: "宋体";
}

.container .w .lianxi-box {
  padding: 30px;
  padding-bottom: 200px;
  background: url(http://www.txdyq.cn/statics/images/contact_bg.jpg) no-repeat right bottom;
  background-color: #fff;
}

.container .w .lianxi-box .lianxi-tit {
  font-weight: bold;
  font-size: 20px;
  font-family: "宋体";
  font-weight: bold;
}

.container .w .lianxi-box .lianxi-txt {
  font-size: 18px;
  margin-top: 20px;
  font-family: "宋体";
}

.colorbg {
  background-color: #eee;
  background-image: url();
}

.footer {
  background-color: #867261;
  padding: 20px 0;
  margin: 0 auto;
  font-family: "宋体";
}

.footer p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.footer p a {
  font-size: 20px;
  color: #fff;
}

.footer p:last-child {
  margin-bottom: 0;
}

.hot-li .avatan {
  width: 300px;
}

.avatar {
  display: block;
  width: 360px;
  margin: 0 auto;
  overflow: hidden;
}

.avatar1 {
  display: block;
  /* width: 360px; */
  margin: 0 auto;
  overflow: hidden;
}

.avatar img {
  display: block;
  border: 0;
  width: 100%;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}

.container .w .hott-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 50px 0;
}

.container .w .hott-list .hott-li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 200px;
  margin-right: 30px;
}

.container .w .hott-list .hott-li .hott-tit {
  font-size: 20px;
  margin-left: 20px;
  font-family: "宋体";
}

.container .w .hott-list .hott-li .hott-txt {
  font-size: 16px;
  color: #a9a9a9;
  margin-top: 20px;
  margin-left: 20px;
  font-family: "宋体";
}

.container .w .hott-list .hott-li .hott-img {
  width: 100%;
  height: 100%;
}

.zi {
  font-size: 16px;
  font-family: "宋体";
  padding-top: 10px;
  padding-left: 120px;
}

.avatar:hover img {
  transform: scale(1.3);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.3);
  -webkit-transform: all 1s ease 0s;
}

.footer-top.link ul {
  max-height: 160px;
  overflow-y: scroll;
}

.top-english-name {
  padding-left: 59px;
}

.nav-top-center>li>a {
  padding-left: 0;
  padding-right: 0;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.title {
  margin-top: 10px;
}

.message-title {
  background-size: 100% auto;
  background-position: bottom center;

}

/*正文轮播图*/
* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.big_box {
  position: relative;
  height: 400px;
  margin: 50px auto 20px;
  overflow: hidden;
}

.left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, .5);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 999;
}

.right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, .5);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 999;
}

.big_box ol {
  position: absolute;
  bottom: 0;
  /* 这里别给ol限制宽度，让小圆圈的个数自动把ol撑大 */
  left: 50%;
  transform: translateX(-50%);
  height: 10%;
  line-height: 10%;
  text-align: center;
}

.big_box ol li {
  float: left;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  margin-left: 5px;
}

.big_box ol .current {
  background-color: rgb(211, 29, 29);
}

.left,
.right,
ol li {
  cursor: pointer;
}

.left30 {
  margin-left: -30px;
}

.my-swiper-pagination {
  text-align: center;
}

/* 自定义的 swiper-wrapper 样式 */
.my-swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease;
}

/* 自定义的 swiper-slide 样式 */
.my-swiper-slide {
  width: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  padding: 10px;
}

.my-swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}