html{
    background: #f7f6f5;
}
.swiper{
    width: 100%;
    height: 46.6667vw;
    background: red;
    border-bottom: 2.1333vw solid #f7f6f5;
}

.go-back{
    position: absolute;
    top:50%;
    left: 2.6667vw;
    width: 6vw;
    height: 6vw;
    background: url(../images/back.png) no-repeat;
    background-size:100% 100%; 
    transform: translateY(-50%);
}
.header{
    position: relative;
    width: 100%;
    height: 12vw;
    
}
.go-title{
    font-size: 4.8vw;
    color: #292828;
    margin-left: 8.2667vw;
    line-height: 12vw;
}

/* 先锋 */
.pioneer-wrap{
    width: 100%;
  
    box-sizing: border-box;
    margin-bottom: 2.6667vw;
    background: #fff;
  
}
.pioneer-title{
    display: inline-block;
    color: #d4171a;
    font-size: 4vw;
    font-weight: 700;
    border-bottom: 2px solid #d4171a;
    line-height: 8vw;

    margin: 0 3.4667vw;

}
.pioneer-time{
    border-bottom: 1px solid #f1f1f1;
}
.pioneer-time,.pioneer-address{
  
    
    padding: 1.6vw 3.4667vw;
    font-size: 3.4667vw;
    color: #363636;
    display: flex;
    align-items: center;
}
.pioneer-time i{
	width: 3.6vw;
	height: 3.6vw;
	background: red;
	margin-right: 1.3333vw;
	background: url(../images/time.png) no-repeat;
	background-size: 100% 100%; 
}
.pioneer-address i{
	width: 3.0667vw;
	height: 3.8667vw; 
	background: red; 
	margin-right: 1.3333vw;
	background: url(../images/address.png) no-repeat;
	background-size: 100% 100%; 
}

.synopsis{
    position: relative;
    width: 100%;
    padding:8.6667vw 4vw;
    background: #fff;
    box-sizing: border-box;
}
.synopsis-title{
    position: absolute;
    top: 0;
    left: 1.3333vw;
    box-sizing: border-box;
    width: 40.4vw;
    height: 8.6667vw;
     background: url(../images/synopsis.png) no-repeat;
     background-size:100% 100%; 
     font-size: 4.5333vw;
     font-weight: 700;
     color:#ffffff;
     padding-left: 4vw;
 
}
.paragraph{
    text-indent: 2em;
    margin-bottom: 4vw;
    color: #353535;
    font-size: 3.4667vw;
    line-height: 1.8em;
}