/* 清除内外边距 */
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
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;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background: #c93a2e;
}
/* a标签 */
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  font-family: "Microsoft YaHei", "Arail";
  outline: none;
}
input,
select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}
body {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: bottom;
}
.elp {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index .container {
  background: #ffefdf url(../images/bg1.jpg) no-repeat top;
  background-size: 100% auto;
  padding-top: 41vw;
  position: relative;
  overflow: hidden;
}
#index .container .logo {
  position: absolute;
  top: 50px;
  left: 5%;
  width: 20.89%;
}
#index .container .logo img {
  width: 100%;
}
#index .container .box1 {
  width: 77.38%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}
#index .container .box1 > .bg1 {
  width: 100%;
}
#index .container .box1 .fs1 {
  position: absolute;
  top: 30px;
  left: -97px;
}
#index .container .box1 .fs2 {
  position: absolute;
  right: -95px;
  top: 550px;
}
#index .container .box1 .content {
  background: #fff;
  padding: 57px 7% 10px;
  box-shadow: 0 0 20px 9px #f2aa8c;
}
#index .container .box1 .content .top_img {
  display: flex;
  justify-content: space-between;
}
#index .container .box1 .content .top_img a {
  display: block;
  width: calc(50% - 30px);
  overflow: hidden;
}
#index .container .box1 .content .top_img a img {
  width: 100%;
  transition: all 0.2s ease;
}
#index .container .box1 .content .top_img a:hover img {
  transform: scale(1.1);
}
#index .container .box1 .content .title {
  display: block;
  margin: 70px auto 0;
  width: 54%;
}
#index .container .box1 .content .title2 {
  display: block;
  margin: auto;
  width: 544px;
  height: 95px;
  background: url(../images/title2.png) no-repeat center;
  background-size: 100% auto;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 86px;
  text-align: center;
}
#index .container .box1 .content .news_box {
  padding-top: 23px;
}
#index .container .box1 .content .news_box a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #dacdbb;
  padding: 20px 0;
}
#index .container .box1 .content .news_box a .lf_img {
  width: 180px;
  height: 110px;
  margin: 0 30px 0 8px;
  background-size: cover;
}
#index .container .box1 .content .news_box a .rt_txt {
  width: calc(100% - 215px);
  height: 110px;
}
#index .container .box1 .content .news_box a .rt_txt .p1 {
  font-size: 18px;
  color: #3e3d3d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s ease;
}
#index .container .box1 .content .news_box a .rt_txt .p2 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #868484;
}
#index .container .box1 .content .news_box a:hover .p1 {
  color: #c31a1a;
}
#index .container .box1 .content .mh_box {
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#index .container .box1 .content .mh_box a {
  flex: 0 0 calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  border: 11px solid #fdf0e2;
  border-bottom: none;
}
#index .container .box1 .content .mh_box a .top {
  overflow: hidden;
}
#index .container .box1 .content .mh_box a .top img {
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  transition: all 0.2s ease;
}
#index .container .box1 .content .mh_box a .btm {
  height: 100px;
  background: #fdf0e2;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  color: #3e3d3d;
  padding: 20px 8px;
}
#index .container .box1 .content .mh_box a:hover img {
  transform: scale(1.1);
}
#index .container .box1 .content .page_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
#index .container .box1 .content .page_box a {
  transition: all 0.2s ease;
}
#index .container .box1 .content .page_box span {
  margin: 0 20px;
}
#index .container .box1 .content .page_box .cir {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2a95e;
}
#index .container .box1 .content .page_box .cir:hover {
  background: #be1111;
}
#index .container .box1 .content .page_box .page {
  font-size: 18px;
  color: #8a8686;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}
#index .container .box1 .content .page_box .page:hover {
  color: #ce1314;
}
#index .footer {
  height: 148px;
  background: url(../images/bg2.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index .footer p {
  font-size: 13px;
  color: #e4a2a2;
  margin-top: 55px;
}
@media screen and (max-width: 800px) {
  #index .container {
    padding-top: 36vw;
  }
  #index .container .logo {
    top: 15px;
  }
  #index .container .box1 .fs2 {
    display: none;
  }
  #index .container .box1 .content {
    padding: 35px 5% 10px;
  }
  #index .container .box1 .content .top_img a {
    width: 48%;
  }
  #index .container .box1 .content .title {
    margin: 30px auto 0;
  }
  #index .container .box1 .content .title2 {
    width: 80%;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
  }
  #index .container .box1 .content .news_box a {
    height: 120px;
  }
  #index .container .box1 .content .news_box a .lf_img {
    width: 40%;
    height: 80px;
    margin: 0 2% 0 0;
  }
  #index .container .box1 .content .news_box a .rt_txt {
    width: 100%;
    height: 80px;
  }
  #index .container .box1 .content .news_box a .rt_txt .p1 {
    font-size: 16px;
    white-space: wrap;
  }
  #index .container .box1 .content .news_box a .rt_txt .p2 {
    display: none;
  }
  #index .container .box1 .content .news_box a .lf_img + .rt_txt {
    width: 56%;
  }
  #index .container .box1 .content .mh_box {
    padding-top: 20px;
  }
  #index .container .box1 .content .mh_box a {
    width: 100%;
    flex: none;
    max-width: 100%;
  }
  #index .container .box1 .content .mh_box a .btm {
    height: 80px;
    font-size: 16px;
  }
  #index .container .box1 .content .page_box {
    margin: 30px 0 10px;
  }
  #index .container .box1 .content .page_box .cir {
    width: 35px;
    height: 35px;
  }
}
