a:hover{
   color: #cb0404;
}
.banner{
	background: url(../img/qzwbbanner.png);
	background-size: 100% 325px;
	width: 100%;
	height: 325px;
	min-width:1400px;
}
.contactWay{
	font-size: 40px;
	color: red;
	font-family: "AdobeKaitStd-Regular";
	display: inline-block;
	position: relative;
	left: 40%;
	margin-top: 25px;
}
.contactWay p{
	line-height: 80px;
}
.main{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	height: 889px;
}
.master{
	position: relative;
	top: -152px;
}
.master img{
	box-shadow:0px 0px  5px 5px #aaa ;
}
.contact{
	width: 400px;
	height: 200px;
	background: url(../img/contact.png) no-repeat;
	padding-top: 33px;
	margin: 20px 20px;
}
.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:20px ;
}
.newsCenter>div{
	border:1px solid #eee;
	padding: 20px 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{
	color: #000;
}
.newsCenter>div ul li a:hover{
	color: #cb0404;
}
.advertise{
	border: 1px solid #eee;
	width: 502px;
	height: 155px;
	position: relative;
	top: -157px;
	left: 5px;
}
.about{
	width: 398px;
	height: 553px;
	padding-top: 33px;	
	background: url(../img/about.png) no-repeat;
	margin: 20px 20px;
	margin-left: 24px;
	position: relative;
	top: -580px;
}
.about>div{
	border: 1px solid #eee;
	height: 481px;
	padding: 22px 10px;
}
.about>div p{
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	font-family: "PingFang-SC";
	text-indent: 25px;
}
.footer{
	width: 1300px;
	margin: 0 auto; 
}
.firends{
	border: 1px solid #EEEEEE;
	height: 90px;
	margin: 25px auto;
}
.firends ul{
	display: flex;
	justify-content: space-around;	
}
.firends ul li img{
	margin-top: 17.5px;
}
.copyright{
	text-align: center;
	font-size: 14px;
	color: #565656;
	margin-bottom: 25px;
}
