a:hover{
	color: #CB0404;
}
.banner{	
	background: url(../img/qdrbbanner.jpg) no-repeat;
	background-size: 100% 325px;	
	width: 100%;
	height: 325px;
	min-width:1400px;
	overflow: hidden;
}
.contactWay{
	font-size: 40px;
	color: red;
	font-family: "AdobeKaitStd-Regular";
    width:1300px;
    margin: 42.5px auto;
    
}
.contactWay p{
	line-height: 80px;
}
.main{
	width: 1300px;
	margin:0 auto;
	height: 889px;
    display: flex;
    flex-wrap: wrap;
}
.master{
	position: relative;
	top: -152px;
	display: inline-block;
	width: 510px;
	margin-left: 5px;
}
.master img{
	box-shadow:0px 0px  5px 5px #aaa ;
}
.article{
	width: 765px;
	padding-right: 20px;
}
.nav{
	width: 750px;
	height: 35px;
	background: rgba(203,4,4,0.6);   
	color: #fefefe;
	font-size:16px ; 
	padding: 0px 10px;
	border-radius: 5px;
}
.nav ul{
	display: flex;
	line-height: 35px;
}
.nav ul li{
	width: 150px;
	text-align: center;
}
.nav ul li a{
  color: #FEFEFE;	
}
.contact{
	width: 400px;
	height: 200px;
	background: url(../img/contact.png) no-repeat;
	padding-top: 33px;
	margin: 20px 20px;
    float: left;
    margin-left: 0px;
}
.contact>div{
	border:1px solid #eee;
	display: flex;
	padding: 25px 15px;
	justify-content: space-between;
}
.contact>div>ul{
	font-size: 16px;
	color: #000;
	font-family: "microsoft yahei";
	line-height: 30px;
	font-weight: 600;
}
.contact>div>ul>li>span{
	display: inline-block;
	width: 92px;
	text-align: right;
}
.erweima{
	text-align: center;
	font-size: 14px;
	color: #000;
	line-height: 25px;
}
.newsCenter{
	background: url(../img/newsCenter.png) no-repeat;
    padding-top: 33px;
    width: 345px;
    margin-top:-253px ;
    float: right;
    
    
}
.newsCenter>div{
	border:1px solid #eee;
	padding: 14px 10px;
	font-size: 14px;
	color: #000;
	height: 759px;
	overflow: auto;
}
.newsCenter>div ul li{
	border-bottom: 3px dotted #EEEEEE;
	line-height: 30px;
	list-style-image: url(../img/nclist.png);
	list-style-position: inside;
	overflow: hidden;
	width: 316px;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}
.newsCenter>div ul li a:hover{
	color: #cb0404;
}
.newsCenter>div ul li a{
	color: #000;
}
.advertise{
	border: 1px solid #eee;
	width: 504px;
	height: 155px;
	display: inline-block;
	margin-top: 42px;
}
.about{
	width: 398px;
	height: 553px;
	padding-top: 33px;	
	background: url(../img/about.png) no-repeat;
	margin: 20px 15px 20px 0px;
    float: left;
}
.about>div{
	border: 1px solid #eee;
	height: 469px;
	padding: 22px 10px;
}
.about>div p{
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	font-family: "PingFang-SC";
	text-indent: 25px;
}
.footer{
	margin: 0 auto; 
}
.firends{
	border: 1px solid #EEEEEE;
	margin: 25px auto;
	width: 1300px;
}
.firends ul{
	display: flex;
	
	flex-wrap:wrap;	
}
.firends ul li{
	width: 185.7px;
	text-align: center;
}
.firends ul li img{
	margin: 17.5px 0;
}
.copyright{
	text-align: center;
	font-size: 14px;
	color: #565656;
	margin-bottom: 25px;
}
