﻿@charset "utf-8";
/* General
---------------------------------------- */
html, body {
	min-width:960px;
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	color: #333;
	font: 13px Arial, Verdana, "微软雅黑";
}
.container {
	width: 960px;
	margin: 0 auto;
	position:relative;
}
.left {float: left;}
.right {float: right;}
.hide {display: none;}
a { color: #333; transition:color 300ms ease;}
a:link {color: #333;}
a:hover {color: #000;}
a img {	border: none;}
a:hover img, a.imagelink:hover {
	filter:alpha(opacity=80);*filter:none;
	-moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;
}
/* Header
---------------------------------------- */
#header {
	background:url(../images/header-bg.gif) repeat-x;
	height:121px;
	border-bottom: 1px solid #c0bfc1;
	position:relative;
	z-index: 10;
}
#header .container {
	position: relative;	
}
/* Header widget */
#top-bar {
    height: 35px;
	/*background:#f8f8f8;
	border-bottom:1px solid #ebebeb;*/
}
#top-text {
	font-size: 14px;
	line-height: 35px;
}
#top-link {
	color: #666;
}
#top-link a{
	text-decoration: none;
	line-height: 35px;
	color: #666;
	font-size: 15px;
	padding: 0 0 0 8px;
}
#top-link a:hover{
	color: #000;
}
#top-link a.login {
	padding-left: 20px;
	background:url(../images/login.gif) no-repeat 0 center;
	color: #00aaee;
}
#top-link a:hover.login {
	color: #006699;
}
/* Logo */
#logo {
	left: 0;
	top: 17px;
	position: absolute;
	z-index: 15;
}
#main-nav {
	position: absolute;
	right: 0;
	top: 30px;
}
/* begin main navigation bar*/
ul.main-menu {
	/*width: 680px !important;*/
	border-bottom: none !important;
	margin-right: -32px !important;
}
ul.main-menu li {
	padding: 0 32px !important;
	border: none !important;
	background: transparent !important;
}
ul.main-menu li.home {
	/*margin-left: 3px;*/
}
ul.main-menu li span.dir {
	padding: 0 !important;
	background-image: none !important;
}
ul.main-menu li a{
	color: #333 !important; /*normal color*/
	font: 16px Arial, Verdana, 微软雅黑;
	font-weight: normal !important;
	text-decoration: none;
	display: block;
	padding: 0 0;  /*menu item padding*/
	/*width: 135px;*/
	text-align: center;
	margin: 0;
	line-height: 42px;
	/*border-right:1px solid #5384bc !important;*/  /*menu item Dividing line */
	transition: padding 300ms ease, color 300ms ease;
}
/* hover */
ul.main-menu li a:hover, ul.main-menu li.hover a, ul.main-menu li:hover a{
	background:#fff !important;
	color: #00aaee !important; /*hover default color(level 1)*/	
	border-bottom: 2px solid #00aaee;
}
ul.main-menu li.hover ul li a, ul.main-menu li.hover ul li a:hover, ul.main-menu li:hover ul li a{
	padding: 12px 0 !important; /* dropdown item padding (level 2,3,4)*/
	/*background:url('') !important;*/
	color: #333 !important; /*dropdown default color(level 2,3,4..)*/
	text-align: center !important;
	font-size: 16px;
}

ul.main-menu li.hover ul li a:hover, /* default item hover */
ul.main-menu li:hover ul li a:hover,  /* current hover item*/
ul.main-menu li:hover ul li.hover a  /* default item*/
{ 
	color: #fff !important;
	background:url('') #00aaee !important; /* dropdown hover backcolor(level 2,3,4..)*/
}

