@charset "UTF-8";
/* CSS Document */
@media (max-width: 1500px) {
    .wrap{ width: 1200px;}
	.footerR .contactDd .footerCon{
		margin-left: 0px;
	}
	.topBnt a {
	    width: 70px;
	}
	.indexTable tr td {
		width: 20%;
		padding: 8px 20px;
		font-size: 14px;
		color: #676767;
		border-bottom: 1px dashed #f1f1f1;
		line-height: 30px;
	}
	.cooperationForm input {
	    width: 100px;
	}
}
@media (max-height: 900px) {
	.rightMenu {
		top: 300px; 
	}
}