/*
Theme Name:     新视界官网
Theme URI:      www.nevsin.cn/themes/nevsin
Author:         ruidge@126.com
Author URI:     www.nevsin.cn/author.html
Description:    响应式，自定义文章类型
License:         
License URI:    http://www.nevsin.cn/licenses/gpl-2.0.html
Tags:           设计,白色，自适应

*/

@charset "UTF-8";
/*@import "css/login.css";
@import "css/ruidge.admin.css";*/

/* @import "js/bootstrap3/css/bootstrap.min.css";
@import url("js/aos/aos.css"); */

@import "assets/bootstrap/css/bootstrap.min.css";
@import "assets/aos/aos.css";
@import "assets/main.css";

#footer,
#wpadminbar,
hr {
    display: none;
}


body {
 
    line-height: 25px;
    color: #000;
    padding: 0;

    background-repeat: repeat-y;
    background-position: center top;
    background-attachment: fixed;
    /*font-family: Space Grotesk, sans-serif;*/
    font-weight: 300; 

    overflow-x: hidden;

  

}

 
 .container{
    max-width: 1400px;
    /*max-width: 98%;*/
 } 

 
* {
    margin: 0;
    padding: 0;
}


/*  ==================== 段落及字号 ==================== */
h1,
h2,
h3,
h4,
h5 {

    font-weight: normal;
}

h1 {
    font-size: 60px;
}

h3 {
    font-size: 30px;
    margin: 15px 0;

}



::selection {
    color: #fff;
    background: #000;

    text-decoration: none;
 
}

a:hover {
    color: #000;
    text-decoration: none;

}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}






.header {
    padding: 0;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
background-color: #fff;
 

}



/*.header.sd {
    background-color: #fff;
    box-shadow: 2px 2px 12px rgba(0, 0, 3, .1);
     
}*/

.header a {
    color: #333;
}

.header .navbar-logo {
    width: 200px;
    height: 30px;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    display: block;
    float: left;
    margin-top: 25px;
    margin-left: 0;
}

.header .navbar-brand {
    color: #333;
    font-size: 16px;
    padding: 30px 5px;

}

.header .navbar-nav>li>a {
    padding: 28px 0px;
    margin: 0 15px;
}

.header .navbar-nav>li>a:hover {
    background-color: transparent;
    color: red;
}

.header .container-fluid {
    padding: 0;
}

.header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    margin: 0;
    font-size: 16px;
}


.header .current-menu-item a {
    border-bottom: solid 1px #000;
    font-weight: bold;
}

.header .current-menu-item a {
    color: #333;
}

/* 顶部导航 */
.header .menu-item {
    padding: 10px 0;
}

.index-section {
    min-height: 90vh;
}


 

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.navbar-toggle {
    margin: 0;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background-color: #ddd;
}



/* 页面加载 */
.loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    display: none;
}



.loader .loader-content {
    display: block;
    position: relative;
    top: 45%;
    -webkit-animation: fadeInDown 0.8s;
    -moz-animation: fadeInDown 0.8s;
    -ms-animation: fadeInDown 0.8s;
    -o-animation: fadeInDown 0.8s;
    animation: fadeInDown 0.8s;
}

.loader .loader-content .loader-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none 2px #0078d7;
    margin: auto;
    display: block;
    background-image: url(images/icons/load.png);
    background-size: cover;
}



/* /////////////////////////////////////////////////// */

 
.archive .category {
         display: flex;
 
    margin-top: 75px;

    background-color: rgba(255, 255, 255, 1);
     /* 半透明背景色 */
     /*backdrop-filter: blur(10px);*/
     /* 背景模糊效果 */
     /*-webkit-backdrop-filter: blur(10px);*/

}
.archive .category.fixed{
    position: fixed;
    width: 100%;
 
    left: 0;
    z-index: 888;
}
/*=====================*/
.category-nav li{
    display: inline-block;
 
    line-height: 30px;
    padding: 15px 0;

}
.category-nav li.active a,
.category-nav li.active a:hover{
    color: #fff;
    background-color: #333;

}
.category-nav li a:link,
.category-nav li a:visited{
    text-decoration: none;
    padding: 5px 15px;
     border-radius: 15px;
}
.category-nav li a:hover{
    text-decoration: none!important;
    /*color: red!important;*/
    background-color: #efefef;
 
}

 
/*自定义菜单*/

