html,body{
    width: 100%;
    min-height: 100%;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    color: #777;
}
a{
    color: #333;
}
a:hover,
a:focus{
    text-decoration: none;
}
.content{
    margin-top: 65px;
    background-color: #f5f5f5;
}
.content-header{
    text-align: center;
    margin: 45px 0px;
}
ul{
    list-style: none;
    padding: 0px;
}
.content ul li{
    margin-bottom: 20px;
}
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    height: 6px;
    border-radius: 7px;
    border: 4px solid transparent;
    background-color: #aaa;
    background-clip: padding-box;
}

ul.product-item li .product-item-content:hover,
ul.successcase-item li .successcase-item-header:hover,
ul.sulotion-item li .sulotion-item-content:hover,
ul.news-item li .news-item-header:hover{
    transform: translate3d(0,-2px,0);
    box-shadow: 0 15px 30px #ddd;
}
/* 单行文本超出省略 */
.single-line-omitted{
    overflow: hidden; 
    text-overflow:ellipsis; 
    white-space: nowrap;
}
/* #region 导航条 */
.navbar .navbar-brand img{
    display: inline-block;
}
.navbar.navbar-default{
    background-color: #fff;
    border: none;
}
.navbar.navbar-default .collapse li:hover{
    background: #e7e7e7;
}
.navbar .navbar-brand span{
    font-size: 18px;
    padding-left: 8px;
}
@media (min-width: 768px) {
    .navbar.navbar-default .collapse li.active a,
    .navbar.navbar-default .collapse li:hover a{
        border-bottom: 5px solid #ff4200;
    }

    .navbar.navbar-default .collapse li a{
        border-bottom: 5px solid #fff;
    }
}

.navbar-toggle{
    border: 1px solid #ddd;
}
.navbar-toggle:hover{
    background-color: #e7e7e7;
}
/* #endregion */

/* 轮播图 */
.carousel{
    margin-top: 56px;
}

/* #region 悬浮图标 */
.icon-fixed{
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -70px;
    z-index: 9999;
}
.icon-fixed .icon-fixed-totop{
    display: none;
}
.icon-fixed .icon-fixed-wei{
    width: 140px;
    height: 140px;
    position: absolute;
    right: 35px;
    top: -35px;
    display: none;
}
.icon-fixed .icon-fixed-wei img{
    width: 100%;
    height: 100%;
}
/*IE10+*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .icon-fixed{
        right: 17px;
    }
}
.icon-fixed li{
    position: relative;
    background-color: #666;
}
.icon-fixed li .icon-fixed-phone{
    position: absolute;
    top: 0px;
    right: 45px;
    transition: width 0.5s;
    background-color: #999;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    width: 0px;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.icon-fixed a img{
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
}
.icon-fixed li.icon-fixed-icon a:after{
    content: "";
    position: absolute;
    display: none;
    width: 5px;
    height: 13px;
    left: -5px;
    top: 11px;
    background: url("/images/icon-left.png") no-repeat;
}
.icon-fixed li:hover{
    background-color: #ff4200;
}
.icon-fixed li:hover a:after{
    display: inline-block;
}
.icon-fixed li:hover .icon-fixed-phone{
    width: 150px;
}
.icon-fixed .icon-fixed-weili:hover .icon-fixed-wei{
    display: block;
}
/* #endregion */

/* #region 底部 */
.footerbar{
    background-color: #2e2e2e;
    color: #fff;
    position: relative;
}
.footerbar-right-header{
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    padding: 10px 0px;
}
.footerbar-right-content p{
    margin: 0 0 5px;
}
.footerbar-right-content p span.name{
    width: 75px;
    display: inline-block;
}
.footerbar-bottom{
    margin-top: 10px;
    padding: 5px 0px;
    text-align: center;
    line-height: 30px;
    width: 100%;
    background-color: #434343;
}
/* #endregion */

/* #region 新闻动态 */
.news-item li .news-item-header{
    background-color: #fff;
}
.news-item-header-text.news-bg{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc646464,endColorstr=#cc646464) \9;
    background-color: rgba(100,100,100,0.8);
}
:root .news-item-header-text.news-bg{
    filter: none;
}
.news-item li .news-item-header-text{
    padding: 0px 20px;
    height: 220px;
}
.news-item-header-text span.header{
    max-height: 68px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    font-size: 18px;
}
.news-item-header-text.news-bg span.header a{
    color: #fff;
}
.news-item-header-text span.header a:hover{
    color: #ff4200;
}
.news-item-header-text span.text{
    display: inline-block;
    height: 85px;
    width: 100%;
    color: #888;
    line-height: 22px;
    text-indent: 2em;
    overflow : hidden;
}
.news-item-header-text.news-bg span.text{
    color: #fff;
}
.news-item-header-text span.footer{
    display: inline-block;
    width: 100%;
    line-height: 30px;
    color: #888;
}
.news-item-header-text span.footer a{
    padding: 5px 15px;
    border: 1px solid #ccc;
}
.news-item-header-text.news-bg span.footer a{
    color: #fff;
    border: 1px solid #fff;
}
.news-item-header-text span.footer a:hover{
    border-color: #ff4200;
    background-color: #ff4200;
    color: #fff;
}
.news-item-header-text.news-bg span.footer span{
    color: #fff;
}

/* #endregion */

@media (min-width: 500px) and (max-width: 767px){
    .col-xst-6 {
        width: 50%;
        float: left;
    }
}