/* 导航 */
.navbar-inverse{
    background: rgb(34, 34, 34, 0);
    /* background: rgba(255, 255, 255, 0.5); */
    border: none;
}

/* 移动端导航栏背景色 */
@media (max-width: 768px) {
    /* 导航栏展开时背景色 */
    .navbar-collapse.in {
        background-color: rgba(34, 34, 34, 0.8);
        padding: 10px 20px;
    }
    
    /* 下拉菜单背景色 */
    .navbar-nav .open .dropdown-menu {
        background-color: rgba(34, 34, 34, 0.8);
        color: #fff;
    }
    
    /* 下拉菜单项样式 */
    .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
        padding: 10px 15px;
    }
    
    /* 下拉菜单项hover样式 */
    .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.2);
    }
    
    /* 产品中心和解决方案下拉容器样式 */
    .navbar-nav .dropdown .navigation-down {
        background-color: rgba(34, 34, 34, 0.95);
        color: #fff;
        width: 100%;
        left: 0;
        top: auto;
        margin-top: 0;
    }
    
    /* 下拉容器内项目样式 */
    .navbar-nav .dropdown .navigation-down .hover-one {
        color: #fff;
    }
    
    /* 下拉容器内项目hover样式 */
    .navbar-nav .dropdown .navigation-down .hover-one:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.2);
    }
}
.navbar-brand img{
    height: 50px;
}
.navbar-inverse .navbar-nav>.active>a {
    background: rgb(8, 8, 8, 0);
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a:hover{
    background: rgb(8, 8, 8, 0.3);
}
.navbar-nav>li>a{
    line-height: 50px;
}

.nav li:nth-child(2):hover .navigation-down{
    display: block;
}

/* 导航 hover 样式 */
.nav li:nth-child(3):hover .navigation-down{
    display: block;
}

.navigation-down{
    width: 100%;
    display: none;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    position: absolute;
    padding: 30px 0;
    left: 0;
    top: 80px;
    z-index: 999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.navigation-down .hover-one{
    padding: 5px 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.navigation-down .hover-one:hover{
    background: rgb(8, 8, 8, 0.3);
    color: #fff;
}
.navigation-down .hover-one:nth-child(1):hover .hover-list{
    display: block;
}
.navigation-down .hover-one:nth-child(2):hover .hover-list{
    display: block;
}
.navigation-down .hover-one .hover-list{
    width: 100%;
    display: none;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    position: absolute;
    left: 100px;
    top: 0;
    z-index: 999;
    border-bottom-right-radius: 5px;
}
.navigation-down .hover-one .hover-list li{
    padding: 5px 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.navigation-down .hover-one .hover-list li>a{
    color: #000;
}
.navigation-down .hover-one .hover-list li:hover{
    background: rgb(8, 8, 8, 0.3);
}
.navigation-down .hover-one .hover-list li:hover a{
    color: #fff;
    text-decoration:none
}



/* 轮播图 锚点 */
.carousel-indicators li{
    width: 50px;
    height: 5px;
    background: rgba(8, 8, 8, 0.4);
    border: none;
}
.carousel-indicators .active{
    width: 50px;
    height: 5px;
    background: rgb(8, 8, 8);
    border: none;
}
/* 内容 */
.two-foot{
    width: 100%;
    padding: 0 10%;
    background-image: url('../img/footer.jpg');
    background-repeat: no-repeat;
    box-shadow: 0 2px 15px #222;
}
.thumbnail{
    transition: all 0.3s ease-out;
    padding: 0;
    background: #fff;
}
.thumbnail:hover{
    position: relative;
    margin-top: -10px;
    /* border: 1px solid #ddd; */
    /* background: #F5FBFF; */
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
.thumbnail .caption{
    padding: 2px;
}

/* 底部 公司业务及链接 */
.footer2{
    width: 100%;
    height: 280px;
    background: rgb(34, 34, 34);
    padding-top: 60px;
    color: #fff;
}
.footer2 ul.fmenu{
    width: 145px;
    float: left;
}
.footer2 ul.fmenu a.tit{
    color: #fff;
    line-height: 200%;
    font-size: 14px;
    margin-bottom: 0;
    display: inline;
}

.footer2 .fright .fcontact li{
    color: #fff;
    padding-left: 22px;
    position: relative;
}
 .footer2 .fright .fcontact li a{
    color: #fff;
    height: 30px;
 }
 .fctel{
    background-position: 46px 17px;
    width: 16px;
    height: 17px;
 }
 .fcmail {
    background-position: 29px 17px !important;
    width: 16px;
    height: 14px;
}
.fcaddress {
    background-position: 12px 17px !important;
    width: 12px;
    height: 17px;
    margin-left: 3px;
}
 .fcico{
    background: url(../img/fcontact.png);
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
 }

 


 .ind-tit-main {
    /* border-bottom: 1px solid #ddd; */
    text-align: center;
    padding: 20px 0 20px;
    position: relative;
    margin-top: 30px;
}
.line-bottom{
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.ind-tit-main h2 {
    font-size: 26px;
    color: #000;
}
.ind-tit-main h5 {
    font-size: 14px;
    line-height: 1em;
    color: #888;
    text-transform: capitalize;
    margin-top: 10px;
}

/* Tab区域样式已在cevent.css中完整定义 */


.us-swiper{
    width: 100%;
    position: relative;
    /* padding: 10px 0; */
    background: rgba(176, 174, 174, 0.1);
    overflow-x: hidden;
}


.swiper-container {
    width: 100%;
    height: auto;
    padding:50px 0;
    margin-left: auto;
    margin-right: auto;
    
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 200px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property:all;
  }
  .swiper-slide img{
    width: 300px;
    height: 100%;
  }
  .swiper-slide:hover{
    cursor: pointer;
  }
  .swiper-button-prev, .swiper-button-next{
    color: #b0aeae;
  }

