html,
body,
p {
  padding: 0;
  margin: 0;
}
body {
  margin: auto;
}
.headerbox {
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 50vw;
  min-height: 600px;
  max-height: 100vh;
}
.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100%;
}
.fc_bg01 {
  background-color: #97969b;
  background-image: url(../img/banner01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slogan_box {
  width: 36%;
  margin: 20% auto 0;
}
.slogan_box img {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 34px;
  height: auto;
  position: relative;
  opacity: 0.5;
  color: #fff;
  background: none;
  font-size: 14px;
  text-align: right;
  margin: 0 8px !important;
}
.swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 9px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  width: 54px;
}
.swiper-pagination-bullet-active::before {
  width: 33px;
}
.top {
  margin: 20px 4% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}
.meau {
  display: flex;
  align-items: center;
}
.meau a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  padding: 7px 20px;
  margin: 0 8px;
  border-radius: 17px;
}
.meau a.active {
  background-color: #FFE000;
  color: #111;
}
.about {
  width: 100%;
  max-width: 1380px;
  margin: 30px auto 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.about_article .title {
  padding: 30px 60px 60px;
  color: #111;
  font-size: 32px;
  text-align: center;
}
.about_article .box {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #EBEBEB;
}
.about_article p {
  font-size: 20px;
  color: #666;
  line-height: 2;
}
.about_article p.t {
  font-weight: bold;
  color: #111;
  margin-bottom: 16px;
}
.contactus {
  max-width: 1400px;
  display: flex;
  align-items: center;
  background-color: #FAFAFA;
  margin: auto;
}
.contactus > div {
  flex: 1;
}
.contactus_txt {
  padding: 50px;
}
.contactus_txt p {
  color: #666;
  font-size: 20px;
  margin-top: 20px;
}
.contactus_txt p.t {
  font-weight: bold;
  color: #111;
}
.bottommenu {
  display: flex;
  height: 120px;
  margin-top: 80px;
}
.bottommenu a {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  color: #111;
  text-decoration: none;
  font-size: 22px;
}
.bottommenu a img {
  margin-right: 10px;
}
.bottommenu a.yszc {
  background-color: #FFE000;
}
.bottommenu a.fwtk {
  background-color: #111111;
  color: #FFE000;
}
.footer {
  text-align: center;
  color: #666;
  padding: 30px;
  font-size: 16px;
}
.headerfixed {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  z-index: 99;
}
.headerfixed .meau a {
  color: #111;
}
.content {
  padding-top: 90px;
  max-width: 1400px;
  margin: auto;
}
.article {
  padding: 0 10px;
}
.article .title {
  margin: 88px 32px 32px;
  color: #111;
  font-size: 32px;
  text-align: center;
}
.article p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-bottom: 16px;
}
.indexhead {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 80px;
  top: 0;
}
