@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*home*/
.m-sqbm {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(10, 2, 4, 0.15);
  margin: 0 auto 45px;
  padding: 30px;
}
.ms-d {
  overflow: hidden;
}
.ms-d .title {
  height: 50px;
  background-color: #f5f5f5;
  margin: 18px 0;
}
.num {
  width: 54px;
  height: 50px;
  background-color: #c02c38;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}
.name {
  font-size: 22px;
  font-weight: bold;
  color: #c02c38;
  display: inline-block;
  margin-left: 20px;
}
.ms-ul li {
  height: 50px;
  line-height: 50px;
  float: left;
  width: 25%;
}
.ms-ul li a {
  background: url(../images/libg.png) no-repeat left center;
  padding-left: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
}

.m-tabs {
  padding: 40px 0;
}
.m-tabs .mt-d {
  overflow: hidden;
  width: 780px;
}
.mtd-pre {
  width: 360px;
  height: 72px;
  border-radius: 10px;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mtd-pre p {
  font-size: 24px;
  font-weight: bold;
  color: #4d4d4d;
  margin-left: 16px;
}
.mtd-pre.active {
  background-color: #c02c38;
}
.mtd-pre.active p {
  color: #ffffff;
}
.mp-img1 {
  width: 32px;
  height: 34px;
  background: url(../images/gzbb.png) center no-repeat;
}
.mp-img2 {
  width: 30px;
  height: 32px;
  background: url(../images/gztb.png) center no-repeat;
}
.mtd-pre.active .mp-img1 {
  background: url(../images/gzbb-active.png) center no-repeat;
}
.mtd-pre.active .mp-img2 {
  background: url(../images/gztb-active.png) center no-repeat;
}
.mtd-pre .mp-img3 {
  width: 32px;
  height: 34px;
  background: url(../images/t.png) center no-repeat;
}
.years {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #c02c38;
  overflow: hidden;
  margin-bottom: 12px;
}
.years ul li {
  width: 127px;
  height: 44px;
  float: left;
  text-align: center;
  line-height: 44px;
  font-size: 22px;
  font-weight: bold;
  color: #3d3d3d;
  cursor: pointer;
}
.years ul li.active {
  background-color: #c02c38;
  color: #fff;
}

/*media query*/
/*large pcScreen*/
@media (min-width: 1200px) {
  .m-tabs .mt-d {
    margin: 0 auto;
  }
}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
  .m-tabs .mt-d {
    width: calc(100% - 200px);
    margin: 0 auto;
  }
  .years {
    height: auto;
  }
}
/*pad md*/
@media screen and (max-width: 991px) {
  .m-tabs .mt-d {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .ms-ul li {
    width: 33.33%;
  }
}
/*phone sm*/
@media screen and (max-width: 767px) {
  .m-tabs .mt-d {
    width: 100%;
  }
  .mtd-pre:last-child {
    margin-top: 10px;
  }
  .is-main {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .ms-ul li {
    width: 100%;
  }
  .years ul li {
    width: 50%;
  }
  .container > img {
    width: 100%;
  }
}
/*small xs*/
@media screen and (max-width: 638px) {
}