/* dropdown level 2,3,4..*/
ul.main-menu ul {
	width: 110px !important;
	border-top: none !important;
	margin-top: -3px !important;
	margin-left: -5px !important;
}
ul.main-menu li ul li{
	padding: 0 !important;
	background-color: #ff0000 !important; /*dropdown default backcolor(level 2,3,4..) */
	border-right: 0px !important;	
	_height: 40px;
	/*border-bottom: 1px solid #fff !important;*/
	filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;	
}
ul.main-menu li ul li:last-child{
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
ul.main-menu li ul li:last-child a{
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}

ul.main-menu li ul li a{
	border: none !important;
	line-height: 100%;
	/*width: 162px;*/
	text-align: left !important;
}
/* level 3,4..*/
ul.main-menu li ul li ul {
	top: 5px !important;
	padding-left:0px !important;
	_margin-left: -10px !important;
}
/* linear style */
/*ul.dropdown.main-menu ul li a{
	font-size: 16px !important;
	padding: 0px 10px !important;
	display: inline;
}
ul.dropdown.dropdown-linear ul {	
	background-color: transparent !important;
    width: 660px !important;
}
ul.dropdown.dropdown-linear ul.align-right {
	right: 0 !important;
	left: auto !important;
}
ul.dropdown.dropdown-linear ul.align-right li{
	float: right !important;
}
ul.dropdown.dropdown-linear li *.dir {
	padding-right: 0px;
	background-image: none !important;
}*/
/* end main navigation bar*/

/* Banner
---------------------------------------- */
#banner-wrapper {
	position:relative;
	z-index: 9;
}
#main-banner-wrapper {
	height: 298px;
	position:relative;
	z-index:-1;	
}
#banner {
	height: 298px;
	/*background:url(../images/banner-bg.jpg) no-repeat center top;*/
}

/* Content
---------------------------------------- */
.section {

}
.section h3.title, .main h3.title {
	font-size: 16px;
	font-weight: normal;
	padding: 8px 0 8px 8px;
	margin:0;
}
#main span.home {
	background:url(../images/home.gif) no-repeat;
	padding-left: 20px;
	color: #666;
}
#main .section h3.title, .main h3.title{
	font-size:16px;
	font-size: 24px;
	text-align: center;	
}
.main h3.white-title {
	color:#fff;	
}
#main .section h3.big-title, .main h3.big-title{
	font-size: 30px;
	padding: 30px 0;	
}
#main .section h4.sub-title, .main h4.sub-title{
	font-size: 15px;
	color: #999;
	text-align:center;
	font-weight: normal;
	margin: -25px 0 25px 0;
}
#main .section h3.big-title span, .main h3.big-title span{
	color:#999;
}
.main h4.sub-title2 {
	color:#ccc;	
}
#main .section h3.article-title{
	font-size: 22px;
	padding: 30px 0 20px 0;
	text-align: center;
}

.article-nav {
	border-top: 1px dashed #999;
	padding: 20px;
}
#main .section h3.title a{
	font-size:15px;
	color: #777;
	text-decoration: none;
}
#main .section h3.title a:hover{
	color: #81b8d9;
}

.category-list .section{
	margin-bottom: 20px;
}
#sidebar h3.title {
	color:#3cb319;
	font: 18px Arial, Verdana;	
	margin: 0 0 2px 0;
}
#sidebar h3.title span {
	font-size: 12px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar .section h3.big-title {
	padding: 22px 0 22px 20px;
}
.section span.more, #main-wrapper a.more {
	float: right;
	font-size: 15px;
	margin-right: 8px;
}
.section div.main-content{

}
.section .main-content {
	font-size: 15px;
	line-height: 1.7em;
}
.section .main-content p{
	font-size:inherit;
	line-height:inherit;
}
.main-content .summary {
	text-align:center;
	color: #999;
}
/* Main
---------------------------------------- */
#page-content {
	overflow: hidden;
	/*border-top: 1px solid #325dac;*/
	/*padding: 30px 0;*/
}
/*#page-content .container {
	border-bottom: 5px solid #325dac;
}*/
/* home */
#main-wrapper {

}
#main-wrapper .section h3.title {
    font-size: 30px;
	border-bottom: none;
    font-weight: normal;
    text-align: center;
}
#main-wrapper .section h4.sub-title {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
	color: #999;
	margin: 0;
	padding: 0;
}

#main-wrapper div.tab-content {
	margin: 10px 0 40px 0;
}

/*-------------*/
#main {
	/*float: right;*/
	width: 960px;
	min-height: 450px;
	/**height: 450px;*/
	/*margin-bottom:-10000px; 
	padding-bottom:10000px;*/
}

