* {
    margin: 0;
    padding: 0;
    font-family:"Microsoft YaHei";
}


@media (min-width: 1200px) {
    .container {
        width: 1250px;
    }
}


.header {
    width: 100%;
}
.header .banner{
    height: 130px;
}





@media screen and (max-width: 1200px) {
	#example-navbar-collapse {
        margin-top: 30px;
    }
	.ltnlihover {
        border: #fecf10 solid 1px;
        border-bottom: none;
        border-image: -webkit-linear-gradient(#fecf10, white) 1 10 1; /* 控制边框颜色渐变 */
        border-image: -moz-linear-gradient(#fecf10, white) 1 10 1;
        border-image: linear-gradient(#fecf10, white) 1 10 1; /* 标准的必须写在最后 */
    }
	.nav-tabs {
		border-bottom: 0px;
	}
	#example-navbar-collapse li a:hover {
		background-color: #fff;
		color: #9d9d9d;
		border: none;
	}
	.idx_contetn .nav-tabs.nav-justified>li {
	    border-bottom: 2px solid #fecf10;
    border-radius: 4px 4px 0 0;
	}
	
	.idx_contetn .nav-tabs.nav-justified>li  a{
	    border-bottom: 0px solid #fecf10;
	}
	
}

/*头部pc样式*/
@media screen and (min-width: 1200px) {
    #example-navbar-collapse {
        float: right;
        margin-top: 50px;
        font-size: 16px;
        font-weight: 600;
    }

    #example-navbar-collapse ul {
        border: none;
    }

    #example-navbar-collapse li {
        width: 110px;
        text-align: center;
    }

    #example-navbar-collapse li a:hover {
        background-color: #fff;
        color: #9d9d9d;
        border: none;
    }

    .ltnlihover {
        border: #fecf10 solid 1px;
        border-bottom: none;
        border-image: -webkit-linear-gradient(#fecf10, white) 1 10 1; /* 控制边框颜色渐变 */
        border-image: -moz-linear-gradient(#fecf10, white) 1 10 1;
        border-image: linear-gradient(#fecf10, white) 1 10 1; /* 标准的必须写在最后 */
    }
}

.footer {
    width: 100%;
    background-color: #313131;
}
#gotop{
    position: fixed;
    right: 5%;
    bottom: 20%;
    width: 30px;
    height: 30px;
    border: #7c7c7c solid 1px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #7c7c7c;
}

/*首页start*/
.idx_contetn{
    width: 100%;
    padding-left: 35px;
}
.ix_titlebar{
    border-left: #fecf10 solid 10px;
    margin-left: 0px;
    margin-right: 0px;
}
.ix_titlebar p{
    float: left;
    font-size: 15px;
    font-weight: bolder;
    padding-top: 3px;
    margin: 0;
    padding-bottom: 3px;
}
.ix_titlebar a{
    display: block;
    float: right;
    background-color: #fecf10;
    padding: 1px 8px 1px 8px;
    color: white;
}
.nav-tabs.nav-justified>li>a {
    border-bottom: 2px solid  #fecf10;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: none;
}
.idx_anli {
    width:100%;
	max-width: 220px;
    overflow: hidden;
}
.idx_anli1 {
    width:100%;
	max-width: 172px;
    overflow: hidden;
}
.idx_anli img{
    width: 100%;
    height: 100%;
 }
.idx_anli1 img{
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1200px) {
.idx_anli {
	height: 160px;
}
.idx_anli1 {
    height: 125px;
}
}
@media screen and  (min-width: 960px) and (max-width: 1200px) {
.idx_anli {
	height: 128px;
}
.idx_anli1 {
    height: 100px;
}
}

@media screen and  (min-width: 768px) and (max-width: 960px) {
.idx_anli {
	height: 96px;
}
.idx_anli1 {
    height: 75px;
}
}

@media screen and (max-width: 768px) {
.idx_anli {
	height: 64px;
}
.idx_anli1 {
    height: 50px;
}
}
.ltnahover {
    background-color:#fecf10;
}
.idx_server .sp{
    color: white;
    font-weight: bolder;
}
.idx_server .sp1{
    color: white;
    font-size: 2px;
    font-weight: bolder;
}
.idx_news{
    border-top: 2px solid #fecf10;
}
.idx_news ul{
    padding-left: 40px;
    padding-right: 40px;
    list-style: none;
}
.idx_news li{
    margin-bottom: 10px;
}
.idx_news li .sp3{
    color: #fecf10;
    zoom: 0.7;
}
/*首页end*/

/*新闻 start*/
.xinwen_list ul{
    list-style: none;
    margin-left: 0px;
    margin-top: 20px;
}
.xinwen_list ul li{
    margin-bottom: 5px;
    border-bottom: #d4d0d0 solid 1px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.xinwen_list ul li:hover{
    background-color: #d4d0d0;
}
.xinwen_list .xinwen_date{
    float: right;
}
/*新闻 end*/

