
	/* 电脑端CSS代码 */
	body {
		margin: 0px;
		padding: 0px;
		border: currentColor;
		border-image: none;
		color: #FFFFFF;
	}

	* {
		margin: 0;
		padding: 0;
	}

	li {
		list-style: none;
	}

	a {
		color: #333333;
		text-decoration: none;
	}

	.top1 {
		width: 1200px;
		margin: 20px auto;
		position: relative;
	}

	.logo-left {
		width: 100px;
		height: 100px;
		padding: 45px 0 0 30px;
		float: left;
		z-index: 999;
		position: absolute;
	}

	.logo-right {
		margin: 7px 200px;
		width: 860px;
		overflow: hidden;
		height: 150px;
		overflow: hidden;
		z-index: -999;
		background: url(http://1.71.13.92:8899/profile/yms/img/header.jpg) no-repeat;
		position: absolute;
	}

