/* body */

body {
	margin: 0px;
	padding: 0px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/share/img01.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3 {
	margin: 0;
}
h1 {
	font-size: 170%;
	font-weight: bold;
}
p, ol, ul {
	line-height: 180%;
}
ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
}
a:link {
	text-decoration: none;
	color:#008DCA;
}
a:visited {
	text-decoration: none;
	color:#008DCA;
}
a:hover {
	text-decoration: underline;
	color:#008DCA;
}
a:active {
	text-decoration: none;
	color:#008DCA;
}

/* /////////////////////////////////////////////////////////////////////////// margin */

/* 上余白 */

.mt0 {margin-top:0 !important;}
.mt5{ margin-top:5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt25{
	margin-top:25px !important;
}
.mt30{ margin-top:30px !important; }


/* 下余白 */

.mb0 {margin-bottom:0 !important;}
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb15{ margin-bottom:15px !important; }
.mb20{ margin-bottom:20px !important; }
.mb25{ margin-bottom:25px !important; }
.mb30{ margin-bottom:30px !important; }
.mb35{ margin-bottom:35px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb65{ margin-bottom:65px !important; }
.mb70{ margin-bottom:70px !important; }

/* 上下余白 */

.mtb10 {margin-bottom:10px; margin-top:10px}
.mtb15 {margin-bottom:15px; margin-top:15px}
.mtb20 {margin-bottom:20px; margin-top:20px}
.mtb25 {margin-bottom:25px; margin-top:25px}


/* 左余白 */

.ml5{ margin-left:5px !important; }
.ml10{ margin-left:10px !important; }
.ml15{ margin-left:15px !important; }
.ml20{ margin-left:20px !important; }


/* 右余白 */

.mr0{ margin-right:0px !important; }
.mr15{ margin-right:15px !important; }
.mr20{ margin-right:20px !important; }


/* 左右余白 */

.mlr20{ margin-left:20px !important; margin-right:20px !important; }
.mauto{ margin-left:auto !important; margin-right:auto !important; }


/* /////////////////////////////////////////////////////////////////////////// text style */

.txtSmall{
	font-size:85%;
}

.txtSmall2{
	font-size:78%;
}

.txtBold{
	font-weight:bold;
}

.txtBoldl{
	font-weight:bold;
	font-size:114%;
	color:#1a1a1a;
}

.txtRed{
	color:#bd000e;
}

.txtGr{
	color:#01934A;
}

.txtLarge{
	font-size:122%;
}

.txtCenter{
	text-align:center;
}

.txtRgiht{
	text-align:right;
}


/* /////////////////////////////////////////////////////////////////////////// celarfix */

.clearfix {
	padding-bottom: 10px;
	clear: both;
	zoom: 1
}

.clearfix:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}


/* /////////////////////////////////////////////////////////////////////////// float style */

.fr{
	float: right;
	width: 200px;
}

.fl{
	float: left;
	width: 350px;
	margin-right: 10px
}

.fr230{
	float: right;
	width: 230px;
}

.fl320{
	float: left;
	width: 320px;
	margin-right: 10px
}

textarea {
	font-size: 12px;
	line-height: 160%;
	color: #2D2D2D;
}
.border {
	margin-bottom: 8px;
	border-bottom: #ABABAB solid 1px;
}
.dot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #818181;
	margin: 10px 0;
	padding: 0;
}
.dot02 {
	border-bottom: dotted 1px #818181;
	margin: 10px 0;
	padding-bottom: 3px;
}
.table_01 {
	border: 1px solid #C0C0C0;
	background-color: #FBFBFB;
	border-collapse: collapse;
}
.table_01 td {
	line-height: 180%;
	padding: 2px 0 2px 8px;
}

table.tableStyle01,
table.tableStyle02 {
	margin: 0 auto 15px;
	border-collapse: collapse
}

table.tableStyle01 th{
	width: 80px
}

table.tableStyle01 th,
table.tableStyle01 td{
	padding: 11px 20px 9px;
	border-bottom:  1px solid #6E6955;
	vertical-align: top;
	border-collapse: collapse
}

