.ts-company {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.drt-banner{overflow: hidden;margin:15px auto;}
.company,.service{overflow: hidden; margin-bottom: 20px;}
.service{width:1200px;margin: 0 auto 20px}
.company .title,.service .title{
    text-align: center;
    padding: 1em;
}
.company .title h2,.service .title h2{
    font-size: 24px;
    color: #d40a21;
    line-height: 2em;
}

.company .title h2 span,.service .title h2 span{color:#333;font-weight:normal}

.company .title > span,.service .title > span{
    font-size: 16px;
    color: #999;
    position: relative;
}
.company .title > span:before,.service .title > span:before{content: ' ';background-color: #999;height: 1px;width: 6em;position: absolute;left: -7em;top: 12px;}
.company .title > span:after,.service .title > span:after{content: ' ';background-color: #999;height: 1px;width: 6em;position: absolute;right: -7em;top: 12px;}

.company-list{
    padding-bottom: 2em;
}
.company-list ul{
    padding: 0 36px;
}
.company-list ul li{
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 3em 0;
    justify-content: space-between;
    align-content: space-around;
    flex-wrap: nowrap;
}
.company-list ul li .thumb{
    height: 180px;
    background-image: url(/img/company_thumb.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    width: 280px;
}
.company-list ul li .cont-item{padding-left: 4em;}
.company-list ul li .cont-item .-title{
    font-size: 20px;
    line-height: 3em;
}
.company-list ul li .cont-item .-title a{color:#333}
.company-list ul li .cont-item .-title a:hover{color:#d40a21}
.company-list ul li .cont-item .desc{
    font-size: 16px;
    line-height: 2em;
    color: #666;
}

.company-icons{
    display: flex;
    padding: 1em 0 5em;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.company-icons .icon{transition: all .3s;width: 216px;border: 1px solid #f3f3f3;height: 90px;margin: 1em;overflow: hidden;display: flex;align-content: center;align-items: center;justify-content: center;}
.company-icons .icon:hover{transition: all .3s;box-shadow: 0px 1px 1px 0px #afafaf;position: relative;top:-2px}
.company-icons .icon img{}
.ts-introd .swiper-container .swiper-pagination-bullet{width:30px;background: #eee}
.ts-introd .swiper-container .swiper-pagination-bullet-active{background-color: #ff0003}
.ts-introd .swiper-container-horizontal>.swiper-pagination-bullets, .ts-introd .swiper-pagination-custom, .swiper-pagination-fraction{bottom:30px}
.finance{display:flex;padding: 5em 30px;flex-wrap: nowrap;align-content: center;justify-content: space-between;padding-bottom: 5em;align-items: flex-start;height: 260px;}
.finance .-item{
    color: #fff;
    background-color: #d61518;
    border-radius: 8px;
    padding: 1em;
    width: 20%;
}
.finance .-item h3{
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}
.finance .-item ul{
    padding: 1em 1em 1em 3em;
}
.finance .-item ul li{
    font-size: 16px;
    list-style-type: circle;
    line-height: 32px;
}

.logistics{padding: 4em;width:1200px;margin: auto}
.logistics .title h2{color:#d61518}
.logistics .title h2 span{color:#000}
.logistics .service{padding:0}
.logistics .-cont{padding: 4em 0;background:url("/img/logistics_bg.jpg") center no-repeat;display: flex;justify-content: space-around;align-content: center;margin-top: 2em;}

.store{
    display: flex;
    padding: 7em 0;
    justify-content: space-around;
}
.store .store_phone{}
.store .store_cont{
    padding: 4px;
}
.store .store_cont .-txt{
    width: 80%;
    margin: auto;
    padding: 2em 0;
    font-size: 16px;
    line-height: 2em;
}

@media screen and (max-width:800px){
    .service{width:100%}
    .finance{display: flex;flex-direction: column;height: auto;padding: 2em;}
    .finance .-item{width: 100%;padding: 1em 0;margin-bottom: 2em;}

    .store{display: flex;flex-direction: column;padding-top: 2em;}
    .logistics{padding: 2em 0;width: 100%;}
    .logistics .-cont{display: flex;flex-direction: column;align-items: center;padding: 3em 1em 2em;background-position: top center;background-size:cover;}
    .logistics .-cont img{max-width: 100%}
    .logistics .-cont div:first-child{margin-bottom: 54px;}

    .company-list ul{padding:0}
    .company-list ul li{display: flex;flex-direction: column;padding: 1em;align-items: center;}
    .company-list ul li .cont-item{padding-left: 1em;}
    .company-list ul li .cont-item .desc{font-size:12px}
    .company-list ul li .cont-item .-title{text-align: center}

    #pages a{font-size:12px}
    #pages .a1:first-child{display: none}

}