﻿@charset "utf-8";
/* General
---------------------------------------- */
html, body {
	min-width:1089px;
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	color: #5e5e5e;
	font: 12px Arial, Verdana, 微软雅黑;
	/*background:url(../images/body-bg.png) center 0 repeat-y;*/
}
.container {
	width: 1089px;
	margin: 0 auto;
	position:relative;
}
.left {float: left;}
.right {float: right;}
a { color: #5e5e5e; }
a:link {color: #5e5e5e;}
a:hover {color: #0066cc;}
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 {
	height:95px;
	border-top: 6px solid #9b2130;
}
#header .container{
	height:95px;
	z-index: 1000;
}
/* Logo */
#logo {
	left: 0;
	top: 0;
	position: absolute;
}
/* Header widget */
#top-link {
	position:absolute;
	right:0px;
	top:-2px;
	color: #fff;
	width: 185px;
	height: 21px;
	background:url(../images/top-tab.png) no-repeat;
	text-align:center;
}
#top-link a{
	line-height: 21px;
	color: #fff;
	text-decoration: none;
}
#top-link a:hover{
	color: #ccc;
}

#main-nav {
	position:absolute;	
	right: 10px;
	bottom: 0;
}
/* begin main navigation bar*/
ul.main-menu {
	width: auto !important;
	border-bottom: none !important;
	background-color:transparent !important;
}
ul.main-menu li {
	margin: 0;
	padding: 0 !important;
	border: none !important;
	/*border-left:1px solid #5384bc !important;*/ /*menu item Dividing line */
	background-color:transparent !important;
}
ul.main-menu li span.dir {
	padding: 0 !important;
	background-image: none !important;
}
ul.main-menu li a{
	color: #000 !important; /*normal color*/
	font-size: 16px;
	font-weight: normal !important;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align:center;
	padding: 10px 0;  /*menu item padding*/
	margin: 0;
	line-height: 35px;
	/*border-left:1px solid #002248 !important;*/  /*menu item Dividing line */
}
/* hover */
ul.main-menu li a:hover, ul.main-menu li.hover a, ul.main-menu li:hover a{
	background:url(../images/menu-bg-hover.gif) center bottom no-repeat !important;
	color: #9b212e !important; /*hover default color(level 1)*/	
}
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{
	background:url(none) !important;
	color: #fff !important; /*dropdown default color(level 2,3,4..)*/	
}
ul.main-menu li.hover ul li a:hover, /* default item hover */
ul.main-menu li:hover ul li.hover a, 
ul.main-menu li:hover ul li:hover a{
	background:url(none) #532a30 !important; /* dropdown hover backcolor(level 2,3,4..)*/
}
/* dropdown level 2,3,4..*/
ul.main-menu ul {
	width: 100px !important;
	border-top: none !important;
	margin-top: 0px !important;
}
ul.main-menu li ul li{
	background-color: #9b212e !important; /*dropdown default backcolor(level 2,3,4..) */
	border-left: 0px !important;
	border-bottom: 1px solid #ccc !important;
	filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;
}
ul.main-menu li ul li a{
	border: none !important;
	line-height: 100%;
}
/* 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: 18px !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*/

/* begin sidebar menu style */
ul.sidebar-menu {
	width: auto !important;
	margin-top: 10px;
}
ul.sidebar-menu li{
	margin:0 !important;
	padding:0 !important;
	background-color: #fff !important;
	float: left;
	width:280px;
	border-bottom: 1px dotted #ccc;
}
ul.sidebar-menu li a{
	margin: 0;
	color: #000 !important; /* normal color*/
	font-size: 16px;
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	font-weight: normal;
}
ul.sidebar-menu li a:hover, ul.sidebar-menu li a.hover{
	color: #0064d4 !important;
	background:#eee;
}
/* end sidebar menu style */

