@charset "utf-8";
/* CSS Document */
html{
    background-color: #666;
}

body,h1,ul {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

ul {
	list-style: outside none none;
}

a {
	text-decoration: none;
}

.clear_float {
	margin: 0;
	padding: 0;
	clear: both;
}

/*header*/
header {
	width: 100%;
	min-width: 960px;
	height: 120px;
	/*background-color: #FFF;*/
	/*box-shadow: 0 10px 10px rgb(0,0,0,0.5);
	position: relative;
	z-index: 9999;*/
}

#header {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	position:relative;
}

#header .header-left {
	width: 300px;
	height: 120px;
	line-height: 120px;
	float: left;
}

#header .header-center {
	width: 450px;
	height: 120px;
	line-height: 120px;
	float: left;
}
	
#header .header-left > h1 {
	width: 300px;
	background: url(../images/logo_header.png);	
	text-indent: -9999px;
}

#header .header-right {
	width: 150px;
	height: 120px;
	line-height: 120px;
	float: right;
	display: block;
}

#header #header-searchbar{
    float: left;
    width: 350px;
    height: 20px;
    padding: 5px;
    /* background: url(../images/searchbar_glass.png) no-repeat right 5px center; */
    border: 2px solid #F60;
    /* border-radius: 8px; */
    outline: none;
    margin-top: 38px;
}

#header #header-searchbar::placeholder{
    color: #ccc;
}

#header #btnsearchbar{
    float: left;
    width: 60px;
    height: 34px;
    /* line-height: 34px; */
    border: 1px solid #f60;
    background: #f60;
    /* padding: 5px; */
    color: white;
    margin-top: 38px;
    cursor: pointer;
}

#header .header-lang{
    position:absolute;
    font-size: 9pt;
    font-weight:bold;
    color: Gray;
    right: 0px;
    text-align:right;
    z-index:1000;
    width:180px;
    height:40px;
    padding-top:2px;
}

#header.header-right ul {
	width: 300px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#header .header-right ul li {
	font-family: 微软雅黑, 黑体;
	width: 150px;
	color: #000;
	font-size: 13px;
	text-align: center;
	position: relative;
}

#header .header-right ul li a, .header-right ul li a:visited {
	color: #F90;
	font-weight: bold;
	/*display: block;*/
}

#header .header-right ul li ul li a, .header-right ul li ul li a:visited {
	color: #333;
	font-size: 11px;
	font-weight: normal;
}

/*#header .header-right >ul >li >a, .header-right >ul >li >a:visited {
	font-size: 13px;
}*/

/*#header .header-right >ul >li >a:hover .header-right >ul{
	border: 1px solid #F90;
}*/

#header .header-right >ul >li >ul {
	display: none;
}

#header .header-right >ul >li >ul >li{
	text-align: left;
	text-indent: 14px;
	height: 20px;
	line-height: 20px;
	color: #F90;
}

/*#header .header-right ul li:hover ul li ul li a{
	color: #fff;
	background: #F60;
}*/

#header .header-right >ul >li:hover >ul{
	display: block;
	position: absolute;
	top: 70px;
	left: 0;
	background: #FFF;
	border: 1px solid #F90;
	z-index: 9999;
}

#header .header-right ul li:hover ul li a:hover{
	font-size: 13px;
	font-weight: bold;
	color: #F90;
}


/*#header .header-right >ul >li >ul >li:hover .header-right >ul >li >ul >li{
	background-color: #eee !important;
}*/

/*#header .header-right >ul >li:hover .header-right >ul >li >ul {
	float: right;
	position: absolute;
	display: none;
}*/



/*nav*/
#nav {
	width: 100%;
	min-width: 960px;
	height: 50px;
	line-height: 50px;
	background-color: #F60;
}

#menu {
	width: 960px;
	/*height: 50px;
	line-height: 50px;*/
	margin: 0 auto;
	background-color: #F60;
	position: relative;
}

#menu #active {
	color:#F90;
	background: #FFF;
	border: 1px solid #F90 ;
	height: 48px; /*边框上下加1，高度减2*/
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	/*height: 50px;
	line-height: 50px;*/
}

#menu ul li {
	font-family: 微软雅黑, 黑体;
	font-size: 10.5pt;
	width: 160px;
	color: #FFF;
	text-align: center;
	float: left;
	position: relative;
	z-index:1;
}

#menu >ul >li >a, #menu >ul >li >a:visited{
	color: #FFF;
	background:#F60 url(../images/arrow_down.png) no-repeat right 15px center;
	display: block;
}

