
h2 {
    color: #00184a;
    font-size: 33px;
    margin-bottom: 70px;
}
a{
    color:#333;
    text-decoration: none;
}
.navbar-collapse{
    float: right;
}
.navbar-img{
    float: left;
    height: 50px;

    font-size: 18px;
    line-height: 20px;
}
.navbar-img img{
    width:100%;
    height: 100%;
}
.darksec {
    background: rgba(239,239,239,.4);
}
.sec1,.sec2,.sec3,.sec6  {
	padding: 80px 0 100px
}

.sec1 h3 {
	margin: 15px 0
}
.img-centered img {
    margin: 10px auto;
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img{

		width: 100%;
		height: auto
}
.img-responsive{
width: 263px;
	height: 196px;
}
.xinwen h2{
    width: 100%;
    display: inline-block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;


}
.xinwen-content{
    height: 200px;
     overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
width:100%;
}
.xinwen p{
    margin-top:10px;
}
.footimg img{
    width:100%;
}
.pagefw{
    width:60%;
    margin: 0 auto;
    margin-top: 50px;
}
.pagefw li{
    width:44%;
    float:left;
    list-style-type: none;
    text-align: center;
}
.bannerbg {
    height: 131px;
}
@media (max-width: 768px) {

   .navbar-collapse{
        float: initial;
    }
    .carousel{
        margin-top:50px;
    }
}

