﻿@charset "utf-8";
/* CSS Document */
html, body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center;
	-webkit-text-size-adjust: none;
}
a {
	color: #666;
	text-decoration: none;
	outline: 0px none;
 star:expression(this.onFocus=this.blur());
}
a:hover, a:active {
	color: #015db2;
}
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
table {
	border-collapse: collapse;
}
ul, li {
	list-style: none;
	border: 0 none;
}
form {
	margin: 0px;
	padding:0px;
}
img {
	border: 0px none;
	text-align-last: center;
	vertical-align: middle;
}
.search{
	width: 150px;
	height: 20px;
	float: right;
	overflow: hidden;
	border:1px solid #015db2;
	z-index: 8;
	background: #fff;
	border-radius: 11px 11px 11px 11px;
	margin-left:10px;
}
.search .txt{
	/*margin-right: 15px;*/
	float:left;
	padding-left: 10px;
	color: #999;
	border-style: none;
	border-width: 0px;
	height: 20px;
	line-height: 20px;
	width: 113px;
	font-size: 12px;
    background: none;
}
.search .btn{
	float: right;
    width: 24px;
	height: 34px;
	border-style: none;
	border-width: 0px;
	background: url(../images/search.png) 0px 2px no-repeat;
	cursor: pointer;
	background-size:65%;
}
#dhtmltooltip {
	background:#fff;
	position:absolute;
	visibility:hidden;
	padding:2px;
	z-index:100;
	border:1px solid #ddd;
	-webkit-box-shadow: #999 2px 2px 5px;
	-moz-box-shadow: #999 2px 2px 5px;
	box-shadow: #999 2px 2px 5px;

}
#clear {
	clear: both;
}
.kefu{
	background:url(../images/kefu_top.jpg) no-repeat;
	background-color:#fff;
	padding:100px 0px 20px 0px;
	width:100px;
	text-align:center;
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	display:none;
}
.kefu a{
	display:block;
	margin:7px auto;
}

#top {
    background:url(../images/line.jpg) bottom repeat-x;
	margin: 0px auto;
	padding: 0px;
	top: 0;
	left: 0;
	width: 100%;
	height: 106px;
}
#top .top {
	width:1200px;
	height:106px;
	margin:0px auto;
}
#top .top .logo{
	display:block;
	float:left;
	padding-top:20px;
}
#top .top .nav{
	display: block;
	float: right;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	font-style: italic;
}
#top .top .nav span{
	display:inline-block;
	padding:0px 10px;
	color: #999;
}
#top .top .nav a{
	display:inline-block;
	color:#888;
}
#top .top .nav a:hover{color:#ed0000;}
#top .top .nav .language{
	background:url(../images/language.jpg) no-repeat;
	background-position:0px 0px;
	width:55px;
	font-size:10px;
	transform:scale(0.875);
	padding-left:15px;
	height:18px;
	line-height:18px;
	font-style: normal;
}
#menu{
	width:auto;
	position:absolute;
	left:50%;
	margin:-50px 0px 0px -500px;
	z-index:1001;
	padding-left:210px;
	
}
#menu a {
	display: block;
	float:left;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	width: 140px;
	height: 40px;
	color:#fff;
	margin: 4px 10px 0px 0;
    background: #015db2;
	border-top-left-radius: 10px;
	
}
#menu a:hover{color: #fafafa;}
#menu .now {color: #015db2;}
#menu-sub-bg {
	width: 100%;
	background: #000;
	position: absolute;
	z-index: 1001;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.5;
	height: 0px;
	top: 106px;
}
#menu-sub {
	width: 100%;
	height:0px;
	font-size:0px;
	position: absolute;
	z-index: 1001;
	_margin-top: 106px;
	overflow:hidden;
}
#menu-sub .sub {
	width: 750px;
	height: 160px;
	margin: 0px auto;
	text-align: left;
	padding:0px 0px 0px 250px;
}
#menu-sub .sub a {
	display: block;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 12px;
	text-align:left;
	text-indent:5px;
	width:150px;
	height: 32px;
	line-height: 32px;
	float:left;
}
#menu-sub .sub a:hover {
	color: #015db2;
}
#menu-sub .sub DIV {
	display: block;
	float: left;
	height: 100%;
	padding-top:20px;
	width:100%;
}
#menu-sub .sub .now {
	/*background:url(../images/menusub_now.png) repeat-x left bottom;*/
	height: 100%;
}
#banner {
	min-width: 1000px;
	overflow: hidden;
	width: 100%;
	height: 460px;
	z-index: 1;
	top: 0px;
}
#banner li {
	height: 460px;
	width: 100%;
}
#banner_arrow{
	position:absolute;
	width:96%;
	height:88px;
	left:50%;
	top:34%;
	margin-left:-48%;
	z-index:99;
}
#banner_arrow div{
	display:block;
	width:50px;
	height:88px;
	cursor:pointer;
	font-size:0px;
	background:url(../images/banner_arrow.png) no-repeat;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
