﻿body
{
	background-color:#bfbfbf;
}

.bgBox
{
	width:984px;
	margin:auto;
	background:url(images/bg.gif) repeat-y;
}

a
{
	color:#27598e;
}

a:hover
{
	text-decoration:underline;
}



.widget-header
{
	height:30px;
	line-height:30px;
	background:url(images/tit_bg.gif) repeat-x;
	border-left:1px solid #ffcd33;
	border-top:1px solid #ffcd33;
	border-right:1px solid #ffcd33;
}

.widget-content
{
	border-left:1px solid #dad9d9;
	border-right:1px solid #dad9d9;
	border-bottom:1px solid #dad9d9;
}

.widget-placeholder
{
	background-color:#c0c0c0;
}


.allContainer
{
	background-color:white;
}

.container
{
	clear:both;
	padding-bottom:10px;
}


.title
{
	color:#dc5d00;
	background:url(images/tit_ico.gif) no-repeat left center;
	padding-left:15px;
	float:left;
}

.titleMore a
{
	font-size:12px;
	color:#dc5d00;
	float:right;
	font-weight:normal;
}

.titleMore a:hover
{
	text-decoration:underline;
}




/***头部***************************************/

.h_top
{
	height:30px;
	background:url(images/h_top.gif) repeat-x;
	line-height:30px;
}

.h_top span
{
	margin:auto 10px;
}



.h_img
{
	clear:both;
	height:237px;
	/*background:url(images/h_img.gif) no-repeat;*/
}

.h_companyName
{
	font-size:38px;
	text-align:center;
	padding-top:85px;
	color:white;
}

.h_navBox
{
	background:url(images/h_nav.gif) repeat-x;
	height:35px;
}

.h_navL
{
	float:left;
	padding:6px 0 0 10px;
	display:inline;
	width:225px;
	height:29px;
	background:url(images/h_navL.gif) no-repeat;
}

.h_nav
{
	float:right;
	height:35px;
	font-size:14px;
}

.h_nav ul
{
	margin-right:10px;
}

.h_nav li
{
	float:left;
}

.h_nav li.h_navFont
{
	width:88px;
	line-height:35px;
	height:35px;
	text-align:center;
}

.h_nav li.h_navSpace
{
	width:1px;
	height:14px;
	margin-top:10px;
	background-color:white;
}
.h_nav li a
{
	color:white;
}



/** 名片背景 ***********************************************************************/

.card
{
	color:#5e4701;
	background:url(images/card.jpg);
}

.card div.c_name
{
	position:absolute;
	font-size:28px;
	top:25px;
	width:400px;
	text-align:center;
}

.card div.c_company
{
	position:absolute;
	font-size:16px;
	top:80px;
	width:400px;
	text-align:center;
}

.card div.c_detail
{
	position:absolute;
	top:148px;
	left:20px;
	line-height:20px;
	color:White;
}



/*产品菜单**********************************/

.prd_menu
{
}

.prd_menu li
{
	line-height:30px;
	border-bottom:1px dashed #a7a7a7;
	background:url(images/menuIco.gif) no-repeat left center;
	padding-left:10px;
}




/** 底部 ***********************************************************************/

.footer
{
	clear:both;
	height:75px;
	padding-top:18px;
	background:url(images/footer_bg.gif) repeat-x;
	color:White;
}

.footer a 
{
	color:White;
}


/** 广告图片切换样式 ************************************************************************/
  .rotatorNumber li
    {
        float: left;
        color: #FF7300;
        text-align: center;
        line-height: 16px;
        width: 16px;
        height: 16px;
        font-family: Arial;
        font-size: 12px;
        cursor: pointer;
        overflow: hidden;
        margin: 3px 1px;
        border: 1px solid #FF7300;
        background-color: #fff;
    }
    .rotatorNumber li.on
    {
        color: #fff;
        line-height: 21px;
        width: 21px;
        height: 21px;
        font-size: 16px;
        margin: 0 1px;
        border: 0;
        background-color: #FF7300;
        font-weight: bold;
    }









