/*轮播*/
.banner .carousel-control {
    background-image: none;
    width: 10%;
}

.banner .carousel-control.right:hover {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.banner .carousel-control.left:hover {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.banner .carousel-indicators li {
    width: 10px;
    height: 10px;
    border: none;
    background-color: #d6d5d5;
    margin: 0 20px;
}

.banner .carousel-indicators li:hover,
.banner .carousel-indicators li.active {
    background-color: #2849B9;
}

.banner .carousel-inner > .item {
    height: 100%;
    overflow: hidden;
}

.banner .carousel-inner > .item > a ,
.banner .carousel-inner > .item > div {
    display: block;
    height: 100%;
    background-size: unset;
    background-repeat: no-repeat;
    background-color: #fff;
}

.banner .carousel-control {
    display: none;
    opacity: 1;
    text-shadow: none;
}

.banner .carousel-control:hover,
.banner .carousel-control:focus {
    opacity: 1;
}

.banner .carousel-control .slick-cus-next {
    color: #EEEEF0;
    background: var(--theme);
    border: none;
}
.banner .carousel-control .slick-cus-prev:hover{
    border: none;
}
/*智能报价*/
.intelligent-quotation .quotation-item{
    box-sizing: border-box;
    opacity: 0.5;
}
.intelligent-quotation .quotation-item.active{
    opacity: 1;
    border-radius: 10px 10px 0 0;
    background-color: rgba(255, 255, 255, 0.1);
}
.never-mind-medium.intelligent-quotation .quotation-item.active h4{
    color: #2040BB;
}
.intelligent-quotation .quotation-item.kc-active.active{
    background: linear-gradient(90deg, #1F5EE0, #0032A5);
}
.intelligent-quotation .quotation-item>p{
    line-height: 27px;
}
.intelligent-quotation .quotation-item>.video-progress{
    height: 5px;
    left: 0;
    bottom: 0;
    background-color: var(--theme-2);
    transition: width 0.5s;
    display: none;
}
.intelligent-quotation .quotation-item.active .video-progress{
    display: block;
}
/*高品质准时交付*/
.superior-quality .btn-processing{
    color: #43485E;
    border: 1px solid rgba(72, 78, 102, 0.3);
    height: 34px;
    line-height: normal;
    padding: 2px 30px;
    border-radius: 10px;
}
.superior-quality .btn-processing.active{
    color: #2849B9;
    border: 1px solid #2849B9;
}
.superior-quality-content ul>li>div:first-child{
    width: 210px;
}
/*全球合作客户 CUSTOMER SERVICE*/
.img-customer-logos img {
    border: none;
    border-radius: 0;
    margin-bottom: 0;

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    transition: all 0.5s;
}
.img-customer-logos img:hover{
    filter: grayscale(0%);
}
/*新闻资讯*/
.news-image{
    height: 280px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.news-item{
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news-item:last-child{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
a[data-target="#carousel-news"].active{
    color: var(--theme);
}
/*首页 - 常见问题*/
.question-item{
    padding: 0 22px;
    box-sizing: border-box;
}
.question-item>div:hover,
.question-item:hover{
    border-color: var(--theme);
    color:var(--theme) ;
}
.question-item>div em{
    transition: all 0.3s;
}
.question-item:hover .icon-right-bold{
    color:var(--theme);
    transform: translateX(20px);
    opacity: 1;
}
/*.question-item .icon-question{*/
/*    font-size: 35px;*/
/*    left: 20px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
.question-item>div{
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 14px 34px 14px 24px;
}
.aboutUs{
    min-width: 260px;
    margin-right: 255px;
}
.technology-item-div .iconfont{
    width: 45px;
    color: #696D7F;
    transition: all 0.3s;
}
.sub-nav .sub-nav-item:hover .iconfont{
    color: var(--theme);
    opacity: 1;
    transform: translateX(5px);
}

/*国际版banner*/
.christmas-text{
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
    -webkit-text-fill-color : transparent;
    font-size: 77px;
    color: #2040BB;
}