#banner_arrow .prev{
	background-position:left center;
	float:left;
	font-size:0px;
}
#banner_arrow .next{
	background-position:center right;
	float:right;
	font-size:0px;
}
#banner_arrow div:hover{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#banner .item1 {
	/*background: url(../images/banner1.jpg) no-repeat;*/
	background-position: top center;
	position: absolute;
}
#banner .item2 {
	/*background: url(../images/banner2.jpg) no-repeat;*/
	background-position: top center;
	position: absolute;
}
#banner .item3 {
	/*background: url(../images/banner3.jpg) no-repeat;*/
	background-position: top center;
	position: absolute;
}
#banner .item4 {
	background: url(../images/banner4.jpg) no-repeat;
	background-position: top center;
}
#banner .item5 {
	background: url(../images/banner5.jpg) no-repeat;
	background-position: top center;
}
#banner_about{
	width:100%;
	height:260px;
	background:url(../images/banner_about-bg.jpg) repeat-x top center;
	text-align:center;
}
#banner_news{
	width:100%;
	height:260px;
	background:url(../images/banner_news-bg.jpg) repeat-x top center;
	text-align:center;
}
#banner_products{
	width:100%;
	height:260px;
	background:url(../images/banner_products-bg.jpg) repeat-x top center;
	text-align:center;
}
#banner_projects{
	width:100%;
	height:260px;
	background:url(../images/banner_projects-bg.jpg) repeat-x top center;
	text-align:center;
}
#banner_marketing{
	width:100%;
	height:260px;
	background:url(../images/banner_marketing-bg.jpg) repeat-x top center;
	text-align:center;
}
#banner_service{
	width:100%;
	height:260px;
	background:url(../images/banner_service-bg.jpg) repeat-x top center;
	text-align:center;
}
#banner_human{
	width:100%;
	height:260px;
	background:url(../images/banner_human-bg.jpg) repeat-x top center;
	text-align:center;
}
#banner_contact{
	width:100%;
	height:260px;
	background:url(../images/banner_contact-bg.jpg) repeat-x top center;
	text-align:center;
}
#banner_statement{
	width:100%;
	height:260px;
	background:url(../images/banner_statement-bg.jpg) repeat-x top center;
	text-align:center;
}
#banner_search{
	width:100%;
	height:260px;
	background:url(../images/banner_search-bg.jpg) repeat-x top center;
	text-align:center;
	border-bottom:1px solid #e6e6e6;
}
#cases{
	width:100%;
	height:90px;
	margin:0px auto;
	position:absolute;
	left:0;
	margin-top:-40px;
	z-index:1;
}
#cases .btn{
	display:block;
	background:#015db2 url(../images/complex_case-title.png) no-repeat;
	background-position:top center;
	height:14px;
}
#cases .btn a{
	display:block;
	height:14px;
}
#cases .sA{
	background:#015db2 url(../images/complex_case-title_A.png) no-repeat;
	background-position:top center;
	display:block;
	height:14px;
}
#cases .con{
	background:url(../images/complex_case-con.png) repeat;
	background-position: top center;
	height:76px;
	overflow:hidden;
}
#cases .con_c{width:1200px; margin:0 auto;}
#cases .con a{
	display:block;
	float:left;
	width:290px;
	margin:7px 10px 0px 0px;
}
#cases .con a:hover{background:#b3d6f7; border-radius:5px;}
#cases .con a img{
	display:block;
	float:left;
	padding:0px 15px 0px 0px;
	height:47px;
}
#cases .con a .text{
	display:block;
	float:left;
	color:#999;
	text-align:left;
}
#cases .con a .text strong{
	font-size:14px;
	display:block;
	color:#666;
}
#cases .con a:hover strong{
	color:#015db2;
}
/* scrollbox */
.scrollbox{position:relative;height:66px;overflow:hidden;}
.scrollbox ul{position:absolute;left:0px;top:0px;}
.scrollbox li{float:left;width:1200px;height:76px;overflow:hidden;padding:5px 0px;}
.about_bg{width:100%; height:820px; background:#fafafa;}
.about{width:1200px; margin:0 auto;}
.about_title{width:1200px; height:60px; padding-top:80px;}
.about_c{width:1100px; margin:40px auto; line-height:30px; color:#333;}
.about_img{width:1200px; margin:10px auto 10px; height:320px;}
.about_img ul{margin:0px; padding:0px;}
.about_img ul li{ width: 366px; height:150px;float: left;display: inline; margin: 10px 16px; border:1px solid #ccc;}
.about_img ul li img{filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;}
.about_img ul li:hover{}
.about_img ul li:hover img{filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;}
.prolist_side,.prolist_side_son{
	padding:0;
	margin:0;
	list-style:none;
	zoom:1;	
}
.prolist_side li{
	position:relative;
	background:#FFF;
	_zoom:1;
	overflow:hidden;
}
.prolist_side li ul.close{display:none;}
.prolist_side li ul.open{display:block;}
.prolist_side li span.close{
	position:absolute;
	display:block;
	padding:5px 0px 5px 0px !important;
	background:url(../../../images/plus_minus.gif) no-repeat left 9px !important;
	top:0;
	left:0;
	cursor:pointer;
	z-index:99;
	width:12px;
	height:12px;
}
.prolist_side li span.open{
	position:absolute;
	display:block;
	padding:5px 0px 5px 0px !important;
	background:url(../../../images/plus_minus.gif) no-repeat left -183px !important;
	top:0;
	left:0;
	cursor:pointer;
	z-index:99;
	width:12px;
	height:12px;
}
.prolist_side li a{
	display:block;
	zoom:1;
	position:relative;
	padding:5px 0px 5px 13px;
}
.prolist_side li a.A{color:#de252b;}
.prolist_side li a.sA{color:#de252b; background:none !important;}
.prolist_side_son li{border-left:1px solid #ddd; padding-left:13px;}
.prolist_side_son li a{
	padding:5px 0px 5px 0px;
	background:none !important;
	border:0px;
	color:#999;
}
.prolist_side_son li a:hover,.prolist_side_son li a:active,.prolist_side_son li a .A{background:none !important; color:#de252b; border:0px;}
.prolist_side_son li a .A{color:#115fb1; background:none !important;}
#complex{
	background-position:408px 30px;
	width:1200px;
	height:275px;
	margin:70px auto 70px auto;
	position: relative;
	z-index:99;
}
#complex .news{
	display:block;
	float:left;
	width:485px;
	height:275px;
	padding-right:20px;
}
#complex .news .title{
	text-align:left;
	height:20px;
	line-height:20px;
}
#complex .news .title a{
	display:block;
	float:left;
	margin-right:1px;
	background:#9e9e9e;
	text-align:center;
	padding:0px 15px;
	font-family:"微软雅黑";
	font-size:12px;
	color:#fff;
}
#complex .news .title .A{
	background:#015db2 !important;
}
#complex .news .con{
	padding:20px 0px 0px 0px;
}
#complex .news .hot{
	display:block;
	height:80px;
	margin:0px 0px 10px 0px;
}
#complex .news .hot .img{
	display:block;
	float:left;
	width:120px;
}
#complex .news .hot .text{
	display:block;
	float:right;
	width:290px;
	text-align:left;
	color:#909090;
}
#complex .news .hot .text strong{
	display:block;
	color:#222;
	padding:5px 0px;
}
#complex .news .hot .text span{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ccc;
}
#complex .news .hot .text a{
	color:#015db2;
	text-decoration:underline;
}
#complex .news .list{
	display:block;
}
#complex .news .list a{
	background:url(../images/menu_now.png) no-repeat;
	background-position:0px 8px;
	padding-left:12px;
	display:block;
	height:24px;
	line-height:24px;
	text-align:left;
	
}
#complex .news .list span{
	display:inline-block;
	float:right;
	color:#ccc;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#complex .hotpro{
	background:url(../images/hotpro_bg.jpg) no-repeat top center;
	display:block;
	float:left;
	width:415px;
	height:275px;
	padding:0px 22px;
}
#hotpro_nav{
	position:absolute;
	width:400px;
	margin-top:230px;
	z-index:9;
	text-align:right;
}
#hotpro_nav a{
	display: inline-block;
	width:16px;
	height:16px;
	line-height:16px;
	background:#fff;
	text-align:center;
	color:#898989;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:5px;
	webkit-box-shadow: #666 1px 1px 2px;
	-moz-box-shadow: #666 1px 1px 2px;
	box-shadow: #666 1px 1px 2px;

}
#hotpro_nav .activeSlide{
	background:#015db2;
	color:#fff;
}
#hotpro {
	min-width: 415px;
	overflow: hidden;
	width: 415px;
	height: 260px;
	z-index: 1;
	top: 0px;
}
#hotpro li {
	width: 415px;
	height: 260px;	
}

#hotpro li img {
	width: 415px;
	height: 260px;	
}
.hotpro_title{    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #e1242a;
    position: absolute;
    top: 10px;
    margin-left: 20px;
    z-index: 99; }
