       
/* scroll area */
	   
.scrollchild
{
    width: 294px;
    height: 464px;
    margin: 30px 0px 30px 17px;
    padding-top:20px;
    padding-bottom:10px;
    float: left;
    filter:Alpha(opacity=85);
    opacity:0.85;
    background-color:#e9e7d7;
}
.scrollchild:hover 
{
	filter:Alpha(opacity=100);
    opacity:1; 
}
.scrollchild_inner
{
    width:254px;
	padding:0 20px;
}
.index_wrapper
{
    position: relative;
    width: 1000px;
    overflow: hidden;
    float:right;
    background-color:#fff;
}
.indexBackground
{
    width: 1141px;
    height: 554px;
    overflow: hidden;
    background: url(/Includes/images/index_bg1.jpg) no-repeat;
}
.indexBackground_recruit
{
    width: 1141px;
    height: 554px;
    overflow: hidden;
    background: url(/Includes/images/news_bg.jpg) no-repeat;
}
.indexBackground_product
{
    width: 1141px;
    height: 554px;
    overflow: hidden;
    background: url(/Includes/images/news_bg.jpg) no-repeat;
}
.scrollDiv
{
    width:3000px;
    height:551px;
    left: 0;
    position:absolute;
    top:0;
    z-index:5;
}
.innerBoxHeight
{
    height:434px;   
}
.applyNow
{
    float:right;
    width:254px;
    text-align:right;
}
.apply_button
{
    background: url(/Includes/images/bg.png) no-repeat;
    background-position:-212px -44px; 
    border:none;
    width:70px;
    height:30px;
    cursor:pointer; 
}
.sepratorImg
{
    width:100%;
    height:19px;
	background:url(/Includes/images/img01.png) no-repeat 50% 50%;
	padding-bottom:10px;
}
.floatDescription_titleZH
{
    line-height:180%;
	font-size:17px;
	color:#373737;
	font-weight:900;  
}
.floatDescription_titleZH span
{
	font-size:17px;
	line-height:180%;
	font-weight:900;
}
.floatDescription_titleEN
{
    line-height:180%;
	font-size:18px;
	color:#787878;
	font-weight:bold;
	font-family:'Eras Light ITC';
}
.floatDescription_titleEN_indent
{
   /* line-height:180%;*/
	font-size:17px;
	color:#787878;
    font-weight: 900;
	padding:0 0 10px 0;
    font-family: "simhei";
}
.floatDescription_weibo
{
    color:#787878;
	font-weight:bold;
    font-family:'Eras Light ITC';
    font-size:18px;
    line-height:180%;
    text-indent:25px;
}
.recipeName
{
	font-size:17px;
	line-height:180%;
	color:#787878;
	font-weight:bold;
	font-family:'Eras Light ITC';
}
.right
{
	float:right;
	width:473px;
}

/*红色链接字体*/
a.redFont:link,a.redFont:visited
{
    color:#b80000;
    text-decoration:none;
}
a.redFont:hover,a.redFont:active
{
    color:#b80000;
    text-decoration:none;
}
/* 验证码 */
.RadCaptcha
{
    width:100px;
    float:left;
}
.order
{
    width:610px;
}
.orderTitle
{
    width:610px;
}

/* 横向滚动条 */
.lateralScrollBar
{
    width: 1000px; 
    float: left; 
    /*height: 40px;*/
}
.lateralScrollBar_bg
{
    width: 1000px; 
    height: 12px; 
    background-color: #e4e2d0; 
    padding:3px 0;
    position: relative;
}
.lateralScrollArea
{
    height: 20px; 
    left: 0px; 
    width: 0px; 
    position: absolute;
    cursor:pointer;
}
.lateralScroll_left,.lateralScroll_center,.lateralScroll_right
{
    width:100%;
    height:100%;
    float:left;
    display:block;
    background:url(/Includes/images/lateralScroll.png) no-repeat;
    background-position:left center;
}
.lateralScroll_left
{
    width:60%;
    background-position:left -1px;
}
.lateralScroll_center
{
    width:100%;
    background-position:center -13px;
    margin-top:-20px;
}
.lateralScroll_right
{
    width:40%;
    background-position:right -1px;
}

.redtxt
{
    color:#B80000;
}