.intro {
    width: 100%;
    height: 4rem;
    float: left;
    position: relative;
}

.intro .text {
    width: 8.47rem;
    height: 2.56rem;
    margin: 0 auto;
    margin-top: 1.32rem;
    text-align: center;

}

.intro .text dt span {
    font-family: RenaultLife-Bold;
    font-size: 0.34rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.27rem;
    letter-spacing: -0.01rem;
    color: #c79796;
}

.intro .text dt font {
    font-size: 0.24rem;
    display: block;
    width: 100%;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0rem;
    color: #3d2071;
}

.intro .text dd {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #7c7c7c;
    margin-top: 0.3rem;
}

.intro ul {
    position: absolute;
    width: 0.9rem;
    height: 2.52rem;
    right: 0;
    top: 50%;
    margin-top: -1.3rem;
}

.intro ul li {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.25rem;
    letter-spacing: 0rem;
    color: #444444;
    padding-bottom: 0.55rem;
}

.intro ul li a {
    text-decoration: none;
    color: #444444;
}

.intro ul li a.active {
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);

}
.banner{
    width: 100vw;
    height: 66vw;
   overflow: hidden;
}
.banner1{
    width: 100vw;
    height: 66vw;
    display: block;
    float: left;
}
.banner .swiper-pagination-fraction,
.banner .swiper-pagination-custom,
.banner .swiper-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0.6rem;
    position: relative;
    z-index: 10000;
    text-align: center;
}

.banner .swiper-pagination-bullet {
    width: 0.17rem;
    height: 0.17rem;
    background: transparent;
    border: 1px solid #ffffff;
    opacity: 1;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}

.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.1rem;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid #fff;
}
.banner .swiper-slide{
    background-size: cover;
}
.content{
    width: 11.34rem;
    display: block;
    margin-left: 1.16rem;
    margin-bottom: 1.16rem;
    float: left;
}
.content dl span{
    display: none;
}
.content ul{
    display: block;
    width: 100%;
    float: left;
    margin-top: 1.56rem;
}
.content ul li{
    display: block;
    width: 50%;
    float: left;
}
.content ul li:nth-child(1) dt{
    font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.32rem;
	letter-spacing: 0rem;
	color: #7c7c7c;
    display: block;
    float: left;
    margin-top: 0.58rem;
}
.content ul li:nth-child(1) dd{
    display: block;
    float: left;
    margin-top: 0.45rem;
}
.content ul li:nth-child(1) div{
    width: 4.04rem;
	height: 3.74rem;
	border-radius: 0.15rem;
    overflow: hidden;
    background-size: cover;
}
.content ul li:nth-child(2) dt{
    font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.32rem;
	letter-spacing: 0rem;
	color: #7c7c7c;
    display: block;
    float: right;
    text-align: right;
    margin-top: 0.27rem;
}
.content ul li:nth-child(2) dd{
    display: block;
    float: right;
}
.content ul li:nth-child(2) div{
    width: 5.31rem;
	height: 4.45rem;
	border-radius: 0.15rem;
    overflow: hidden;
    background-size: cover;
}


 #infinity{
    width: 212px;
    height: 100px;
    position: relative;
    margin-top: 2rem;
    display: block;
    float: left;
    display: none;
    }
    #infinity:before,#infinity:after{
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    border: 20px solid red;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-right:20px solid rgba(0, 0, 0, 0);
    position: absolute;
    content: "";
    border-radius: 0 0 0 100%;
    -webkit-border-radius:0 0 0 50px;
    -moz-border-radius:0 0 0 50px;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    }
    #infinity:after{
    left: auto;
    right: 0;
    border-radius: 50px 50px 50px 0;
    -webkit-border-radius:50px 50px 50px 0;
    -moz-border-radius:50px 50px 50px 0;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    }