#complex .serivce{
	display:block;
	float:left;
	width:220px;
	height:275px;
}
#complex .serivce .tel{
	display:block;
	background:url(../images/complex_service-tel.jpg) no-repeat;
	height:83px;
	text-align:left;
}
#complex .serivce .tel .title{
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:bold;
	color:#4f4f4f;
	height:22px;
	padding:20px 0px 0px 10px;
}
#complex .serivce .tel .title span{
	color:#aaa;
	font-weight:normal;
	font-size:11px;
}
#complex .serivce .tel strong{
	display:block;
	height:41px;
	line-height:41px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:19px;
	color:#e1242a;
	padding-left:10px;
}
#complex .serivce .sear{
	display:block;
	background:url(../images/complex_sear.jpg) no-repeat;
	height:63px;
	text-align:left;
	padding:10px 0px;
}
#complex .serivce .sear .title{
	width:167px;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#acacac;
	font-weight:bold;
	padding:5px 0px;
	text-align:left;
}
#complex .serivce .sear form{
	width:167px;
	margin:0px auto;
}
#complex .serivce .sear input{
	display:block;
	float:left;
	height:31px;
	line-height:31px;
	text-align:left;
	background:url(../images/complex_sear-input.jpg) no-repeat;
	padding:0px;
	border:0px;
	margin:0px;
}
#complex .serivce .sear #keys{
	width:125px;
	padding-left:10px;
	color:#666;
	font-family:"微软雅黑";
	font-size:12px;
	text-align:left;
}
#complex .serivce .sear #go{
	font-size:0px;
	width:32px;
	cursor:pointer;
	background-position: right center;
}
#complex .serivce .culture{
	display:block;
	width:195px;
	margin-top:18px;
}
#search{
	width:940px;
	margin:0px auto;
	padding:0px 0px 30px 0px;
}
#search .title{
	border-bottom:1px solid #ddd;
	text-align:left;
	padding:20px 5px 15px 5px;
	font-size:14px;
	color:#999;
}
#search .title strong{color:#ed0000;}
#search .title .left{
	display:block;
	float:left;
}
#search .title .right{
	display:block;
	float:right;
}
#search .title .right input{
	border:1px solid #ddd;
	height:21px;
	line-height:21px;
	padding-left:5px;
	color:#666;
	text-align:left;
}
#search .title .right #go{
	background:#ed0000;
	border:0px;
	padding:0px 5px;
	color:#fff;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	text-transform:uppercase;
}
#search .tr{
	margin-top:20px;
}
#search a{
	display:block;
	float:left;
	text-align:center;
	margin:0px 17px 0px 2px;
}
#search img{
	border:1px solid #ddd;
	display:block;
	margin-bottom:8px;
}
#search a:hover img{
	border:1px dotted #ed0000;
}
#search #page{
	text-align:center;
}
#statement{
	width:940px;
	margin:0px auto;
	padding:0px 0px 30px 0px;
}
#statement .title{
	border-bottom:1px solid #ddd;
	text-align:left;
	padding:20px 0px 15px 0px;
	font-size:18px;
	color:#222;
	font-weight:bold;
}
#statement .text{
	text-align:left;
	padding:15px 5px;
	font-size:14px;
	color:#444;
	line-height:24px;
}
#statement .text p{
	margin-top:20px;
}
.m-form{margin-left:130px;}
.u-ipt{width:440px; height:30px; line-height:30px;}
.u-btn{width:100px; height:36px; line-height:36px; text-align:center; background:#015db2; border-radius:5px; border:1px solid #e8e8e8;color:#fff; margin-left: 160px; margin-top:10px;}
#content{
	width:440px;
	height:100px;
	margin:0px auto;
	padding:0px 0px 30px 0px;
}
#content #left{
	display:block;
	float:left;
	width:160px;
}
#content #right{
	display:block;
	float:right;
	width:740px;
}
#navpart{
	width:160px;
	background:url(../images/navpart_bg.jpg) repeat-y top center;
	margin:15px auto;
}
#navpart .top{
	background:url(../images/navpart_top.jpg) no-repeat top center;
	display:block;
	height:40px;
}
#navpart .boot{
	background:url(../images/navpart_boot.jpg) no-repeat left bottom;
	display:block;
	height:20px;
}
#navpart .nav{
	padding:5px 0px;
}
#navpart .nav a{
	display:block;
	background:url(../images/navpart_nav-a.jpg) no-repeat;
	background-position:0px -32px;
	height:40px;
	line-height:40px;
	text-align:left;
	padding-left:45px;
}
#navpart .nav a:hover{
	background-position:0px -72px;
}
#navpart .nav .current{
	background-position:0px 0px !important;
	height:32px;
	line-height:32px;
	color:#fff;
}

#prolist .title{
	background:url(../images/prolist_title.jpg) no-repeat top center;
	display:block;
	height:35px;
	line-height:35px;
	text-align:left;
	padding-left:15px;
	color:#333;
	font-weight:bold;
	font-size:13px;
	border-bottom:1px solid #e6e6e6;
}
#prolist{
	width:160px;
	background:url(../images/prolist_bg.jpg) repeat-y top center;
	margin:15px auto;
	text-align:left;
	font-size:12px;
}
#prolist .nav{
	width:130px;
	margin:0px auto;
	padding:5px 0px;
}
#prolist .boot{
	background:url(../images/navpart_boot.jpg) no-repeat left bottom;
	display:block;
	height:20px;
}
#sear{
	width:160px;
	background:url(../images/sear_bg.jpg) repeat-y top center;
	margin:15px auto 0px auto;
}
#sear .title{
	background:url(../images/sear_title.jpg) no-repeat top center;
	display:block;
	height:40px;
	line-height:40px;
	text-align:left;
	padding-left:20px;
	color:#999;
}
#sear .title strong{
	color:#015db2;
}
#sear form{
	display:block;
	width:130px;
	height:36px;
	margin:0px auto;
}
#sear form input{
	background:url(../images/sear_input.jpg) no-repeat;
	height:24px;
	line-height:24px;
	border:0px;
	text-align:left;
	width:90px;
	padding-left:10px;
	display:block;
	float:left;
	font-size:12px;
	color:#666;
}
#sear form #go{
	background:url(../images/sear_input.jpg) no-repeat top right;
	height:24px;
	line-height:24px;
	border:0px;
	text-align:left;
	width:30px;
	padding:0px;
	display:block;
	float:left;
	cursor:pointer;
	font-size:0px;
}
#tel{
	width:160px;
	background:url(../images/tel_bg.jpg) repeat-y top center;
	border-top:1px solid #e0e0e0;
}
#tel .title{
	display:block;
	padding:10px 0px 5px 0px;
	text-align:left;
	padding-left:20px;
	font-size:11px;
	color:#999;
}
#tel .title strong{
	display:block;
	font-size:12px;
	color:#333;
}
#tel .phone{
	text-align:center;
	color:#015db2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	padding-bottom:10px;
}
#tel .img{
	border:1px solid #ddd;
	background:#eee;
	width:120px;
	padding:10px 0px;
	border-radius:10px;
	margin:5px auto;
	box-shadow:inset 1px 1px 3px #999;
}
#tel .boot{
	background:url(../images/tel_boot.jpg) no-repeat left bottom;
	display:block;
	height:20px;
}


#cxt{
	width:160px;
	background:url(../images/cxt_bg.jpg) repeat-y top center;
	border-top:1px solid #e0e0e0;
}
#cxt .title{
	display:block;
	padding:10px 0px 5px 0px;
	text-align:left;
	padding-left:20px;
	font-size:12px;
	color:#333;
	font-weight:bold;
}
#cxt .img{
	background:url(../images/aliababa_cxt.jpg) no-repeat;
	width:111px;
	height:44px;
	line-height:44px;
	text-align:right;
	margin:0px auto;
	cursor:pointer;
	padding-right:10px;	
}
#cxt .img a{
	display:block;
	height:44px;
	color:#888;
}
#cxt .img strong{
	color:#ed0000;
	font-size:16px;
	font-weight:normal;
	display:inline-block;
	padding-right:2px;
}
#cxt .boot{
	background:url(../images/cxt_boot.jpg) no-repeat left bottom;
	display:block;
	height:20px;
}


