/*自定义基础通用样式*/
body{
    background: #f8f8f8;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 300;
}
a:visited{
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}

@media (max-width: 767px) {
    #header .navbar{
        height: 60px;
        padding: 0;
    }
    #header .navbar-brand {
        padding: 0;
        height: 60px;
    }
}

@media (min-width: 1002px){
    .container{
        width: 1000px;
    }
    #header .navbar {
        height: 120px;
        border-radius: 0;
        padding: 30px 0;
    }
    #header .navbar-brand {
        padding: 0;
        height: 60px;
    }
    #header .navbar-nav>li>a{
        padding: 15px 0;
    }

    #banner .my-slide{
        width:1200px;
    }
}

/*全部-导航条样式复写*/
#header .navbar-default{
    border:0;
    margin-bottom: 0;
    z-index: 1000;
    background-color: #fff;
}
#header .navbar-default .navbar-nav>li>a{
    font-size: 16px;
    padding: 16px 25px 5px !important;
}
#header .navbar-default .navbar-nav>li>a:hover{
    color: #0ba1e4;
}
#header .navbar-default .navbar-nav>.active>a, #header .navbar-default .navbar-nav>.active>a:hover, #header .navbar-default .navbar-nav>.active>a:focus{
    color:#0ba1e4;
    background-color: rgba(255,255,255,0);
}
#header .navbar-default .navbar-nav>li .line-top{
    border-top: 1px solid #0ba1e4;
    width: 18px;
    margin: auto;
}

/*全部-页脚footer*/
#copyright{background-color: #666;}
#copyright p{
    text-align: center;
    margin: 10px;
    line-height: 40px;
    color: #fafafa;
}
#copyright p a{
    color: #fafafa;
}
#copyright p a:hover{
    text-decoration: none;
}

/*资讯*/
.our-news{
    
}
.our-news-item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.our-news-item a:hover{
    text-decoration: none;
}
.our-news-item .media-left a{
    width: 140px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 0;
}
.our-news-item img{
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.our-news-item .media-body{
    padding-top: 5px;
    padding-bottom: 5px;
}

.our-news-item h4{
    color: #0ba1e4;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.our-news-item h4:hover{
    font-weight: bold;
}

.our-news-item .dynamic-li {
    color: #999;
    padding: 2px 0;
    font-size: 12px;
}
.our-news-item .dynamic-li b {
    float: right;
    font-weight: 400;
    width: 30px;
}
.our-news-item .dynamic-li a{
    float: right;
    display: inline-block;
    font-weight: 400;
    color: #999;
    margin-right: 10px;
}
.our-news-item .dynamic-li a:hover{
    color: #f93;
}
.our-news-item .dynamic-li .pic-glob{
    float: right;
    display: inline-block;
    width: 13px;
    height: 10px;
    background-position: -131px -58px;
    margin: 4px 5px 0 0;
    background-image: url(../images/icons/glob-pic.png);
    background-repeat: no-repeat;
}

.our-news-item p{
    color: #919191;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 12px;
}
.our-news-more{
    text-align: center;
}

.hint-hide{ overflow: hidden; }
.hint-bg{ position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 100%;
 background:rgba(0,0,0,0.7); z-index: 1; min-width: 1100px; display: none;}
.hint{ position: fixed; z-index: 2; top: 50%; left:37.5%; right:37.5%; width: 25%;
background: #fff; border-radius:8px; overflow: hidden;  min-width: 337px;
 padding-bottom: 20px; margin-top: -75px;}
.hint h1{ background: #dadada; line-height: 35px; font-size: 14px; padding:0 10px; }
.hint h1 span{ float: right; cursor: pointer; font-size: 16px; }
.hint p{ color: #373737; font-size: 16px; text-align: center; padding:25px 0; }
.hint a{ color: #fff; background: #d94536; border-radius: 5px; width: 100px;
text-align: center; line-height: 27px; margin: 0 auto; display: block; font-size: 14px; }