table.tableStyle02 th,
table.tableStyle02 td{
	padding: 7px 10px 5px;
	border:  1px solid #ABABAB;
	vertical-align: top;
}

table.tableStyle02 th{
	background: #555555;
	color: #FFFFFF;
	font-weight: bold;
}

.td_01 {
	padding: 0 15px 0 0;
	font-size: 14px;
	line-height: 180%;
}
.td_02 {
	background-color: #EAEAEA;
}
.td_03 {
	font-size: 14px;
	color: #424242;
	background-color: #D9D9D9;
	font-weight: bold;
	text-align: center;
	line-height: 200%;
	padding: 5px 8px;
}
.w60 { width: 60px; }
.w100 { width: 100px; }
.w125 { width: 125px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 {	width: 250px; }
.w300 {	width: 300px;
}
.w250 {
	width: 250px;
}



/* box */

div#content .whiteBox {
	background-color: #EBEBEB;
	border:1px solid #ABABAB;
	margin-bottom:25px;
	padding:4px;
	zoom: 1
}

div#content .whiteBox div {
	background-color:#FFFFFF;
	padding:9px 11px;
	zoom: 1
}

.Box01 {
	border: 1px solid #C0C0C0;
	padding: 20px;
	margin: 15px 0 0;
}


/* Header */

#header {
	width: 880px;
	height: 124px;
	margin: 0px auto;
}


/* Logo */

#logo {
	float: left;
	padding: 40px 0 0 0;
	width: 620px;
}

#logo h1 {
	margin: 0;
	height: 50px;
	padding: 0px;
}
#header #H_right {
	float: left;
	width: 250px;
	padding: 30px 0 0;
	margin: 0;
	height: 67px;
}



/* Menu */

#menu {
	margin: 0;
	padding: 0;
	height: 70px;
	background-image: url(../img/share/menu01.jpg);
	background-repeat: repeat-x;
}

#menu ul {
	list-style: none;
	margin: 0 auto;
	width: 893px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FEFEFE;
}
#systec   h1  {
	background-image: url(../images/img05.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #00000F;
	padding: 8px 0px 0px 10px;
}


/* Content */

#content {
	float: left;
	width: 560px;
	padding: 0px 20px 15px;
	background-color: #FFFFFF;
	background-image: url(../images/img03.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#content h2 {
	padding: 0;
	margin: 0 0 15px;
}
#content h3 {
	background-image: url(../img/share/bar01.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding: 7px 0 0 25px;
	font-weight: bold;
	margin: 5px 0;
	font-size: 14px;
	color: #FFFFFF;
	clear: both;
}
#content h4 {
	font-size: 14px;
	color: #0B5286;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6C6C6C;
	margin: 10px 0;
}
#content #Topicpath {
	font-size: 12px;
	margin-bottom: 2px;
	text-align: left;
	margin-top: 0px;
}

#content .main_baneer {
	height: 220px;
	text-align: center;
	margin-bottom: 5px;
}
#content div.greentext{
	background:#fff;
	color:#5E9908;
	font-size:16px;
	font-weight:bold;
	padding:12px 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0 0 10px;
}
#content ul#service{
	margin: 10px 0;
}
#content ul#service li{
	margin: 0 0 5px;
}
.h1_service {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #EAEAEA;
	text-align: center;
	height: 36px;
}
.h1_service a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#content .box1 {
	font-size: 12px;
	line-height: 160%;
	margin: 0 0 10px 0;
	position: relative;
}
#content .box1 .serviceBox {
	border: 1px solid #C0C0C0;
	float: left;
	margin-right: 12px;
	height: 122px;
	width: 175px;
	background-color: #FCFCFC;
	margin-bottom: 20px;
}
#content .box1 .serviceBox_syscom {
	border: 1px solid #C0C0C0;
	float: left;
	height: 122px;
	width: 175px;
	background-color: #FCFCFC;
	margin-bottom: 10px;
}
.left_img {
	float: left;
	margin: 10px 0 0 0;
}
.right_img {
	float: right;
}
.right_img li {
	list-style-type: none;
}


