@charset"utf-8";

/* CSS Document */

/*** side navigation start ****/
 .main_left ul li a.atthis {
    background:url(../images/production/arrow01_yellow.png) no-repeat right center;
}
.path a:hover {
    text-decoration: underline;
}
/*** side navigation end ****/
 .list {
    width:758px;
    /*height: 898px;*/
    margin: 0 0 50px 0;
    /*border-bottom: 1px solid #e6e6e6;*/
}
/* slider */
 .slider {
    width:450px;
    height:300px;
    position:relative;
    overflow:hidden;
}
.conbox {
    position:absolute;
}
.switcher {
    position:absolute;
    bottom:10px;
    right:10px;
    float:right;
    z-index:2;
}
.switcher a {
    background:#999;
    cursor:pointer;
    float:left;
    font-family:arial;
    height:18px;
    line-height:18px;
    width:18px;
    margin:4px;
    text-align:center;
    color:#fff;
}
.switcher a.cur, .switcher a:hover {
    background:#ea5209;
    height:24px;
    line-height:24px;
    width:24px;
    margin:0 2px;
    color:#fff;
    font-weight:800;
}
#slider1 .conbox {
    width:9999em;
}
#slider1 .conbox div {
    width:450px;
    height:300px;
    overflow:hidden;
    float:left;
}

.viewLarge {
	width: 67px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
	color: #fff;
	pointer-events:none;
    background:url(../images/production/viewLargeBg.png);
}

.row_0_left {
	width: 450px;
	height: 300px;
	float: left;
    margin:22px 0;
}

.row_1_right {
	width: 300px;
	height: 300px;
	float: right;
    margin:22px 0;
    position: relative;
}

.row1 p {
	display: block;
	text-indent: 2em;
	margin: 5px 0 11px 0;
}

.row1 i {
	display: block;
	/*margin: 44px 0 44px 0;*/
	color: #ea5209;
	font-style: normal;
}

.row2Top {
	width: 760px;
	height: 10px;
    background:url(../images/production/noteBg_01.jpg);
}

.row2Mid {
	position: relative;
	/*overflow: hidden;*/
}

.row2Mid img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}


.row2Mid p {
	display: block;
	padding: 10px 15px;
}

.row2Bot {
	width: 760px;
	height: 10px;
    background:url(../images/production/noteBg_03.jpg);
}




