﻿
/* 幻灯片 */
.banner .item {
  display: block;
  position: relative;
}
.banner .bg_litpic {
  height: 6.5rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .item .box {
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 0.15rem;
}
.banner .item .box .title {
  font-size: 0.6rem;
  font-family: Impact;
  color: #ffffff;
  text-shadow: 0 0.02rem 0.05rem rgba(6, 6, 6, 0.85);
  margin-bottom: 0.8rem;
}
.banner .item .box .btn {
  width: 1.2rem;
  height: 0.4rem;
  background-color: #1b59aa;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 0.16rem;
  color: #ffffff;
  font-weight: lighter;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner .item .box .btn:hover {
  background-color: #4092c8;
}

.banner .swiper-pagination {
  bottom: 0.34rem;
}

.banner .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 100%;
  margin: 0 0.14rem !important;
  background: #7d7d7d;
}

.banner .swiper-pagination-bullet-active {
  background: #1b59aa;
}

@media (max-width: 767px) {
  .banner .item .box {
    width: 100%;
  }
  .banner .item .box .btn {
    width: 2rem;
    height: 0.6rem;
    font-size: 0.24rem;
  }
}
/* 幻灯片 */

/* 首页轮播图下方广告 */
.section1 {
  padding: .8rem 0;
}

.section1 .title {
  font-size: 0.30rem;
  /*font-family: Impact;*/
  font-weight: 600;
  color: #333333;
  line-height: .47rem;
  margin-bottom: 0.4rem;
}

.section1 .singlepage {
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.3rem;
  font-weight: lighter;
}

@media(max-width:768px) {
  .section1 .singlepage {
    font-size: 14px;
    line-height: 24px;
  }
}
/* 首页轮播图下方广告 */

/* 首页底部上方广告 */
.section2 {
	background: #efefef;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.section2 .item {
  display: block;
	background: #ffffff;
  margin-bottom: 1rem;
}
.section2 .item:last-child {
  margin-bottom: 0;
}
.section2 .litpic {
	height: 0;
	padding-bottom: 65%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section2 .content {
  padding: .4rem .3rem;
}
.section2 .title {
	font-size: .36rem;
	color: #1b59aa;
	font-weight: bold;
	line-height: .48rem;
  font-family: Impact;
  margin-bottom: .4rem;
}
.section2 .remark {
  font-size: .24rem;
  color: #333333;
  line-height: .34rem;
  font-weight: lighter;
}
@media(max-width:768px) {
  .section2 .remark {
    font-size: 14px;
    line-height: 20px;
  }
}
/* 首页底部上方广告 */
