/* CSS Document */
body,div,ul,li,a,h1,h2,h3,h4,h5,h6,h7,tr,td,table,p,form,input,select,img{
	margin:0px;
	padding:0px;
	word-break:break-all;   
    word-wrap:break-word;
    transition-property:all;
    transition-duration:0.618s;
    transition-timing-function: ease;
    transition-delay:inherit;
}

ul,li{
	list-style:none;
}

img{
	border:none;
}

a{
	text-decoration:none;
}

body{
	text-align:center;
	font-size:12px;
	font-family:'Microsoft Yahei', 'Hiragino Sans GB';
}

.clear{
	clear:both;
}

.clearfix:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content: " ";
    clear:both;
    height:0;
}

.clearfix{
    *zoom:1;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.hide{
	display:none;
}

#webContent{
	text-align: center;
	width: 100%;
}

.orange{
	color: #F08200;
}

.red{
	color: #F08200;
}

/****************************以上全局*********************************/
#header,#content{
	width:1200px;
	margin:0 auto;
	text-align:left;
}

#header{
	position:relative;
	height: 90px;
}

#logo{
	position: absolute;
	left: 20px;
	bottom: -70px;
	width: 200px;
	z-index: 9999999;
}

#logo>img{
	width: 100%;
}

#menu{
	position: absolute;
	right: 140px;
	top: 0;
	height: 90px;
	line-height: 90px;
}

#menu>a{
	display: block;
	width: 105px;
	height: 100%;
	color: #000000;
	font-size: 16px;
	float: left;
	text-align: center;
	cursor: pointer;
}

#menu>a.action{
	color: #FFFFFF;
	background-color: #F08200;
}

#language{
	position: absolute;
	right: 10px;
	top: 0;
	width: 130px;
	height: 90px;
	line-height: 90px;
	color: #000000;
	font-size: 18px;
	text-align: center;
	border-left: 1px #B3B3B3 solid;
	cursor: pointer;
}
#language:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-bottom: -3px;
	margin-right: 10px;
	background: url(../img/search.png) no-repeat;
}

#header_ud_line{
	padding: 0px;
	margin: 0px;
	border: none;
	height: 80px;
	width: 100%;
	display: block;
	background: url(../img/header_ud_line_bg.jpg) repeat-x;
}

#content{
	min-height: 500px;
}

#footer{
	width: 100%;
	height: 280px;
	text-align: left;
	font-size: 14px;
    background-color: #5F5F5F;
}

.footer_top{
	width: 100%;
	background-color:#E7E6E6;
	height: 55px;
	line-height: 55px;
    text-align: center;
    font-size: 18px;
    color: #5F5F5F;
    margin-top: 50px;
}

#footer .content{
	width: 1200px;
	margin: 0 auto;
}

#footer table th{
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}

#footer table td{
	color: #909090;
	line-height: 30px;
	font-size: 12px;
	text-align: left;
}

#footer .footer_left{
    width: 50%;
    float: left;
    padding-top: 60px;
}

#footer .footer_left table th{
	line-height: 45px;
}

#footer .footer_right table th{
    width: 135px;
}

#footer .footer_right{
    width: 50%;
    float: left;
}

#footer .footer_bottom{
    padding-top: 50px;
}

#footer .footer_bottom>table{
	float: left;
}

#footer .footer_bottom>span{
	float: left;
	display: inline-block;
    width: 150px;
    height: 150px;
    margin-top: 8px;
}

#footer .footer_bottom>span>img{
	width: 100%;
}

.page_title{
	text-align: center;
	margin: 10px 0 45px 0;
}

.cut-off_rule{
	position: relative;
	border-bottom: 1px #8A8A8A solid;
	
}

.cut-off_rule>div{
	width: 320px;
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -160px;
	text-align: center;
}

.cut-off_rule>div>span{
	padding: 0px 30px;
	background-color: #FFFFFF;
}
/*****************************以上共通内容********************************/


#menu li{
	position:relative;
	float:left;
}
#menu li>a{
	display: block;
	width: 105px;
	height: 100%;
	color: #000000;
	font-size: 16px;
	float: left;
	text-align: center;
	cursor: pointer;
}

#menu li>a.action{
	color: #FFFFFF;
	background-color: #F08200;
}

#menu li>a:hover{
    color: #FFFFFF;
    background-color: #F08200;
}

.subMenu{
    display: none;
    position: absolute;
    z-index: 10000;
    width: 1000px;
    height: 20px;
    top: 89px;
}

#menu li:hover .subMenu{
	display: block;
}

.subMenu .bg{
	float:left;
    line-height: 20px;
}

.subMenu a{
	display: inline-block;
	padding: 20px 30px;
    line-height: 20px;
    color: white;
	opacity:0.6;
	background-color:#000;
	font-size: 14px;
}

.subMenu a:hover{
	opacity:0.8;
	color: #F08200;
}

.smallMenu .subMenu{
	top: 45px;
}
