.voiceswiper .container {
  z-index: 10;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100%;
  display: block;
  color: #fff;
  align-items: center;
}
.voiceswiper .container .content{
  width: 81.5%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.voiceswiper .logo{
  display: inline-block;
  width:20%;
}
.voiceswiper .con {
  width: 80%;
  display: inline-block;
}
.voiceswiper .swiper-slide .con .title {
  font-weight: bold;
  font-size: 2.8vw;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 0;
  transition: all 0.7s;
  color: #FFF;
  transition-delay: 0.7s;
  margin: 6% auto 0;
}

.voiceswiper .swiper-slide img{
  width: 100%;
}
.voiceswiper .con .txt {
  font-weight: normal;
  line-height: 1.5;
  max-width: 46em;
  margin: 0 auto 0;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
  color: #FFF;
  transition-delay: 1.2s;
  margin: 2% auto 0;
}

.voiceswiper .moreBtnRed {
  display: inline-block;
  background-color: #ce0000;
  color: #fff;
  border: 1px solid #ce0000;
  white-space: nowrap;
  padding: 0.1em 1.3em 0 2.2em;
  line-height: 2.6;
  transition: all 0.2s;
  cursor: pointer;
  margin-top: 2%;
}
.voiceswiper .moreBtnRed .arr {
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    transition: all 0.2s;
    margin-left: 0.3em;
    background: url(../images/arr_7.png) no-repeat center center / contain;
}
.voiceswiper .moreBtnRed:hover {
    background-color: #fff;
    color: #ce0000;
}
.voiceswiper a:hover {
    color: #ce0000;
    text-decoration: none;
}
.swiper-button-next:after, .swiper-button-prev:after{
	color: #FFF
}
.voiceswiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ce0000!important;
}
.voiceswiper .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    margin: 0 0.4em;
    border: 1px solid #ce0000;
    width: 12px;
    height: 12px;
    background-color: transparent;
    opacity: 1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.voiceswiper .logo{
    width: 88px;
    margin-left: 3%;
    height: 88px;
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.voiceswiper .logo img{
    max-width: 68%;
    width: auto;
    height: auto;
    object-fit: cover;
}
.voiceswiper .con{
    flex: 1;
    margin-left: 4.3%;
    text-align: left;
    padding-bottom: 4.5em;
}
.voiceswiper .con .title{}
.voiceswiper .con .sub-title{}
.voiceswiper .con .brief{}
.voiceswiper .con a:link,
.voiceswiper .con a:visited{

}
.voiceswiper .con a:hover{}
@media (max-width: 849px) {
	.voiceswiper .pc-image{
		display: none;
	}
	.voiceswiper .swiper-slide .con .title{
		font-size: 6.6vw;
    padding: 0 10px;
    text-align: center;
    margin-top: 23%;
    margin-bottom: 10px;
	}
	.swiper-button-next:after, .swiper-button-prev:after{
		font-size: 16px;
	}
	.voiceswiper .con .txt{
		font-size: 15px;
        padding: 0 20px;
        text-align: center;
        margin-top: 15px;
	}
	.voiceswiper .moreBtnRed{
		margin-top: 2%;
		padding: 0.1em 1.3em 0 2.2em;
        line-height: 2.4;	
	}
}

@media (min-width: 850px) and (max-width: 1400px) {

	.voiceswiper .phone-image{
		display: none;
	}
    .voiceswiper .pc-image{
        display: block;
    }
	.voiceswiper .swiper-slide .con .title{
		font-size: 2.2vw;
        padding: 0 10px;
        text-align: center;
	}
	.swiper-button-next:after, .swiper-button-prev:after{
		font-size: 13px;
	}
	.voiceswiper .con .txt{
		font-size: 14px;
        padding: 0 20px;
        text-align: center;
        
	}
	.voiceswiper .moreBtnRed{
		padding: 3px 1.3em 3px 2.2em;	
	}
}


