/* 公共样式 */
*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}
.h1,.h2,.h3,h4,.h5,h6,h1,h2,h3,h4,h5,h6,p,.p{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none; 
}
.ul li{
    list-style: none; 
}
a{
    text-decoration: none;
    color: #2B2B2B;
}
a:hover{
    text-decoration: none;
}
a:focus{text-decoration:none;}


/* header */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 360px;
    
}
@media(max-width:767px){
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        box-shadow: 0px 0px 10px 0 rgba(0,0,0,.2);
    }
}
#header .navbar-nav li{
    position: relative;
    text-align: center;

}
@media(min-width:768px){
    #header .nav1 .li:after{
        height: 40px;
        width: 1px;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        border-left: 1px dashed #c2c2c2;
    }
    #header .nav1 .li:last-child::before{
        height: 40px;
        width: 1px;
        content: '';
        right: 0;
        top: 0;
        position: absolute;
        border-right: 1px dashed #c2c2c2;
    }
}
#header .subnav {
    position: absolute;
    left: -15px;
    width: 110px;
    background: #fff;
    font-size: 12px;
    line-height: 50px;
    display: none;
    z-index: 999;
    text-align: center;
}
#header .subnav a{
    text-decoration: none;
}

#header .navbar-nav li:hover .subnav {
    display: block;
}
@media(max-width:767px){
    #header .navbar-nav li:hover .subnav {
        display: none;
    }
}

/* 按钮样式 */
.navbar-toggle{
    margin-top: 32px;
    background: #000;
    margin-bottom: 33px;
}
.navbar-toggle .icon-bar{
    background: #888;
}
.collapsed{
    margin-top: 32px;
    background: #000;
    margin-bottom: 33px;
}
.collapsed .icon-bar{
    background: #888;
}
.navbar-toggle{
    height: 34px;
}

.navbar-inverse{
    height: 100px;
}
.navbar-inverse{
    border: 0;
    background-color: #ffffff;
}
.navbar-toggle span:nth-child(2){
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    position: relative;
    top: 11px;
}
.navbar-toggle span:nth-child(3){
    display: none;
}
.navbar-toggle span:nth-child(4){
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    position: relative;
    top: -11px;
}
.collapsed span:nth-child(2){
    transform: none;
    -webkit-transform:none;
    position: static;
}
.collapsed span:nth-child(3){
    display: block;
}
.collapsed span:nth-child(4){
    transform: none;
    -webkit-transform:none;
    position: static;
}
.navbar-nav>li>a{
    font-size: 18px;
    padding: 0 15px;
}
@media(min-width:1400px){
    .navbar-nav>li>a{
        padding: 0 17px;
    }
}  
@media(max-width:1399px){
    .navbar-nav>li>a{
        padding: 0 14px;
    }
}   
@media(max-width:991px){
    .navbar-nav>li>a{
        padding: 0 19px;
    }
}   
@media(max-width:767px){
    .navbar-nav>li>a{
        padding: 6px 14px;
    }
}  
.nav1{
    padding:32px 0;
}
.navbar-brand {
    padding:23px 15px;
}
@media(max-width:767px){
    .navbar-brand {
        padding:26px 15px;
    }
.navbar-brand  img{
    height: 44px;
}    
}
.nav1 li span{
    color: #2b2b2b;
}
.nav1 li p{
    color: #c2c2c2;
    font-weight: lighter;
    font-size: 14px;
}
.nav1 li:hover span{
    color: #df2309;
}
.nav1 li:hover p{
    color: #c2c2c2;
}
.nav1 li .active span{
    color: #df2309;
}

.navbar-right .left{
    background: #df2309;
    height: 100px;
}
.navbar-right .right{
    background: #292929;
    height: 100px;
}
.navbar-right .right::before{
    position: absolute;
    top: 0;
    content: '';
    right: -600%;
    width: 600%;
    background: #292929;
    height: 100px;
}
.navbar-inverse .navbar-nav>li>a{
    color: #fff;
}
.navbar-inverse .navbar-nav>.li>a{
    line-height: 40px;
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav>.li>a:hover{
    color: #df2309;
}
.navbar-right .a1{
    line-height: 100px;
    
}
.navbar-inverse .navbar-nav>.active>a{
    background: none !important;
    color:#df2309 ;
}
.navbar-nav{
    margin: 0px;
    height: 100px;
}
.navbar-collapse{
    background: #fff;
    height: 360px;
}
.navbar-inverse{
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.2);
}





/* head */
#head{
    position: relative;
    z-index: 99;
}
@media(max-width:991px){
    #head{
        display: none;
    }
}
#head .head {
    background:rgba(0, 0, 0, 0.2);
    margin-top: 100px;
}
#head .head ul{
  
    height: 70px;
    line-height: 70px;
    z-index: 99;
    display: flex;
    justify-content: space-around;
}
#head .head ul li{
    display: inline-block;
    font-size: 16px;
}
#head .head ul li a{
    color: #fff;
}
#head .head ul li:hover a{
    color: #df2309;
}
.submenu {
    background: #fff;
    display: none;
    padding: 10px 0;
    box-shadow: 0px 10px 18px 0 rgba(0,0,0,.2);
}
.nav1 li:nth-child(3) .submenu {
    position: absolute;
    width: 250px;
    left: -60px;
}
.submenu li{
    font-size: 14px;
    line-height: 30px;
    color: #2B2B2B;
    
}
.submenu li:hover a{
    color: #df2309;
}


@media(min-width:768px){
    #header .nav1 .li:hover .submenu{
        display: block;
    }
}
/* lunbo */
#lunbo{
    margin-top: -80px;
}
#lunbo img{
    width: 100%;
}
@media(max-width:991px){
    #lunbo{
        margin-top: 80px;
    }
}
#lunbo1{
    margin-top: 100px;
}
#lunbo1 img{
    width: 100%;
}
#lunbo2{
    display: none;
}
#lunbo2 img{
    width: 100%;
}
@media(max-width:991px){
    #lunbo1{
        margin-top: 100px;
    }
}
@media(max-width:767px){
    #lunbo{
        display: none;
    }
    #lunbo2{
        display: block;
        margin-top: 100px;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 58%;
    }
}


    body{
        background: #f9f9f9;
    }

    @media(max-width:991px){
        body{
            background: #fff;
        }
    }
    @media(max-width:767px){
        body{
            background: #ffff;
        }
    }


