@CHARSET "UTF-8";
/*hack*/
body{
	overflow: hidden;
}
#hold {
width: 100%;
height: 100%;
}
/**/
#backgroud_hold_hide img {
	display: none;
}
/*箭头导航start*/
#content-switch {
	z-index: 4;
	left: 296px;
	top: 132px;
	width: 280px;
	height: 339px;
}

#content-switch .prev {
	background: url("../images/content_switch_arrows.png") no-repeat scroll
		0 0 transparent;
	display: block;
	height: 19px;
	left: 130px;
	position: absolute;
	text-indent: -9999px;
	width: 37px;
}

#content-switch .next {
	background: url("../images/content_switch_arrows.png") no-repeat scroll
		0 -19px transparent;
	display: block;
	height: 19px;
	left: 130px;
	top: 200px;
	position: absolute;
	text-indent: -9999px;
	width: 37px;
}

#content-titles {
	color: #6F6F6F;
	height: 38px;
	line-height: 38px;
	position: absolute;
	width: 100%;
	top: 80px;
}

#content-titles li {
	font-size: 38px;
	text-align: center;
	width: 100%;
	display: none;
}

#content-titles .current {
	display: block;
}

/*箭头导航end*/

/*content start*/
#content-brand {
	z-index: 4;
	left: 660px;
	top: 132px;
	width: 650px;
	height: 326px;
	overflow: hidden;
}

#content-brand ul {
	top0: 0px;
	/* -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-transition: all 1s ease-in-out; */
}

#content-brand ul li {
	display: block;
	margin: 5px 0 5px 0;
}

#content-brand ul li.current {
	display: block;
}

.content-item-logo-img {
	float: left;
}

.content-item-right {
	display: block;
	width: 380px;
	height: 328px;
	float: left;
	background-color: #000;
	background-color: rgba(98, 135, 167, 0.4);
}

.content-item-right .content {
	color: white;
	width: 250px;
	margin: 0 0 0 40px;
	position: relative;
	top: 80px;
}

.content-item-right .content div.content_scroll {
	width: 100%;
	height: 125px;
	overflow: auto;
}

.content-item-right .content div.content_scroll h2 {
	font-size: 20px;
	margin: 0 0 10px 0;
	font-weight: normal;
}

.content-item-right .content div.content_scroll p {
	font-size: 12px;
	line-height: 20px;
}

.content-item-right .content .view-site-button {
	display: block;
	width: 110px;
	text-align: center;
	color: white;
	padding: 2px 2px;
	margin: 50px 0 0 0;
}