/* Banner
---------------------------------------- */
#banner-wrapper {
	/*height: 413px;*/
	position:relative;
	border-top: 1px solid #e4e4e4;
	/*border-bottom:5px solid #0f57df;*/
	/*background:url(../images/banner.jpg) center -74px no-repeat;*/
}
/*#banner {
	height: 269px;
	background:url(../images/banner-bg.jpg) no-repeat center top;
}
*/
#phone-bar-wrapper {
	height: 60px;
}
#phone-bar{
	width:100%;
	top:0; left:0;
	z-index: 200000;
	height: 60px;
	background:url(../images/shadow.png) repeat-x 0 bottom #bb2e03;
	filter:alpha(opacity=90);
	opacity: 0.9;
}
#phone-bar h3.phone{
	margin:0 0 0 36px;
	padding: 0 0 0 40px;
	line-height: 55px;
	font-size: 25px;
	color: #fffeff;
	font-style:italic;
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
	background:url(../images/phone.png) left center no-repeat;
}
#phone-bar h3.phone span{
	font-size: 14px;
	font-style:normal;
}
#phone-bar a.contact{
	color: #fffeff;
	text-decoration: none;
	margin-top: 8px;
	padding-left: 60px;
	float: right;
	width: 110px;
	height: 33px;
	font-size: 24px;
	background:url(../images/message.png) 16px center no-repeat #c93c11;
	border-radius: 6px;
	border: 2px solid #fff;
}
#phone-bar a:hover.contact {
	background-color: #bb2e03;
}
/* Content
---------------------------------------- */
.section {

}
.section h3.title, #main-wrapper h3.title{
	color: #bb2e03;
	line-height: 32px;
	border-bottom: 1px solid #cdcdcd;
	padding: 8px 0 0 0;
	margin: 0;
	font-weight: normal;
	font-size: 15px;
	color: #999;text-transform:Uppercase;
	font-family: Arial,Helvetica,sans-serif;
}
.section h3.big-title {

}
.section h3.title span, #main-wrapper h3.title span {
	color:#b92f01;
	font-size: 20px;
	padding: 3px 0;
	border-bottom: 3px solid #ff6701;
	font-family: Arial, Verdana, 微软雅黑;	
}
.section h3.title a.more, #main-wrapper h3.title a.more{
	font-size: 12px;
	float: right;
	color: #777;
	text-decoration: none;
	margin-top: 5px;
	padding:10px 0;
}
.section .main-content {
	font-size: 16px;
	line-height: 1.7em;
}
.section .main-content p{
	font-size:inherit;
	line-height:inherit;
}
.main-content div.summary {
	background-color: #ffffe1;
	border: 1px solid #ccc;
	padding: 0px 10px;
	margin-bottom: 20px;
	font-size: 12px;
}
/* Main
---------------------------------------- */
#page-content {
	overflow: hidden;
	/*border-top: 1px solid #325dac;*/
}
/*#page-content .container {
	border-bottom: 5px solid #325dac;
}*/
/* home */
#main-wrapper {
	/*margin-bottom: 30px;*/
}
#main-wrapper .column-left {
	width: 650px;
	margin-left: 30px;
	height: 440px;
	float: left;
	display: inline;
}
#main-wrapper .column-left div.left{
	width: 200px;
	display: inline;
}
#main-wrapper .column-left .left .imagelist li{
	width: 200px;
	padding: 20px 0;
}
#main-wrapper .column-left div.right{
	width: 438px;
	display: inline;
}
#main-wrapper .column-right {
	width: 358px;
	height: 410px;
	padding: 10px 15px;	
	background-color: #f2f2f2;
	float: right;
	display: inline;	
}
#main-wrapper h3.title span {
	padding: 6px 0 5px 0;
}
#main-wrapper .column-right h3.title {
	background:url(../images/home.png) left center no-repeat;
	padding-left: 36px;
	padding-top: 0;
	margin-bottom: 5px;
}
#main-wrapper .column-right h3.title span{
	border-bottom: none;
}
#main-wrapper .column-right div.content p {
	font-size: 13px;
	margin:0;padding:0; 
	font-family: SimSun; line-height: 180%;
}
#login {
	width: 350px;
	margin-top: 20px;
	height: 100px;
	border: 2px solid #fff;
	border-radius: 2px;
	background:url(../images/login-bg.png) repeat-x;
}
#login div.left{
	margin-top: 10px;
	border-left:1px solid #f5f5f5;
}
#login div.left div{
	border-left:1px solid #8c9da4;
}
#login div div a {
	display:block;
	line-height: 40px;
	height: 40px;
	padding:0 10px 0 60px;
	background-position: left center;
	text-decoration: none;
	color: #333;
	font-size: 13px;
	margin-left: 30px;
}
#login div a:hover {
	color: #777;
}
#platform-login {
	border-bottom: 1px solid #c4cdd2;
	background:url(../images/platform-login.png) left center no-repeat;
}
#mail-login {
	background:url(../images/mail-login.png) left center no-repeat;
}
#cases-wrapper{
	background:url(../images/wave-line.gif)	0 top repeat-x #f5f5f5;
}
#cases-wrapper .container{
	padding-left: 30px;
	width: 1059px;
}
#cases-wrapper h3.case-title {
	margin:0;
	padding:20px 0;
	font-size: 24px;
	font-weight: normal;
	padding-left: 40px;
	background:url(../images/case.png) left center no-repeat;
}
#cases-wrapper h3.case-title span{
	font-size: 16px;
}
/*-------------*/
#main {
	float: right;
	width: 760px;
	min-height: 520px;
	*height: 520px;
	/*margin-bottom:-10000px; 
	padding-bottom:10000px;*/
}
.ui-tabs .ui-tabs-nav li a {
	font-size: 14px !important;
}
.pagination a{
	padding: 0 5px;
}
.imageGallery {
	background-color: #e5e5e5;
	padding: 12px 0px 0px 12px;
	margin-top: 20px;
}
.imageGallery img{
	width: 216px;
	height: 145px;
	border: 2px solid #fff;
	margin: 6px 12px 12px 6px;
}
.textlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.textlist li{
	padding: 9px 4px 6px 20px;
	background:url(../images/dot.gif) no-repeat 5px 19px;
	border-bottom: 1px dotted #ddd;
}
.textlist li a, .textlist li span{
	font-size: 14px;
	text-decoration: none;
}
.textlist span.date{
	margin-left:10px;
	float: right;
}
.imagelist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.imagelist li{
	float: left;
	width: 220px;
	padding: 20px 0;
	text-align:center;
}
.imagelist li a{
	font-size: 15px;
	text-decoration: none;
}
.imagelist li a img{
	width: 200px;
	height: 150px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}