#menu >ul >li >a:hover {
	color: #F60;
	background:#FFF url(../images/arrow_down_hover.png) no-repeat right 15px center;
	border: 1px solid #F90 ;
	height: 48px; /*边框上下加1，高度减2*/
	display: block;
}

#index >a, #index >a:visited{
	background-image: none !important;
}

#index .current{
    background: white !important;
    color: #f60 !important;
    height: 48px !important;
    border: 1px solid !important;
}

#eshop >a, #eshop >a:visited{
	background-image: none !important;
}

#index >a:hover{
	background-image: none !important;
}

#eshop >a:hover{
	background-image: none !important;
}

#menu >ul >li >ul{
	height: 35px;
	line-height: 35px;
	display: none;
}

/*#menu ul li:hover ul li ul li a{
	color:#f60;
	background: #fff;
}*/

#menu ul li:hover ul{
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 150px;
}

.line {
	height: 3px;
	background-color: #F60;

}

#menu ul li:hover ul li a{
	display: block;
	background: #FFF;
	color: #000;
}

#menu ul li:hover ul li a:hover{
	font-size: 11.5pt;
	font-weight: bold;
	background: #FFF;
	color: #F90;
}

/*index.html*/
#index-content{
	width: 100%;
	min-width: 960px;
	height: 570px;
	background: #021450 url(../images/index_logos.jpg) no-repeat center;
}


/*footer*/
#footer{
	clear: both;
	width: 100%;
	min-width: 960px;
	background-color: #666;
	text-align: center;
}

#footer strong{
	font-size: 9.5pt;
	font-weight: bold;
}

#footer .footer-top{
	width: 960px;
	height: 150px;
	margin: 0 auto;
	padding-top: 35px;
}

#footer .footer-top ul li{
	font-family: 微软雅黑, 黑体;
	text-align: left;
	font-size: 9pt;
	line-height: 175%;
	width: 130px;
	color: #FFF;
	float: left;
}

#footer .footer-top >ul >li:nth-of-type(2)
{
    text-indent:5px;
}

#footer .footer-top >ul >li:nth-of-type(3)
{
    text-indent:15px;
}

#footer .footer-top >ul >li:nth-of-type(4)
{
    text-indent:30px;
}

#footer .footer-top >ul >li:nth-of-type(5)
{
    text-indent:45px;
}

#footer .footer-top >ul >li:nth-of-type(6)
{
    text-indent:60px;
}

#footer .footer-top >ul >li:nth-of-type(7)
{
    text-indent:75px;
}

#footer .footer-top >ul >li:nth-of-type(8)
{
    text-indent:90px;
}

#footer .footer-top .footer-logo{
	width: 180px;
}

#footer .footer-bootom hr{
	width: 950px;
}

#footer .footer-bottom {
	font-family: 微软雅黑, 黑体; 
	font-size: 9pt;
	width: 960px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	text-align: center;
	color: white;
}

#footer a, a:visited{
    color: white;
}

#footer a:hover{
	font-size: 9.5pt;
	font-weight: bold;
}


/*page*/
.page{
	font-size: 10pt;
	margin-top: 30px;
}

.page >span{
	margin-right: 10px;
	color: #fff;
	background-color: #36c;
	border: 1px #666 solid;
	border-radius: 3px;
	padding: 3px 9px;
}

.page >a, .page >a:visited{
	margin-right: 10px;
	border: 1px #666 solid;
	border-radius: 3px;
	color: #999;
	padding: 3px 9px;
}

.page >a:hover{
	color: #333;
	background-color: #eee;
}

/*table*/
.table >div{
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}

/*.table div:nth-of-type(odd){
	background: #f4f4f4;
}*/
.table div{
    border-bottom: 1px solid #ddd;
}

/*.table div:first-child{
    border-top: 1px solid #ccc;
}*/

.table div:hover{
	background: #edf4fa;
}

.table a, .table a:visited{
	color: #000;
}

.table a:hover{
	color: #f60;
}

.table .title{
	color: #FFF;
	height: 40px;
	line-height: 40px;
	background-color: #666;
	margin-bottom: 5px;
}
/*.table{
	border-spacing: 0;
	width: 690px;
}

.table th {
    border: 0;
    padding: 5px 0 5px 0;
    color: #fff;
    background-color: #666;
}

.table tr{
	text-align: center;
	height: 32px;
	line-height: 32px;
}

.table tr:nth-of-type(odd){
	background: #f4f4f4;
}

.table tr:hover{
	background: #edf4fa;
}

.table tr td a, .table tr td a:visited{
	display: block;
	color: #000;
}

.table tr td a:hover{
	color: #f60;
}*/







	
