/*
Theme Name: 梵赛优
*/
.bg-white{
    background:#fff;
}
.bg-grey-1{
    background:#f4f4f4;
}
.bg-grey-2{
    background:#f8f8f8;
}

/**banner广告**/
.banner{
    position:relative;
    overflow:hidden;
}
.index-banner{
    color:#fff;
}
.index-banner .banner-text{
    width:100%;
    text-align:center;
    position:absolute;
    top:43%;
    z-index:10;
    transition:all 1.5s ease;
}
.index-banner .banner-text h2{
    color:#fff;
    font-size:48px;
    font-weight:900;
    letter-spacing:8px;
    margin-top:0;
    margin-bottom:30px;
}
.index-banner .subtitle{
    font-size:40px;
    font-weight:lighter;
    letter-spacing:8px;
}
.index-banner .subtitle span{
    font-size:18px;
    position:relative;
    top:-6px;
}
.banner-color-bg{
    width:100%;
    height:100%;
    position:absolute;
    background:#000;
    opacity:0.5;
    z-index:1;
}

.single-banner{
    height:300px;
}



/*导航*/
.header .logo .img-fluid{
    max-height:70px;
}
.menu-item > a {
    padding: 0!important;
    margin: 0 25px;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}
.menu-item > a:after {
    position: absolute;
    left: 0px;
    bottom: -15px;
    height: 5px;
    width: 0;
    background: #007fff;
    content: "";
    opacity: 0;
    border-radius: 16px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.menu-item > a.active:after,
.menu-item > a:hover:after {
    width: 40px;
    opacity: 1;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.menu-item > a:hover {
    color: #007fff;
}
.page-category .header, .page .header{
    background:#fff;
}
/**首页**/
@media (min-width: 1601px) {
    .page-home .container {
        max-width: 1200px !important;
    }
}
/**首页项目**/
.tr-image-class{
    height:400px;
    overflow:hidden;
}



/**文章内容**/
.page-article .header{
    background:#fff;
}
@media (min-width: 1601px){
    .container{
        max-width:1380px !important;
    }
    .box-width-1{
        width:800px;
    }
    .box-width-4{
        width:1280px;
    }
}
/*文章头部摘要*/
.info-banner{
    display:none;
}
.info-banner a{
    display:block;
}
.info-banner img{
    max-width:100%;
    border-radius:5px;
}
.page-article .main-wrapper{
    padding-top:140px;
}
.page-article .main-content{
    padding-top:20px;
}
.main{
    border-radius:5px;
}
.article-details-head{
    padding:30px 30px 16px;
}
.article-details-head .title{
    font-size:24px;
}
.article-details-excerpt{
    padding:28px 0;
}
.article-details-excerpt > div{
    margin:0 auto;
}
.article-details-excerpt, .article-details-excerpt p, .article-details-content, .article-details-content p{
    color:#666;
    font-size:16px;
    line-height:32px;
}
.article-details-content{
    margin:0 auto;
    margin-top:30px;
    padding-top:22px;
}
.article-details-content img{
    max-width:100%;
    margin-bottom:20px;
}
.article-details-content p{
    margin-bottom:20px;
}
.article-details-content h2{
    font-weight:900;
    margin-top:40px;
    margin-bottom:20px;
}
.article-details-content h2 span{
    font-size:20px;
}
.article-details-content h3{
    font-size:18px;
    font-weight:900;
    margin-top:40px;
    margin-bottom:20px;
}
.article-details-content h3 span{
    font-size:18px;
}
.article-details-content h2, .article-details-content h3, .article-details-content h4{
    color:#282828;
}
.article-details-copyright{
    color:#666;
    line-height:1.68;
    font-size:14px;
    border-top:1px solid #eee;
    padding:30px 30px;
    margin-top:20px;
}
.article-details-worklist{
    margin-top:10px;
    padding:20px 0;
    margin-bottom:50px;
}
.article-details-worklist > .title{
    font-size:22px;
    padding: 0 30px;
    padding-bottom:10px;
}
.article-details-worklist .atrticle-item{
    height:auto;
    box-shadow:none;
    margin-bottom:0;
}
.article-details-worklist .atrticle-item:hover{
    box-shadow:none;
}
.article-details-worklist .atrticle-item > a{
    padding-top:0;
    padding-left:30px;
    padding-right:30px;
}
.article-details-worklist .atrticle-item > a h5{
    color:#666;
    font-size:16px;
    margin-bottom:0;
}
.article-details-worklist .atrticle-item > a > span{
    width:auto;
    height:auto;
    background:none;
    margin-top:0;
}

.case-wrapper .article-details-head{
    padding:30px 0;
}
.case-wrapper .article-details-excerpt{
    margin:0 auto;
}
.case-wrapper .article-details-content{

}

/**文章列表**/
.page-category .banner{
    margin-top:80px;
}
.atrticle-item{
    height:200px;
    background: #fff;
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.07);
    transition:all 0.3s ease;
    margin-bottom:45px;
}
.atrticle-item:hover{
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.27);
}
.atrticle-item > a{
    padding-left:30px;
    padding-right:30px;
}
.atrticle-item > a{
    display:block;
    padding-top:40px;
    padding-left: 50px;
    padding-right: 50px;
}
.atrticle-item > a:after{
    content:'';
    display:block;
    clear:both;
}
.atrticle-item > a h5{
    font-size:22px;
}
.atrticle-item > a h5{
    font-size: 36px;
    line-height: 40px;
    float: left;
    color: #414553;
    margin-top:0;
    margin-bottom: 21px;
}

