body,html{
	padding: 0;
	margin: 0;
}
/*包含以下五种的链接*/
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;
}
@media (max-width:1199px) {
	html{
		font-size: 50px;
	}
	.footerBox{
		margin-top: .4rem;
	}
	.footerBtn{
		width: 100%;
	}
	.footerBtn >div{
		padding: 8px;
		margin: 8px;
		float: left;
		font-size: 18px;
		font-weight: 700;
		color: #2c3e50;
		cursor: pointer;
	}
	.actBtn{
		background: #004077;
		color: #FFFFFF !important;
	}
	.footerPartener{
		width: 100%;
		background: #005BAC;
		cursor: pointer;
	}
	.footerPartener >div{
		width: 44%;
		margin-top: 20px;
		float: left;
		margin-left: 4%;
	}
	.footerPartener >div img{
		width: 100%;
		border: 1px solid #e6e6e6;
	}

	.footerMedia{
		width: 95%;
		height: auto;
		margin: 0 auto;
		margin-top: 20px;
		background: #FAFAFA;
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		line-height: 50px;
		text-align: justify;
		color: #004077;
		cursor: pointer;
	}
	.footerLogo{
		display: none;
	}
	.footerLogoPhone{
		display: block;
		width: 100%;
		margin-top: .4rem;
		background: #e5ecf1;
		/* padding: .4rem 0; */
	}
	.footerLogoPhoneCon{
		width: 95%;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.footerLogoPhoneCon >div{
		font-size: .3rem;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #999;
		line-height: .6rem;
		display: block;
		text-align: center;
	}
	img{
		vertical-align: middle;
	}
	.erweiright{
		margin-top: 10px;
		width: 100%;
		height: auto;
		display: block;
		text-align: center;
	}
	.erweiright > div{
		float: left;
		width: 30%;
		height: auto;
		margin-left: 1%;
	}
	.erweiright > div:nth-child(1){
		margin-left: 3%;
	}
	.erweiright > div > img{
		width: 80%;
		height: auto;
	}
	.erweiright > div > p {
		color: rgb(153, 153, 153);
		margin: 5px 0;
		font-size: 14px;
	}

}
@media (min-width:1200px) {
	.footerBox{
		margin-top: 20px;
	}
	.footerLogoPhone{
		display: none;
	}
	.footerBtn{
		width: 1200px;
		height: 30px;
		margin: 0 auto;
	}
	.footerBtn >div{
		padding: 0 15px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		float: left;
		font-size: 18px;
		font-weight: 700;
		color: #2c3e50;
		cursor: pointer;
	}
	.actBtn{
		background: #004077;
		color: #FFFFFF !important;
	}
	.footerBtn >div:not(:first-child){
		margin-left: 40px;
	}
	.footerPartener{
		width: 1200px;
		margin: 0 auto;
		background: #005BAC;
		cursor: pointer;
	}
	.footerPartener >div{
		width: 180px;
		height: 72px;
		margin-top: 20px;
		float: left;
	}
	.footerPartener >div:not(:first-child){
		margin-left: 24px;
	}
	.footerPartener >div:nth-child(6n + 1){
		margin-left: 0;
	}
	.footerPartener >div img{
		width: 100%;
		height: 100%;
		border: 1px solid #e6e6e6;
	}


	.footerMedia{
		width: 1140px;
		height: auto;
		margin: 0 auto;
		padding: 0 30px;
		margin-top: 20px;
		background: #FAFAFA;
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		line-height: 50px;
		text-align: justify;
		color: #004077;
		cursor: pointer;
	}
	.footerLogo{
		display: block;
		width: 100%;
		height: 200px;
		background: #e5ecf1;
		margin-top: 20px;
	}
	.footerLogoMain{
		width: 1200px;
		height: 100%;
		margin: 0 auto;
	}
	.footerLeft{
		width: 750px;
		height: 100%;
		float: left;
	}
	.footerRight{
		width: 450px;
		height: 100%;
		float: left;
	}
	.leftLogo{
		width: 100%;
		height: 70px;
		margin-top: 25px;
	}
	.leftLogo img{
		width: 185px;
		height: 70px;
		float: left;
	}
	.leftLogo div{
		width: 120px;
		padding-right: 10px;
		height: 70px;
		text-align: center;
		float: right;
		font-size: 16px;
		font-family: "Microsoft YaHei";
		font-weight: 700;
		color: rgb(51, 51, 51);
		cursor: pointer;
	}
	.leftCon{
		width: 100%;
		height: 40px;
		text-align: left;
		line-height: 40px;
		font-size: 12px;
	}
	.leftCon2{
		width: 100%;
		height: 30px;
		text-align: left;
		line-height: 30px;
		font-size: 12px;
	}
	.footerRight >div{
		width: 120px;
		height: auto;
		float: left;
		margin-top: 30px;
		margin-right: 30px;
	}
	.rightImg img{
		width: 100px;
		height:100px;
		margin-left: 10px;
	}
	.rightImg p {
		font-size: 14px;
		width: auto;
		margin: 5px 0;
		text-align: center;
	}

}