.infomation {
	line-height: 160%;
	font-size: 12px;
	margin: 15px 0 10px;
}
.infomation td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D5D5D5;
	padding: 2px 0;
}
.news li {
	border-bottom: dotted 1px;
	padding: 2px 0 0 20px;
	background: url(../img/share/allow01.gif) no-repeat left 3px;
	margin-bottom: 7px;
}

.textbox {
	padding: 0 10px 15px;
}
.box1 .actual {
	padding: 0 0 3px 8px;
	border-bottom: 1px dotted #ABABAB;
}
.box1   .actual  a {
	font-size: 16px;
	font-weight: bold;
	color: #526600;
}

.flowbox {
	border: 1px solid #DDDDDD;
	margin: 0;
}
.flowbox   .top_bl {
	background-color: #F3F3F3;
	border-right: 1px #DDDDDD solid;
	border-top: 6px #2294FB solid;
	width: 124px;
	text-align: center;
	vertical-align: middle;
}
.flowbox  .top_gl {
	border-top: 6px #D3D3D3 solid;
	width: 412px;
	border-bottom: 1px #D3D3D3 solid;
	font-size: 14px;
	color: #006EA6;
	font-weight: bold;
	padding: 5px 0 5px 8px;
}

#page {
	width: 880px;
	margin: 0px auto;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 264px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 12px;
}

#sidebar h3 {
	margin: 0 0 15px;
}

#sidebar ul#bnr li a {
	width: 261px;
	margin: 0 auto 5px;
	text-indent: -9999px;
	display: block;
}

#sidebar .ew a {
	background: url(../img/share/ew_ban.jpg) no-repeat left top;
	height: 117px;
}

#sidebar .workers a {
	background: url(../img/share/workers_ban.jpg) no-repeat left top;
	height: 107px;
}

#sidebar .data-pro a {
	background: url(../img/share/datapro_ban.jpg) no-repeat left top;
	height: 83px;
}

#sidebar .kyuyo-pro a {
	background: url(../img/share/kyuyo-pro_ban.jpg) no-repeat left top;
	height: 108px;
}

#sidebar .meishi-com a {
	background: url(../img/share/meishi_ban.jpg) no-repeat left top;
	height: 100px;
}

#sidebar .wuhan a {
	background: url(../img/share/wuhan_ban.jpg) no-repeat left top;
	height: 90px;
}

#sidebar .baito a {
	background: url(../img/share/025810_ban.jpg) no-repeat left top;
	height: 106px;
}

#sidebar .shigoto a {
	background: url(../img/share/025450_ban.jpg) no-repeat left top;
	height: 106px;
}

.recruit  {
	background-color: #FFFFFF;
	margin: 6px 0px;
	border: 1px solid #ABABAB;
}
.recruit  .content {
	padding: 5px 15px 8px;
	font-size: 12px;
	line-height: 160%;
}

#sidebar .recruit ul {
	list-style-image: url(../systec/images/index/pfeil1.jpg);
	margin: 5px 0 0 12px;
}

#sidebar .recruit ul li {
	padding: 0;
	border-bottom: dotted 1px #ABABAB;

}

.recruit .content h2 {
	background-image: url(../systec/images/index/new_btn.gif);
	background-repeat: no-repeat;
	height: 47px;
	text-align: right;
	padding-top: 10px;

}

#extra .title a {
	color: #FBFBFB;
	text-decoration: none;
}
#extra .title a:hover {
	color: #FBFBFB;
	text-decoration: underline;
}

