body {
    background-image: url(../../../images/yt.jpg);
	background-repeat: no-repeat;/*不重复*/
	background-position:top;
	background-color: #cccccc;
	color: #333;
	overflow-x: hidden;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font: 12px/1.5 Microsoft YaHei, Tahoma, Helvetica, Arial, simsun
}
address, cite, dfn, em, var, i {
	font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: 0;
}
h1 {
	font-size: 12px;
	color:#fff;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 10px;
	font-weight:0;
}
h4, h5 {
	font-size: 12px;
	font-weight: 400;
}
input, textarea, button, select {
	font-size: 12px;
	outline: none;
	resize: none;
	color: #333;
}
button {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.cle:after, .clearfix:after, .clear_f:after, .cle_float:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.cle, .clearfix, .clear_f, .cle_float {
	zoom: 1
}
.fl {
	float: left;
}
.fr {
	float: right;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;
}
a:hover {
	text-decoration: underline;
	color: #ff7d8e;
}
a:focus {
	outline: none;
}
::selection {
	background: #ff7d8e;
	color: #fff;
	
}
#wrapper {
	width: 1008px;
	margin: 15px auto;
}
/*列表*/
.brand-list {
	width: 1100px;
	overflow: hidden;
	margin-left: -10px;
}
.brand-list .brand-bd {
	position: relative;
	margin-left: 10px;
	margin-top: 5px;
}
.brand-list .item {
	position: absolute;
	width: 202px;
	background-color: #f8f8f8 filter:alpha(Opacity=10);/*opacity: 0.5;当opacity值为1时，表示完全不透明，为0时表示完全透明。*/
	border: 1.5px solid #f8f8f8;
	text-align:center;
	padding: 18px;
	top: 0;
	left: 40%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.brand-list .hover {
	box-shadow: 0px 1px 8px rgba(200,200,200,.6);
	background-color: #fff;
	border-color: #c8c8c8;
}
.brand-list .additem {
	padding: 0;
	width: 240px;
	border: none;
}
.brand-list .item h3 {
	font-size: 15px;
	color: #666;
	font-family: "黑体";
	font-weight: bolder;
	line-height: .8;
	margin-bottom: 25px;
}
.brand-list .item p {
	margin-bottom: 15px;
	font-size: 13px;
	
}




<!--导航条-->

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.cls {
	clear: both;
}
a:focus { outline: none; }



.xgsm {
	padding: 0px;
	width: 1024px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.xgsm p {
	line-height: 1.8em;
	padding: 0px;
	margin: 0px;
	color: #666666;
}
.menu {
	height: 40px;
	display: block;
	padding: 0px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font:"微软雅黑";
}

.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
}

.menu ul li {
	/* width and height of the menu items */  
			float: left;
	overflow: hidden;
	position: relative;
	line-height: 40px;
	text-align: center;
}

.menu ul li a {
			/* must be postioned relative  */ 
			position: relative;
			display: block;
			width: 170px;
			height: 40px;
			font-family: "微软雅黑", "黑体";
			font-size: 14px;
			text-decoration: none;
			cursor: pointer;
}

.menu ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 170px;
}

		.menu ul li a span.out {
			top: 0px;
}

		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: -40px;
}

	
		/** 2nd example **/

#menu2 {
	background: #000;
}
		
#menu2 ul li a {
			color: #999999;
}

#menu2 ul li a span.over {
	color: #000;
	background-color: #f0f0f0;
}


.btnDel {
	font: "微软雅黑";
	font-size: 14px;
	width: 125px;
	height: 33px;
	line-height: 33px;
	vertical-align: middle;
	background-image: url(video/images/btn.png);
	background-repeat: no-repeat;
	border: 0px !important;
	color: #fff;
	cursor: pointer;
	background-color: transparent;
}