#title{
	width:930px;
	height:40px;
	line-height:40px;
	text-align:left;
	font-size:16px;
	color:#015db2;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}
#title span{
	font-size:12px;
	color:#ccc;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
#location{
	width:730px;
	height:35px;
	line-height:35px;
	text-align:left;
	font-size:12px;
	color:#999;
	border:1px solid #e6e6e6;
	border-right:0px;
	border-radius:8px 0px 0px 8px;
	padding-left:10px;
}
#location img{margin:0px 3px 0px 0px;}
#location a{color:#999;}
#location a:hover{color:#015db2; text-decoration:underline;}
#about{
	width:730px;
	text-align:left;
	padding:10px 5px;
	color:#555;
	font-size:12px;
	font-family:"微软雅黑";
	line-height:21px;
}
#about p{
	margin-top:10px;
}
#video{
	width:730px;
	text-align:center;
	padding:20px 5px;
}
#honor {
	width:730px;
	margin:10px auto;
	padding:0px 0px 0px 10px;
}
#honor .tr{
	width:730px;
	display:block;
	padding:15px 0px 0px 0px;
}
#honor .a{
	display:block;
	float:left;
	width:130px;
	text-align:center;	
	margin-right:18px;
}
#honor img{
	display:block;
	border:1px solid #ddd;
	width:128px;
	height:180px;
	margin-bottom:5px;
}
#news {
	width:730px;
	margin:10px auto;
	padding:0px 0px 0px 10px;
}
#news a{
	display:block;
	height:32px;
	line-height:32px;
	background:url(../images/news_arr.jpg) no-repeat;
	background-position:5px 12px;
	text-align:left;
	padding-left:15px;
	border-bottom:1px dotted #ccc;
}
#news span{
	display:inline-block;
	float:right;
	color:#ccc;
	padding:0px 10px;
}
#news_view{
	width:730px;
	margin:10px auto;
	padding:0px 0px 0px 10px;
}
#news_view .title{
	font-family:"微软雅黑";
	font-size:18px;
	color:#333;
	font-weight:bold;
	text-align:center;
	padding:10px 0px;
}
#news_view .time{
	color:#ccc;
	padding:5px 0px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:12px;
}
#news_view .text{
	font-family:"微软雅黑";
	font-size:12px;
	text-align:left;
	line-height:21px;
	color:#666;
}
#news_view .text p{
	margin-top:10px;
}
#news_view .btn{
	border-top:1px solid #ddd;
	margin:15px auto;
	padding:10px 0px;
}
#news_view .bshare-custom{
	float:left;
}
#news_view .back{
	float:right;
}
#news_view .back a{
	background:url(../images/back_arr.png) no-repeat;
	background-position:5px 2px;
	display:inline-block;
	border:1px solid #ddd;
	border-radius:3px;
	padding:2px 7px 2px 25px;
	margin-right:5px;
}
#news_view .back a:hover{
	border:1px solid #de252b;
	background-position:5px -14px;
	background-color:#ee272e;
	color:#fff;
}
#hot_products{
	width:730px;
	margin:15px auto;
	padding:0px 0px 0px 10px;
}
#hot_products .list{
	height:180px;
	border-bottom:1px dotted #ccc;
	margin:10px auto;
}
#hot_products .img{
	display:block;
	float:left;
	width:200px;
	height:180px;
	text-align:left;
}
#hot_products .img img{
	border:1px solid #ddd;
	margin-top:5px;
	border-radius:5px;
}
#hot_products .img span{
	position:absolute;
	z-index:9;
}
#hot_products .img span img{
	border:0px;	
}
#hot_products .con{
	display:block;
	float:right;
	width:490px;
	height:180px;
	text-align:left;
}
#hot_products .con strong{
	font-size:14px;
	font-weight:bold;
	color:#015db2;
	display:block;
	padding:5px 0px;
}
#hot_products .con .text{
	line-height:18px;
	color:#18px;
	color:#777;
	padding-bottom:10px;
}
#hot_products .con .view{
	background:url(../images/view_arr.png) no-repeat;
	background-position:90% 2px;
	border:1px solid #ddd;
	border-radius:5px;
	display:inline-block;
	padding:2px 25px 2px 7px;
	color:#999;
}
#hot_products .con .view:hover{
	border:1px solid #de252b;
	background-position:90% -14px;
	background-color:#ee272e;
	color:#fff;
}


#case {
	width:730px;
	margin:10px auto;
	padding:0px 0px 50px 10px;
}
#case .explanation{
	text-align:left;
	color:#999;
	line-height:20px;
	padding:7px 0px;
	margin:10px auto;
	border-bottom:1px dotted #ccc;
}
#case .explanation strong{
	background:url(../images/case_tel.jpg) no-repeat;
	background-position:0px 0px;
	padding-left:22px;
	color:#de252b;
	display:block;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#case .type{
	padding:15px 0px;
	text-align:left;
	position:relative;
}
#case .type .arr{
	background:url(../images/case_type-arr.png) no-repeat;
	background-position:0px 0px;
	display:inline-block;
	position:absolute;
	width:10px;
	height:10px;
	font-size:0px;
	left:0px;
	top:36px;
}
#case .type strong{
	display:inline-block;
	background:#df242b;
	border:1px solid #df242b;
	border-radius:5px;
	color:#fff;
	padding:3px 15px;
}
#case .type .more{
	float:right;
	padding-right:5px;
	color:#999;
}
#case .path{
	margin:10px 0px;
	padding:5px;
	color:#999;
	font-size:12px;
	text-align:left;
}
#case .path a{
	color:#df242b;
	font-size:14px;
	font-weight:bold;
}
#case .list{
	display:block;
	padding:0px 0px 20px 0px;
	margin:0px;
}
#case .list a{
	display:block;
	float:left;
	border:1px solid #ddd;
	border-radius:5px;
	width:170px;
	padding:10px 0px;
	margin:10px 13px 5px 0px;
	text-align:center;
}
#case .list a:hover{
	background:#ffecec;
	color:#de252b;
}
#case .list img{
	display:block;
	width:150px;
	height:120px;
	margin:0px 0px 5px 10px;
}
#case .list a:hover img{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:0.8;              /* 老版Safari */
	opacity: 0.8;
}
#network {
	width:730px;
	margin:10px auto;
	padding:0px 0px 0px 10px;
}
#download{
	width:730px;
	margin:10px auto;
	padding:0px 0px 0px 10px;
}
#download a{
	display:block;
	height:32px;
	line-height:32px;
	border-bottom:1px dotted #ccc;	
}
#download div{
	display:block;
	float:left;
}
#download .title{
	width:510px;
	background:url(../images/download_arr.jpg) no-repeat;
	background-position:2px 8px;
	padding-left:20px;
	text-align:left;
}
#download .title span{color:#ccc;}
#download .time{
	width:120px;
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#download .operation{
	background:url(../images/download_operation-arr.jpg) no-repeat;
	background-position:55px 13px;
	width:80px;
	font-size:12px;
	text-align:center;
	color:#015db2;
	text-decoration:underline;
}
#download_view {
	width: 730px;
	display: block;
	margin: 30px auto;
	padding:0px 0px 0px 10px;
}
#download_view .title {
	display: block;
	font-size: 20px;
	color: #232323;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	padding: 0px 0px 20px 10px;
}
#download_view .time {
	display: block;
	font-size: 12px;
	color: #888;
	text-align: left;
	padding: 10px;
}
#download_view .file {
	display: block;
	padding: 10px 0px 20px 0px;
}
#download_view .file .title {
	background: #f2f2f2;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #eee;
	padding: 5px;
	text-align: left;
	font-weight: bold;
}
#download_view .file .title IMG {
	margin: 0px 5px 0px 5px;
}
#download_view .file .list {
	text-align: left;
	padding: 5px 10px 5px 12px;
}
#download_view .file a{
	display:block;
	background:url(../images/arr.jpg) no-repeat;
	background-position:2px 7px;
	padding:3px 2px 3px 10px;
	text-align:left;
}
#download_view .back {
	text-align: right;
	padding: 15px;
	border-top: 1px dotted #ccc;
}
#download_view .back a{
	background:url(../images/back_arr.png) no-repeat;
	background-position:5px 2px;
	display:inline-block;
	border:1px solid #ddd;
	border-radius:3px;
	padding:2px 7px 2px 25px;
	margin-right:5px;
}
#download_view .back a:hover{
	border:1px solid #de252b;
	background-position:5px -14px;
	background-color:#ee272e;
	color:#fff;
}
#download_view .file a {
	display: block;
	float: none;
}



