.title {
	width: 100%;
}

.nav {
	width: 1200px;
}

.logo {
	width: 300px;
	height: 80px;
	background: url(../img/logo2.png) no-repeat center;
}

.navli {
	width: 800px;
	padding-left: 200px;
	margin-top: 10px;
}

.navli li {
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	font-size: 15px;
	width: 20%;
	float: left;
}

a {
	text-decoration: none;
}

.navli li:hover {
	text-decoration: none;
	color: #007AFF;
	cursor: pointer;
}

@media screen and (max-width: 900px) {
	.mobile {
		display: block;
	}

	.pc {
		display: none;
	}
}

@media screen and (min-width: 900px) {
	.mobile {
		display: none;
	}

	.pc {
		display: block;
	}
}

.mobiletop {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);

}

.navs {
	padding: 0 10px;
	display: none;
}

.bannerimg {
	width: 100%;
	height: 30vh;
	background: url(../img/banner1_sj91.jpg) no-repeat center;
	background-size: 100% 100%;
}

.xinwencontetnt {
	font-size: 25px;
	text-align: center;
	margin-top: 30px;
}

.nav:hover {
	animation: pulse 1s;
}

.hui {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f2f2f2;
}

.hui li {
	float: left;
	margin-left: 30px;
}

.hui1200 {
	width: 1200px;
}

.hui1200 li:nth-child(2) {
	margin-left: 2px;
}
.newpic img{
	width: 100%;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
	
}
.new li{
	width: 39%;
padding: 30px
}
.new ul{
	margin: 0 auto;
}
.new p{
	font-size: 20px;
	font-weight: bold;
}
.new li:nth-child(1){
	margin-top: 100px;
	
}