.archive .category   .menu{
   
    text-align: center;
 
   }
 
 .archive .category   .menu li {
    display: inline-block;
    margin:0 12px;
    padding: 0;
    line-height: 50px;
 
   }
 .archive .category   .menu li a:hover{
    color: red;
 }

 .archive .category  .menu li.current-menu-item{
    font-weight: bold;
    border-bottom: solid 1px #000;
 }



/*分页插件样式/////////////////////////////*/

 

.pagination{
    text-align: center;
    padding: 5px 0;
    display: block;
}
.pagination span,
.pagination a{
    display: inline-block;
    padding: 0 5px;
    line-height: 30px;
    height: 30px;
    border-radius: 15px;
    border:solid 1px #ddd;
    margin: 0 3px;
    font-size: 14px;
   
    background-color: #fff;
}

.pagination span,
.pagination a:hover{
    background-color: #333;
    color: #fff;
    border:solid 1px #333;
    cursor: pointer;
}


.page{
    margin-top: 50px;
}
.page section{
    
}






/**/
/* body{
    padding: 30px;

}


.category,
.bg-dark,
.card,
.carousel-item  img,
section,
.footer{
    border-radius:15px;
    overflow: hidden;

}

.category.fixed{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #efefef;
}

.category{
margin-bottom: 20px;
}
section{
    margin-top: 20px;
}
 */

@media (max-width: 767px) {


    body{
        /*padding: 10px;*/
    }
     
}

/*///////////////////////////////////////////////////////*/

.card-img{
    display: block;
    position: relative;
 
   background-color: #fff;
 overflow: hidden;
}
.card-img img{
    /*filter: saturate(80%);*/
    /*降低图片饱和度 100% 不变，值越小饱和度越低*/
}
.card-img::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, .3);*/
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 90%);
    z-index: 10;
    
    
}



/*.card-img img{
    
     animation: scaleAni 1s  ease-in; 
    animation-fill-mode: forwards;
}

.card-img:Hover img{
    filter: blur(0);
    animation: scaleAnimation 1s  ease-in; 
    animation-fill-mode: forwards;
}*/

@keyframes scaleAnimation {
    from {
        transform: scale(1); /* 开始时原始大小 */
    }
    to {
        transform: scale(3); /* 结束时放大到120% */
    }
}

@keyframes scaleAni  {
    from {
        transform: scale(3); /* 开始时原始大小 */
    }
    to {
        transform: scale(1); /* 结束时放大到120% */
    }
}


/*/////////////////// 页面 header 图//////////////////////////*/
.bg-head{
    background-size: cover;
    background:  no-repeat center center;
    position: relative;
    padding: 50px 0;
   
 
 
}
.bg-head::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10;
}
.bg-head .container{
    position: relative;
    z-index: 100;
}

.bg-products{
    background-image: url('images/bg-products.png') ;
    
}
.bg-solutions{
    background-image: url('images/bg-solutions.png') ;
    
}

.bg-works{
    background-image: url('images/bg-solutions.png') ;
   
}
 

.bg-services{
    background-image: url('images/bg-services.png') ;
    
}

.bg-company{
    background-image: url('images/bg-company.png') ;
    
}

.bg-news{
    background-image: url('images/bg-news.png') ;
    
}
.bg-jobs{
    background-image: url('images/bg-jobs.png') ;
    
}
.bg-page{
    background-image: url('images/bg-page.png') ;
    
}