#faq {
	width:730px;
	margin:10px auto;
	padding:0px 0px 0px 10px;
}
#faq a{
	display:block;
	height:100px;
	line-height:18px;
	background:url(../images/arr.jpg) no-repeat;
	background-position:5px 12px;
	text-align:left;
	padding-left:15px;
	border-bottom:1px dotted #ccc;
	color:#aaa;
}
#faq a:hover strong{color:#015db2;}
#faq strong{
	display:block;
	color:#666;
	font-size:12px;
	padding:5px 0px;
}
#faq span{
	display:block;
	color:#888;
	font-size:11px;
}
#faq_view{
	width:730px;
	margin:10px auto;
	padding:0px 0px 0px 10px;
}
#faq_view .title{
	font-family:"微软雅黑";
	font-size:18px;
	color:#333;
	font-weight:bold;
	text-align:center;
	padding:10px 0px;
}
#faq_view .time{
	color:#ccc;
	padding:5px 0px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:12px;
}
#faq_view .text{
	font-family:"微软雅黑";
	font-size:12px;
	text-align:left;
	line-height:21px;
	color:#666;
}
#faq_view .text p{
	margin-top:10px;
}
#faq_view .btn{
	border-top:1px solid #ddd;
	margin:15px auto;
	padding:10px 0px;
}
#faq_view .bshare-custom{
	float:left;
}
#faq_view .back{
	float:right;
}
#faq_view .back a{
	background:url(../images/back_arr.png) no-repeat;
	background-position:5px 2px;
	display:inline-block;
	border:1px solid #ddd;
	border-radius:3px;
	padding:2px 7px 2px 25px;
	margin-right:5px;
}
#faq_view .back a:hover{
	border:1px solid #de252b;
	background-position:5px -14px;
	background-color:#ee272e;
	color:#fff;
}

#feedback{
	width:730px;
	margin:10px auto;
	padding:0px 0px 0px 10px;
}
#feedback .text{
	text-align:left;
	line-height:18px;
	color:#999;
	padding:10px 0px;
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
}
#feedback .text strong{
	color:#444;
	display:block;
}
#feedback form {
	display: block;
	margin: 10px auto 0px auto;
}
#feedback form dl {
	width: 730px;
	text-align:left;
	padding:0px;
}
#feedback form dl dt {
	width: 74px;
	line-height: 24px;
	color:#666;
	text-align:left;
}
#feedback form dl dt, #feedback form dl dd {
	padding: 5px 0;
}
#feedback form dl dt span {
	color: #ff0000;
	padding-left: 6px;
}
#feedback form dl dd {
	padding-left: 74px;
	margin-top: -34px;
}
#feedback form dl input, #feedback form dl textarea {
	border: solid 1px #ddd;
	color: #888;
	padding: 2px;
}
#feedback form dl input {
	height: 18px;
	padding-left:5px;
	font-family:"微软雅黑";
	font-size:12px;
	border-radius:3px;
	margin:0px 5px 0px 0px;
}
#feedback form dl textarea {
	width: 70%;
	height: 120px;
	overflow: auto;
	padding:5px;
	font-family:"微软雅黑";
	font-size:12px;
	border-radius:3px;
}
#feedback form dl .button input {
	width: auto;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #fff;
	padding: 0px 25px;
	cursor: pointer;
	font-weight: bold;
	background:#888;
	font-family:"微软雅黑";
	font-size:14px;
	border-radius:5px;
	margin:15px auto;
}
#feedback form dl .button input:hover{
	background:#015db2;
}
#talent{
	width:730px;
	margin:10px auto;
	padding:0px 0px 0px 10px;
}
#talent .text{
	display:block;
	float:left;
	width:450px;
	text-align:left;
	line-height:21px;
	font-family:"微软雅黑";
	font-size:12px;
	color:#555;
}
#talent .text p{
	margin-top:10px;
}
#talent .img{
	display:block;
	float:right;
	width:280px;
	padding-top:10px;
}
#employee{
	width:730px;
	margin:10px auto;
	padding:0px 0px 0px 10px;
}
#employee a{
	display:block;
	height:125px;
	padding-top:5px;
	border-bottom:1px dotted #ccc;
}
#employee a:hover strong{
	color:#e1242a;
}
#employee a:hover img{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:0.8;              /* 老版Safari */
	opacity: 0.8;
}
#employee .text{
	display:block;
	float:left;
	width:570px;
	text-align:left;
	color:#999;
}
#employee .text strong{
	display:block;
	color:#555;
	padding:5px 0px;
}
#employee .text span{
	display:block;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ccc;
	padding:0px 0px 5px 0px;
}
#employee .img{
	display:block;
	float:right;
	border:1px solid #ddd;
	padding:5px;
	border-radius:3px;
	margin-right:3px;
}







#employee_view{
	width:730px;
	margin:10px auto;
	padding:0px 0px 0px 10px;
}
#employee_view .title{
	font-family:"微软雅黑";
	font-size:18px;
	color:#333;
	font-weight:bold;
	text-align:center;
	padding:10px 0px;
}
#employee_view .time{
	color:#ccc;
	padding:5px 0px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:12px;
}
#employee_view .text{
	font-family:"微软雅黑";
	font-size:12px;
	text-align:left;
	line-height:21px;
	color:#666;
}
#employee_view .text p{
	margin-top:10px;
}
#employee_view .btn{
	border-top:1px solid #ddd;
	margin:15px auto;
	padding:10px 0px;
}
#employee_view .bshare-custom{
	float:left;
}
#employee_view .back{
	float:right;
}
#employee_view .back a{
	background:url(../images/back_arr.png) no-repeat;
	background-position:5px 2px;
	display:inline-block;
	border:1px solid #ddd;
	border-radius:3px;
	padding:2px 7px 2px 25px;
	margin-right:5px;
}
#employee_view .back a:hover{
	border:1px solid #de252b;
	background-position:5px -14px;
	background-color:#ee272e;
	color:#fff;
}