.boxed {
	background-color: #F2F2F2;
	background-image: url(../img/share/img03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 6px 0px;
}

.boxed .title {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #F0F0F0;
	background-image: url(../img/share/img02.jpg);
	background-repeat: no-repeat;
}

.boxed .content {
	padding: 5px 15px 8px;
	font-size: 12px;
	line-height: 160%;
}
.sysprofile {
	background-color: #2D2D2D;
	margin: 10px 0px;
	padding: 0px;
}
.privacy {
	font-size: 12px;
	line-height: 140%;
	color: #424242;
	margin: 10px 0;
}

.sitmapBox {
	margin-bottom: 10px;
	border: 1px solid #D5D5D5;


}


.sitmap01  {
	font-weight: bold;
	width: 200px;
	background-color: #EAEAEA;
	border-right: 1px solid #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	padding: 8px 8px;
}
.sitmap01 a {
	color: #005A82;
	text-decoration: none;
}
.sitmap01 a:hover {
	text-decoration: underline;
}
.sitmap02 {
	line-height: 200%;
	background-color: #FFFFFF;
	border-bottom: solid 1px #D5D5D5;
	font-size: 12px;
	padding-left: 10px;
}
.sitmap02 a {
	color: #0076A8;
	text-decoration: none;
	padding-left: 5px;
}
.sitmap02 a:hover {
	text-decoration: underline;
	padding-left: 5px;
}
.comBox {
	border: 1px solid #D5D5D5;
	line-height: 180%;
	border-collapse: collapse;
}
.comBox td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	padding: 7px 10px 5px;
}
.com_td01 {
	font-size: 12px;
	color: #424242;
	background-color: #F5F5F5;
	font-weight: bold;
	vertical-align: top;
	width: 100px;
}
.comBox .company_img_Box {
	display:inline;
	float:right;
	margin:8px 0 5px 10px;
}
.exampleBox {
	border: 1px solid #D5D5D5;
}
.exampleBox td {
	padding-top: 5px;
}

.exampleBox .example_daikou {
	list-style-image: url(../img/share/list02.gif);
	list-style-position: inherit;
	font-weight: bold;
}
.exampleBox .example_daikou li {
	padding-left: 5px;
}

.exampleBox th {
	font-size: 14px;
	font-weight: bold;
	color: #FCFCFC;
	background-color: #575757;
	text-align: left;
	padding-left: 20px;
	height: 30px;
}

.support_title  {
	float: left;
	font-weight: bold;
	color: #FF6C00;
	font-size: 20px;
	padding: 8px 0 0 18px;
}

ul.csr  {
 margin: 0 0 0 15px;
 padding: 0;
 font-weight: bold;
 list-style: disc;
}



/* Contact */

.contact_box{
	width:265px;
	height:102px;
	margin:0;
}
.contact_dial {
	float: left;
	width: 200px;
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 24px;
	color: #577509;
}
.subcontact {
	width:200px;
	float:left;
	color:#3E3E3E;
	padding:2px 0 0 15px;
	line-height: 140%;
	font-weight: bold;
}
#infoBox {
	text-align: center;
	margin: 30px 0 10px;
}

#linkup {
	text-align: right;
	margin: 25px 0;
}

#top {
	width: 205px;
	margin: 10px auto;
}

#content .iframe-box {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	margin:0 0 10px;
	overflow: auto;
	padding: 10px 10px 15px 10px;
	width: 531px;
	height: 150px;
}
#content .iframe-box h3 {
	width: 503px;
	margin: 0 0 10px;
	font-size: 10px;
	padding: 3px 8px 2px;
	background-image: url(none);
	background-color: #333333;
	height: 20px;
}
#content .iframe-box h4 {
	font-weight: bold;
	background: none;
	font-size: 10px;
	padding: 0 0 3px;
	width: 515px;
	border-bottom: 1px solid #333333;
	border-left: none
}
#content .iframe-box table {
	font-size: 10px;
	border: 1px solid #ABABAB;
	border-collapse: collapse;
	margin: 10px 0
}
#content .iframe-box table th, #content .iframe-box table td {
	padding: 7px;
	border: 1px solid #ABABAB;
}
#content .agree {
	background: #F0F0F0;
	text-align: center;
	padding: 10px 0;
	margin: 10px auto 15px;
}
#content .agree input {
	margin: 0 5px 0 0
}




/* Footer */

#footer{
	height:100px;
	color:#fff;
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	clear:both;
	padding:40px 0 0;
	background-image: url(../img/share/footer01.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 10px;
}

#footerPan{
	width:880px;
	position:relative;
	margin:8px auto;
}

#footerlogoPan{
	display:block;
	width:180px;
	height:40px;
	position:absolute;
	top:15px;
	right:40px;
}

#footer p {
	margin: 0;
	line-height: 180%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
}
