.cur_dianji{
	cursor: pointer;
}
@media (min-width:1400px) {
	.footerBox{
		width: 100%;
		height:auto;
		padding-top: 30px;
		background: #3062A9;
	}
	.footerMain{
		margin: 0 auto;
		width: 1400px;
		height: 100%;
		/* text-align: center; */
		font-size: 16px;
	}
	.footerFriendlyLink{
		width: 100%;
		height: 50px;
		line-height: 50px;
		/* border-bottom: 1px solid rgba(255,255,255,.2); */
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		cursor: pointer;
		color: #FFFFFF;
	}
	.footerFriendlyLink span{
		padding: 0 20px;
	}
	.footerFriendlyLink a{
		color: #FFFFFF;
	}
	.footerFriendlyLinkline{
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid rgba(255,255,255,.2);
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		cursor: pointer;
		color: #FFFFFF;
	}
	.footerFriendlyLinkline span{
		padding: 0 20px;
	}
	.footerFriendlyLinkline a{
		color: #FFFFFF;
	}
	.footerMain p{
		color: #FFFFFF;
		line-height: 40px;
	}
	.cyyLink{
		font-size: 16px;
		cursor: pointer;
	}
	.aboutbox{
		width: 1400px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.aboutbox:after{
		content: '';
		display: block;
		clear: both;
	}
	.about-left{
		float: left;
		/* cursor: pointer; */
		margin-bottom: 30px;
	}
	.about-right{
		float: right;
	}
	.rightabout-item{
		margin-top: 30px;
		margin-left: 30px;
		float: right;
	}
	.rightabout-item > img{
		border-radius: 0px;
		width: 90px;
		height: 90px;
	}
	.rightabout-item > div{
		text-align: center;
		margin: 5px;
		color: #FFFFFF;
	}
}
@media ( min-width:1000px) and (max-width:1399px) {
	.footerBox{
		width: 100%;
		height: auto;
		background: #3062A9;
	}
	.footerMain{
		margin: 0 auto;
		width: 1000px;
		height: 100%;
		text-align: center;
		font-size: 16px;
		/* cursor: pointer; */
	}
	.footerFriendlyLink{
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		/* border-bottom: 1px solid rgba(255,255,255,.2); */
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		cursor: pointer;
		color: #FFFFFF;
	}
	.footerFriendlyLink span{
		padding: 0 5px;
	}
	.footerFriendlyLink a{
		color: #FFFFFF;
	}
	.footerFriendlyLinkline{
		width: 100%;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		border-bottom: 1px solid rgba(255,255,255,.2);
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		cursor: pointer;
		color: #FFFFFF;
	}
	.footerFriendlyLinkline span{
		padding: 0 0;
	}
	.footerFriendlyLinkline a{
		color: #FFFFFF;
	}
	.footerMain p{
		color: #FFFFFF;
		line-height: 40px;
	}
	.aboutbox{
		width: 1000px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.aboutbox:after{
		content: '';
		display: block;
		clear: both;
	}
	.about-left{
		float: left;
		width: 75%;
		text-align: left;
		/* cursor: pointer; */
		margin-bottom: 20px;
	}
	.about-right{
		width: 25%;
		float: right;
		margin-top: 20px;
	}
	.rightabout-item{
		margin-top: 30px;
		margin-left: 30px;
		float: right;
	}
	.rightabout-item > img{
		border-radius: 0px;
		width: 90px;
		height: 90px;
	}
	.rightabout-item > div{
		text-align: center;
		margin: 5px;
		color: #FFFFFF;
	}
	.cyyLink{
		font-size: 16px;
		cursor: pointer;
	}
}
@media (max-width:999px) {
	.footerBox{
		width: 100%;
		height: auto;
		background: #3062A9;
	}
	.footerMain{
		margin: 0 auto;
		width: 1000px;
		height: 100%;
		text-align: center;
		font-size: 16px;
		cursor: pointer;
	}
	.footerFriendlyLink{
		width: 100%;
		height: 50px;
		line-height: 50px;
		/* border-bottom: 1px solid rgba(255,255,255,.2); */
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		cursor: pointer;
		color: #FFFFFF;
	}
	.footerFriendlyLink span{
		padding: 0 5px;
	}
	.footerFriendlyLink a{
		color: #FFFFFF;
	}
	.footerFriendlyLinkline{
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid rgba(255,255,255,.2);
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		cursor: pointer;
		color: #FFFFFF;
	}
	.footerFriendlyLinkline span{
		padding: 0 20px;
	}
	.footerFriendlyLinkline a{
		color: #FFFFFF;
	}
	.footerMain p{
		color: #FFFFFF;
		line-height: 40px;
	}
	.aboutbox{
		width: 1000px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.aboutbox:after{
		content: '';
		display: block;
		clear: both;
	}
	.about-left{
		float: left;
		width: 75%;
		text-align: left;
		cursor: pointer;
		margin-bottom: 20px;
	}
	.about-right{
		width: 25%;
		float: right;
		margin-top: 20px;
	}
	.rightabout-item{
		margin-top: 30px;
		margin-left: 30px;
		float: right;
	}
	.rightabout-item > img{
		border-radius: 0px;
		width: 90px;
		height: 90px;
	}
	.rightabout-item > div{
		text-align: center;
		margin: 5px;
		color: #FFFFFF;
	}
	.cyyLink{
		font-size: 16px;
		cursor: pointer;
	}
}