#products_catalogue{
	width:730px;
	height:210px;
	margin:15px auto;
	padding:0px 0px 0px 10px;
	border-radius:5px 0px 0px 5px;
}
#products_catalogue .name{
	background:#015db2;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	font-family:"微软雅黑";
	text-align:left;
	width:300px;
	padding-left:30px;
	position:absolute;
	z-index:1;
	border-radius:5px;
	margin:20px 0px 0px 230px;
}
#products_catalogue .name img{
	float:right;
	margin:12px 15px 0px 0px;
}
#products_catalogue .view{
	width:50px;
	height:16px;
	line-height:16px;
	position:absolute;
	z-index:1;
	margin:80px 0px 0px 135px;
	text-align:left;
}
#products_catalogue .view a{
	background:url(../images/view_arr.png) no-repeat;
	background-position:90% 2px;
	border:1px solid #ddd;
	border-radius:5px;
	display:inline-block;
	padding:2px 25px 2px 7px;
	color:#999;
	background-color:#fff;
}
#products_catalogue .view a:hover{
	border:1px solid #222;
	background-position:90% -14px;
	background-color:#333;
	color:#fff;
}





#products_catalogue .img{
	display:block;
	float:left;
	height:190px;
	margin:10px 0px 0px 0px;
}
#products_catalogue .list{
	display:block;
	float:left;
	width:430px;
	height:120px;
	padding:70px 0px 0px 10px;
	text-align:left;
}
#products_catalogue .list a{
	display:inline-block;
	margin:3px 20px 3px 0px;
}
#products_path{
	width:730px;
	margin:15px auto;
	padding:0px 0px 0px 10px;
	border-bottom:1px solid #ddd;
	text-align:left;
	color:#df242b;
}
#products_path img{
	margin:0px 10px 0px 0px;
}
#products_path a{
	color:#df242b;
}
#products_list{
	width:730px;
	margin:15px auto;
	padding:0px 0px 0px 10px;
}
#products_list div{
	display:block;
	height:200px;
	padding:0px;
	margin:0px;
}
#products_list a{
	display:block;
	float:left;
	text-align:center;
	margin-right:14px;
}
#products_list .btn{
	display:block;
	height:0px;
	line-height:20px;
	position:absolute;
	background:#ed0000;
	padding:0px 10px;
	color:#fff;
	margin:150px 0px 0px 50px;
	border-radius:5px;
	filter:alpha(opacity=0);       /* IE */
	-moz-opacity:0;              /* 老版Mozilla */
	-khtml-opacity:0;              /* 老版Safari */
	opacity: 0;
}
#products_list .btn:hover{
	background:#333;
}
#products_list img{
	display:block;
	border:1px solid #ddd;
	margin-bottom:5px;
}


#products_view{
	width:730px;
	margin:15px auto;
	padding:0px 0px 0px 10px;
}
#products_view .img{
	display:block;
	float:left;
	width:310px;
	text-align:left;
}
#products_view .con{
	display:block;
	float:right;
	width:400px;
	text-align:left;
}
#products_view .con .title{
	font-size:28px;
	color:#df242b;
	font-weight:bold;
	padding:0px 0px 20px 0px;
	background:url(../images/products_name_Shadow.jpg) no-repeat;
	background-position:bottom right;
}
#products_view .con .title span{
	font-size:16px;
	display:block;
	padding:3px 0px;
}
#products_view .con .text{
	font-size:12px;
	color:#666;
	line-height:18px;
}
#products_view .con .pdf{
	padding:10px 0px;
}
#products_view .con .pdf .pdfbtn{
	border:1px solid #222;
	background:#333;
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	padding:0px 13px 0px 10px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
}
#products_view .con .pdf .pdfbtnA{
	border:1px solid #ddd;
	border-bottom:0px;
	background:#fff;
	color:#df242b !important;
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	padding:0px 13px 0px 10px;
	font-size:14px;
	z-index:1000;
	position:absolute;
	font-weight:bold;
	border-radius:5px 5px 0px 0px;
}
#products_view .con #pdf_list{
	position:absolute;
	margin-top:32px;
	display:none;
	width:350px;
	padding:10px 0px;
	border:1px solid #ddd;
	background:#fff;
	z-index:99;
	border-radius:0px 5px 5px 5px;
}
#products_view .con #pdf_list a{
	display:block;
	width:310px;
	height:25px;
	line-height:25px;
	background:url(../images/arr.jpg) no-repeat;
	background-position:0px 10px;
	border-bottom:1px dotted #ccc;
	padding-left:10px;
	margin:0px auto;
}










#products_tags{
	width:730px;
	margin:15px auto;
	padding:0px 0px 0px 10px;
}
#products_tags .title{
	background:#eee;
	border-radius:5px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#333;
	padding:5px 10px;
	margin:5px auto 10px auto;
	border-bottom:1px solid #ddd;
}
#products_tags .pro_tags{
	width:715px;
	height:32px;
	line-height:32px;
	margin:0px auto;
	border-bottom:1px solid #e6e6e6;
	overflow:hidden;
	text-align:left;
}
#products_tags .pro_tags .tags_a {
	display:block;
	font-family: Arial;
	font-size: 16px;
	color: #df242b;
	background:url(../images/tags_a.jpg) no-repeat;
	background-position:0px 7px;
	padding-left:25px;
}
#products_tags .pro_tags .tags_aA{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #df242b;
	background-position:0px -53px;
	padding-left:25px;
}
#products_tags .pro_tags table{
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	margin:10px auto;
}
#products_tags .pro_tags td{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:3px 5px;
}
#products_tags .back{
	text-align:left;
}
#products_tags .back a{
	background:url(../images/back_arr.png) no-repeat;
	background-position:5px 2px;
	display:inline-block;
	border:1px solid #ddd;
	border-radius:3px;
	padding:2px 7px 2px 25px;
	margin:10px 7px;
}
#products_tags .back a:hover{
	border:1px solid #de252b;
	background-position:5px -14px;
	background-color:#ee272e;
	color:#fff;
}

#login{
	border:1px solid #ddd;
	background:#ffffcc;
	width:500px;
	margin:30px auto 100px auto;	
	padding:30px;
	text-align:left;
	font-size:14px;
	color:#999;
}
#login div{
	padding:8px;
}
#login input{
	border:1px solid #ddd;
	height:30px;
	line-height:30px;
	padding-left:10px;
	width:100%;
	margin:10px 0px;
}
#login #button{
	font-family:"微软雅黑";
	width:160px;
	height:38px;
	border:0px;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:#888;
	color:#fff;
}





