@charset "utf-8";

/*！--CSS重置和样式初始化*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}

html {
    font-size: 14px;
}


body {
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  font-weight: 400;
  



}
.page{
  background-color: #FEF8F1;
}
td,
th,
caption {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: rgba(73, 73, 73, 1);
  text-decoration: none;
}

a:hover {
  /* text-decoration:none;  */
}

img {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.banxin {
  width: 1200px;
  margin: 0 auto;
}

.flexRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flexColumn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 头部 */
header {
  max-width: 1920px;
  min-width: 1200px;
  height: 680px;
  margin: 0 auto;
  background: url(../images/banner.png)  center no-repeat ;
  background-size: 1920px 680px;

}

main {
  width: 1200px;

  margin: 0 auto;
  position: relative;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.ellipsis8 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.flex {
  display: flex;
}

.flexC {
  display: flex;
  align-items: center;
}

.flexCC {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexBC {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flexAC {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.mt50 {
  margin-top: 50px
}

.mt100 {
  margin-top: 100px;
}

.mt20 {
  margin-top: 20px
}

.mt_25 {
  margin-top: -25px
}

.pd25 {
  padding: 25px
}

.pd20 {
  padding: 20px
}

.pdlr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.contentbg {
  width: 1200px;
  height: 450px;
  margin: 0 auto;
  background-image: url(../images/contnt_bg.png);
  background-size: 100% 100%;
  padding: 55px 39px;
  box-sizing: border-box;
}

.leftCont {
  width: 603px;
  height: 340px;
  overflow: hidden;
  position: relative;
}

.rightCont {
  width: 490px;
  height: 340px;
}

.title1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B90A0C;
  text-align: center;
}

.content1 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  height: 63px;
  color: #8F8F8F !important;
  line-height: 21px;
}
.more{
  font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #B90A0C;
line-height: 21px;
font-weight: 600;
}
.list1{
  width: 494px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  color: #000;
  align-items: center;
  background: #FDEAD4;
  padding: 0 12px;
  box-sizing: border-box;
  margin-top:12px ;
}
.list1 p{
  height: 21px;
  width:450px;
}
.item{
  width: 6px;
  height: 6px;
  margin-right: 5px;
  background-image: url(../images/dot.png);
  background-size: 100% 100%;
}

.add{
  width: 24px;
  height: 24px;
  background-image: url(../images/add.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 6px;
  right: 8px;
}




.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide a {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background-color: #FFFFFF;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #B9090C
}


@media screen and (max-width: 750px) {

  html {

    font-size: calc(100vw / 46.875);

  }


  .tt {

    display: none !important;

  }

}