@charset "utf-8";

.title {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    color: #EB6438;
    font-weight: normal;
}
.subtitle {
    display: none;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

/** 主营业务 **/
.section-biz {
    background: #F7F7F7;
    padding-bottom: 40px;
}
.section-biz .col-md-3{
    padding-left:7px;
    padding-right:7px;
}
.section-biz .biz-card {
    margin: 10px;
    padding: 10px;
    background: #fff;
    height: 400px;
    transition: all 0.3s;
    text-align: center !important;
}
.section-biz .biz-card-title {
    margin-top: 0px;
    font-size: 20px;
    color: #666666;
    width:100%;
    font-weight: normal;
}
.section-biz .biz-card:hover {
    background-color: #EB6438;
    cursor: pointer;
}
.section-biz .biz-card:hover .biz-card-title {
    color: #fdfdfd;
}
.section-biz .biz-card-desc {
    margin:20px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    text-align: left;
}
.section-biz .biz-card:hover .biz-card-desc{
    color: #fdfdfd;
}
.section-biz .biz-card-icon {
    margin: 20px auto;
    width: 64px;
    height:64px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size: contain;
}

.section-biz .biz-logistics .biz-card-icon {
    background-image:url('i/index/biz_logistics1.png');
}
.section-biz .biz-logistics:hover .biz-card-icon {
    background-image:url('i/index/biz_logistics2.png');
}
.section-biz .biz-maintenance .biz-card-icon {
    background-image:url('i/index/biz_maintenance1.png');
}
.section-biz .biz-maintenance:hover .biz-card-icon {
    background-image:url('i/index/biz_maintenance2.png');
}
.section-biz .biz-insurance .biz-card-icon {
    background-image:url('i/index/biz_insurance1.png');
}
.section-biz .biz-insurance:hover .biz-card-icon {
    background-image:url('i/index/biz_insurance2.png');
}
.section-biz .biz-solution .biz-card-icon {
    background-image:url('i/index/biz_solution1.png');
}
.section-biz .biz-solution:hover .biz-card-icon {
    background-image:url('i/index/biz_solution2.png');
}

/***** 关于我们 *****/
.section-about {
    background: #fff;
    padding-bottom: 40px;
}
.section-about .row:nth-child(1){
    margin-right: -15px;
    margin-left: -6px;
}
.section-about .company-desc {
    padding:7.3% 0;
    font-size: 14px;
    color: #999999;
    line-height: 32px;
}
.section-about .more {
    margin-top: 20px;
    width: 90px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #eb6438;
    position: absolute;
    left: 50%;
    top: 110%;
    transform: translateX(-50%) translateY(-50%);
}
.section-about .more a {
    color: #eb6438;
}
.section-about .about-pic {
    margin: 30px 0px;
    width: 100%;
}

/***** 服务场景 *****/
.section-service {
    background: #F7F7F7;
    padding-bottom: 40px;
}
.section-service .row:nth-child(2){
    margin-left:-8px;
    margin-right:-10px;
}
.section-service .services {
    list-style: none;
}
.section-service .services li {
    padding: 10px;
}
.section-service .services li .pic {
    width: 100%;
}
.section-service .services li .pic img {
    transition: 0.5s;
}
.section-service .services li .pic:after {
    padding-bottom: 60.36363636363637%;
}
.section-service .services li:hover .pic>img {
    transform: scale(1.2);
}
/***** 新闻动态 *****/
.section-news {
    background: #FFFFFF;
    padding-bottom: 40px;
    min-height: 300px;
}
.section-news .row:nth-child(1){
    margin-left:2px;
}
.section-news .pic {
    width: 34%;
}
.section-news .pic:after {
    padding-bottom: 75%;
}
.section-news .news {
    padding: 5px 0 0 0;
    width: 63%;
}
.section-news .news li {
    list-style: none;
    line-height: 30px;
    font-size: 13px;
}
.section-news .news li a {
    color: #666;
    display: inline-block;
    width: 75%;
    height: 30px;
    overflow: hidden;
    float: left;
}
.section-news .news li:hover {
    font-weight: bold;
    color: #333;
}
.section-news .news li:hover span {
    color: #333;
    font-weight: 100;
}
.section-news .news li span {
    font-size: 12px;
    font-family: arial;
    color: #999;
}
/***** 自有品牌 *****/
.section-brand {
    background: #F7F7F7;
    padding-bottom: 40px;
}
.section-brand .row:nth-child(2){
	margin:0 -25px 0 -25px;
}
.section-brand .brand-card {
    margin: 10px;
    padding: 10px;
    background: #fff;
    height: 500px;
    text-align: center !important;
    color: #999999;
    /*box-shadow:0 0 3px 1px #999;*/
    cursor: pointer;
    transition: all 0.3s;
}
.section-brand .brand-card:hover {
    box-shadow: 5px 5px 20px rgba(235, 100, 56, 0.1);
    /*box-shadow:0 0 9px 1px #999;*/
}
.section-brand .brand-card img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
    height: 96px;
}
.section-brand .brand-card .brand-card-desc {
    padding: 0px 20px;
    text-align: left;
    font-size: 14px;
    color: #999999;
    line-height: 32px;
    transition: all 0.3s;
}
.section-brand .brand-card:hover .brand-card-desc {
    color: #666666;
}

/***** 合作客户 *****/
.section-customer {
    background: #FFFFFF;
    padding-bottom: 40px;
}
.section-customer .row:nth-child(2){
	margin:0 -10px 0 -10px;
}
.section-customer .logos {
    list-style: none;
}
.section-customer .logos li {
    padding: 10px;
}
.section-customer .logos li .pic {
    width: 100%;
    background-color: #EB6438;
}
.section-customer .logos li .pic img {
    transition: 0.5s;
}
.section-customer .logos li .pic:after {
    padding-bottom: 60.36363636363637%;
}
.section-customer .logos li:hover img {
    transform: scale(1.2);
}
.section-service .services li:hover .brand{
    opacity: 0.8;
}
li .brand{
    background: #EB6438; position: absolute; left: 0; right: 0; top: 0; bottom: 0; text-align: center;opacity: 0;transition: all 0.5s;
}
li .brand table{
    width: 100%; height: 100%; text-align: center;
}
li .brand img{
    opacity: 1;
}
.o-sliderContainer{
	z-index:0;
}
.ycx-header-mobile-icon{
	z-index:999;
}

@media (max-width: 1200px) {
    .section-news .pic {
        display: none;
    }
    .section-news .news {
        width: 95%;
    }
    .section-about .company-desc {padding: 0}
}
@media (max-width: 992px) {
    .section-about .row:nth-child(1){
        margin-right: -10px;
    }
    .section-about .row div:nth-child(2){
        padding-left: 8px;
        padding-right: 11px;
    }
    .section-service .services li {
        padding: 2.5%;
    }
    .section-service .row:nth-child(2){
        margin-left: -20px;
        margin-right: -22px;
    }
    .section-about .more {
        top: 97%;
    }
}