@charset "utf-8";
/* CSS Document */
.banner{width: 100%; height: 318px; background: url(../images/anli_banner.jpg) no-repeat center;
	background-size: cover;}
.er_nav{height: 85px; position: relative;}
.er_nav .er_bg{width: 100%; height: 63px; background-color: #fafafa; position: absolute; top:11px; left:0;
	z-index: -1}
.er_nav .erlist>div{float: left; width: 168px; height: 85px; line-height: 85px; text-align: center;
	font-size: 18px;}
.er_nav .erlist>div>a{color: #666;}
.beijingse{background-color: #0480fb;}
.yanse{color: #fff!important;}
.contact{width: 100%; /*height: 1349px;*/ height: auto; background: url(../images/qianyue_bg.jpg) no-repeat center;
	background-size: cover; margin-top:47px; padding-top: 20px; padding-bottom: 120px;}


.contact .news{height: 86px; line-height: 86px; padding: 30px 0; border-bottom: 1px dashed #d2d2d2;}
.contact .news:last-child{border-bottom: none;}
.contact .news .img{width: 84px; height: 84px; border:1px solid #c9c9c9; overflow: hidden;}
.contact .news .img img{width: 100%;}
.contact .news .con{font-size: 22px; margin-left: 32px; width: 810px; overflow: hidden;
    text-overflow: ellipsis; white-space: nowrap;}
.contact .news .con a{color: #999999;}
.contact .news .con:hover a{color: #0480fb;}
.contact .news .time{font-size: 18px; color: #999;}


.contact .page{padding: 30px 0 13px 0; text-align: center;}
.contact .page a{display: inline-block; width: 42px; height: 43px; background: #efefef; text-align: center;
	line-height: 43px; font-size: 18px; color: #535353; transition: .5s;}
.contact .page a:first-child{width: 116px;}
.contact .page a:last-child{width: 116px;}
.yangshi{background-color: #474747!important; color: #fff!important;}
.contact .page a:hover{background-color: #474747!important; color: #fff!important;}

@media screen and (max-width: 800px){
	.banner{height: 140px;}
	.contact{padding-top: 0; margin-top: 20px; padding-bottom: 60px;}
	.contact .news{height: auto; line-height: 1; padding: 20px 0;}
	.contact .news .img{width: 25%; height: auto; box-sizing: border-box;}
	.contact .news .img img{display: block;}
	.contact .news .con{width: 72%; margin-left: 3%; font-size: 16px; line-height: 26px; overflow: visible;
		white-space: normal; height: 75px;}
	.contact .news .time{font-size: 14px;}
	.contact .page a{font-size: 14px; width: 30px; height: 30px; line-height: 30px;}
	.contact .page a:first-child{width: 55px;}
	.contact .page a:last-child{width: 55px;}
}