.atrticle-item > a > span{
    width: 160px;
    height: 40px;
    margin-top: 2px;
    display: block;
    float: right;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #373737;
    background: #f4f7fb;
}
.atrticle-item .info-font{
    width:100%;
    float:left;
    display:block;
}
.atrticle-item .info-font p{
    font-size: 16px;
    line-height: 36px;
    color: #979ea9;
    margin:0;
}


/*w文章列表*/
.page-category .banner{
    height:500px;
}

.category-banner .banner-color-bg{
    opacity:0.3;
}

.category-nav{
    background:#f1f1f1;
    margin-bottom:20px;
}
.category-main .atrticle-item > a{
    padding-left:50px;
    padding-right:50px;
}

/*分类导航*/
.categroy-nav{
    margin:0 auto;
    border-radius:30px;
    background:#f1f1f1;
    display:inline-block;
    margin-bottom:40px;
}
.categroy-nav a{
    color:#888;
    padding:15px 30px;
    display:inline-block;
}
.categroy-nav a.active{
    color:#414553;
    border-radius:30px;
    box-shadow:0px 4px 10px 0px rgba(0,0,0,0.1);
    background:#fff;
}

/**项目案例**/
.case-main .case-item{
    flex:none;
}
.case-img{
    overflow:hidden;
    height:100%;
}
.case-img img{
    max-width:100%;
    transition: all 1s cubic-bezier(0.19,1,0.22,1);
    -webkit-transition: all 1s cubic-bezier(0.19,1,0.22,1);
}
.case-info{
    width:100%;
    height:100%;
    color:#fff;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    position:absolute;
    top:0;
    left:0;
    transition:all 1s cubic-bezier(0.19,1,0.22,1);
    -webkit-transition:all 1s cubic-bezier(0.19,1,0.22,1);
}
.case-info:hover{
    background:rgba(0,0,0,0.6);
}
.case-info:hover .item-title{
    opacity:1;
    transform:translateY(0px);
    -webkit-transform:translateY(0px);
}
.case-info:hover span{
    width:100%;
}
.case-info:hover p{
    opacity:1;
    transform:translateY(0px);
    -webkit-transform:translateY(0px);
}
.case-info .item-title{
    font-size:36px;
    margin-bottom:30px;
    opacity:0;
    transform: translateY(30px);
    -webkit-transform:translateY(30px);
    transition:all 1s cubic-bezier(0.19,1,0.22,1);
    -webkit-transition:all 1s cubic-bezier(0.19,1,0.22,1);
    margin-top:15%;
}
.case-item:first-child .case-info .item-title{
    margin-top:50%;
}
.case-info span{
    width:0%;
    height:1px;
    background:#fff;
    margin:0 auto;
    display:block;
    transition:all 1s cubic-bezier(0.19,1,0.22,1);
    -webkit-transition:all 1s cubic-bezier(0.19,1,0.22,1);
}
.case-info p{
    font-size:18px;
    margin-top:30px;
    opacity:0;
    transform:translateY(-30px);
    -webkit-transform:translateY(-30px);
    transition:all 1s cubic-bezier(0.19,1,0.22,1);
    -webkit-transition:all 1s cubic-bezier(0.19,1,0.22,1);
}

