.main {
  margin-top: 90px;
}

.container-w {
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

/* banner 开始 */
.banner-wrapper {
  width: 100%;
  min-width: 1200px;
  min-height: 450px;
}

.slide-img {
  width: 100%;
  /* height: 734px; */
  min-width: 1200px;
  vertical-align: bottom;
}

.swiper-slide {
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  padding-left: 10px;
  margin-left: -10px;
  box-sizing: content-box;
}

.swiper-slide img {
  transform: translate3d(0, 0, 0);
}

.swiper-container {
  --swiper-theme-color: red;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.pointer {
  cursor: pointer;
}

/* banner 结束 */

/* 品牌文化开始 */
/* 标题部分 */
.brand-wrapper {
  width: 100%;
}

.bg-white {
  width: 100%;
  background-color: #fff;
}

.title-box {
  height: 173px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-line {
  /* width: 438px; */
  flex: 1;
  height: 1px;
  background: #efefef;
}

.m50 {
  margin: 0 50px;
}

.title-line-culture {
  width: 280px;
}

.title-info {
  font-size: 38px;
  font-weight: 600;
  color: #333333;
  line-height: 35px;
}

.title-info-h1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -40px;
}

.title-info-p {
  margin: 0 50px;
  font-size: 20px;
  font-weight: 500;
  color: #a9a8a8;
  line-height: 35px;
}

/* tab切换部分 */
.brand-tab-box {
  height: 117px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 22px;
}

.brand-tab {
  box-sizing: border-box;
  width: 186px;
  height: 54px;
  margin-left: 18px;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}

.tab-active {
  background-color: #dd2c1f;
  color: #fff;
}

/* tab内容部分 */
.bg-grey {
  background: #f0efef;
}

.brand-tab-content-box {
  height: 401px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.brand-content-item {
  display: flex;
  align-items: center;
  width: 576px;
  height: 119px;
  background: url(../images/index/bg_brand.png) no-repeat center;
}

.brand-content-item h3 {
  margin-left: 30px;
  font-size: 34px;
  font-weight: 400;
  color: #dd2c1f;
}

.brand-content-item span {
  display: inline-block;
  /* width: 1px; */
  height: 50px;
  background-color: #f0efef;
  margin: 0 30px;
}

.brand-content-item p {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}

.download-wrapper {
  transition: all 1.3s;
  margin-top: 500px;
  opacity: 0;
}

.download-title {
  margin-top: 92px;
}

.download-title h3 {
  font-size: 40px;
  font-weight: 400;
  color: #000000;
  line-height: 81px;
  text-align: center;
}

.download-title .download-content {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 750px;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 33px;
}

.download-icon-box {
  margin: 0 auto;
  height: 150px;
  width: 800px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.icon-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  cursor: pointer;
}

.tzyk-qrcode {
  position: absolute;
  top: -110%;
  padding: 5px;
  text-align: center;
  box-shadow: 0px 5px 12px 0px rgba(218, 215, 215, 0.53);
  display: none;
  background-color: #fff;
}

.tzyk-qrcode > p {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  line-height: 26px;
}

.icon-box > p {
  position: relative;
  margin-top: 22px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #24262b;
  line-height: 26px;
}

.tzyk-qrcode img {
  display: block;
  width: 150px;
  height: 150px;
}

.icon-box > p:after {
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 9px;
  height: 14px;
  background: url(../images/index/arr.png) no-repeat center;
}

.icon-box .selected::after {
  background: url(../images/index/arr_active.png) no-repeat center;
}

/* .icon-box>p:after {
  background: url(../images/index/arr_active.png) no-repeat center;
} */

.download-bg {
  margin-top: 60px;
}

/* 品牌文化结束 */

/* 名师投教讲坛开始 */
.teacher-wrapper {
  margin-top: 800px;
  opacity: 0;
  transition: all 1.5s;
}

.teacher-wrapper-bg {
  width: 100%;
  min-width: 1200px;
  height: 642px;
  box-sizing: border-box;
  padding-top: 30px;
  background: url(../images/index/bg_2.png) no-repeat center;
  background-size: cover;
}


/* 荣誉奖项开始 */
.honor-slide {
  height: 330px;
  display: flex;
  justify-content: space-between;
  min-width: 1200px;
}

.honor-slide li {
  background-color: #f0efef;
}

.honor-slide li:hover img {
  opacity: 0.85;
}

.honor-slide {
  background-color: #f0efef;
}

.honor-slide img {
  height: 216px;
  vertical-align: bottom;
  cursor: pointer;
}

.honor-wrapper {
  position: relative;
}

.scale-honor {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  /* width: 552px; */
  cursor: pointer;
  opacity: 1;
  /* background-color: #fff; */
  /* padding: 20px; */
  display: none;
}
.scale-honor img {
  display: block;
  width: 960px;
  height: auto;
}

.scale-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.honor-bg {
  height: 500px;
  min-width: 1200px;
  padding-top: 116px;
  /* background-color: #F0EFEF; */
  background: #f0efef;
}

.honor-name {
  padding-top: 23px;
  background-color: #f0efef;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

/* 荣誉奖项结束 */

/* 合作伙伴开始 */
.cooperation-componey {
  text-align: center;
}

/* 合作伙伴结束 */

/* 企业动态 */
.company-box {
  display: flex;
  justify-content: space-between;
}
#company-left {
  width: 482px;
  height: 306px;
  display: inline-block;
  margin-bottom: 105px;
}

.company-right {
  width: 697px;
  height: 306px;
  background-color: #fff;
  padding: 29px 48px;
}

.rightTitle {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
}

.rightTitle .more {
  float: right;
  line-height: 30px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #dd2c1f;
  text-decoration: none;
}

.moreIco {
  width: 14px;
  height: 15px;
}

.activities {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.activities li a span {
  font-size: 16px;
}

.fr {
  float: right;
}
.activities .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #bfbfbf;
  border-radius: 4px;
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.activity {
  margin-top: 15px;
}
.activity a {
  text-decoration: none;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666 !important;
}

.activity .paperName {
  display: inline-block;
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.companyActImg {
  width: 482px;
  height: 306px;
}
