/***********全局重置CSS*****************/
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd {
  margin: 0;
}

p {
  margin: 0;
}

ul,
ol,
li {
  padding-left: 0;
  list-style-type: none;
}

/***消除img默认边框*****/
img {
  border: 0;
  display: inline-block;
}

a {
  text-decoration: none !important;
  color: inherit;
  cursor: pointer;
}

/*细线表格*/
table {
  border-collapse: collapse;
}

em {
  font-style: normal;
}

/***默认让所有浏览器出现右边滚动条****/
html {
  font-size: 16px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

/***默认清除浮动****/
body {
  font-family: "微软雅黑", "sans-serif", "Arial";
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.conter {
  max-width: 70%;
  margin: 0 auto;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.nav-bt {
  display: none;
}

.cont_tit {
  /* display: flex; */
  /* align-items: flex-end; */
  position: relative;
}

.cont_tit:after {
  content: "";
  position: absolute;
  background: url("../images/index20231114_8.png") center center no-repeat;
  background-size: 100% auto;
  width: 32.375em;
  height: 4em;
  left: -1.75em;
  bottom: -2.5em;
}

.cont_tit p {
  display: inline-block;
  font-size: 2.1875em;
  padding-right: 0.5285em;
  line-height: 1.1;
  position: relative;
  margin-right: 0.6285em;
  font-weight: 600;
  color: #a8292e;
}

.cont_tit p:after {
  content: "";
  position: absolute;
  height: 0.9142em;
  width: 0.0857em;
  left: 100%;
  bottom: 0.0257em;
  background: #cda667;
}

.cont_tit span {
  display: inline-block;
  font-size: 0.9375em;
  padding-bottom: 0.1875em;
  color: #b1b1b1;
}






@font-face {
  font-family: SHSCR;
  src: url("../images/SourceHanSansCN-Regular.otf") format("opentype");
}

.bg {
  /* margin-top: 5em; */
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.bg img {
  width: 100%;
}

.bg .bgtit{
    font-size: 2em;
    color: #ffffff;
    position: absolute;
    left: 15%;
    top: 34%;
    letter-spacing: 3px;
}
.bg .bgtit2{
  font-size:  1.125em;
  color: #ffffff;
  position: absolute;
  left: 15%;
  top: 45%;
  letter-spacing: 3px;
}
.title {
  padding-top: 3.375em;
  margin-bottom: 4.375em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title .crumb {
  color: #585858;
  font-size: 1.125em;
}

.title .crumb a {
  margin: 0 0.4375em;
  display: inline-block;
}

.cont {
  width: 100%;
  overflow-x: auto;
}

.cont::-webkit-scrollbar {
  display: none;
}

.cont .tis {
  box-sizing: border-box;
  border-bottom: 0.125em solid #197ac0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2em;
  padding-top: 0.2em;
}

.cont .tis a {
  font-size: 1.3125em;
  padding-bottom: 1.5238em;
  line-height: 1;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.cont .tis a.hover {
  font-weight: bold;
  color: #197ac0;
}

.cont .tis a.hover:after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  border-color: #197ac0 #197ac0 #fff #fff;
  border-style: solid;
  border-width: 0.1em;
  top: calc(100% - 0.49em);
  left: 50%;
  background: #fff;
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}

.customBootstrap {
  text-align: center;
  padding: 0 4em;
}

.customBootstrap .pagination>li>a {
  margin-right: 0.3em;
  border-radius: 2px;
  background: #fff;
  color: #333;
  border-color: #ccc;
  padding: 0.3em 0.8em;
  font-size: 0.9em;
  line-height: 1.7em;
  margin-bottom: 1em;
}

.customBootstrap .pagination>li>a:hover,
.customBootstrap .pagination>li>a:focus {
  color: #fff;
  background: linear-gradient(#f1db9d, #cda768);
  border-color: #f1db9d;
}

.customBootstrap .pagination>.active>a,
.customBootstrap .pagination>.active>a:hover,
.customBootstrap .pagination>.active>a:focus {
  color: #fff;
  background: linear-gradient(#f1db9d, #cda768);
  border-color: #f1db9d;
}

.customBootstrap .pagination>.disabled>a,
.customBootstrap .pagination>.disabled>a:hover,
.customBootstrap .pagination>.disabled>a:focus {
  color: #999;
  background: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.left-time {
  box-sizing: border-box;
  border: 2px solid #cda667;
  width: 5.18em;
  height: 5.7em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #cda667;
  margin-right: 2em;
}

.left-time .day {
  font-size: 2.48em;
}

.year-month {
  font-size: 1em;
}
.datalist {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.datalist li {
  display: flex;
  padding: 2em 0;
  border-bottom: 1px solid #dcdcdc;
}
.datalist li:hover .left-time {
  border: transparent;
  background: linear-gradient(#197ac0, #197ac0);
  color: #fff;
}

.datalist li .list-title a {
  font-weight: 400;
}

.datalist li:hover .list-title a {
  font-weight: 600;
  color: #197ac0;
}

.datalist .left-time {
  box-sizing: border-box;
  border: 2px solid #197ac0;
  width: 5.18em;
  height: 5.7em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #197ac0;
  margin-right: 2em;
  cursor: pointer;
}
.right-content {
  width: calc(100% - 7.7em);
}

.right-content .list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.25em;
  margin-bottom: 0.6em;
}

.right-content .content {
  font-size: 1em;
  color: #585858;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    /* transform:translateX(100%);
	*/
  }

  100% {
    opacity: 1;
    /* transform:translateX(0) */
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes rateRight {
  0% {
    transform: rotate(30deg);
  }

  33% {
    transform: rotate(0deg);
  }

  66% {
    transform: rotate(30deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
@media (max-width: 1920px) {
  .top .menu .ind {
    margin-right: 1em;
  }
}
@media (max-width: 1600px) {
  .top .menu .ind {
    margin-right: 0.8em;
  }
  .top .menu .ind>li {
    padding: 0 0.8em;
    margin: 0 0.8em;
  }
  .top .conter {
    margin: 0;
  }

  .top .logo {
    width: 11.136vw;
    margin-left: 5%;
  }

  .top .search {
    width: 16vw;
  }
}

@media (max-width:1300px) {
  html {
    font-size: 14px;
  }

  .top .logo {
    width: 11.136vw;
    margin-left: 2%;
  }

  .footer {
    padding-bottom: 11em;
  }

  .footer .link {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .footer .link>div {
    width: 48%;
  }

  .footer .info {
    width: 100%;
  }


}

@media (max-width:800px) {
  html {
    font-size: 12px;
  }

  .crumb {
    display: none;
  }

  .cont .tis a.hover:after {
    top: calc(100% - 0.58em);
  }

  .cont .tis {
    overflow: visible;
    min-width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 2em;
    padding-top: 0.2em;
  }

  .cont::-webkit-scrollbar {
    display: none;
  }

  /* .cont .tis a:not(:last-of-type) {
	margin-right:21%;
}
*/
  .cont .tis a {
    white-space: nowrap;
    display: inline-block;
    /* width: 8em; */
    font-size: 1.3125em;
    padding-bottom: 1.5238em;
    line-height: 1;
    position: relative;
  }

  .cont .tis a.hover:after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    border-color: #cda667 #cda667 #fff #fff;
    border-style: solid;
    border-width: 0.1em;
    top: calc(100% - 0.5em);
    left: calc((100% - 1em) / 2);
    background: #fff;
    transform: rotate(-45deg);
  }
}

@media (max-width:580px) {
  .app .index09 .swiper-container {
    overflow: visible;
  }

  /* .cont_tit p {
    width: 4em;
  } */

  .cont_tit {
    width: 100%
  }

  .cont_tit span {
    width: calc(100% - 12.2em);

    font-size: 0.9375em;
    padding-bottom: 0.1875em;
    color: #b1b1b1;
  }

  .conter {
    max-width: 100%;
  }

  .top .logo {
    width: 26.6%;
    margin-left: 2em;
  }

  .top .menu {
    width: 100%;
    display: block;
    position: absolute;
    top: 5em;
    left: 0;
    background: #fff;
    transform-style: preserve-3d;
    border-top: 1px solid #dfdada;
    z-index: 99;
  }

  .mask {
    display: none;

    position: fixed;
    top: 5em;
    left: 0;
    height: 100vh;
    transform: translateZ (-1px);
    background: rgba(51, 51, 51, 0.237);
    width: 100%;
  }

  .cont .tis {
    display: inline-block;
    overflow: visible;
    white-space: nowrap;
    text-align: center;
  }

  .cont .tis a {
    /* display: inline-block;*/
    display: inline-block;
    margin-right: 2em;
  }
  .cont .tis a:last-child{
    margin-right: 0;
  }

  .title .crumb {
    display: none;
  }

  .top .menu .ind {
    margin: 0;
    display: block;
    width: 100%;
  }

  .top .search_box {
    width: 100%;
    justify-content: center;
    margin: 1em 0;
  }

  .top .search {
    width: 70vw;
  }

  .conter {
    margin: 0 4%;
  }

  .footer {
    padding: 0em 0 5.5em;
    margin-top: 9em;
  }

  .cz .swiper-box {
    padding: 0 2em;
  }

  .footer .info {
    gap: 1em;
  }

  .footer .info .footer_menu img {
    margin-right: 0.2em;
    height: 1.0285em;
  }

  .footer .info .footer_menu a {
    display: flex;
    align-items: center;
    font-size: 1.000em;
    white-space: nowrap;
  }

  .footer .info .footer_menu ul {
    flex-wrap: nowrap;
  }

  .footer .info .ewm img {
    width: 5.25em;
    margin: 0;
  }

  .footer .info .text {
    flex-basis: 66.8%;
    background: #f9f9f9;
    padding: 0.5em 1em;
    box-sizing: border-box;
  }

  .footer .info .text span {
    display: flex;
    align-items: flex-start;
    padding: 0.55em 0;
    font-size: 0.9em;
    color: #7e7e7e;
    font-family: SHSCR, "sans-serif", "Arial";
  }



  .footer .info .ewm {
    font-size: 0.8em;
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
    flex-basis: calc(33% - 1.5em);
  }

  .nav-bt {
    display: inline-block;
    width: 2em;
    cursor: pointer;
    margin-right: 1em;
  }



  .top .menu {
    overflow-y: auto;
    transition: all ease 0.1s;
    z-index: 130;
    display: none;
  }

  .top .menu .ind a {
    display: inline-block;
    padding: 1em 0;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
  }

  .top .menu .ind a::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    height: 100%;
    width: 100vw;
  }

  .top .menu .ind .active>a {
    border-bottom: 2px solid #cda767;
  }

  .top .menu .ind>li {
    margin: 0 2em;
    padding: 0 0.8em;
    height: auto;
    display: block;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #ebe9e9;
    font-weight: bold;
    font-size: 1.2em;
  }

  .top .menu .sub {
    display: none;
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    flex-direction: column;
    border-top: 1px solid #ebe9e9;
    box-shadow: none;
    z-index: 99;
  }

  .top .menu .sub a {
    padding: 0.5em 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #8c8a8a;
    font-size: 1em;
  }
}

.footer .conter .info .ewm p {
  /* width: 52%; */
  text-align: center;
}