@font-face {
    font-family: PangMenZhengDao;
    src: url("/fonts/PangMenZhengDao/PangMenZhengDao.eot");
    src: url("/fonts/PangMenZhengDao/PangMenZhengDao.eot?#iefix") format("embedded-opentype"),
         url("/fonts/PangMenZhengDao/PangMenZhengDao.ttf") format("truetype");
}
@font-face {
    font-family: HongLeiBanShuJianTi;
    src: url("/fonts/HongLeiBanShuJianTi/HongLeiBanShuJianTi.eot");
    src: url("/fonts/HongLeiBanShuJianTi/HongLeiBanShuJianTi.eot?#iefix") format("embedded-opentype"),
         url("/fonts/HongLeiBanShuJianTi/HongLeiBanShuJianTi.ttf") format("truetype");
}
@font-face {
    font-family: AdobeGothicStd;
    src: url("/fonts/AdobeGothicStd/AdobeGothicStd-Bold.eot");
    src: url("/fonts/AdobeGothicStd/AdobeGothicStd-Bold.eot?#iefix") format("embedded-opentype"),
         url("/fonts/AdobeGothicStd/AdobeGothicStd-Bold.ttf") format("truetype");
}
#header {
    box-shadow: none;
}
.banner {
    position: relative;
    height: 7rem;
    overflow: hidden;
    background-image: url("/images/index/banner1.png");
    background-size: cover;
    background-position: center;
}
.banner .slogan {
    margin: 0.66rem 0 0;
    text-align: center;
    color: #D7000F;
    font-family: PangMenZhengDao, sans-serif;
    font-size: 0.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 7px;
}
.banner .slogan .in {
    font-family: HongLeiBanShuJianTi, sans-serif;
    font-size: 0.75rem;
}
.banner .motto {
    color: #393232;
    text-align: center;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.38rem;
}
.intro {
    position: relative;
    height: 12rem;
    padding: 0.5rem 0 0.4rem;
    /*background-color: linear-gradient(180deg, #FFF 8.49%, rgba(255, 255, 255, 0.00) 49.01%, rgba(255, 255, 255, 0.20) 70.12%, #FFF 80.05%);*/
    /*background-image: url("/images/index/banner2.png");*/
    /*background-position: center bottom 0.4rem;*/
    /*background-repeat: no-repeat;*/
    background:  url("/images/index/banner2.png") center bottom 0.4rem/11.52rem 4.82rem no-repeat,
        linear-gradient(180deg, #FFF 8.49%, rgba(255, 255, 255, 0.00) 49.01%, rgba(255, 255, 255, 0.20) 70.12%, #FFF 80.05%);
}
.intro:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("/images/index/banner2-back.png");
    background-size: 100% auto;
    background-position: center bottom 0.4rem;
    background-repeat: no-repeat;
}
.intro .title {
    text-align: center;
}
.intro .title .zh {
    margin: 0;
    font-size: 0.32rem;
    color: #333;
}
.intro .title .en {
    margin: 0;
    font-size: 0.28rem;
    font-family: AdobeGothicStd, sans-serif;
    color: #EAEAEA;
    text-transform: uppercase;
    opacity: 0.8038;
}
.intro .circle {
    position: absolute;
    bottom: 1.9rem;
    left: 50%;
    width: 0;
    height: 0;
}
.intro .circle .intro-item {
    position: absolute;
    width: 2.5rem;
    text-align: center;
}
.intro .circle .intro-item .outer-ring {
    display: inline-block;
    width: 0.94rem;
    height: 0.94rem;
    padding: 0.05rem;
    border-radius: 50%;
    background-color: rgba(215, 0, 15, 0.0525);
}
.intro .circle .intro-item .inner-ring {
    width: 0.84rem;
    height: 0.84rem;
    padding: 0.06rem;
    border-radius: 50%;
    background-color: rgba(215, 0, 15, 0.1499);
}
.intro .circle .intro-item .circle-block {
    width: 0.72rem;
    height: 0.72rem;
    padding: 0.21rem 0.18rem;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(215, 0, 15);
}
.intro .circle .intro-item .circle-block {
    background-position: center center;
    background-size: auto 0.28rem;
    background-repeat: no-repeat;
}
.intro .circle .intro-item.car .circle-block {
    background-image: url("/icons/car.svg");
}
.intro .circle .intro-item.exam .circle-block {
    background-image: url("/icons/exam.svg");
}
.intro .circle .intro-item.clean .circle-block {
    background-image: url("/icons/clean.svg");
}
.intro .circle .intro-item.identity .circle-block {
    background-image: url("/icons/identity.svg");
}
.intro .circle .intro-item.trial .circle-block {
    background-image: url("/icons/trial.svg");
}
.intro .circle .intro-item.finance .circle-block {
    background-image: url("/icons/calculator.svg");
}
.intro .circle .intro-item.contract .circle-block {
    background-image: url("/icons/contract.svg");
}
.intro .circle .intro-item.trade .circle-block {
    background-image: url("/icons/trade.svg");
}
.intro .circle .intro-item.after-sales .circle-block {
    background-image: url("/icons/sell.svg");
}
.intro .circle .intro-item .intro-item-title {
    margin: 0.3rem 0 0;
    color: #333;
    text-align: center;
    font-size: 0.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.intro .circle .intro-item .intro-item-content {
    color: #444;
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.promise {
    position: relative;
    overflow: hidden;
}
.promise .back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 5rem;
    background: url("/images/index/banner3.png") center top/auto 5rem no-repeat;
}
.promise .back .filter {
    height: 5rem;
    background: rgba(12, 15, 27, 0.70);
    backdrop-filter: blur(7px);
}

.promise .title {
    margin: 0.7rem 0;
    text-align: center;
}
.promise .title .zh {
    margin: 0;
    font-size: 0.32rem;
    color: #fff;
}
.promise .title .en {
    margin: 0;
    font-size: 0.28rem;
    font-family: AdobeGothicStd, sans-serif;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.8038;
}
.promise .cards {
    margin: 0 auto;
    width: 14.5rem;
    text-align: center;
}
.promise .cards:after {
    display: block;
    content: "";
    clear: both;
}
.promise .cards .card-item {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 4rem;
    min-height: 4rem;
    margin: 0 0.3rem 0 0;
}
.promise .cards .card-item.rescue, .promise .cards .card-item.finance {
    margin-right: 0;
}
.promise .cards .card-item .text {
    position: relative;
    top: -0.5rem;
    padding: 0 0.25rem 0.25rem;
    margin: 0 0.1rem;
    background-color: #fff;
    border-radius: 0.08rem;
    box-shadow: 0 0.05rem 0.3rem 0 #b2b2b2;
}
.promise .cards .card-item .text.taller {
    min-height: 2rem;
}
.promise .cards .card-item .text .title {
    padding: 25px 0 15px;
    margin: 0;
    text-align: left;
    color: #333;
    font-size: 0.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.promise .cards .card-item .text .content {
    margin: 0;
    color: #444;
    text-align: justify;
    font-size: 0.14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.24rem;
}
.promise .cards .card-item .cover {
    width: 100%;
    height: 2.8rem;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 0.08rem;
}
.promise .cards .card-item.car .cover {
    background-image: url("/images/index/cooperation1.png");
}
.promise .cards .card-item.exam .cover {
    background-image: url("/images/index/cooperation2.png");
}
.promise .cards .card-item.rescue .cover {
    background-image: url("/images/index/cooperation3.png");
}
.promise .cards .card-item.after-sales .cover {
    background-image: url("/images/index/cooperation4.png");
}
.promise .cards .card-item.warranty .cover {
    background-image: url("/images/index/cooperation5.png");
}
.promise .cards .card-item.finance .cover {
    background-image: url("/images/index/cooperation6.png");
}