.imagelist li a:hover img{
	/*filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;*/
	border: 1px solid #09C;
}
/***********table**************************/
table.data-table, table.data-table td{
	font-family: Arial, Helvetica, sans-serif, 微软雅黑;
	font-size: 14px;
}
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:#328aa4 repeat-x;color:#fff;}
table.data-table td{background:#e5f1f4;}

/* tablecloth styles */

table.data-table tr.even td{background:#e5f1f4;}
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;
	width: 280px;
	border-right: 1px solid #dcdbdb;
	/*margin-bottom:-10000px; 
	padding-bottom:10000px;*/
}

/* Contact
---------------------------------------- */
#weixin {
	font-size: 13px;
	padding-left: 15px;
	line-height: 180%;
}
/* Footer
---------------------------------------- */
#footer {
	background-color: #3d3d3d;
	line-height: 160%;	
	padding: 20px 0;
}
#footer, #footer a {
	font-size: 14px;
	color: #fff;	
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer .site-name {
	text-transform:capitalize;
	color: #9f9f9f;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#bottom-logo { float: left; margin-left: 15px;}
#copyright { 
	margin-left: 20px;
	float: left;
	border-left: 1px dashed #ccc;
	padding-left: 45px;
}
#copyright a:hover{ 
	color: #999;
}
#weixin {
	width: 200px;
	float: right;
	line-height: 20px;
	height: 64px;
	color: #ccc;
}
#weixin span{
	float: left;
	margin-top: 10px;
}
#weixin img{
	float: right;	
}
/* links */
#links h3.title{
	color: #666;
	font-size: 14px;
	line-height: 32px;
	/*background:url(../images/circle.gif) left center no-repeat;*/
	padding: 0 10px 0 15px;
	margin: 0;
	font-weight: normal;
}
#links span{
	color: #999;text-transform:Uppercase;
	font-family: Arial,Helvetica,sans-serif;
}
#links ul{
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#links ul li{
	float: left; 
	width: 130px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#links ul li img{
	width: 130px;
	_width: 128px;
	height: 60px;
	border: 1px dotted #ccc;
}
#links ul li a:hover img{
	border: 1px dotted #0033ff;
}
/*----------------*/
.fixed {
	position: fixed; 
}
* html .fixed { position:absolute; }
#backToTop {
	display: none;	
	height: 40px; width: 40px;
	background:url(../images/backToTop.png) -840px 0 no-repeat;
	opacity: 0.9;
    z-index: 5000;	
	outline:none;
	bottom: 120px; 
	right: 10px;	
}
#backToTop:hover {
	background:url(../images/backToTop.png) -840px -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;}