html,
body {
  margin: 0;
  padding: 0;
  background-color: #f2f5fc;
  font-size: 12px;
  font-family: Microsoft YaHei;
  /*font-family:SimSun;*/
}

div,
ul,
li,
dl,
dt,
dd,
img,
input,
h4,
form {
  margin: 0;
  padding: 0;
  border: 0;
}

img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

i {
  font-style: normal;
}

ul,
dl {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.top {
  height: 99px;
  padding-top: 7px;
  background: #fff;
  box-shadow: 0 7px 10px 0 rgb(0 0 0 / 10%);
}

/* banner Start */
.swiper {
  position: relative;
  height: 460px;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 460px;
}

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 460px;
}

.swiper-pagination {
  bottom: 27px;
  left: 50%;
  margin-left: -5%;
}

.swiper-pagination-bullet {
  margin-right: 10px;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/* banner End */




.content {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 30px;
}

.content ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content ul li {
  display: inline-block;
  width: 294px;
  height: 241px;
  overflow: hidden;
}

.content ul li img {
  object-fit: cover;
  transition: all .2s;
}

.content ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}


/* 菜单 */
.heaBig-list li {
  position: relative;
  float: left;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.heaBig-list li a {
  display: inline-block;
  padding: 0 20px;
  color: #333;
  line-height: 75px;
  font-size: 16px;
}

.heaBig-list a:hover,
.heaBig-list a.active {
  color: #d6000f;
}


/* TestPreparation */
.TestPreparationBox {
  margin-bottom: 50px;
}

.w1180 {
  width: 1180px;
}

.commonTitle {
  position: relative;
  margin-bottom: 24px;
}

.commonTitle h3 {
  float: left;
  display: block;
  height: 25px;
  margin-right: 40px;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #333333;
  line-height: 25px;
  text-align: left;
}

.TestPreparation {
  width: 1136px;
  padding: 0 12px 30px 32px;
  background: #FFFFFF;
  border-radius: 6px;
}

.testTitle {
  height: 20px;
  margin-bottom: 22px;
}

.testTitle h2 {
  float: left;
  height: 20px;
  padding-left: 7px;
  border-left: 4px solid #FF737D;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #333333;
  line-height: 20px;
}

.testTitle a.testBtn {
  float: right;
  padding-right: 12px;
  background: url(../images/testBtn.png) no-repeat right center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: right;
}

ul.TestPreparationList {
  *height: 231px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

ul.TestPreparationList li {
  display: inline-block;
  width: 547px;
  margin:0 10px 23px;
}

ul.TestPreparationList li h2 {
  width: 547px;
  height: 20px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.TestPreparationList li h2 span.recommendIco {
  float: left;
  width: 21px;
  height: 20px;
  background: url(../images/recommend.png) no-repeat;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}

ul.TestPreparationList li h2:hover,
.mediaTopList a:hover,
.resourcesCard a:hover,
.testExam a:hover span {
  color: #F53543;
}

ul.TestPreparationList li .testPText {
  width: 547px;
  height: 20px;
  float: left;
  margin-top: 14px;
}

ul.TestPreparationList li .testPText p {
  float: left;
  width: 437px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}

ul.TestPreparationList li .testPText span {
  float: right;
  width: 73px;
  height: 20px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}

.testExam a {
  float: left;
  height: 40px;
  margin-right: 19px;
}

.testExam a img {
  float: left;
  width: 40px;
  height: 40px;
}

.testExam a span {
  padding-left: 8px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
}

.placesExamCard {
  width: 510px;
}

.placesExam {
  padding-top: 40px;
}

.placesExam h2 {
  float: left;
  height: 20px;
  padding-left: 7px;
  border-left: 4px solid #FF737D;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #333333;
  line-height: 20px;
}

.regionCard,
.resourcesCard {
  float: left;
  width: 510px;
  height: auto;
  margin-top: 20px;
}


.regionCard ul {
  height: 110px;
  overflow: hidden;
  transition: 0.5s;
}

.regionCard ul li {
  float: left;
  width: 64px;
  height: 28px;
  margin-bottom: 10px;
  margin-right: 8px;
  background: url(../images/regionCard.png) no-repeat;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 28px;
  text-align: center;
}

.regionCard ul li a {
  color: #333;
}

.regionCard ul li:hover {
  background: url(../images/regionCardH.png) no-repeat;
  color: #fff;
}

.regionCard ul li.moreButton {
  color: #FF4646;
  cursor: pointer;
}

.regionCard ul li:hover a {
  color: #fff;
}

.ml60 {
  margin-left: 60px;
}

.resourcesCard p {
  float: left;
  width: 510px;
  *height: 37px;
}

.resourcesCard a {
  float: left;
  height: 20px;
  margin-top: 4px;
  margin-bottom: 13px;
  margin-right: 20px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  text-align: center;
}

.resourcesCard a.resourcesFirst {
  *float: left;
  display: block;
  width: 60px;
  height: 20px;
  background: url(../images/resourcesFirst.png) no-repeat;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.resourcesCard a.resourcesFirst:hover {
  background: url(../images/resourcesFirstH.png) no-repeat;
}

/* 备课指南 */

/* 底部版权 */
.footer-box {
  overflow: hidden;
  background: #2d2d2d;
}

.footer-b {
  padding: 20px 0 20px;
  border-top: 1px solid #4d4d4d;
  text-align: center;
}

.footer-b p {
  font-size: 12px;
  color: #b2b2b2;
  line-height: 24px;
}

.foot_ico {
  background: url(../images/ga_ico.png) no-repeat;
  background-position: 0 center;
  color: #b2b2b2;
  padding-left: 25px;
}
#lbBox1 {
	display: none !important;
}

@media screen and (max-width:1024px) {
  #lbBox {
    display: none !important;
  }

  #lbBox1 {
    display: block !important;
  }

  .swiper {
    position: relative;
    height: 2.9rem;
  }
  
  .swiper-container,
  .swiper-slide img {
    width: 7.5rem;
    height: 2.9rem;
  }

  .swiper-pagination {
    bottom: 0.27rem;
  }

  .w1200,
  .content,
  .w1180 {
		width:100%;
	}

  .TestPreparation {
    width: 95%;
  }

	.commonTitle h3 {
		margin-left: 10px;
	}

  .heaBig-list {
    display: none;
  }

  .content {
    padding: 30px 0;
  }

  .top {
    height: auto;
  }

  .top img:first-child {
		display: block;
		width: 120px;
    margin-top: 7px;
  }

  .top img:last-child{
		display: block;
		width: 180px;
  }

  .content ul li {
    width: 50%;
    height: auto;
  }

  .content ul li img {
    width: 100%;
  }

  .TestPreparation {
    padding: 0 10px 0;
  }

  ul.TestPreparationList li {
    width: 100%;
  }

  ul.TestPreparationList li h2,
  ul.TestPreparationList li .testPText {
    width: 96%;
  }

  ul.TestPreparationList li .testPText p {
    width: 78%;
  }

  ul.TestPreparationList li .testPText span {
    width: 22%;
    text-align: right;
  }

  .testTitle {
    margin: 0;
  }
}
