html,
body {
    height: 100%;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin: 0;
}

a {
    /* -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s; */
    /* transition: all 0.35s; */
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}


#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #fff;
    /* height: calc(100vh - 61px); */
}

#mainbody > .container > .text-center {
    text-align: center;
    padding: 350px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody > .container > .text-center h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody > .container > .text-center > a {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
    text-decoration: none;
}

.footer {
    background-color: #333333;
    color: #999999;
    text-align: center;
    font-size: 14px;
}
.footer-main img{
    width: 9em;
    margin-bottom: 1.2142em;
}
.main-list{
    display: flex;
    font-size: 1em;
}
.footer a:hover{
    color: #fff!important;
}
.footer-notice a:hover{
    color: #F08201!important;
}


@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }

    .footer-main{
        display: flex;
        justify-content: space-between;
        padding: 81px 190px 58px 160px;
    }
    .items{
        text-align: left;
        margin-right: 35px;
    }
}

@media (max-width: 767px) {

    #mainbody > .container > .text-center {


        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody > .container > .text-center > h1 {


        font-size: 50px;
        margin-bottom: 20px;
    }

    .footer-main{
        display: flex;
        justify-content: space-around;
        padding: 41px 0 29px 10px;
    }
    .items{
        text-align: left;
        margin-right: 10px;
    }
}
.items div{
    font-size: 1em;
    margin-top: 0.714em;
}
.items div a{
    color: #999999;
    cursor: pointer;
}
.heads{
    font-size: 1.285em!important;
    margin: 0 0 0.2778em!important;
}
.heads a{
    color: #CCCCCC!important;
}
.footer p {
    font-size: 0.8571em;
    margin: 0;
    height: 4.67em;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 业务 */
.business{
    width: 100%;
    text-align: center;
}
.overview,.datas,.competitive,.owner,.brands{
    width: 100%;
    text-align: center;
}
.btitle{
    font-weight: 550;
    color: #F08201;
    position: relative;
}
.btitle-font{
    font-size: 54px;
    padding: 1.333em 0 1.5em;
}
.btitle img{
    width: 16.3%;
    position: absolute;
    bottom: 20.1%;
    left: 41.85%;
    margin: 0 auto;
}
.bwhite{
    color: #FAF2EA;
    font-weight: 500;
    font-size: 0.5925em!important;
    margin-top: -0.6875em;
}
.bwhitehid{
    display: none;
}
.busimg {
    position: relative;
    font-size: 1em;
}
.busimg img{
    width: 100%;
    /* margin-bottom: 20px; */
}
.busmain{
    padding: 0 8.38%;
    width: 100%;
    position: absolute;
    top: 18.5%;
    /* font-size: 20px; */
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.72);
}
.busbtn{
    width: 10em;
    /* height: 55px; */
    line-height: 2.75em;
    background-color: rgba(1, 25, 79, 0.72);
    border-radius: 3px;
    border: 1px solid #cccccc;
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 550;
    /* font-size: 20px; */
    position: absolute;
    top: 15.5em;
    left: calc(50% - 5em);
    cursor: pointer;
    /* margin: -60% auto 0; */
}
.busbtn a{
    color: rgba(255, 255, 255, 0.72)!important;
}
.datas-mains{
    background: url('../img/xxfqc/datas_bg.png') no-repeat;
    background-size: 100%;
    font-size: 28px;
}
#maps{
    width: 43.7%;
    height: 690px;
    /* padding-top: 32px; */
    margin: 0 auto;
}
.record{
    display: flex;
    margin-bottom: 40px;
    padding: 0 7.39%;
}
.listed{
    width: 24.26%;
    text-align: left;
    color: #543108;
    font-weight: 550;
    font-size: 1.1429em;
    margin-right: 6.48%;
    position: relative;
}
.listed-main{
    position: absolute;
    top: 0;
    padding: 21.97% 2% 0 11.33%;
}
.forage{
    font-size: 2.47em;
    color: #F18000;
    font-weight: 500;
}
.dinfo{
    padding:2.9% 0;
    color: rgba(102, 102, 102, 0.85);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.unit{
    font-weight: normal;
    font-size: 0.26em;
    margin-left: 10px;
}
.dnotice{
    margin-top: 40px;
    margin:0 auto 63px;
    width: 85.2%;
    font-size: 1.1429em;
    /* line-height: 45px; */
    color: #333333;
    text-align: left;
    position: relative;
}
.dnotice-box {
    padding: 2em 4.76% 2.01em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.dnoten{
    padding: 1.25em 1.76% 1.11em 3.5%;
    line-height: 1.25em;
}
.dnoten .dnotice-item{
    align-items:start!important
}
.dnoten .dnotice-item img{
    margin-top: 0.1875em;
}
.dnotice-box .dnotice-item{
    display: flex;
    align-items: center;
}
.dnotice-box img{
    width: 0.875em;
    height: 0.875em;
    margin-right: 2.11%;
}
.competitive{
    margin-top: 36px;
    position: relative;
    background: url('../img/xxfqc/compet_bg.png') no-repeat;
    background-size: 100%;
    font-size: 18px;
}
.competitiveft{
    background: url('../img/xxfqc/compet_bgft.png') no-repeat;
    background-size: 100%;
}
.competitiveen{
    background: url('../img/xxfqc/compet_bgen.png') no-repeat;
    background-size: 100%;
}
.clist{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    color: #666666;
    font-size:1em;
    padding: 16.42% 8.38% 0;
}
.citem{
    width: 23.75%;
    position: relative;
    margin-bottom: 3.722em;
    margin-right: 1.625%;
}
.clist .citem:nth-child(4n){
    margin-right: 0;
}
.cimain{
    position: absolute;
    top: 59%;
    padding: 0 8.94%;
    width: 100%;
    text-align: center;
}
.cititle{
    font-weight: 550;
    font-size: 1.78em;
    margin-bottom: 16px;
    color: #333333;
}
.clisten{
    font-size: 0.89em;
}
.clisten .cititle{
    font-size: 1.56em;
}
/* 车主故事 */
.owner ,.brands{
    position: relative;
    /* margin-top: 72px; */
}
.ownerm{
    /* position: absolute;
    top: 0; */
    width: 100%;
    text-align: center;
    background: url('../img/xxfqc/owner_bg.png') no-repeat;
    background-size: cover;
    padding-bottom: 68px;
}
.ownerbox{
    display: flex;
    padding: 0 8.3%;
    width: 100%;
}
.cardsc{
    position: relative;
    width: 19.15em;
    margin-right: 1.15em;
    font-weight: 550;
    /* box-shadow: 0 2px 2.5em rgba(151, 151, 151, 0.30); */
}
.cardown{
    margin-top:1.2em;
    height:22.25em;
    box-shadow: 0 1.5px 0.5em rgba(151, 151, 151, 0.30);
    border-radius: 0.6em;
}
.cards{
    width: 100%;
    position: absolute;
    top: 9.58%;
    left: 0;
}
.cardscimg{
    width: 100%;
    height: 13.4em;
    overflow: hidden;
}
.cardscimg img {
    width: 100%; 
    height: auto; 
    transition: transform 1s ease; 
    transform-origin: center center; 
}
.cardscimg img:hover {
    transform: scale(1.3); /* 放大图像 */
  }
.ownerbox .cardsc:last-child {
    margin-right: 0;
}
.cards-titles{
    font-size: 1.296em;
    line-height: 1.388em;
    padding: 0.771em 1.157em;
    color: #333333;
    white-space: nowrap;
    text-align: center;
}
.cards-main{
    text-align: left;
    font-size: 0.972em;
    color:#999999;
    /* height: 2.881em; */
    line-height: 1.440em;
    margin: 0 1.5432em 3.0864em;
    word-wrap: break-word;
    font-weight: 500;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
}
.otwbc{
    overflow: hidden;
    text-overflow: ellipsis; 
    -webkit-box-orient: vertical; 
    display: -webkit-box; 
}
.owbtn{
    width: 10.2143em;
    font-size: 1.4em;
    line-height: 1.4286em;
    color: #EE7A06;
    padding: 0.607em 0;
    border: 1px solid #FA8200;
    margin: 2em auto 0;
    text-align: center;
    cursor: pointer;
}

/* 合作品牌 */
.brand{
    width: 100%;
    text-align: center;
    background: url('../img/xxfqc/brand_bg.png') no-repeat;
    background-size: 100%;
    padding-bottom: 4.3125em;
    position: relative;
}
.brand-list{
    width: 100%;
    padding: 0 8.3%;
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
}
.brand-left{
    position: absolute;
    left: 8.3%;
    top: 3.25em;
    cursor: pointer;
}
.brand-left>img,.brand-right>img{
    width: 2.8125em;
    /* margin-right: 2.7%; */
    /* height: 91px; */
}
.brand-right{
    position: absolute;
    right: 8.3%;
    top: 3.25em;
    cursor: pointer;
}
.brand-item{
    display: flex;
    flex-wrap: wrap;
    /* width: 83.5%; */
    height: 10.8125em;
    margin-left: 4.71875em;
    /* margin-left: 1.9163em; */
}
.brand-item img{
    margin:0 1em 1.65625em 0;
    border-radius: 0.3125em;
    /* transition: width 0.5s ease-in-out; */
    box-shadow: 
    0 0 0.3125em rgba(0, 0, 0, 0.10), /* 顶部阴影 */
    0 0 0.3125em rgba(0, 0, 0, 0.10), /* 右侧阴影 */
    0 0 0.3125em rgba(0, 0, 0, 0.10), /* 底部阴影 */
    0 0 0.3125em rgba(0, 0, 0, 0.10);  /* 左侧阴影 */
}
.brand-item img:nth-child(5n) {
    margin-right:0!important;
}

/* 轮播图 */
.carousel-main {
    position: relative;
    width: 100%;
    overflow: hidden;

}
.carousel-main:hover .control{
    display: block;
}
.carousel-slide {
    width: 100%;
    /* display: flex; */
    transition: transform 0.5s ease-in-out;
}
.carousel-image {
    width: 100vw;
    height: auto;
    display: none;
    /* position: absolute;
    top: 0;
    left: 0; */
}
.carousel-image.active {
    display: block;
}
 
/* .control {
    position: absolute;
    top: calc(50% - 45px);
    color: white;
    cursor: pointer;
    z-index: 1000;
    display: none;
}
.prev {
    left: 2%;
    background: url('../img/xxfqc/icon_left.png') no-repeat;
    background-size: 100%;
    width: 90px;
    height: 91px;
}
.prev:hover{
    background: url('../img/xxfqc/icon_leftat.png') no-repeat;
}
.next {
    right: 2%;
    background: url('../img/xxfqc/icon_right.png') no-repeat;
    background-size: 100%;
    width: 90px;
    height: 91px;
}
.next:hover{
    background: url('../img/xxfqc/icon_rightat.png') no-repeat;
} */
.carousel-index{
    position: absolute;
    bottom: 4%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.crsitem{
    background-color: #D9D2CA;
    width: 5.3%;
    height: 8px;
    border-radius: 4px;
    margin: 0 16px;
    position: relative;
    cursor: pointer;
}
.crsitem-item{
    background-color: #F08201;
    width: 0;
    height: 8px;
    border-radius: 4px;
}

/* 分页器 */
.page-contani{
    display: flex;
    justify-content: center;
    font-size: 21px;
    font-weight: 550;
    color: #333333;
    background-color: #FBFBFB;
    padding-bottom: 90px;
}
.page-contani div{
    width: 60px;
    line-height: 60px;
    border: 1px solid #E6E6E6;
    text-align: center;
    background-color: #fff;
    margin-right: 9px;
    cursor: pointer;
}
.page-contani div:last-child{
    margin-right: 0;
}
.pagech{
    color: #fff;
    background-color: #F08201!important;
}

/* 针对整个页面的滚动条隐藏 */
body::-webkit-scrollbar {
    display: none;
}
.year-avtive{
    color: #ff7200;
}