.buttons a {
	width: 104px; height: 36px; line-height: 36px;
	text-align:center; margin: 10px 20px 0 20px;
	display: block;	/*float: left;*/
	border-radius: 18px;
	text-decoration: none;
	font-size: 15px;
	transition:color 300ms ease;
	transform:scale(1);
}
.buttons a:hover {
	transform:scale(1.1);
}
.btn1 { border:1px solid #4c9500; color: #4c9500 !important;}
.btn1:hover { background-color: #4c9500; color: #fff !important;}
.btn2 { border:1px solid #00aaee; color: #00aaee !important;}
.btn2:hover, .btn2.hover { background-color: #00aaee; color: #fff !important;}
.btn3 { border:1px solid #ff5300; color: #ff5300 !important;}
.btn3:hover { background-color: #ff5300; color: #fff !important;}
.btn4 { border:1px solid #c2c2c2; background-color: #f7f7f7; color: #666 !important;}
.btn4:hover { background-color: #888; color: #fff !important;}
.btn5 { border:1px solid #fff; background-color: transparent; color: #fff !important;}
/*.btn5:hover { background-color: #888; color: #fff !important;}*/

.ui-tabs .ui-tabs-nav li a {
	font-size: 12px !important;
}
.pagination a{
	padding: 0 5px;
}
.textlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.textlist li{
	padding: 8px 0px 8px 20px;
	background:url(../images/dot.gif) no-repeat 5px center;
	border-bottom: 1px dotted #ddd;
}
.textlist li a, .textlist li span{
	font-size: 15px;
	text-decoration: none;
}
.textlist span.date{
	margin-left:10px;
	float: right;
	color: #2495d9;
}
.imagelist {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -30px;
	_margin-left: 0;
}
.imagelist li{
	float: left;
	width: 300px;
	height: 310px;
	margin-left: 30px;
	_margin:0 20px 0 0;
}
.imagelist li h3{
	margin: 6px 0;
	font-size: 18px;
	padding: 0;
	font-weight: normal;
}
.imagelist li p{
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 12px;
	color:#666;
}
.imagelist li a{
	text-decoration: none;
	outline: none;
}
.imagelist li a.more{
	color: #00aaee;
	font-size: 12px;
	font-weight: bold;
}
.imagelist li a.more:hover{
	text-decoration: underline;
}
.imagelist li a img{
	width: 300px;
	height: 179px;
	margin-bottom: 2px;
}
.imagelist li a:hover img{
	/*filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;*/
}
.imagelist li:nth-child(1) {
    animation-delay: 200ms;
}
.imagelist li:nth-child(2) {
    animation-delay: 400ms;
}
.imagelist li:nth-child(3) {
    animation-delay: 600ms;
}
.imagelist li:nth-child(4) {
    animation-delay: 800ms;
}
.imagelist li:nth-child(5) {
    animation-delay: 1000ms;
}
.imagelist li:nth-child(6) {
    animation-delay: 1200ms;
}
.imagelist li:nth-child(7) {
    animation-delay: 1400ms;
}
.imagelist li:nth-child(8) {
    animation-delay: 1600ms;
}
.imagelist li:nth-child(9) {
    animation-delay: 1800ms;
}
.imagelist li:nth-child(10) {
    animation-delay: 2000ms;
}
.imagelist li:nth-child(11) {
    animation-delay: 2200ms;
}
.imagelist li:nth-child(12) {
    animation-delay: 2400ms;
}
.imagelist-case {
	margin-left: -26px;
	_margin-left: 0;
}
.imagelist-case li{
	border: 1px solid #fafafa;
	border-top: none;
	margin-left: 26px;
	_margin: 0 18px 0 0;
	margin-bottom: 30px;
	width: 300px;
	height: 269px;	
	position: relative;
	overflow: hidden;
}
.imagelist-case li a img{
	width: 294px;
	height: 223px;
	padding: 2px;
	border: 1px solid #ccc;
	margin-bottom: 0;
}
.imagelist-case li a p{
	position: absolute;
	margin: 0;
	top:0; left:0; top: 129px;
	width: 100%;
	height: 205px;
	line-height: 200%;
	font-size: 15px;
	padding-top: 80px;
	color: #333;
	background-color: #fff;
	text-align: center;
	font-weight: normal;
	filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;
	_display: none;
	transition:all 300ms ease;
	*cursor: hand;
}
.imagelist-case li a:hover p{
	/*display: block;*/
	top:0;
	_display: block;
	filter:alpha(opacity=88); -moz-opacity:0.88; -khtml-opacity: 0.88; opacity: 0.88;
}
.imagelist-case li a:hover p span{
	color: #00aaee;
	font-weight:bold;
}
.imagelist-case li h3{
	text-align: center;
	margin: 0;
	padding: 10px 0;
	font-size: 15px;
	background:url(../images/arrow-up.gif) #fff 265px center no-repeat;
}

.imagelist-product {
	margin-left: -26px;
	_margin-left: 0;
}
.imagelist-product li{
	border-top: none;
	margin-left: 26px;
	_margin: 0 18px 0 0;
	margin-bottom: 30px;
	width: 300px;
	height: 280px;
	position: relative;
	overflow: hidden;
}
.imagelist-product li a img{
	width: 130px;
	height: 150px;
	padding: 0 85px;
	margin-bottom: 0;
}
.imagelist-product li h3{
	text-align: center;
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
}
.imagelist-product li p{
	text-align: center;
}
.imagelist-product li p span{
	color:#00aaee;
	font-weight: bold;
}

.imagelist-service {
	margin-left: -26px;
	_margin-left: 0;
}
.imagelist-service li{
	margin-left: 26px;
	_margin: 0 19px 0 0;
	width: 220px;
	height: auto;
	margin-bottom: 30px;
}
.imagelist-service li a img{
	width: 218px;
	height: 178px;
	border: 1px solid #e0dfdf;
	margin-bottom: 0;
}

.imagelist-website {
	margin-left: -26px;
	_margin-left: 0;
}
.imagelist-website li{
	margin-left: 26px;
	_margin: 0 19px 0 0;
	width: 220px;
	height: auto;
	margin-bottom: 30px;
	text-align: center;
}
.imagelist-website li h3{
	margin-top: 0;
}
.imagelist-website li p{
	color: #555;
	font-size: 15px;
	line-height: 200%;
	margin-top: -10px;
}
.imagelist-website li p span{
	color:#ff5200;
	font-size: 18px;
}
.imagelist-website li a img{
	width: 218px;
	height: 85px;
	padding: 20px 0;
	border: 1px solid #fff;
	margin-bottom: 0;
}
.imagelist-website li a:hover img{
	border: 1px solid #003399;
}

.imagelist-domain {
	margin-left: -26px;
	_margin-left: 0;
}
.imagelist-domain li{
	margin-left: 26px;
	_margin: 0 19px 0 0;
	width: 220px;
	height: auto;
	margin-bottom: 30px;
	text-align: center;
}
.imagelist-domain li h3{
	margin-top: 0;
}
.imagelist-domain li p{
	color: #555;
	font-size: 15px;
	line-height: 200%;
	margin-top: -10px;
}
.imagelist-domain li p span{
	text-decoration:line-through	
}
.imagelist-domain li p span strong{
	color:#ff5200;
	font-size: 18px;
}
.imagelist-domain li a img{
	width: 218px;
	height: 85px;
	padding: 5px 0;
	border: 1px solid #fff;
	margin-bottom: 0;
}
.imagelist-domain li a:hover img{
	border: 1px solid #003399;
}
.main h3.title-blue {
	text-align: center;
	font-size: 28px;
	color: #002e97;	
	font-family: "仿宋";
	line-height: 200%;
}

.imagelist-advantage li{
	position: relative;
	height: 237px;
}
.imagelist-advantage li a{
	color: #fff;
}
.imagelist-advantage li a img{
	height: 237px;
}
.imagelist-advantage li h3{
	position: absolute;
	left: 0; bottom: 0;
	filter:alpha(opacity=60);
	-moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	width: 300px;
	background:url(../images/arrow-up2.png) #000 245px center no-repeat;
	_background:url(../images/arrow-up2.gif) #000 245px center no-repeat;
	color: #fff;
}

.image-gallery {
    margin: 0;
    padding: 0;
}
.image-gallery li {
    height: 240px;
    list-style: outside none none;
    position: relative;
    width: 400px;
}
.image-gallery li img {
    height: 240px;
    width: 400px;
	border: 1px solid #e6e6e6;
}
.image-gallery li h3 {
    position: absolute;
    left:0; bottom: -1px;
    opacity: 0.7;
	filter:alpha(opacity=70);
    margin: 0 !important;
    width: 392px;
	padding-left: 8px;
	border: 1px solid #e6e6e6;
	border-top-width: 0;
	border-bottom-width: 0;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background-color: #000;
}
.text-summary {
    margin: 0;
    padding: 0;
}
.text-summary li {
    list-style: outside none none;
	border-top: 1px dashed #ccc;
	padding-top: 10px !important;
}
.text-summary li.first {
	border-top: none;
	padding-top: 0 !important;
}
.text-summary li h3.date{
	float: left;
	background-color: #92b5c3;
	border-radius: 3px;
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	padding:6px 3px;
	margin: 0 20px 0 0;
}
.text-summary li h3.date small{
	font-size: 12px;
}
.text-summary li a {
    font-size: 18px;
    text-decoration: none;
	color: #333;
}
.text-summary li a:hover {
	color: #00aaee;
}
.text-summary li a:hover h3.date {
    background-color: #00aaee;
}

.text-summary li p {
    font-size: 13px !important;
    line-height: 150% !important;
    margin: 8px 0 10px;
    padding: 0;
	color: #666;
}
.text-summary li p a {
    font-size: 14px;
}

.imagelist-goods {
	margin-left: -13px;
	_margin-left: 0;
}
.imagelist-goods li{
	margin-left: 13px;
	_margin: 0 10px 0 0;	
	width: 230px;
	height: auto;
	margin-bottom: 30px;
}
.imagelist-goods li a img{
	width: 230px;
	margin-bottom: 0 !important;
	height: auto;
	display: block;
}
.imagelist-goods li h3{
	font-size: 14px;
}
.imagelist-goods li p {
	font-size: 14px;
}
.imagelist-goods li p span{
	color:#ff5200;
	font-size: 16px;
	font-weight: bold;
}

.imagelist-goods .buttons {
	height: 45px;
	padding-top: 8px;
}
.imagelist-goods .buttons1 {
	background:url(../images/button-bg1.gif) repeat-x;
}
.imagelist-goods .buttons2 {
	background:url(../images/button-bg1.gif) repeat-x;
}
.imagelist-goods .buttons3 {
	background:url(../images/button-bg3.gif) repeat-x;
}
.imagelist-goods .buttons4 {
	background:url(../images/button-bg3.gif) repeat-x;
}

.imagelist-goods .buttons a{
	margin: 0 auto;
}
.imagelist-goods .buttons a:hover{
	filter:alpha(opacity=60);*filter:none;
	-moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;
}
.category-list .section h3.big-title{
	font-size: 24px !important;
	padding: 10px 0 !important;
	color: #666;
	text-align: left !important;
}

.job-info {
    font-size: 12px;
    list-style: outside none none;
    margin: 20px 0;
    padding: 0;
}
.job-info li {
    float: left;
    width: 33%;
}
.job-info li label {
}
.job-name {
    font-size: 18px;
}

.process {
	height: 480px;
	background-position: center top;
	background-repeat: no-repeat;
}

.process ul{
	margin: 132px 0 0 -31px;
	*margin-top: 150px;	
	_margin-left: 0px;
	padding: 0;
}
.process ul li{
	list-style: none;
	float: left;
	display: inline;
	width: 167px;
	padding:0;
	margin: 0;
	margin-left: 31px;
	_margin-left: 0;
	_margin-right: 31px;
	text-align: center;
}
.process ul li.last {
	_margin-right: 0;
}
.process ul li h3{
	font-size: 18px;
	font-weight: normal;
}
.process ul li p{
	font-size: 13px;
	line-height: 150%;
}
#history {
	margin-top: 50px;	
	height: 460px;
	background:url(../images/history-bg.jpg) center top no-repeat;
}
#history h3.title{
	text-align: center;
	font-size: 16px;
	color: #00aaee;
	padding: 60px 0;
}
#LeftButton2 {
	cursor: pointer;
    left: -50px;
    position: absolute;
    top: 200px;
}
#RightButton2 {
	cursor: pointer;
    right: -50px;
    position: absolute;
    top: 200px;
}
#history-list ul{
	margin: 0;
	padding:0;
	width:10000px;
}
#history-list ul li{
	float: left;
	width: 480px;
	border-right: 1px solid #ccc;
	list-style: none;
	height: 260px;
}
#history-list ul li h3{
	font-size: 56px;
	margin: 0;
	padding: 30px 0 20px 30px;
	color: #00aaee;
	font-weight: normal;
}
#history-list ul li p{
	font-size: 16px;
	line-height: 200%;
	margin: 0;
	padding: 0 30px;
	color: #666;
}

#certificate-items table td {
	text-align: center;
}
#certificate-items table td a{
	text-decoration: none;
	font-size: 13px;
}
#certificate-items table td img{
	margin-bottom: 10px;
}

