@charset "UTF-8";
/* 默认样式 */
* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* 头部 */
.head {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  height: 80px;
}
.head .logo {
  float: left;
  width: 287px;
  height: 31px;
  /* background: url("../images/yiseng_logo.png") no-repeat center; */
}
.head .page {
  display: flex;
  width: 852px;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.head .page .page-item {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.head .lang {
  display: flex;
  width: 56px;
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0052a3;
  background: url("../images/qiehuan.png") no-repeat center;
  background-size: 1px 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.head .lang i {
  font-style: normal !important;
}
.head .lang i:nth-child(2) {
  color: #aaaaaa;
}

.bg {
  width: 100%;
  height: 450px;
  margin-top: 80px;
  background-size: cover;
  padding-top: 175px;
  box-sizing: border-box;
  overflow: hidden;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
}
.bg .text {
  display: flex;
  width: 1470px;
  margin: 0 auto;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.bg .text > span:nth-child(1) {
  display: block;
  width: 148px;
  height: 36px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
}
.bg .text > span:nth-child(2) {
  display: block;
  width: 216px;
  height: 30px;
  font-size: 30px;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  opacity: 0.63;
  margin-top: 11px;
}

.main {
  padding-top: 78px;
}
.main .honor .honor-title {
  position: relative;
  display: block;
  z-index: -1;
  margin: 0 auto;
  height: 72px;
  font-size: 72px;
  font-family: Arial;
  font-weight: bold;
  color: #eee;
  line-height: 80px;
  padding-left: 215px;
}
.main .honor .honor-title p {
  position: absolute;
  z-index: 2;
  width: 149px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3a3a3a;
  line-height: 72px;
}
.main .history {
  margin-top: 117px;
}
.main .history .history-bg {
  display: flex;
  margin: 0 auto;
  height: 1751px;
  margin-top: 52px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  background: url("../images/history-bg.png") no-repeat center;
}
.main .history .history-list:nth-child(1) {
  padding-top: 372px;
  width: 750px;
  margin-left: -1px;
}
.main .history .history-list:nth-child(1) .year {
  position: relative;
}
.main .history .history-list:nth-child(1) .year::after {
  position: absolute;
  content: "";
  left: 127px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/weilei.png") no-repeat center;
}
.main .history .history-list:nth-child(2) {
  padding-top: 112px;
  width: 750px;
  margin-left: 96px;
}
.main .history .history-list:nth-child(2) .year {
  position: relative;
}
.main .history .history-list:nth-child(2) .year::after {
  position: absolute;
  content: "";
  left: -58px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/weilei.png") no-repeat center;
}
.main .history .history-list:nth-child(2) .history-item-txt {
  align-items: flex-start;
}
.main .history-item {
  height: 150px;
  margin-bottom: 352px;
}
.main .history-item-main {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
}
.main .history-item-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}
.main .history-item-txt .year {
  height: 40px;
  font-size: 40px;
  font-family: Arial;
  font-weight: bold;
  color: #151515;
  line-height: 40px;
  margin-top: 5px;
}
.main .history-item-txt .introduce {
  /* height: 14px; */
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  line-height: 20px;
  margin-top: 17px;
}

.swiper-container {
  margin-top: 71px;
  width: 1600px;
  padding-bottom: 38px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #4b81bc;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -2px;
}

.honor-list {
  display: flex;
  width: 1395px;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.honor-list .honor-item {
  width: 293px;
  height: 380px;
  background: #ffffff;
  border: 1px solid #dddddd;
}
.honor-list .honor-item-img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 22px 30px 27px 25px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url("../images/left.png") no-repeat center;
  width: 50px;
  height: 50px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url("../images/rigth.png") no-repeat center;
  width: 50px;
  height: 50px;
}

.caidan {
  display: none;
}

@media (max-width: 768px) {
  body,
html {
    width: 100%;
  }
  .head .logo {
    position: absolute;
  }
  .head .page {
    flex-direction: column;
    width: 100%;
    height: 24vh;
    justify-content: center;
    background: #8383bb;
    margin-top: -900px;
    padding-top: 276px;
    transition: all 1s ease;
  }
  .head .page .page-item {
    height: 30px;
  }
  .head .mobile-menu {
    margin-top: 0;
    border-bottom-right-radius: 10%;
  }
  .head .caidan {
    display: block;
    position: absolute;
    right: 20px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url("../images/caidan.png") no-repeat center;
  }
  .mobile-menu {
    margin-top: 0;
  }
  .bg .text {
    width: 100%;
    align-items: center;
  }
  .swiper-container {
    width: 100%;
  }
  .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    display: none;
  }
  .main .honor {
    width: 100%;
  }
  .main .honor .honor-title {
    padding-left: 20px;
  }
  .honor-list {
    width: 100%;
    flex-direction: column;
  }
  .honor-item {
    width: 25%;
    margin-bottom: 10px;
  }
  .history-item {
    width: 100%;
  }
  .main .history .history-list:nth-child(1) .history-item-txt {
    padding-right: 13px;
  }
  .main .history .history-list:nth-child(1) .year::after {
    left: 92px;
    top: 46px;
  }
  .main .history .history-list:nth-child(2) {
    margin-left: 0;
  }
  .main .history .history-list:nth-child(2) .history-item-txt {
    padding-left: 13px;
  }
  .main .history .history-list:nth-child(2) .year::after {
    left: -22px;
    top: 46px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .bg .text {
    width: 100%;
    align-items: center;
  }
  .head .logo {
    position: absolute;
  }
  .head .page {
    flex-direction: column;
    width: 100%;
    height: 24vh;
    justify-content: center;
    background: #8383bb;
    margin-top: -900px;
    padding-top: 276px;
    transition: all 1s ease;
  }
  .head .page .page-item {
    height: 30px;
  }
  .head .mobile-menu {
    margin-top: 0;
    border-bottom-right-radius: 10%;
  }
  .head .caidan {
    display: block;
    position: absolute;
    right: 20px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url("../images/caidan.png") no-repeat center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .bg .text {
    width: 100%;
    align-items: center;
  }
}/*# sourceMappingURL=yiseng.css.map */