#jobs_title{
	background:#eee;
	border-radius:5px;
	border-bottom:1px solid #ddd;
	color:#555;
	font-weight:bold;
	width:730px;
	height:33px;
	line-height:33px;
	margin:15px auto;
	padding:0px 0px 0px 10px;
}
#jobs_title div{
	display:block;
	float:left;
}
#jobs_title .title{
	width:435px;
	padding-left:20px;
	text-align:left;
}
#jobs_title .num{
	width:75px;
	text-align:center;
}
#jobs_title .time{
	width:120px;
	text-align:center;
}
#jobs_title .views{
	width:80px;
	text-align:center;
}
#jobs{
	width:730px;
	margin:5px auto;
	padding:0px 0px 0px 10px;
}
#jobs a{
	display:block;
	height:32px;
	line-height:32px;
	border-bottom:1px dotted #ccc;
}
#jobs div{
	display:block;
	float:left;
}
#jobs .title{
	width:440px;
	background:url(../images/arr.jpg) no-repeat;
	background-position:6px 12px;
	padding-left:15px;
	text-align:left;
}
#jobs .num{
	width:75px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#jobs .time{
	width:120px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#jobs .views{
	width:80px;
	font-size:12px;
	text-align:center;
}
#jobs .views span{
	display:inline-block;
	border:1px solid #ddd;
	border-radius:3px;
	color:#999;
	height:21px;
	line-height:21px;
	margin-top:4px;
	padding:0px 22px 0px 7px;
	background:url(../images/view_arr.png) no-repeat;
	background-position:32px 2px;
}
#jobs a:hover span{
	border:0px;
	background-position:32px -14px;
	background-color:#ee272e;
	color:#fff;
	-moz-box-shadow:1px 1px 2px #666 inset;              
    -webkit-box-shadow:1px 1px 2px #666 inset;           
    box-shadow:1px 1px 2px #666 inset;
}
#jobs_view{
	text-align:left;
	width:730px;
	margin:10px auto;
	padding:0px 0px 0px 10px;
}
#jobs_view .volunteered{
	position:absolute;
	margin:20px 0px 0px 550px;
}
#jobs_view .volunteered a{
	display: inline-block;
	width:106px;
	padding-left:70px;
	height:51px;
	line-height:51px;
	font-family:"微软雅黑";
	font-size:21px;
	color:#e1242a;
	text-align:left;
	background:url(../images/volunteered_btn.jpg) no-repeat;
}
#jobs_view .post{
	display:block;
	margin:0px auto;
	color:#333;
	font-size:17px;
	padding:5px 0px;
}
#jobs_view .text{
	padding:5px 0px;
	color:#666;
}
#jobs_view .tags{
	margin:10px auto;
	border-top:1px dotted #ccc;
}
#jobs_view .tags .tags_title{
	display:block;
	padding:10px 0px;
}
#jobs_view .tags .tags_title strong{
	background:url(../images/tags_arr.jpg) no-repeat;
	background-position: center right;
	display: inline-block;
	color:#333;
	padding:2px 15px 2px 0px;
}
#jobs_view .tags .tags_content{
	text-align:left;
	line-height:21px;
	color:#666;
}
#jobs_view .btn{
	border-top:1px solid #ddd;
	margin:15px auto;
	padding:10px 0px;
}
#jobs_view .bshare-custom{
	float:left;
}
#jobs_view .back{
	float:right;
}
#jobs_view .back a{
	background:url(../images/back_arr.png) no-repeat;
	background-position:5px 2px;
	display:inline-block;
	border:1px solid #ddd;
	border-radius:3px;
	padding:2px 7px 2px 25px;
	margin-right:5px;
}
#jobs_view .back a:hover{
	border:1px solid #de252b;
	background-position:5px -14px;
	background-color:#ee272e;
	color:#fff;
}

#volunteered{
	width:730px;
	margin:5px auto;
	padding:0px 0px 0px 10px;
}
#volunteered .text{
	text-align:left;
	line-height:18px;
	color:#999;
	padding:10px 0px;
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
}
#volunteered .text span{
	color:#ed0000;
}
#volunteered form {
	display: block;
	margin: 10px auto 0px auto;
}
#volunteered form dl {
	width: 730px;
	text-align:left;
	padding:0px;
}
#volunteered form dl dt {
	width: 74px;
	line-height: 24px;
	color:#666;
	text-align:left;
}
#volunteered form dl dt, #volunteered form dl dd {
	padding: 5px 0;
}
#volunteered form dl dt span {
	color: #ff0000;
	padding-left: 6px;
}
#volunteered form dl dd {
	padding-left: 74px;
	margin-top: -34px;
}
#volunteered form dl input, #volunteered form dl textarea {
	border: solid 1px #ddd;
	color: #888;
	padding: 2px;
}
#volunteered form dl input {
	height: 18px;
	padding-left:5px;
	font-family:"微软雅黑";
	font-size:12px;
	border-radius:3px;
	margin:0px 5px 0px 0px;
}
#volunteered form dl textarea {
	width: 70%;
	height: 120px;
	overflow: auto;
	padding:5px;
	font-family:"微软雅黑";
	font-size:12px;
	border-radius:3px;
}
#volunteered form dl .button input {
	width: auto;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #fff;
	padding: 0px 25px;
	cursor: pointer;
	font-weight: bold;
	background:#888;
	font-family:"微软雅黑";
	font-size:14px;
	border-radius:5px;
	margin:15px auto;
}
#volunteered form dl .button input:hover{
	background:#015db2;
}

#core_strengths{
	width:730px;
	margin:25px auto;
	padding:0px 0px 0px 10px;
	text-align:left;
}
#core_strengths .con{
	width:600px;
	height:500px;
	border:1px solid #ddd;
	border-radius:5px;
	margin:0px auto;
}
#core_strengths #focus_img {
	margin:15px auto;
	width:580px !important;
}
#core_strengths #focus_img img{
	width:580px;}
#core_strengths #focus_title{
	margin:0px auto;
	display:none;
}
#core_strengths #focus_list{
	margin:0px auto;
	width:580px !important;
}
#core_strengths #focus_list #focus_imgs{
	width:530px !important;
}

#service{
	width:730px;
	margin:25px auto;
	padding:0px 0px 0px 10px;
	text-align:left;
}
#service .text{
	line-height:21px;
	display:block;
	float:left;
	width:450px;
	color:#666;
}
#service .text strong{
	display:block;
	font-size:14px;
	color:#444;
	padding:5px 0px;
}
#service .img{
	display:block;
	float:right;
	width:280px;
	text-align:center;
	padding-top:30px;
}
#rights_crackdown{
	width:730px;
	margin:15px auto;
	padding:0px 0px 0px 10px;
	text-align:left;
}

#rights_crackdown .explain{
	color:#999;
	border-bottom:1px dotted #ccc;
	padding:10px 0px;
	line-height:18px;
}
#rights_crackdown .text{
	font-size:12px;
	color:#666;
	line-height:21px;
	padding:10px 3px;
}
#rights_crackdown .text .title{
	display:block;
	font-size:14px;
	color:#333;
	font-weight:bold;
	padding:5px 0px;
}
#rights_crackdown .text strong{
	color:#dd1111;
	font-size:14px;
	text-decoration:underline;
}
#rights_crackdown .tel{
	padding:10px;
	border-radius:5px;
	margin:10px auto;
	font-family:"微软雅黑";
	font-size:24px;
	color:#dd1111;
	font-weight:bold;
	text-align:left;
	background:url(../images/rights_crackdown_png.png) no-repeat;
	background-position:10px center;
	background-color:#eee;
	padding-left:50px;
}