#contact-us .col1 {
	float: left;
	width: 180px;
	text-align: center;
}
#contact-us .col1 h3.clock {
	font-size: 28px;
	font-weight: normal;
	background:url(../images/clock.gif) top center no-repeat;
	padding-top: 70px;
	color: #666;
}
#contact-us .col1 h3.clock span{
	font-size: 14px;
}
#contact-us .col2 {
	float: left;
	margin-left: 78px;
	width: 312px;	
}
#contact-us .col2 h3.title{
	font-size: 16px;
	margin: 0;
	padding:5px 0 0 0;
	border-bottom: 1px solid #ccc;
	color: #555;
	text-align: left;
}
#contact-us .col2 .main-content{
	color: #666;
	height: 80px;
	padding: 15px 0;
	font-size: 15px;
}
#contact-us .col2 a {
	text-decoration: none;
	color: #666;
}
#contact-us .col2 a:hover {
	text-decoration:underline;
	color: #999;
}
#contact-us .col2 .buttons a {
	float: left;
	margin: 5px 15px 0 0;
}
#contact-us .col2 .buttons a {
	text-decoration: none !important;
}

#categoryPath {
    line-height: 40px;
    margin-bottom: 10px;
}
#categoryPath, #categoryPath a {
    color: #666;
    font-size: 15px;
    text-decoration: none;
}
#categoryPath a:hover {
    color: #333;
}

