/*首页轮播图*/
.index-banner{

}
.banner{
    margin-top: 15px;
    height: 100%;
}
.hexagon-sm{
    width: 15% !important;
    left: 0;
    top: 11.5vw;
}
.hexagon-md{
    width: 28% !important;
    left: 24%;
    top: 7vw;
}
.hexagon-lg{
    width: 38% !important;
    right: 0;
    top: 3vw;
}
.hexagon-mobile{
    display: none;
}
.index-banner .banner-title{
    top: 5%;
    font-weight: bold;
    height: 6vw;
}
.index-banner .banner-title span{
    display: block;
}
.index-banner .banner-subtitle{
    top: 14vw;
    left: 29.5%;
    width: 20%;
    font-size: 1.3vw;
    text-align: center;
}
.index-banner .banner-subtitle span{
    display: block;
    font-size: 0.8vw;
    margin-top: 5px;
}
.index-banner a{}
.index-banner a img{}
.index-banner .background{
    margin: 0;
    width: 100%;
}
.index-banner .foreground{
    right: 5%;
    bottom: 110px;
    width: 65%;
}
.index-banner .white-space{
    white-space: pre-line;
}
.index-banner .gomore{
    position: absolute;
    bottom: 0;
    right: 0;
}
.index-banner .gomore a{
    font-size: 1vw;
    color: #4d4d4d;
}
.index-banner .gomore a:hover{
    color: #0C0C0C;
}
.index-banner .content{
    text-align: center;
    font-size: 2.2vw;
    line-height: 2vw;
    padding-top: 4vw;
}
.index-banner .content h4{
    color: #000;
    letter-spacing: 0.1rem;
}
.index-banner .content p{
    color: #464646;
    font-size: 1.1vw;
}
.index-banner .banner-new .car{
    position: absolute;
    width: 73%;
    bottom: 5vh;
    left: 12%;
}
.index-banner .banner-new .background{
    position: absolute;
    bottom: 0;
}
.banner-new .line-bg{
    z-index: -3;
}
.banner-new .line-left{
    width: 12vw;
    left: 5vw;
    top: 1vw;
}
.banner-new .line-top{
    width: 8vw;
    top: -1vw;
    right: 10vw;
}
.banner-new .line-right{
    width: 9vw;
    right: 4vw;
    top: 9vw;
}
/*新闻列表*/
.news-list .news-list-item{
    clear: both;
    overflow: hidden;
    margin-top: 50px;
}
.news-list .news-list-item .news-item{
    width: 30%;
    float: left;
    margin-bottom: 30px;
}
.news-list .news-list-item .news-item:nth-child(3n-1){
    margin-left: 5%;
    margin-right: 5%;
}
.news-list .news-list-item .news-item .item-thumb{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 150px;
    border-radius: 10px;
}
.news-list .news-list-item .news-item .item-thumb img{
    width: 100%;
    border-radius: 10px;
}
.news-list .news-list-item .news-item .item-thumb img:hover{
    animation: myfirst 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes myfirst {
    from {transform:translateY(0px);
        box-shadow: 0px 0px 0px 2px #888888;}
    to {transform:translateY(-5px);
        box-shadow: 0px 10px 30px 2px #888888;
    }
}
.news-list .news-list-item .news-item .item-time{
    font-size: 14px;
    color: #8c8c8c;
    font-weight: bold;
    margin-top: 7px;
}
.news-list .news-list-item .news-item .item-title{
    font-size: 16px;
    margin-top: 3px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-list-item-mobile{
    display: none;
}
/*产品介绍*/
.product-info{
    position: relative;
}
.product-info .product{
    clear: both;
    width: 40%;
    margin: 0 auto;
    position: relative;
}

.product-info .product-desc{
    width: 27%;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.product-info .product-desc .product-desc-title{
    font-size: 18px;
    margin-bottom: 5px;
}
.product-info .product-desc .product-desc-text{}
.product-info .product-desc .go-more{
    background: #ffcc20;
    padding: 5px 0;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px;
    display: block;
    width: 90px;
    text-align: center;
}
.swiper-container-2{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.swiper-container-2 img{
    width: 70%;
    margin-left: 6%;
}
.swiper-container-2 .swiper-pagination{
    left: 0 !important;
    bottom: 0 !important;
}
/*包裹自定义分页器的div的位置等CSS样式*/
.swiper-pagination-custom {
    bottom: 5%;
    left: 0;
    width: 100%;
    height: 20px;
    /* background-color: red; */
    text-align: center;
}
/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.swiper-pagination-customs {
    width: 20px;
    height: 3px;
    display:inline-block;
    background: #000;
    opacity: .1;
    margin: 0 5px;
    outline: 0;
}
/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
    opacity: 1;
    background-color: #FFCC20;
}
/*关于我们*/
.company{
    padding-top: 0;
    background-repeat: no-repeat !important;
    background-position: 100% 3vh !important;
    background-size: 60% !important;
}
.company .company-info{
}
.company .company-info .title{
    font-size: 2.2vw;
    text-align: center;
    width: 14vw;
    border-bottom: 1px solid #ffcc20;
    margin: 33px auto;
    padding-bottom: 18px;
}
.company .company-info .title span{
    display: block;
    font-size: 1.6vw;
}
.company .company-info .company-content{
    overflow: hidden;
    margin: 85px 0;
}
.company .company-info .company-content .company-left{
    width: 48%;
    margin-right: 10%;
}
.company .company-info .company-content .company-left img{
    width: 100%;
    border-radius: 10px;
}
.company .company-info .company-content .company-right{
    width: 42%;
}
.company .company-info .content{
    color: #000;
    font-size: 1vw;
    line-height: 1.8vw;
}
.company .company-info .text{
    font-size: 1.4vw;
    font-weight: 400;
    margin-top: 50px;
    line-height: 2.1vw;
}
.company .images{
    width: 80%;
    position: relative;
}
.company .images .company-info-img-1{
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 35%;
    z-index: 2;
}
.company .images .company-info-img-2{
    position: absolute;
    bottom: 5%;
    left: 20%;
    width: 25%;
    z-index: 2;
}
.company .images .company-info-img-3{
    position: absolute;
    top: auto;
    bottom: 22%;
    left: 1%;
    width: 90%;
    z-index: 1;
}
.company .images .shadow{
    position: absolute;
    width: 60%;
    background:rgba(0,0,0,1);
    opacity:0.14;
    height: 20px;
    border-radius: 100%;
    z-index: 1;
    left: 17%;
    top: 77%;
}
.company-desc{}
.company-desc .company-desc-left{
    width: 60%;
    float: left;
    margin-right: 5%;
}
.company-desc .company-desc-left img{
    width: 100%;
}
.company-desc .company-desc-right{
    width: 35%;
    float: left;
}
.company-desc .company-desc-right .title{
    font-size: 1.4vw;
    padding-top: 10vh;
}
.company-desc .company-desc-right .title span{
    display: block;
}
.company-desc .company-desc-right .content{
    font-size: 0.9vw;
    color: #333;
    margin-top: 45px;
    width: 60%;
}
.company-desc .company-desc-right .subtitle{
    margin-top: 40px;
    font-size: 1.2vw;
    font-weight: bold;
}
.company-desc .company-desc-right button{
    border: none;
    background: #ffcc20;
    color: #333;
    padding: 6px 0;
    width: 10vw;
    border-radius: 30px;
    margin-top: 20px;
    font-size: 1vw;
}
/*优势介绍*/
.strength{}
.strength .title{
    text-align: left;
    font-size: 1.4vw;
}
.strength .title span{
    display: block;
}
.strengths{
    margin-top: 60px;
    overflow: hidden;
}
.strengths .strengths-item{
    width: 24%;
    float: left;
    text-align: center;
    margin: 0 1%;
}
.strengths .strengths-item:nth-child(3n-1){
    margin: 0 12%;
}
.strengths .strengths-item .image{
    box-shadow:0px 2px 20px 0px rgba(222,222,222,0.5);
    border-radius:36px;
    /*padding: 10px;*/
    margin-top: 10px;
}
.strengths .strengths-item .image img{
    width: 100%;
    border-radius: 30px;
}
.strengths .strengths-item h4{
    margin-top: 18px;
    color: #FFCC21;
    font-size: 1.2vw;
}
.strengths .strengths-item h5{
    margin-top: 20px;
    font-size: 0.8vw;
}
.strengths .strengths-item p{
    width: 94%;
    margin-left: 3%;
    margin-top: 15px;
    font-size: 0.7vw;
}
/*寻找加盟商*/
.participate{
    overflow: hidden;
}
.participate .participate-left{
    width: 55%;
    float: left;
    margin-right: 5%;
}
.participate .participate-left img{
    width: 100%;
}
.participate .participate-right{
    width: 40%;
    float: left;
    padding-top: 5vw;
}
.participate .participate-right .title{
    font-size: 1.4vw;
}
.participate .participate-right .title span{
    display: block;
}
.participate .participate-right .content{
    font-size: 0.9vw;
    margin-top: 60px;
    width: 60%;
    color: #777777;
}
.participate .participate-right button{
    border: none;
    background: #ffcc20;
    color: #fff;
    padding: 6px 0;
    width: 10vw;
    border-radius: 30px;
    margin-top: 50px;
    font-size: 1vw;
}
/*司机招募*/
.recruit-info{
    height: 64vh;
    position: relative;
}
.recruit-info .title{
    font-size: 1.4vw;
    color: #333;
}
.recruit-info .title span{
    display: block;
    font-size: 1.1vw;
}
.recruit-info .content{
    color: #333;
    margin-top: 50px;
    font-size: 0.9vw;
}
.recruit-info .subtitle{
    color: #777777;
    font-size: 0.9vw;
    margin-top: 5px;
}
.recruit-info .car{
    position: absolute;
    z-index: -2;
    bottom: 3vh;
    width: 65%;
    right: 4%;
}
.recruit-info .background{
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 25vw;
}
.recruit-info button{
    border: none;
    background: #ffcc20;
    color: #fff;
    padding: 6px 0;
    width: 10vw;
    border-radius: 30px;
    margin-top: 50px;
    font-size: 1vw;
}
