.banner .swiper-container .swiper-wrapper .swiper-slide:before{
    display: none;
}
.tab-wrapper .tab-menu li .icon02{
    display: none;
}
.tab-wrapper .tab-menu li.active .icon02{
    display: inline;
}
.tab-wrapper .tab-menu li.active .icon01{
    display: none;
}
.witr_section_title_inner.text-left h3{
    margin-top: 0px;
}
.tab-wrapper .tab-content .witr_progress_title{
    padding-top: 0px;
}
.themex_team_area .tab-wrapper .tab-menu li{
    width: calc(100% / 10 - 5px);
}
.themex_team_area .tab-wrapper .tab-menu li:last-child {
    width: calc(100% / 10 - 1px);
}
.themex_team_area .tab-wrapper .tab-content .witr_progress_title{
    padding-top: 50px;
    padding-left: 40px;
}
.witr_section_title_inner h2{
    color: #000 !important;
    margin-bottom: 5px;
}
.themex_testimonia1_area .witr_section_title_inner h2,.themex_testimonia1_area .witr_section_title_inner h3{
    color: #fff !important;
}
.jrlj{
    width: 100%;
    float: left;
    background: #9d141a;
    border-top: 1px solid #fff;
}
.jrlj01{
    max-width: 80%;
    min-width: 1200px;
    margin: 0px auto;
    height: 50px;
    background: #9d141a;
}
.jrlj01 h1{
    margin-bottom: 0px;
    padding: 0px 25px;
    line-height: 50px;
    color: #fff;
    float: left;
    width: 150px;
    font-size: 16px;
}
.jrlj01 div{
    width: calc(100% - 150px);
    float: right;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
}
.themex_about_area{
    min-width: 1200px;
}
.themex_testimonia1_area{
    background: url(/asseta/images/solutions_bg.jpg);
    padding: 90px 0 90px;
}
/* 定义动画 */
    .scroll-container {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }
    .scroll-content {
        display: inline-block;
        animation: scroll 20s linear infinite;
    }
    .scroll-content span {
        display: inline-block;
        margin-right: 0px;
        padding: 0px 15px;
    }
    @keyframes scroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }
.banner{
    margin-top: 0px;
    height: 540px;
}

.tab-content .col-lg-8{
    padding-left: 0px;
}
.blog-section {
    background: #F3F3F3;
    padding: 30px;
    border-radius: 10px;
}

#blog-gird {
    padding: 125px 0 95px;
}
#blog-list {
    padding: 123px 0 95px;
}
#blog-2column {
    padding: 124px 0 95px;
}
/*home-2*/
.blog-section.style-home2 {
    padding: 90px 0 125px;
}

.blog-section.style-home2 .section-title-embar-2 {
    left: -85px;
    top: -110px;
}

.blog-section.style-home2 .section-title-embar-4 {
    left: 82px;
    top: -110px;
}


.blog-section .section-title-embar-1 {
    left: -22px;
}

.blog-section .section-title-embar-2 {
    left: -115px;
}

.blog-section .section-title-embar-3 {
    left: 85px;
}

.blog-section .section-title-embar-4 {
    left: -9px;
}

.single-blog-box.inner {
    margin-bottom: 29px;
}

.single-blog-thumb{
   overflow: hidden;
}

.single-blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box:hover .single-blog-thumb img{
    transform: scale(1.1);
}

.blog-content {
    background: #fff;
    padding: 20px 15px 20px;
    margin: auto;
    margin-top: -35px;
    z-index: 1;
    position: relative;
}

.blog-content-title {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 15px;
    position: relative;
}

.blog-content-title h4{
    margin: 0px;
}

.blog-content-title a {
    display: inline-block;
    font-size: 24px;
    color: #0d0d0d;
    font-weight: 500;
    line-height: 35px;
}

.single-blog-box:hover .blog-content-title a{
    color: #ff3838;
}

.meta-blog span {
    font-size: 15px;
    display: inline-block;
    margin-right: 10px;
}

.meta-blog span i {
    display: inline-block;
    font-size: 15px;
    margin-right: 8px;
}

.single-blog-box:hover .meta-blog span i{
    color: #ff3838;
}

.blog-content-button i {
    display: inline-block;
    margin-left: 12px;
    opacity: 0;
}

.single-blog-box:hover .blog-content-button a,
.single-blog-box:hover .blog-content-button i{
    opacity: 1;
    color: #ff3838;
}