@charset "utf-8";
header{
    width: 100%;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background: #1b1b1b;
}
header img{
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
}

.navbar-default{
    border: none;
    border-bottom: 5px solid #e77816;
    background: transparent;
}
.navbar{
    border-radius: 0;
    margin: 0;
}
.navbar-brand{
    display: block;
    padding: 0;
    height: 100px;
}
.navbar-brand img{
    display: block;
    height: 100%;
}
.navbar-default .navbar-nav>li>a{
    color: #222;
    font-size: 16px;
    padding: 0 15px;
    line-height: 100px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #fff;
    background: #e77816;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #fff;
    background: #e77816;
}

@media(min-width: 992px) and (max-width: 1200px){
    .navbar-brand{
        height: 60px;
    }
    .navbar-default .navbar-nav>li>a{
        line-height: 60px;
        padding: 0 10px;
    }
}
@media(min-width: 768px) and (max-width: 992px){
    .navbar-brand{
        height: 50px;
    }
    .navbar-default .navbar-nav>li>a{
        line-height: 50px;
        padding: 0 6px;
        font-size: 14px;
    }
}
@media(max-width: 768px){
    .navbar-brand{
        height: 60px;
    }
    .navbar-toggle{
        margin: 13px 10px;
    }
    .navbar-default .navbar-nav>li>a{
        line-height: 40px;
    }
}

/*banner start*/
.banner{
    width: 100%;
    height: 500px;
    position: relative;
    margin: 0 auto;
}
.banner-img{
    position: relative;
}
.banner-img li{
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    display: none;
}
.banner-img li a{
    width: 100%;
    height: 500px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-img li a img{
    display: none;
}
.banner-tip{
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.banner-tip li{
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #fff;
}
.banner-tip li.on{
    background: #fff;
}

@media(max-width: 1050px){
    .banner{
        height: 350px;
    }
    .banner-img li{
        height: 350px;
    }
    .banner-img li a{
        height: 350px;
        background-size: 1344px 350px;
    }
}
@media(max-width: 768px){
    .banner{
        height: 280px;
    }
    .banner-img li{
        height: 280px;
    }
    .banner-img li a{
        height: 280px;
        background-size: 1075px 280px;
    }
    .banner-tip{
        bottom: 10px;
    }
    .banner-tip li{
        height: 5px;
        border-radius: 0;
        width: 26px;
        margin: 0 5px;
    }
}
@media(max-width: 609px){
    .banner{
        height: 180px;
    }
    .banner-img li{
        height: 180px;
    }
    .banner-img li a{
        height: 180px;
        background-size: 691px 180px;
    }
}
@media(max-width: 390px){
    .banner{
        height: 140px;
    }
    .banner-img li{
        height: 140px;
    }
    .banner-img li a{
        height: 140px;
        background-size: 537px 140px;
    }
}
/*banner end*/

.list{ overflow: hidden;}
.list ul li{
    margin-bottom: 30px;
}
.list ul li a{
    display: block;
    border: 1px solid #eee;
    background: #eee;
}
.list ul li a:hover{
    border-color: #e77816;
    background: #e77816;
}
.list ul li a img{
    display: block;
    width: 100%;
}
.list ul li a span{
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}
.list ul li a:hover span{
    color: #fff;
}

.news-con ul li{
    margin-bottom: 30px;
}
.news-con ul li>div{
    overflow: hidden;
    transition: all .3s;
}
.news-con ul li:hover>div{
    background: #e77816;
}
.news-con ul li img{
    display: block;
    width: 30%;
}
.ncon{
    width: 68%;
}
.ncon span{
    font-size: 24px;
    color: #dddddd;
    line-height: 30px;
    transition: all .3s;
}
.news-con ul li:hover span{
    color: #fda557;
}
.ncon h3 a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-con ul li:hover a{
    color: #fff;
}
.news-con ul li a:hover{
    text-decoration: underline;
}
.ncon hr{
    margin: 10px 0 20px;
    width: 40px;
    border: none;
    border-bottom: 4px solid #e77816;
    transition: all .3s;
}
.news-con ul li:hover hr{
    border-color: #fff;
}
.ncon p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    transition: all .3s;
}
.news-con ul li:hover p{
    color: #fff;
}

@media(width: 768px){
    .news-con ul li img{
        display: none;
    }
}



footer{
    background: #1b1b1b;
    padding: 30px 0;
}
.fnav{
    border-bottom: 1px solid #000;
}
.fnav ul{
    width: 760px;
    margin: 0 auto;
    overflow: hidden;
}
.fnav ul li{
    width: 14.285714%;
    float: left;
}
.fnav ul li a{
    text-align: center;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}
.fnav ul li a:hover{
    color: #e77816;
}
.fcon{
    border-top: 1px solid #313131;
    overflow: hidden;
}
.fcon>div{
    width: 760px;
    margin: 20px auto 0;
}
.fcon img{
    display: block;
}
.fcon .fl img{
    display: block;
    margin: 20px 30px 20px 0;
}
.fcon p{
    font-size: 14px;
    color: #595959;
    line-height: 32px;
}

@media(max-width: 768px){
    .ncon{
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
    }
    .ncon hr{
        margin: 5px 0 10px;
    }
    .list ul li{
        margin-bottom: 10px;
    }
    footer{
        padding: 15px 0;
    }
    .fnav ul{
        width: 100%;
    }
    .fnav ul li{
        width: 25%;
    }
    .fnav ul li a{
        line-height: 30px;
    }
    .fcon{
        border: none;
    }
    .fcon>div{
        width: 100%;
    }
    .fcon p{
        line-height: 20px;
    }
}

/*record*/
.record{
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #222;
}
.record span{
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
}
.record span a{
	color: #fff;
}
.record span a:hover{
	text-decoration: underline;
}
.pages {padding-top: 10px; line-height:40px; text-align:center; width:650px;}
.pages A { padding: 2px 5px; border: 1px solid #ccc; margin-right:3px; margin-left: 3px;}