.product-detail {

}

.product-img {
	float: left;
}

.product-info {
	float: left;
	margin-left: 30px;
}
.product-name {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	font-weight: normal;
}
.price {
	color: #ff5200;
    font-size: 16px;
    font-weight: bold;	
}
.product-info p{
	margin: 0;
}
/***********table**************************/
table.data-table, table.data-table td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.data-table{width:100%;border-collapse:collapse;margin:1em 0;}
table.data-table th, table.data-table td{/*text-align:left;*/padding:.5em;border:1px solid #fff;}
table.data-table th{background:#2495d9 repeat-x;color:#fff;}
table.data-table td{background:#dff2ff;}

/* tablecloth styles */

table.data-table tr.even td{background:#dff2ff;}
table.data-table tr.odd td{background:#f8fbfc;}

table.data-table th.over,table.data-table tr.even th.over,table.data-table tr.odd th.over{background:#4a98af;}
table.data-table th.down,table.data-table tr.even th.down,table.data-table tr.odd th.down{background:#bce774;}
table.data-table th.selected,table.data-table tr.even th.selected,table.data-table tr.odd th.selected{}

table.data-table td.over,table.data-table tr.even td.over,table.data-table tr.odd td.over{background:#ecfbd4;}
table.data-table td.down,table.data-table tr.even td.down,table.data-table tr.odd td.down{background:#bce774;color:#fff;}
table.data-table td.selected,table.data-table tr.even td.selected,table.data-table tr.odd td.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
table.data-table td.empty,table.data-table tr.odd td.empty,table.data-table tr.even td.empty{background:#fff;}
table.data-table td p, table.data-table th p{ margin: 0;padding: 0;}

/* Sidebar
---------------------------------------- */
#sidebar {
	float: left;
	display: none;
	width: 231px;
	/*border-right: 1px solid #dcdbdb;*/
	/*margin-bottom:-10000px; 
	padding-bottom:10000px;*/
}

.sidebar-menu li{
	margin:0;
	padding:0;
	float: left;
	width:231px;
}
.sidebar-menu li a{
	padding:0 0 0 35px;
	margin: 0;
	color: #fff;
	font-size: 15px;
	display: block;
	line-height: 83px;
	height: 83px;
}
.sidebar-menu li a.hover, .sidebar-menu li a:hover{

}
.sidebar-menu li.hover a,.sidebar-menu li:hover a{
	color: #000;
}
.section .sidebar-menu li a{
	color: #3cb319;
	line-height: 46px;
	height: 46px;	
	background:url(../images/sidebar-menu-bg.gif) 0 -46px repeat-x;
}
.section .sidebar-menu li a.hover,.section .sidebar-menu li a:hover{
	background:url(../images/sidebar-menu-bg.gif) repeat-x;
}
.section .sidebar-menu li a.hover,.section .sidebar-menu li a:hover{
	color: #fff;
}
.section .sidebar-menu li a.hover{
	/*background:url(../images/sidebar-dot.gif) 24px center no-repeat;*/
}
.section .sidebar-menu li ul{
	margin:0;
	padding:0;
	display: none;
}
.section .sidebar-menu li ul li{
	margin:0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
}
.section .sidebar-menu li ul li a{
	margin:0;
	background:url('') #fff !important;
	line-height: 46px;
	color: #000;
	font-size: 15px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;	
}
.section .sidebar-menu li.hover ul,.sidebar-menu li:hover ul{
	display: block;
}
.section .sidebar-menu li.hover ul li a,.sidebar-menu li:hover ul li a{
	color: #666 !important;
}
.section .sidebar-menu li:hover ul li:hover a, .sidebar-menu li.hover ul li.hover a{
	color: #146fbb !important;	
}

.sitemap {
	line-height: 150%;	
}
.sitemap li{
	width: 33%;
	float: left;
	height: 300px;
}
.sitemap li a{
	font-size: 18px;
}
.sitemap li ul{
	margin-top: 20px;
	padding: 0;
	list-style: none;
}

.sitemap li ul li{
	float: none;
	height: 30px;
	width: 100%;
}
.sitemap li ul li a{
	font-size: 15px !important;
}

/* Footer
---------------------------------------- */
#footer {
	background-color: #333;
	color: #ccc;
}
#footer a{
	text-decoration: none;
}
#messageForm {
	_width: 480px;
}
#footer .container a{
	color: #ccc;
}
#footer .container a:hover{
	color: #fff;
}
#foot-content {
	padding: 10px 0;
	border-bottom:1px solid #414143;
}
#foot-content .container{
	line-height: 200%;
	font-size: 14px;
}
#foot-content h3 {
	font-size: 18px;
	color: #fff;
	font-family:"宋体";
	margin: 10px 0;
	padding: 0;
}
#foot-content img {
	margin-top: 10px;
	border-radius: 2px;
}
#foot-content input, #foot-content textarea{
	background-color: #4a4a4a;
	border: 1px solid;
	border-color: #3f3f40 #6d6d6d #6d6d6d #3f3f40;
	padding: 2px;
	width: 400px;
	vertical-align: top;
	color: #ccc;
	border-radius: 4px;
}
#foot-content input.button {
	border-radius: 18px;
	font-size: 15px;
	border:1px solid #6d6d6d;
	color: #ccc;
	width: 104px;
	background-color: #333;
}
#foot-content input.button:hover { 
	background-color: #4a4a4a;
	color: #fff;
}

#copyright {
	border-top:1px solid #2f2f31;
	padding: 8px 0;
	text-align: center;
}
/*----------------*/
.fixed {
	position: fixed; 
}
* html .fixed { position:absolute; }
#backToTop {
	display: none;	
	height: 40px; width: 40px;
	background:url(../images/backToTop.png) -380px 0 no-repeat;
	opacity: 0.9;
    z-index: 5000;	
	outline:none;
	bottom: 120px; 
	right: 10px;	
}
#backToTop:hover {
	background:url(../images/backToTop.png) -380px -42px no-repeat;
}
/* Clear Floated Elements */
.clear {
	clear: both; display: block;
	overflow: hidden; visibility: hidden;
	width: 0; height: 0;
}
.clearfix:after {
	clear: both; content: ' '; display: block;
	font-size: 0; line-height: 0;
	visibility: hidden;
	width: 0;height: 0;
}
.clearfix {	display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {	display: block;}