.case-nav{
}
.case-nav-title{
    font-size:40px;
    color:#414553;
    margin-top:50px;
    margin-bottom:30px;
}
.case-nav-main{
    text-align:center;
}
.case-main{
    margin-bottom:50px;
}
.case-main .container .row{
    margin-left:-10px;
    margin-right:-10px;
}
.case-main .case-item{
    padding-left:10px;
    padding-right:10px;
    margin-bottom:20px;
}
.case-item:nth-child(2), .case-item:nth-child(3){
    max-width:40% !important;
}
.case-item:nth-child(4), .case-item:nth-child(5){
    max-width:30% !important;
}
.case-item:nth-child(6),.case-item:nth-child(7){
    max-width:50% !important;
}
.case-item:nth-child(8),.case-item:nth-child(10){
    max-width:30% !important;
}
.case-item:nth-child(9){
    max-width:40% !important;
}
.case-main .case-item:hover .case-img img{
    transform: scale(1.1);
}
@media (min-width: 1601px){
    .case-main .case-item:first-child{
        max-width:60% !important;
    }
    .case-main .case-item:first-child .case-info .item-title{
        margin-top:50%;
    }
    .case-main .case-item{
        height:250px;
    }
}
.case-main .case-item a{
    height:100%;
    display:block;
    position:relative;
}

/*项目案例内容页*/
.case-wrappe{
    background:#fff;
}
.case-wrapper .article-details-head{
    border-top:1px solid rgb(238,238,238);
    border-bottom:1px solid rgb(238,238,238);
}
@media (min-width: 1601px){
    .page-article .container {
        max-width: 1280px !important;
    }
}
















/**sidar**/
.sidebar .module{
    border-radius:5px;
    margin-bottom:20px;
    overflow:hidden;
}
.sidebar .module .title{
    font-size:18px;
    padding:18px 20px;
    border-bottom:1px solid #f1f1f1;
}
.sidebar .case-list{
    padding-top:20px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:10px;
}
.sidebar .case-list a{
    color:#666;
    font-size:16px;
    padding-left:25px;
    padding-bottom:10px;
    display:block;
    position:relative;
}
.sidebar .case-list a:before{
    content:'';
    width:10px;
    height:10px;
    background:#d2e7ff;
    transform:rotate(45deg);
    display:inline-block;
    position:absolute;
    top:5px;
    left:2px;
}
.sidebar-img{
    height:158px;
    overflow:hidden;
}
.sidebar-img a{
    display:block;
}
.sidebar-img a:hover img{
    transform: scale(1.1);
}
.sidebar-img a img{
    max-width:100%;
    transition: all 0.3s ease;
}



/***关于我们***/

.about-module{
    margin:80px 0;
}
.about-module .title{
    color:#444;
    font-size:26px;
}
.about-module .title:after{
    content:'';
    width:40px;
    height:1px;
    background:#777;
    display:block;
    margin-top:15px;
}
.about-module .content{
    color:#777;
    font-size:14px;
    line-height:35px;
    margin-top:20px;
    margin-bottom:20px;
}
.about-module .content p{
    color:#777;
}


/**公共底部footer**/
.footer-top{
    padding-bottom:180px;
}
.footer-top .justify-content-center{
    display:none;
}
.trPosition-Title{
    bottom:auto;
}
.trPosition-Title h3{
    color: rgba(255, 255, 255, 0.85);
}
.trFooter-logo img{
    max-height:80px;
}