@charset "utf-8";
body {
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333333;
  padding: 0;
  margin: 0;
}

html {
  font-size: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media (min-width: 1080px) {

  .container {
    width: 1000px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1600px;
    padding: 0;
  }
}
.pic {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pic .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

img {
  max-width: 100%;
  border: none;
  transition: all 0.5s ease;
}

/* 通用样式 */
.flex {
  display: box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 动画延迟结束 */
/* header */
.header {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 100%;
  background: #AB0000;
  transition: all 0.5s;
}
.header .header-container {
  position: relative;
  padding: 0.24rem 3%;
}
.header .logo {
  font-size: 0;
  transition: all 0.5s;
}
.header .logo img {
  height: 1.1rem;
  /* height: 100%; */
}
.header .search {
  margin-left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  position: relative;
}
.header .search img {
  position: absolute;
  width: 0.18rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header.on:before {
  bottom: 0;
}
.header.on .header-container {
  padding: 0.1rem 3%;
}
.header.on .logo img {
  /* height: 0.79rem; */
}

/* 搜索 */
.search-box {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
  padding: 0.3rem;
  width: 100%;
  z-index: 10002;
}
.search-box .close {
  position: absolute;
  right: 0rem;
  top: 0rem;
  background: rgba(0, 0, 0, 0.2) url(../images/close.png) no-repeat center;
  width: 1rem;
  height: 1rem;
  background-size: 0.4rem;
  cursor: pointer;
}
.search-box .search-bar {
  width: 8rem;
  max-width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.search-box .search-bar .txt {
  height: 0.6rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  flex: 1;
  display: block;
}
.search-box .search-bar .btn {
  width: 0.8rem;
  background: #AD0F19 url(../images/search.png) no-repeat center;
  background-size: 0.3rem;
  height: 0.6rem;
  cursor: pointer;
}

/* 导航 */
.navbar ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.navbar li {
  position: relative;
  display: inline-block;
  padding: 0 0.25rem;
  font-size: 0;
  color: #fff;
  cursor: pointer;
}
.navbar li > a {
  display: inline-block;
  position: relative;
  line-height: 0.48rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #fff;
}
.navbar li > a:after {
  content: "";
  height: 2px;
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.navbar li.current > a:after,
.navbar li:hover > a:after {
  opacity: 1;
  visibility: visible;
}
.navbar .subnav {
  position: absolute;
  z-index: 2000;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 0.1rem;
  box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.03), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 6px 16px -8px rgba(0, 0, 0, 0.08);
}
.navbar .subnav dl {
  position: relative;
}
.navbar .subnav a {
  display: block;
  width: 100%;
  padding: 0.15rem;
  font-size: 0.16rem;
  color: #333;
  border-radius: 0.1rem;
  text-align: center;
}
.navbar .subnav a:hover {
  background: #AD0F19;
  color: #fff;
}
.navbar li:hover .subnav {
  display: block;
}

.menu-btn,
.phone-menu {
  display: none;
}

/* banner焦点图 */
.banner {
  position: relative;
  width: 100%;
}
.banner .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banner .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .swiper-container .img {
  transition: 8s 1s linear;
  transform: scale(1);    
}
.banner .swiper-container .swiper-slide-active .img {
  transform: scale(1.05);
}
.banner .banner-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  text-align: center;
  z-index: 9;
}
.banner .banner-pagination span {
  display: inline-block;
  background: url(../images/banner-dot1.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.2rem !important;
  transition: 0.3s linear;
}
.banner .banner-pagination .swiper-pagination-bullet-active {
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/banner-dot2.png) center no-repeat;
  background-size: auto 100%;
  transform: translateY(2px);
}

/* banner焦点图结束 */
/* 首页中部区域 */
/* 通用样式 */
.index-title {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  text-align: center;
  position: relative;
  font-size: 0;
}
.index-title .title {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.index-title .title .cn {
  font-size: 0.36rem;
  font-weight: bold;
  color: #AB0000;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 100%;
}
.index-title .title .en {
  font-family: Source Han Serif CN;
  position: absolute;
  right: 0.45rem;
  bottom: 0;
  font-size: 0.14rem;
  color: #999999;
}
.index-title .index-more {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
}
.index-title .index-more span {
  display: inline-block;
  padding-right: 0.2rem;
  position: relative;
  transition: all 0.3s;
}
.index-title .index-more span:after {
  content: "";
  width: 0.16rem;
  height: 100%;
  background: url(../images/ico-more.png) center right no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s;
}
.index-title .index-more:hover span {
  color: #AB0000;
}
.index-title .index-more:hover span:after {
  transform: rotate(360deg);
}

.webkit-line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 通用样式 */
.section1 {
  background: url(../images/section01-bg.png) center bottom no-repeat;
  background-size: cover;
}

.index-xqdt {
  align-items: flex-start;
}
.index-xqdt .xqdt-picnews {
  flex: 2;
}
.index-xqdt .xqdt-picnews ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-xqdt .xqdt-picnews li {
  width: calc(50% - 0.18rem);
}
.index-xqdt .xqdt-picnews a {
  display: block;
  overflow: hidden;
}
.index-xqdt .xqdt-picnews .pic {
  width: 100%;
  height: auto;
  padding-bottom: 64%;
}
.index-xqdt .xqdt-picnews .pic .img:hover {
  transform: scale(1.05);
}
.index-xqdt .xqdt-picnews .txt {
  margin-top: 0.25rem;
}
.index-xqdt .xqdt-picnews .txt .date {
  font-size: 0.16rem;
  color: #AD0F19;
  line-height: 0.4rem;
}
.index-xqdt .xqdt-picnews .txt .tit {
  font-size: 0.24rem;
  line-height: 0.4rem;
  font-weight: 400;
  height: 0.8rem;
  color: #000000;
  transition: 0.5s;
}
.index-xqdt .xqdt-picnews .txt .tit span {
  display: inline;
  background: linear-gradient(to right, #AD0F19, #AD0F19) no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  padding-bottom: 2px;
  transition: background-size 0.8s ease;
}
.index-xqdt .xqdt-picnews .txt .tit:hover {
  color: #AD0F19;
}
.index-xqdt .xqdt-picnews .txt .tit:hover span {
  background-size: 100% 2px;
}
.index-xqdt .xqdt-picnews .txt .abst {
  margin-top: 0.18rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  color: #8C8C8C;
}
.index-xqdt .xqdt-txt {
  flex: 1;
  margin-left: 0.36rem;
}
.index-xqdt .xqdt-txt li a {
  display: block;
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #D8D8D8;
  overflow: hidden;
}
.index-xqdt .xqdt-txt li:first-child a {
  padding-top: 0;
}
.index-xqdt .xqdt-txt li:last-child a {
  border-bottom: none;
}
.index-xqdt .xqdt-txt .date {
  font-size: 0.16rem;
  color: #AD0F19;
  line-height: 0.35rem;
}
.index-xqdt .xqdt-txt .tit {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-xqdt .xqdt-txt .tit span {
  display: inline;
  background: linear-gradient(to right, #AD0F19, #AD0F19) no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  padding-bottom: 2px;
  transition: background-size 0.8s ease;
}
.index-xqdt .xqdt-txt .tit:hover {
  color: #AD0F19;
}
.index-xqdt .xqdt-txt .tit:hover span {
  background-size: 100% 2px;
}
.index-xqdt .xqdt-txt .abst {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #8C8C8C;
  line-height: 0.24rem;
  height: 0.48rem;
}

.section2 {
  background: url(../images/section02-bg.png) center bottom no-repeat;
  background-size: cover;
}
.section2 .index-title {
  text-align: left;
}
.section2 .left {
  width: 42%;
  float: left;
}
.section2 .right {
  width: 55%;
  float: right;
}
.section2 .right .index-title {
  padding-left: 0.7rem;
  margin-bottom: 0.85rem;
}

.index-notice li {
  margin-bottom: 8px;
  position: relative;
}
.index-notice li:before {
  content: "";
  width: 95%;
  height: 100%;
  background: #fff;
  border: 1px solid #AD0F19;
  box-shadow: 0px 0px 10px 0px rgba(173, 15, 25, 0.23);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.index-notice li * {
  transition: 0.3s;
}
.index-notice a {
  padding: 0.14rem 0;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.index-notice a:before {
  content: "";
  width: calc(100% - 1.01rem);
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
}
.index-notice .date {
  position: relative;
  z-index: 2;
  width: 0.91rem;
  padding: 0.11rem 0.2rem 0.11rem 0;
  text-align: right;
  font-size: 0.2rem;
  line-height: 0.24rem;
  background: url(../images/ico-date.png) right center no-repeat;
  background-size: 100% 100%;
}
.index-notice .date .day {
  color: #AD0F19;
}
.index-notice .date .year {
  font-size: 0.14rem;
  color: #757575;
}
.index-notice .txt {
  flex: 1;
  position: relative;
  margin-left: 0.2rem;
  align-items: center;
}
.index-notice .txt h2 {
  font-size: 0.18rem;
  color: #333333;
  font-weight: normal;
  line-height: 0.26rem;
  max-height: 0.52rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.index-notice li:hover:before {
  opacity: 1;
  visibility: visible;
}
.index-notice li:hover .date {
  background: #E3BB5B;
}
.index-notice li:hover a:before {
  display: none;
}
.index-notice li:hover .day,
.index-notice li:hover .year {
  color: #fff !important;
}

.index-mtjj {
  position: relative;
}
.index-mtjj:before {
  content: "";
  width: 98%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5686);
  position: absolute;
  right: 0;
  top: 0;
}
.index-mtjj li {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2px;
  width: 100%;
}
.index-mtjj .picbox {
  width: 65%;
  padding-top: 0.3rem;
}
.index-mtjj .picbox .pic {
  height: auto;
  padding-bottom: 68.7%;
  overflow: hidden;
}
.index-mtjj .picbox .img:hover {
  transform: scale(1.05);
}
.index-mtjj .txtbox {
  width: 26%;
  margin: 0 0.3rem;
  padding-top: 0.45rem;
}
.index-mtjj .txtbox .date {
  overflow: hidden;
  font-size: 0.15rem;
  color: #888888;
  font-weight: 500;
}
.index-mtjj .txtbox .date p {
  display: inline-block;
}
.index-mtjj .txtbox .date .day {
  font-size: 0.3rem;
  color: #AD0F19;
  margin-right: 0.1rem;
}
.index-mtjj .txtbox .tit {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #D8D8D8;
  margin-top: 0.25rem;
}
.index-mtjj .txtbox .tit a {
  display: block;
  font-size: 0.2rem;
  color: #333333;
  font-weight: 400;
  line-height: 0.24rem;
  height: 0.72rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.index-mtjj .txtbox .tit a:hover {
  color: #AD0F19;
}
.index-mtjj .txtbox .abst {
  margin-top: 0.25rem;
  font-size: 0.15rem;
  color: #999999;
  line-height: 0.28rem;
  height: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.index-mtjj .mtjj-bottom {
  font-size: 0;
  height: 0.66rem;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  width: 35%;
  background: #9C030D;
  z-index: 9;
}
.index-mtjj .mtjj-pagination {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 0.28rem;
}
.index-mtjj .mtjj-pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.25;
  margin: 0 8px !important;
}
.index-mtjj .mtjj-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-mtjj .mtjj-prev,
.index-mtjj .mtjj-next {
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.index-mtjj .mtjj-prev {
  background: url(../images/ico-prev.png) no-repeat;
  background-size: 100% 100%;
  left: 0.3rem;
}
.index-mtjj .mtjj-next {
  background: url(../images/ico-next.png) no-repeat;
  background-size: 100% 100%;
  right: 0.3rem;
}

.section3 {
  background: url(../images/section03-bg.png) center bottom no-repeat;
  background-size: cover;
}
.section3 .index-title {
  margin-bottom: 0.8rem;
}

.index-xqyx a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem;
}
.index-xqyx .pic {
  width: 100%;
  height: auto;
  padding-bottom: 58%;
  overflow: hidden;
}
.index-xqyx .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.index-xqyx .pic .img:hover {
  transform: scale(1.05);
}
.index-xqyx .t {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem 0.8rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71%, #000000 100%);
}
.index-xqyx .t h2 {
  display: none;
  font-size: 0.18rem;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-xqyx li.swiper-slide-active h2 {
  display: block;
}
.index-xqyx li.swiper-slide-active .pic:after {
  opacity: 0;
}
.index-xqyx .xqyx-bottom {
  text-align: center;
  position: relative;
}
.index-xqyx .xqyx-bottom img {
  max-width: 100%;
}
.index-xqyx .xqyx-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 0.56rem;
  height: 0.56rem;
  background: #EA4B02;
  border-radius: 50%;
}
.index-xqyx .xqyx-button .xqyx-prev {
  width: 6px;
  height: 10px;
  background: url(../images/ico-left.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.1rem;
  cursor: pointer;
}
.index-xqyx .xqyx-button .xqyx-next {
  width: 6px;
  height: 10px;
  background: url(../images/ico-right.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1rem;
  cursor: pointer;
}

.section4 {
  background: url(../images/section04-bg.png) center bottom no-repeat;
  background-size: cover;
}

.index-zhufu {
  overflow: hidden;
  position: relative;
}
.index-zhufu .zhufu-video {
  margin: 0 auto;
  width: 45%;
  position: relative;
  z-index: 9;
}
.index-zhufu .zhufu-video .box {
  width: 100%;
  padding: 0.5rem 0.3rem;
  position: relative;
  background: url(../images/zhufu-box.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 0px 20px 0px rgba(168, 130, 96, 0.12);
}
.index-zhufu .zhufu-video .pic {
  padding-bottom: 64%;
  height: auto;
  position: relative;
}
.index-zhufu .zhufu-video .pic .img:hover {
  transform: scale(1.05);
}
.index-zhufu .zhufu-video .pic:after {
  content: "";
  width: 0.52rem;
  height: 0.41rem;
  background: url(../images/ico-video.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.index-zhufu .zhufu-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-zhufu .zhufu-list ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-zhufu .zhufu-list li {
  width: 2.24rem;
  height: 2.57rem;
  padding: 0.2rem;
  position: absolute;
  display: flex;
  align-items: center;
  transition: 0.3s linear;
  cursor: pointer;
}
.index-zhufu .zhufu-list li:hover {
  transform: translateY(-10px);
}
.index-zhufu .zhufu-list li.li1 {
  background: url(../images/zhufu-bg01.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
.index-zhufu .zhufu-list li.li2 {
  background: url(../images/zhufu-bg02.png) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: 8%;
}
.index-zhufu .zhufu-list li.li3 {
  background: url(../images/zhufu-bg03.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  right: 0;
}
.index-zhufu .zhufu-list li.li4 {
  background: url(../images/zhufu-bg04.png) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  right: 8%;
}
.index-zhufu .zhufu-list .box {
  position: relative;
}
.index-zhufu .zhufu-list .box p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #333;
}
.index-zhufu .zhufu-list .box .abst {
  max-height: 1.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index-zhufu .zhufu-list .box .tit {
  font-size: 0.14rem;
  margin-top: 0.15rem;
  border-top: 1px solid #D8D8D8;
  padding-top: 0.1rem;
}

.section5 {
  background: url(../images/section05-bg.png) center bottom no-repeat;
  background-size: cover;
}
.section5 .index-title {
 
}

.index-xscl .swiper1 li {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0 2px;
}
.index-xscl .swiper1 .picbox {
  width: 43.5%;

  padding: 0.1rem;
}
.index-xscl .swiper1 .pic {
  width: 100%;
  height: auto;
  padding-bottom: 33%;
}
.index-xscl .swiper1 .img:hover {
  transform: scale(1.05);
}
.index-xscl .swiper1 .txtbox {
  width: 50%;
  padding: 0.5rem 0 1rem;
}
.index-xscl .swiper1 .tit {
  display: block;
  font-size: 0.64rem;
  color: #A88260;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-xscl .swiper1 .abst {
  margin-top: 0.35rem;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.24rem;
  max-height: 0.72rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-xscl .swiper1 .xscl-button {
  position: absolute;
  right: 0;
  bottom: 1rem;
  z-index: 9;
  font-size: 0.14rem;
  font-weight: 400;
  color: #A88260;
}
.index-xscl .swiper1 .xscl-prev,
.index-xscl .swiper1 .xscl-next {
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #A88260;
  border-radius: 50%;
  text-align: center;
  line-height: 0.54rem;
  display: inline-block;
  margin-left: 0.1rem;
  transition: 0.3s;
  cursor: pointer;
}
.index-xscl .swiper1 .xscl-prev:hover,
.index-xscl .swiper1 .xscl-next:hover {
  background: #A88260;
  color: #fff;
}
.index-xscl .xscl-list {
  position: absolute;
  z-index: 9;
  width: 56.5%;
  height: 0.65rem;
  right: 0;
  bottom: 0;
  border-top: 2px solid #CDA683;
  padding-left: 6.5%;
}
.index-xscl .xscl-list .swiper-container {
  position: relative;
  width: 100%;
  background: url(../images/xscl-line.png) top right repeat-x;
  padding: 0.15rem 0;
  font-size: 0;
}
.index-xscl .xscl-list h2 {
  font-weight: bold;
  font-size: 0.3rem;
  color: #A88260;
  cursor: pointer;
}

/* 侧边导航 */
.page-menu {
  position: fixed;
  right: 0.4rem;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  font-size: 0.16rem;
  display: none;
}
.page-menu li {
  position: relative;
  margin-bottom: 0.16rem;
}
.page-menu li:after {
  content: "";
  width: 0;
  height: 0.08rem;
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  border: 1px dashed #C40D08;
}
.page-menu li a {
  display: block;
  width: 0.32rem;
  padding: 0.12rem 0.08rem;
  background: url(../images/page-menu01.png) no-repeat;
  background-size: 100% 100%;
}
.page-menu li p {
  color: #AD0F19;
}
.page-menu li .ico {
  width: 0.16rem;
  height: 0.2rem;
  margin: 0 auto;
  display: none;
  background: url(../images/page-menu-ico.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.05rem;
}
.page-menu li.active a {
  background: url(../images/page-menu02.png) no-repeat;
  background-size: 100% 100%;
}
.page-menu li.active .ico {
  display: block;
}
.page-menu li.active p {
  color: #fff;
}
.page-menu li:last-child {
  margin-bottom: 0;
}
.page-menu li:last-child:after {
  display: none;
}

/* 侧边导航 */
/* 底部 */
.footer {
  background: url(../images/footer-bg.png) no-repeat;
  background-size: cover;
  font-size: 0;
  position: relative;
  z-index: 9;
}
.footer .info {
  padding: 0.49rem 0 0.35rem;
}
.footer .info .container {
  display: flex;
  justify-content: space-between;
}
.footer .footer-logo {
  max-width: 3.5rem;
}
.footer .contact {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #fff;
}
.footer .ewm li {
  float: left;
  margin-left: 0.5rem;
  position: relative;
}
.footer .ewm .box {
  width: 0.6rem;
  height: 0.6rem;
  background: #D01711;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.footer .ewm .box img {
  max-width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer .ewm .ewm-box {
  position: absolute;
  z-index: 10;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 2px;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0;
  border-radius: 5px;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.footer .ewm .ewm-box:before {
  content: "";
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.footer .ewm .ewm-box img {
  width: 100%;
}
.footer .ewm li:hover .ewm-box {
  opacity: 1;
  visibility: visible;
}
.footer .cory {
  padding: 0.2rem 0;
  border-top: 1px solid #D65A57;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #fff;
  text-align: center;
}

/* 底部 */
/* 列表页 */
.listbanner {
  height: 5rem;
  min-height: 220px;
  position: relative;
}
.listbanner .location {
  position: absolute;
  width: 100%;
  padding: 0.5rem 0 0.2rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.listbanner .location .weizhi {
  font-size: 0.16rem;
  color: #fff;
}
.listbanner .location .weizhi i {
  font-size: 0.2rem;
  margin-right: 5px;
}
.listbanner .location .weizhi span {
  margin: 0 5px;
  font-weight: bold;
}

.list-page {
  position: relative;
  z-index: 3;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
  min-height: 600px;
}
.list-page .left {
  float: left;
  width: 248px;
  background-color: #fff;
  border-radius: 4px;
}
.list-page .right {
  float: right;
  width: calc(100% - 275px);
  background-color: #fff;
}
.list-page .page {
  text-align: center;
  padding: 30px 0;
}

.list-nav {
  overflow: hidden;
}
.list-nav .phone-column {
  display: none;
}
.list-nav .lv1 {
  padding: 0.15rem;
  position: relative;
  background: #AB0000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}
.list-nav .lv1 h2 {
  font-weight: 600;
  color: #fff;
  line-height: 0.24rem;
  font-size: 0.22rem;
}
.list-nav .subnav li .lv2 {
  padding: 0.15rem 0.15rem;
  line-height: 0.22rem;
  display: block;
  position: relative;
}
.list-nav .subnav li .lv2 p {
  font-size: 0.18rem;
  color: #333;
}
.list-nav .subnav li .lv2 i {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.list-nav .subnav li.current .lv2,
.list-nav .subnav li .lv2:hover {
  background: #AB0000;
}
.list-nav .subnav li.current .lv2 p,
.list-nav .subnav li .lv2:hover p {
  color: #fff;
}
.list-nav .subnav dd {
  display: none;
  padding-left: 0.2rem;
  border-bottom: 1px solid #cfcfcf;
}
.list-nav .subnav dd a {
  font-size: 0.16rem;
  color: #333;
  padding: 10px;
  display: block;
}
.list-nav .subnav dd a:hover {
  color: #AB0000;
}
.list-nav .subnav li.current dd {
  display: block;
}

.list-news li {
  margin-bottom: 0.4rem;
}
.list-news a {
  display: flex;
  justify-content: space-between;
}
.list-news .pic {
  float: left;
  width: 3.4rem;
  height: 2.2rem;
}
.list-news .pic .img:hover {
  transform: scale(1.05);
}
.list-news .txt {
  width: calc(100% - 3.7rem);
  border-bottom: 1px solid #e9e9e9;
}
.list-news .txt .date {
  font-size: 0.16rem;
  color: #AD0F19;
  line-height: 0.4rem;
}
.list-news .txt .tit {
  font-size: 0.24rem;
  line-height: 0.4rem;
  font-weight: 400;
  height: 0.8rem;
  color: #000000;
  transition: 0.5s;
}
.list-news .txt .tit span {
  display: inline;
  background: linear-gradient(to right, #AD0F19, #AD0F19) no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  padding-bottom: 2px;
  transition: background-size 0.8s ease;
}
.list-news .txt .tit:hover {
  color: #AD0F19;
}
.list-news .txt .tit:hover span {
  background-size: 100% 2px;
}
.list-news .txt .abst {
  margin-top: 0.18rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  color: #8C8C8C;
}

.list-txt {
  padding: 0 40px;
}
.list-txt li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  line-height: 22px;
}
.list-txt li .date {
  position: relative;
  transition: 0.5s;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  float: right;
}
.list-txt li h2 {
  float: left;
  width: calc(100% - 120px);
  padding-left: 15px;
  position: relative;
  transition: 0.5s;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-txt li h2:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background-color: rgb(44, 127, 204) !important;
  border-radius: 50%;
}
.list-txt li a:hover h2 {
  color: rgb(44, 127, 204);
}

.list-pics ul {
  overflow: hidden;
  margin: 0 -0.2rem;
}
.list-pics li {
  float: left;
  width: 33.3%;
  margin-bottom: 0.4rem;
}
.list-pics a {
  display: block;
  margin: 0 0.2rem;
  overflow: hidden;
  position: relative;
}
.list-pics a .pic {
  width: 100%;
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
}
.list-pics a .pic .img {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.list-pics a .pic .img:hover {
  transform: scale(1.05);
}
.list-pics a .tit {
  border: 1px solid #AB0000;
  padding: 0.15rem 0.1rem;
  position: relative;
}
.list-pics a .tit h2 {
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-teacher {
  overflow: hidden;
}
.list-teacher ul {
  overflow: hidden;
  margin: 0 -20px;
}
.list-teacher li {
  float: left;
  width: 50%;
  margin-bottom: 1.875rem;
}
.list-teacher li a {
  display: block;
  padding: 15px;
  overflow: hidden;
  margin: 0 20px;
  border: 1px solid #d8d8d8;
}
.list-teacher li .pic {
  float: left;
  width: 158px;
  overflow: hidden;
}
.list-teacher li .pic .img {
  padding-bottom: 137.8%;
  overflow: hidden;
  transition: 0.5s;
  background-size: cover;
}
.list-teacher li .pic .img:hover {
  transform: scale(1.05);
}
.list-teacher li .txt {
  float: right;
  width: calc(100% - 175px);
}
.list-teacher li h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
}
.list-teacher li h2:hover {
  color: #00457D;
}
.list-teacher li h3 {
  font-size: 1rem;
  color: #333;
  font-weight: normal;
}
.list-teacher li .abst {
  margin-top: 15px;
  font-size: 0.875rem;
  color: #666;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* 正文页 */
.article-page {
  background-color: #fff;
}

.article {
  overflow: hidden;
  padding: 20px 16px;
}
.article .tit {
  font-size: 20px;
  color: #000;
  line-height: 28px;
  text-align: center;
  font-weight: 600;
}
.article .info {
  margin: 10px 0;
  color: #666;
  font-size: 15px;
  color: #aaa;
  line-height: 21px;
  text-align: center;
}
.article .info img {
  width: 26px;
  height: 26px;
  margin: 0 10px;
  vertical-align: middle;
}
.article .info span {
 
}
.article .info span:first-child {
  border: none;
}
.article .info .date {
  margin-left: 10px;
  padding: 0 10px;
}
.article .cont {
  padding: 20px 0;
  font-size: 16px;
  color: #747474;
  line-height: 30px;
}
.article .cont p {
  text-indent: 2em;font-size:16px!important;line-height:30px!important;margin-top:10px;
}
.article .cont p img,
.article .cont p video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}
.article .cont table p {
  text-indent: 0;
  padding: 0;
}
.article .np {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #ddd;
}
.article .np a {
  display: block;
  font-size: 1rem;
  color: #333333;
  line-height: 1.875rem;
  transition: 0.5s;
  padding-bottom: 10px;
}
.article .np a:hover {
  color: #00457D;
}