@media (max-width:1903px) {
		.header .left a img {
				width: 175px;
			margin-left: 15px;
			transition: all 1s;
		}
	.header .left{
		margin-right: 3%;
		transition: all 1s;
	}
}
@media (max-width:1400px) {
		.header .left a img {
				width: 160px;
				margin-left: 10px;
		}
		.headerRight .login {
				text-align: center;
				text-indent: 0;
		}
		.jjfaTwoWord p {
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				display: block;
		}
}
@media (max-width:1280px) {
		body {
				min-width: 1300px;
		}
		.nav {
				/*		display: none !important;*/
		}
}