* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
body {
  background: #fff;
}
a,body {
  color: #333333;
  font-family: '思源黑体 CN';
}
i, h6 {
  font-style: unset;
  font-weight: unset;
}
.img {
  vertical-align: top;
}
.img img {
  vertical-align: top;
}
.content {
  padding: 1.266666rem 1.666666rem 1.9rem;
}
.title {
  line-height: 2.266666rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.1rem;
}

.title p {
  font-size: 1.433333rem;
  position: relative;
  
}
.title p::before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 0.1rem;
  background: #333333;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.title p span {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 0 0.5rem;
  background: #FFFFFF;
}
.title i {
  color: #c20000;
}
.title div {
  font-size: 1.366666rem;
}

.info {
  position:relative;
  height: 2.333333rem;
  line-height: 2.333333rem;
  width: 100%;
  border-radius: 1.166666rem;
  font-size: 0.933333rem;
  margin-bottom: 1.333333rem;
  color: #666666;
  padding-left: 1.133333rem;
  box-sizing: border-box;
}
.info::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 0.2rem rgba(128,128,128,.22);
  border-radius: 1.166666rem;
}
.info i {
  vertical-align: middle;
  margin-right: 0.8rem;
}
.info img {
  vertical-align: text-bottom;
  width: 1.166666rem;
  height: auto;
}
.info span {
  vertical-align: middle;
  color: #C20000;
}
.box {
  
}
.box .r-box {
  padding: 0.5rem 0;
  display: flex;
  box-sizing: border-box;
}
.r-box .r-r {
  flex: 1;
  font-size: 0.933333rem;
}
.r-box span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  border: 1px solid #333;
  vertical-align: text-top;
  box-sizing: border-box;
  position: relative;
}
.r-box span.active::after {
  background: #333;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  transform: translate(-50%,-50%);
  border-radius: 100%;
}

.box .in {
  margin-top: 0.933333rem;
}
.box p {
  line-height: 1.866666rem;
  font-size: 0.933333rem;
}
.box p i {
  color: #C20000;
}

.i-box {
  position: relative;
}
.i-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: 0;
  background: #eeeeee;
}
.i-box input {
  width: 100%;
  height: 2.333333rem;
  font-size: 0.933333rem;
  color: #181d62;
  border: 0 transparent;
  outline: none;
}

.i-info {
  margin: 1.666666rem auto 2.666666rem;
  line-height: 1rem;
  font-size: 0.8rem;
  color: #999;
}
.i-info img {
  width: 1rem;
  height: 1rem;
  border: 0.033333rem;
  vertical-align: top;
}
.i-info a {
  color: #3E9AFE;
}
.btn {
  width: 100%;
  height: 2.866666rem;
  line-height: 2.866666rem;
  border: 0.033333rem solid #3e9afe;
  background: #3E9AFE;
  color: #FFFFFF;
  font-size: 1.333333rem;
  border-radius: 0.166666rem;
}
.section4 .swiper-container {
	 position: relative;
     width: 100%;
     height: 220px;
   }
.section4 .swiper-wrapper{
	transform: none;
	transform: scale(2);
}
.section4 .swiper-slide {
	height: 220px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 300ms;
	transform: scale(1.5)!important; 
	-webkit-transform: scale(1.5)!important; 
   }
.foot_lunbo img{
	width: 100%;
}
.section4 .swiper-slide-active,
.section4 .swiper-slide-duplicate-active{
	z-index: 100;
	transform: scale(2)!important;
	-webkit-transform: scale(2)!important; 
  	}