body,div,p,ul,li,span,h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
body{
	font-family: Microsoft YaHei;
	background-color: #F5F5F5;
}
a{
	text-decoration: none;
}

/* 畅言去广告 */
#feedAv {
	position: absolute !important;
	height: 0px;
	transform: scale(0) !important;
}

#pop_ad {
	transform: scale(0) !important;
	display: none !important;
}

.nav{
	width: 100%;
	height: 250px;
	background: #999 url(../images/bgd1.jpg) no-repeat right;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding-top: 90px;
	box-shadow: 0 0 20px rgba(5,63,142,0.5);
}
.nav h1{
	font-weight: 500;
}
.nav p{
	font-size: 18px;
	margin: 15px 0;
}
.nav a{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0px 14px;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.6);
    color: #fff;
    background-color: #587498;
    opacity: 0.7;
}
.nav a:hover{
	opacity: 0.9;
}
.about{
	width: 68%;
	min-height: 150px;
	margin: 0 auto;
	margin-top: -25px;
	font-size: 15px;
	padding: 2%;
	color: #555;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	background: -webkit-linear-gradient(to top, #F5F5F5, #ffffff);
	background: linear-gradient(to top, #F5F5F5, #ffffff);
}
.about a{
	color: #4682B4;
}
.about a:hover{
	text-decoration: underline;
}
.about .subnav{
	color: #4682B4;
	display: inline-block;
	padding-right: 12px;
}
.about .mob{
	display: none;
}
.about .bc{
	width: 100px;
	height: 137px;
	background: url(../images/bc.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 35px;
	right: 18px;
}
.about .zc{
	margin: 15px 0px;
}
.about .ico{
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

.about .im{
	display: block;
	width: 454px;
	height: 230px;
}
.content{
	width: 72%;
	min-height: 300px;
	margin: 0 auto;
	text-align: center;
}
.content #cyReward{
	width: 80%;
	height: auto;
	padding: 30px 0 10px 0;
	margin: 0 auto;
}
/*版权*/
.copyright{
	width: 98.4%;
    background: #eee;
    font-size: 13px;
    text-align: center;
    color: #888;
    padding: 20px 0.8%;
}
.copyright a{
    text-decoration: none;
    color: #888;
}
.copyright a:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 1500px) and (min-width: 520px){
	.about{
		width: 78%
	}
	.content{
		width: 80%;
	}
}
@media only screen and (max-width: 520px){
	.nav{
		width: 100%;
		height: 170px;
		background: #999 url(../images/bgd1.jpg) no-repeat center;
		background-size: cover;
		text-align: center;
		color: #fff;
		padding-top: 35px;
		box-shadow: 0 3px 20px rgba(5,63,142,0.0);
	}
	.about{
		width: 92.6%;
		font-size: 14px;
		min-height: 120px;
		margin: 0 auto;
		margin-top: 0px;
		padding: 3.7%;
		border-radius: 0px;
		background: -webkit-linear-gradient(to top, #F5F5F5, #F5F5F5);
		background: linear-gradient(to top, #F5F5F5, #F5F5F5);
		border-bottom: 1px dotted #ccc;
	}
	.about .pc{
	    display: none;
    }
    .about .mob{
	    display: inline-block;
    }
	.about .im{
		width: 100%;
		height: auto;
	}
	.about .bc{
		display: none;
	}
	.content{
		width: 97%;
	}
	.content #cyReward{
		display: none;
	}
}