/**************************通用样式-begin*****************/
/*版心*/
.w {
    width: 1200px;
    margin: 0px auto;
}

div{
    -webkit-user-select:none;/*谷歌 /Chrome*/
    -moz-user-select:none; /*火狐/Firefox*/
    -ms-user-select:none;    /*IE 10+*/
    user-select:none;
}

/**************************通用样式-end*****************/


/**************************头部样式-begin*****************/
#head {

}

#head .fixed_head {
    background: white;
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #cccccc;
}

#head #navbarTogglerDemo02 a {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #000000 !important;
}

#head .head-title-current {
    border-bottom: 2px solid #0e80d7;
    color: #0e80d7 !important;
    font-weight: bold;

}

#head .navbar li a {
    padding-right: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

/**************************头部样式-end*****************/

/**************************关于我们样式-begin*****************/
#about {
    padding-top: 15px;
}

#about [class^='col-md-'] {
    padding: 0px !important;
}

#about .about-us-top {
    /*padding-bottom: 60px;*/
}

#about #myAboutTab {
    /*margin-top: 40px;*/
    margin-top: 20px;
}

#about #myAboutTabContent {
    /*margin-top: 40px;*/
    margin-top: 20px;
}

#about .nav-tabs {
    border: none;
}

#about .nav-link {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    border: none;
}

#about .nav-item .active {
    border-bottom: 2px solid #0e80d7;
    color: #0e80d7;
    font-weight: bold;
}

#about #myAboutTabContent dt h2 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

#about #myAboutTabContent dd {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-top: 20px;

}

#about #myAboutTabContent .read_more {
    width: 108px;
    height: 15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #0e80d7;
}

#about .about-us-bottom {
    background: #0E80D7;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#about .about-us-bottom-title{
    font-size: 18px;
}
#about .category-content {
    color: white;
    margin-top: 23px;
    size: 16px;
    line-height: 24px;
}

#about .category-name {
    /*height: 30px;*/
    /*font-size: 16px;*/
    border-bottom: 2px solid #fff;
    /*line-height: 30px;*/
    color: white;
    /*display: inline-block;*/
}

#about .category-name-e {
    color: white;
    margin-left: 11px;
}


/**************************关于我们样式-end*****************/


/**************************产品中心-begin*****************/

#product .nav-link {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    border: none;
}

#product .nav-tabs {
    border: none;
}

#product .nav-item .active {
    border-bottom: 2px solid #0e80d7;
    color: #0e80d7;
    font-weight: bold;
}

#product #myProductTabContent {
    margin-top: 20px;
}

#product #myProductTabContent .tab-pane .col-md-4 {
    margin-top: 5px;
}

.product_content img {

}

/**************************成功案例-begin*****************/

#successful-case {
    margin-top: 20px;
}

/*************************成功案例-end*****************/

/**************************新闻咨询-begin*****************/

#successful-case {
    margin-top: 20px;
}

/*************************新闻咨询-end*****************/
#news {

}

#news .category-img {
    width: 380px;
    height: 118px;
}

#news .news-bg {
    /*width: 520px;*/
    /*height: 335px;*/
}

#news .news-left-center {
    background-color: #f5f5f5;
}

#news .content-date {
    /*width: 80px;*/
    /*height: 80px;*/
    background-color: #0e80d7;
}

#news .news-day {
    font-size: 36px;
    height: 28px;
    margin-top: 10px;
    line-height: 28px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
}

#news .news-date {
    font-size: 14px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    font-weight: normal;
    margin-top: 5px;
    color: #ffffff;
}


#news .news-article-title {
    height: 16px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0e80d7;


}

#news  .news-article-content {
    margin-top: 10px;
    margin-right: 20px;
    display: block;
    display: -webkit-box;
    font-size: 14px;
    max-height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news .news-list-item{
    border-bottom: 1px dashed #cccccc;
}
#news .new-right-img{
    width: 128px;
    height: 90px;
}

#news .news-list_item_content {
    width: 500px;
    margin-left: 15px;

}

#news .news-article-time {
    font-size: 12px;
    font-weight: normal;
    color: #cccccc;
}

#news .news-article-item-content {
    display: block;
    display: -webkit-box;
    font-size: 14px;
    max-height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news [class^='col-md-'] {
    padding: 0px !important;
}


/**************************联系我们-begin*****************/

#foot {
    background-color: #333333;
    margin-top: 20px;
    color: white;
}

#foot .color999 {
    color: #999999;
}
#foot .company-name {
  font-size: 18px;
}
#foot .company-address {
    color: #999999;
    font-size: 14px;
}


#foot .nav-link {
    font-size: 16px;
    font-weight: normal;
    color: #ccc;
}

#foot .current {
    color: #fff;
}

#foot .qr-code-img {
    width: 140px;
    height: 140px;
}

/*************************联系我们-end*****************/

/**************************电梯导航-begin*****************/
.fixedbar {
    position: fixed;
    width: 110px;
    bottom: 70px;
    right: 0px;
    background: #34353e;
    z-index: 999;
    display: none;
}

.fixedbar li {
    display: block;
    width: 110px;
    color: white;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background: #34353e;
}


.fixedbar li:last-child {
    border-bottom: none;
}

.fixedbar li img {
    display: block;
    vertical-align: middle;
    width: 80px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    height: 80px;
    text-align: center;
}

.fixedbar li .back-img {
    width: 40px;
    height: 25px;
    margin-top: 35px;
    margin-left: 35px;
}

.fixedbar li span {
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 10px;
    color: #cccccc;
}

/**************************电梯导航-end*****************/


/**************************适配-begin*****************/

@media (min-width: 104px) and (max-width: 575px) {
    #head nav .nav-head {
        line-height: 56px;
    }

    body {
        padding-top: 56px;
    }

    #head .log-img {
        width: 126px;
        height: 30px;
    }

    #carousel .carousel .carousel-item {
        height: 200px !important;
    }

    #carousel .carousel-inner > .carousel-item > img {
        height: 200px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #head nav .nav-head {
        line-height: 56px;
    }

    body {
        padding-top: 56px;
    }

    #head .log-img {
        width: 236px;
        height: 40px;
    }

    #carousel .carousel {
        height: 250px !important;
    }

    #carousel .carousel .carousel-item {
        height: 250px !important;
    }

    #carousel .carousel-inner > .carousel-item > img {
        height: 250px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #head nav .nav-head {
        line-height: 60px;
    }

    body {
        padding-top: 60px;
    }

    #head .log-img {
        width: 236px;
        height: 40px;
    }

    #carousel .carousel .carousel-item {
        height: 300px !important;
    }

    #carousel .carousel-inner > .carousel-item > img {
        height: 300px !important;
    }
}

@media (min-width: 992px) and (max-width: 1219px) {
    #head nav .nav-head {
        line-height: 60px;
    }

    body {
        padding-top: 60px;
    }

    #head .log-img {
        width: 236px;
        height: 40px;
    }

    #carousel .carousel .carousel-item {
        height: 500px !important;
    }

    #carousel .carousel-inner > .carousel-item > img {
        height: 500px !important;
    }
}

@media (min-width: 1220px) {
    #carousel .carousel .carousel-item {
        height: 600px !important;
    }

    #carousel .carousel-inner > .carousel-item > img {
        height: 600px !important;
    }


    body {
        padding-top: 81px;
    }

    #head .log-img {
        width: 358px;
        height: 60px;
    }

    #head nav {
        width: 1200px;
        margin: 0px auto;
        height: 80px;
        background: white;
    }


}

/**************************适配-end*****************/