#contact{
	width:730px;
	margin:15px auto;
	padding:0px 0px 0px 10px;
}
#contact .text{
	display:block;
	float:left;
	width:500px;
	font-family:"微软雅黑";
	font-size:12px;
	color:#666;
	line-height:21px;
	text-align:left;
}
#contact .text strong{
	display:block;
	font-size:20px;
	color:#333;
	padding:10px 0px;
}
#contact .QR{
	display:block;
	float:right;
	width:230px;
	text-align:left;
	padding-top:15px;
}
#map{
	width:730px;
	margin:15px auto;
	padding:0px 0px 0px 10px;
}
#map .title{
	font-size:14px;
	color:#333;
	font-weight:bold;
	text-align:left;
	padding:10px 0px;
	background:url(../images/tags_arr.jpg) no-repeat;
	background-position:60px 17px;
}
#map .con{
	height:470px;
	overflow:hidden;
	border:1px solid #ddd;
	border-radius:5px;
}
.yqlj{width:1140px; margin:10px auto; text-align:left; line-height:24px; border-bottom:1px dashed #e8e8e8;}
#boot{
	width:100%;
	margin:20px auto 0px auto;
	background:#0e63b2 url(../images/boot.jpg) repeat-x top center;
}
#boot .con{
	width:1200px;
	height:190px;
	margin:0px auto;
}
#boot .con .nav{
	display:block;
	float:left;
	width:940px;
	height:170px;
	padding-top:10px;
}
#boot .con .nav P{
	display:block;
	float:left;
	width:160px;
	height:140px;
	text-align:left;
	padding:0px 0px 0px 20px;
	margin:0px;
	border-right:1px dotted #999;
}
#boot .con .nav .first{
	padding:0px;
	width:160px;
}
#boot .con .nav .last{
	border:0px;
}
#boot .con .nav strong{
	text-indent: 20px;
	display:block;
	height:30px;
	line-height:30px;
	font-size:13px;
	color:#015db2;
	text-align:left;
}
#boot .con .nav a{
	display:block;
	height:30px;
	line-height:30px;
	color:#757575;
	width:160px;
	float:left;
	padding:0px 0px 0px 20px;
	text-align:left;
}
#boot .con .nav a:hover{color:#015db2;}
#boot .con .divider{
	display:block;
	float:left;
	width:17px;
	height:190px;
	background:url(../images/boot_divider.jpg) no-repeat top center;
}
#boot .con .QR{
	display:block;
	float:left;
	width:168px;
	height:175px;
	padding:15px 0px 0px 15px;
	text-align:left;
}
#boot .copy{
	width:1140px;
	height:60px;
	text-align:left;
	color:#fff;
	font-size:13px;
	font-family:"微软雅黑";
	line-height:21px;
	margin:0px auto;
}
#boot .copy a{color:#fff;}
#page{
	padding:10px 0px;
	margin:15px auto;
	text-align:center;
}
#page a{
	display:inline-block;
	font-family:"微软雅黑";
	font-size:12px;
	color:#666;
	border:1px solid #ddd;
	border-radius:3px;
	width:26px;
	height:26px;
	line-height:25px;
	text-align:center;
	margin:0px 3px;
	vertical-align:middle;
	background:url(../images/bt.jpg) repeat-x left bottom;
}
#page a:hover{
	background:#ffffcc;
	color:#015db2;
}
#page .A{
	display:inline-block;
	font-family:"微软雅黑";
	font-size:12px;
	color:#015db2;
	border:1px solid #ddd;
	border-radius:3px;
	width:26px;
	height:26px;
	line-height:25px;
	text-align:center;
	margin:0px 3px;
	vertical-align:middle;
	background:#ffffcc;
}
#page span{
	display:inline-block;
	font-family:"微软雅黑";
	font-size:12px;
	color:#999;
	width:26px;
	height:26px;
	line-height:25px;
	text-align:center;
	margin:0px 3px;
	vertical-align:middle;
}
#page .prev{
	background:url(../images/page_prev.gif) no-repeat;
	background-position:50% 50%;
	font-size:0px;
}
#page .prev:hover{
	background:url(../images/page_prev.gif) no-repeat;
	background-position:50% 50%;
	background-color:#ffffcc;
}
#page .no{
	filter:alpha(opacity=50);       /* IE */
	-moz-opacity:0.5;              /* 老版Mozilla */
	-khtml-opacity:0.5;              /* 老版Safari */
	opacity: 0.5;
}
#page .next{
	background:url(../images/page_next.gif) no-repeat;
	background-position:50% 50%;
	font-size:0px;
}
#page .next:hover{
	background:url(../images/page_next.gif) no-repeat;
	background-position:50% 50%;
	background-color:#ffffcc;
}

/* select */
.tag_select {
	color: #666;
	background: url(../images/trigger.gif) no-repeat center right;
	background-color: #fff;
	overflow: hidden;
	margin: 0px 10px 0px 0px;
	padding: 0px 22px 0px 10px;
	vertical-align: middle;
	text-align: left;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	zoom: 1;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius:3px;
}
.tag_select_open {
	color: #015db2;
	border-radius:5px 5px 0px 0px;
	border-bottom:1px solid #fff;
}
.eshion{
	opacity:0;
}
ul.tag_options {
	position: absolute;
	list-style: none;
	background: #fff;
	margin: -1px auto;
	max-height: 240px;
	overflow: hidden;
	overflow-y: auto;
	font-size: 12px;
	cursor: pointer;
	z-index: 9;
	border: 1px solid #ddd;
	padding: 10px 7px 5px 5px;
	border-radius:0px 5px 5px 5px;
}
ul.tag_options li {
	background: #fff;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	color: #666;
	font-weight: normal;
	font-size: 12px
}
ul.tag_options li.open_hover {
	color: #015db2;
	font-weight: normal;
}
ul.tag_options li.open_selected {
	background: #015db2;
	color: #fff;
	border-radius:3px;
}
/* lightbox   */
#lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: 0.85;
	display: none;
}
/* line 15, ../sass/lightbox.sass */
#lightbox {
	position:absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
	width: auto;
	height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
	border: none;
}
/* line 30, ../sass/lightbox.sass */
.lightbox-outerContainer {
	position: relative;
	background-color: white;
 *zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lightbox-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
/* line 39, ../sass/lightbox.sass */
.lightbox-container {
	padding: 10px;
}
/* line 42, ../sass/lightbox.sass */
.lightbox-loader {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
/* line 51, ../sass/lightbox.sass */
.lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
/* line 59, ../sass/lightbox.sass */
.lightbox-container > .nav {
	left: 0;
}
/* line 62, ../sass/lightbox.sass */
.lightbox-nav a {
	outline: none;
}
/* line 65, ../sass/lightbox.sass */
.lightbox-prev, .lightbox-next {
	width: 49%;
	height: 100%;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	/* Trick IE into showing hover */
	display: block;
}
/* line 72, ../sass/lightbox.sass */
.lightbox-prev {
	left: 20px;
	float: left;
	cursor: pointer;
}
/* line 76, ../sass/lightbox.sass */
.lightbox-next {
	right: 20px;
	float: right;
	cursor: pointer;
}
/* line 81, ../sass/lightbox.sass */
.lightbox-prev:hover {
	background:url(../images/prev.gif) left 50% no-repeat;
}
/* line 85, ../sass/lightbox.sass */
.lightbox-next:hover {
	background:url(../images/next.gif) right 50% no-repeat;
}
/* line 88, ../sass/lightbox.sass */
.lightbox-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
 *zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lightbox-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
/* line 95, ../sass/lightbox.sass */
.lightbox-data {
	padding: 0 10px;
	color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lightbox-data .lightbox-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lightbox-data .lightbox-caption {
	font-size: 18px;
	color: #ffffff;
	font-family: "微软雅黑";
	font-weight: bold;
	line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lightbox-data .lightbox-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
}
.lightbox-data .lightbox-number SPAN {
	color: #ff9900;
}
/* line 112, ../sass/lightbox.sass */
.lightbox-data .lightbox-close {
	width: 35px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lightbox-data .lightbox-close:hover {
	cursor: pointer;
}
