@charset "utf-8";
.dynmic_content {
	background:url(../images/dynamic.jpg) no-repeat;
	background-size:100% 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='images/dynamic.jpg',
    sizingMethod='scale');
	width:100%;
	padding-top:2%;
	padding-bottom:2%;
}
.ca-container
{
	width:96%;
	height:88%;
	margin-left:2%;
	position:relative;
}
.ca-wrapper
{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item
{
	width:100%;
	height:100%;
	position:relative;
	float:left;
}
.ca-item img
{
	width:100%;
	height:100%;
}
.ca-nav span.ca-nav-next
{
	background:url(../images/arrow_01.png) no-repeat;
	width:30px;
	height:68px;
	position:absolute;
	z-index:100;
	right:0;
	top:45%;
}
.ca-nav span.ca-nav-prev
{
	background:url(../images/arrow_02.png) no-repeat;
	width:30px;
	height:68px;
	position:absolute;
	z-index:100;
	left:0;
	top:45%;
}


.dynmic_view
{
	position:absolute;
	z-index:100;
	background:url(../images/dynam_cbg.png) repeat;
	width:52%;
	height:43.5%;
	margin-top:22%;
	margin-left:25%;
	text-align:center;
}
.dynmic_view span
{
	display:inline-block;
	width:100%;
	text-align:center;
}
.dynmic_view a
{
	display:inline-block;
	background:url(../images/dynmabtn.png) no-repeat center;
	width:100%;
	height:43px;
	margin-top:5px;
}
.view_title
{
	font-size:24px;
	font-weight:bold;
	margin-top:10%;
}




