@charset "UTF-8";
/**
 * @authors luankezhen (luankezhen@foxmail.com)
 * @date    2013-08-18 14:49:58
 */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:"Microsoft YaHei", "SimHei", "SimSun";
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot@#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'iconfont';
	font-style: normal;
	-webkit-font-smoothing: antialiased;/*CSS3里面加入了一个“-webkit-font-smoothing”属性。这个属性可以使页面上的字体抗锯齿,使用后字体看起来会更清晰舒服。加上之后就顿时感觉页面小清晰了。*/
	-webkit-text-stroke-width: 0.2px;/*设置或检索对象中的文字的描边厚度*/
	/*-webkit-text-stroke-color:#ff0;*//*设置或检索对象中的文字的描边颜色*/
	-moz-osx-font-smoothing: grayscale;
	padding: 0 0 48px;
}
img {
	/*max-width: 100%;*/
	display: block;
	border:0;
	vertical-align:middle;
}
ul {
	list-style:none;
}
html, body {
	min-height: 100%;
	background: #fff;
}
body {
	font-family: Verdana;
	-webkit-text-size-adjust: none;
}
/*选中后背景色*/
::selection {color: #fff;background: #fd6114;} 
::-moz-selection {color: #fff;background: #fd6114;}
a {
	/*	*/
	text-decoration:none;
}
a:active, a:hover {
	outline: 0;
}
.a-del {
	color: #c00;
}
.a-del:hover {
	color: #b00;
	text-decoration: underline;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.icon-arrow-right {
	
}
.fb18 {
	font-size: 18px;
	font-weight: bold;
}
.fb24 {
	font-size: 24px;
	font-weight: bold;
}
.cred {
	color: #c00 !important;
}
.cblue {
	color: #06c !important;
}

/*====IE提示====*/
.ie8-tips {
	width:100%;
	padding:30px 0;
	border-bottom:1px solid #0066cc;
	background:#fff;
	color:#333;
	line-height:50px;
	text-align:center;
	font-size:2em;
}
.ie8-tips p {
	padding:5px 0;
}
.ie8-tips a {
	margin:0 1em;
	font-size:2em;
}
/*=清除非IE浏览器下的浮动溢出=*/
.wrapfix:after{	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.wrapfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .wrapfix {
	height: 1%;
}
.wrapfix {
	display: block;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}
/* End hide from IE-mac */

.cleardiv{clear:both;}
.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {clear:both;zoom:1;}
.mt10{margin-top:10px;}

.h180{line-height:180%;}
.tk2em{text-indent:2em;}
.p2{pading:2%;}

#wrap { display: block; min-width: 320px; max-width: 640px; width: 100%; margin: 0 auto; font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif; overflow: hidden; }

/* header */
.wap-header{text-align:center;overflow:hidden;position:relative;border-bottom:2px solid #fff;}
.wap-header img{border:0;width:100%;}
.header{position:relative;height:40px;line-height:40px;background:#666;color:#fff;padding-left:12px;}
.header a{color:#fff;}
.header .toptel{position:absolute;top:0;right:50px;z-index:1000;display:block;width:40px;height:40px;text-indent:-9999em;background:url(../../../front/default/public/image/icon_tel.fw.png) no-repeat center center;background-size:86%;}

@media (min-width:641px){body{width:100%;margin:auto;}}


/*首页主体部分*/
/*新加内容*/
.clr {display:block;clear:both;height:0;overflow:hidden;}

.wapnav{background-color: #006f43;}
.wapnav ul{overflow:hidden;}
.wapnav li{float:left; width:25%; text-align:center;}
.wapnav li a{
	display:block;padding:15% 0px;font-size:0.8em;color:#fff;margin-top:1px;position:relative;
	background-color:#006f43;
	background-image:-moz-linear-gradient(top,#02824f,#01623b);
	background-image:-webkit-linear-gradient(top,#02824f,#01623b);
	background-image:-o-linear-gradient(top,#02824f,#01623b);
	background-image:-ms-linear-gradient(top,#02824f,#01623b);
	background-image:linear-gradient(top,#02824f,#01623b);
}
.wapnav li a:after{content:'';position:absolute;top:0;right:-2px;z-index:9;height:100%;width:0px;border-right:1px solid #017c4b;border-left:1px solid #02623c;}



/**/
.more-box{
	display:block;margin-top:0.5em;position:relative;background-color:#fafafa;
	background-image:-moz-linear-gradient(top , #fafafa , #d5d4d4);
	background-image:-webkit-linear-gradient(top , #fafafa , #d5d4d4);
	background-image:-o-linear-gradient(top , #fafafa , #d5d4d4);
	background-image:-ms-linear-gradient(top , #fafafa , #d5d4d4);
	background-image:linear-gradient(top , #fafafa , #d5d4d4);
	border-top-width: 1px;border-top-style: solid;border-top-color: #dedede;
	text-align: center;width: 60%;margin-right: auto;margin-bottom: 1.5em;margin-left: auto;
	padding-top: 2.5%;padding-right: 0px;padding-bottom: 2.5%;padding-left: 0px;
	border:1px solid #dedede;
	-webkit-border-radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px;
	border-radius:6px 6px 6px 6px;
}
.more-box a{color:#000;}


/**/
.news-box {margin-top: 1em;overflow: hidden;}
.news-box ul{overflow:hidden;list-style:none;}
.news-box ul li{
	width:100%;
	background-color:#fafafa;
	background-image:-moz-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:-webkit-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:-o-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:-ms-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:linear-gradient(top , #fafafa , #f6f6f6);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	overflow: hidden;
	text-indent:3%;
	list-style:none;
	padding:2% 0;
	height:2em;
	line-height:2em;
	overflow:hidden;
}
.news-box ul li a{display:block;width:100%;color:#777;font-size:14px;}

.news-box dl{display:block;list-style:none;border-bottom:1px dashed #ddd;margin-bottom:2%;padding:0 2% 2%;}
.news-box dl dt{display:block;list-style:none;font-size:1.3em;font-weight:bold;}
.news-box dl dt span{color:#035892;}
.news-box dl dd{line-height:150%;text-indent:2em;color:#888;padding-top:5px;}

/**/
.box_swipe {overflow: hidden; position: relative; width: 100%; z-index: 1;}
.box_swipe ul {-webkit-padding-start: 0px; list-style: none outside none; width: 4480px; transition-duration: 500ms; transform: translate3d(-1920px, 0px, 0px);}
.box_swipe ul li img{width:100%;border:0;}
.box_swipe>ol {display: block; width: 98%; height: 20px; position: absolute; z-index: 10; margin-top: -25px; padding-right: 50px;}
.box_swipe>ol>li {display: inline-block; margin: 5px 0; width: 10px; height: 10px; background-color: #757575; border-radius: 10px;}
.box_swipe>ol>li.on {background-color: #ffffff; }

<!---->
.spd_active{
	color:#fff!important;
	background:#09F!important;
	border-radius:18px;
    background-image:-moz-linear-gradient(top , #09f , #08f);
	background-image:-webkit-linear-gradient(top , #09f , #08f);
	background-image:-o-linear-gradient(top , #09f , #08f);
	background-image:-ms-linear-gradient(top , #09f , #08f);
	background-image:linear-gradient(top , #09f , #08f)!important;
}

/**/
.textcolor{color:#757575;}
.form-liuyan{color:#333;height:auto;margin:auto;}
.form-line{padding:10px 0px;width:100%;height:30px;line-height:30px;vertical-align:middle;clear:both;}
.form-line ins{height:35px;line-height:35px;color:#757575;font-size:16px;display:inline-block;float:left;font-style:normal;text-decoration:none;}
.form-line label.word{width:100px;font-weight:normal;font-size:17px;color:#757575;height:35px;line-height:35px;vertical-align:middle;display:inline-block;float:left;}

/*boxbg*/
.box{clear:both;}
.box .head{
	height:40px;line-height:40px;color:#fff;background-color:#006f43;
	background-image:-moz-linear-gradient(top,#02824f,#01623b);
	background-image:-webkit-linear-gradient(top,#02824f,#01623b);
	background-image:-o-linear-gradient(top,#02824f,#01623b);
	background-image:-ms-linear-gradient(top,#02824f,#01623b);
	background-image:linear-gradient(top,#02824f,#01623b);
}
.box .cont{padding:0 2%;height:auto;zoom:1;line-height:180%;color:#777;}
.box .head i{font-style:normal;font-size:12px;}

/**/
.whead{clear:both;position:relative;margin-top:8%;}
.whead p{display:block;width:80%;height:56px;margin:auto;border:1px solid #dfdfdf;}
.whead p span{display:block;width:40%;text-align:center;margin:auto;position:relative;top:-16px;background:#fff;font-size:1.4em;}
.whead p i{display:block;width:92%;margin:auto;text-align:center;font-style:normal;color:#ccc;}

/**/
dl.product{position:relative;display:block;width:48%;margin-top:2%;text-align:center;}
dl.product dt{width:100%;}
dl.product dt img{width:100%;height:120px;display:block;margin:auto;}
dl.product dd{height:36px;line-height:36px;overflow:hidden;}
dl.product a{color:#666;font-size:14px;}

/**/
ul.category{clear:both;display:block;width:100%;margin:auto;}
ul.category li{width:33.333333%;margin-bottom:10px;text-align:center;float:left;}
ul.category li a{width:90%;display:block;margin:auto;text-align:center;}
ul.category li a i{
	width:100%;height:80px;line-height:80px;display:block;margin:auto;background:#006f43;color:#fff;font-style:normal;font-size:5;
	-webkit-border-radius:50%;border-radius:50%;
}
ul.category li a p{color:#000;font-size:14px;height:34px;line-height:34px;overflow:hidden;}

/*r5px  r10px*/
.r5px{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;}
.r10px{-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;}

/**/
.service-project{width:96%;margin:auto;}
.service-project .service-box{width:100%;margin:auto;display:block;list-style:none;}
.service-project .service-box li{width:96%;overflow:hidden;padding:2%;margin-bottom:10px;position:relative;list-style:none;border:1px solid #ddd;background:#fff;}
.service-project .service-box li i{display:block;width:60px;height:70px;position:relative;float:left;background:url(../images/service-project-icon.png) no-repeat top;}
.service-project .service-box li i.s-p1{background-position:left top;margin-top:5%;}
.service-project .service-box li i.s-p2{background-position:-81px top;margin-top:3%;}
.service-project .service-box li i.s-p3{background-position:-162px top;margin-top:2.5%;}
/*.service-project .service-box li i.s-p4{background-position:-621px top;}*/
.service-project .service-box li i.s-p5{background-position:right top;}

.service-project .service-box li dl{width:76%;display:block;position:relative;float:left;margin-left:10px;list-style:none;}
.service-project .service-box li dl dt{text-align:center;color:#22993b;font-size:16px;font-weight:bold;}
.service-project .service-box li dl dd{line-height:150%;color:#666;font-size:12px;text-indent:2em;}
.service-project .service-box li a{display:block;}
.service-project .service-box li:hover{background:#cddcd0;}
.service-project .service-box li:hover dl dt{color:#098ee6;}
.service-project .service-box li:hover i{
	position:relative;
	animation:myfirst 5s;
	-moz-animation:myfirst 5s; /* Firefox */
	-webkit-animation:myfirst 5s; /* Safari and Chrome */
	-o-animation:myfirst 5s; /* Opera */
}
.service-project .service-box li .jingshi{line-height:90px;font-size:42px;text-align:center;}

@keyframes myfirst
{
0%   {left:0px; top:0px;}
25%  {left:0px; top:-10px;}
50%  {left:0px; top:10px;}
75%  {left:0px; top:-10px;}
100% {left:0px; top:0px;}
}

@-moz-keyframes myfirst
{ /* Firefox */
0%   {left:0px; top:0px;}
25%  {left:0px; top:-10px;}
50%  {left:0px; top:10px;}
75%  {left:0px; top:-10px;}
100% {left:0px; top:0px;}
}

@-webkit-keyframes myfirst
{ /* Safari and Chrome */
0%   {left:0px; top:0px;}
25%  {left:0px; top:-10px;}
50%  {left:0px; top:10px;}
75%  {left:0px; top:-10px;}
100% {left:0px; top:0px;}
}

@-o-keyframes myfirst 
{/* Opera */
0%   {left:0px; top:0px;}
25%  {left:0px; top:-10px;}
50%  {left:0px; top:10px;}
75%  {left:0px; top:-10px;}
100% {left:0px; top:0px;}
}

/*内容页面*/
.list-page{min-height:368px;height:100%;padding-top:1em;}

.list-page-style{clear:both;padding:2%;border-bottom:1px dashed #efefef;}
.list-page-style a{font-size:15px;color:#888;line-height:200%;}

.content{padding:0 2%;margin:5px;line-height:150%;}
.content *{font-size:14px;color:#333;padding:0;color:#777;}
.content .title{font-size:20px;font-weight:500;padding-top:12px;padding-bottom:2%;color:#000;line-height:150%;text-align:center;border-bottom:0px dashed #FF9900;}
.content .top_about{text-align:center;color:#666;padding:1px 0;margin:0px auto 3%;background:#fafafa;}
.content .neirong{TABLE-LAYOUT: fixed;WORD-WRAP: break-word;font-size:15px;line-height:200%;}
.content .neirong p{}
.content .neirong img {max-width:100%;display:block;margin:auto; vertical-align:bottom;} 

.content .up-down{border-top:1px dashed #999;width:100%;margin:10px auto 0px;padding:20px 0 0;text-align:center;}
.content .up-down a{font-size:14px;display:inline-block;padding:5px 8px;background:#eee;border:1px solid #dfdfdf;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;margin-left:5px;margin-right:5px;}
.content .up-down a:hover{background:#eaeaea;}
/*分页*/
.pagination {
	margin:20px 2%;
	border-radius:4px;
	font-size:16px;
}
.pagination>li {
	display:inline
}
.pagination>li>a,.pagination>li>span {
	position:relative;
	float:left;
	font-size:16px;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#428bca;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}
.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
	color:#2a6496;
	background-color:#eee;
	border-color:#ddd
}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
	z-index:2;
	color:#fff;
	cursor:default;
	background-color:#428bca;
	border-color:#428bca
}


/*<!--返回上一页面-->*/
.btn-back{background:#F90;width:80%;height:36px;line-height:36px;text-align:center;margin:auto;-webkit-border-radius:10px;border-radius:10px;}
.btn-back:hover{background:#09F;}
.btn-back a{color:#fff;display:block;}

/*<!--列表页面-->*/
.catelist{clear:both;height:auto;position:relative;}
.catelist .posttime{
	color:#fff;
	padding:5px;
	position:relative;
	width:50px;
	float:left;
	text-align:center;
	margin-left:10px;
	background: -o-linear-gradient(top, #767676, #595959 30%, #4A4A4A 30%, #000);
	background: -moz-linear-gradient(top, #767676, #595959 30%, #4A4A4A 30%, #000);
	background: -webkit-gradient(linear, 0 0, 0 30%, from(#767676), to(#595959));
	background: -webkit-gradient(linear, 0 30%, 0 100%, from(#4A4A4A), to(#000));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.catelist .posttime span{font-size:18px;}
.catelist .postcont{position:relative;float:left;margin-left:15px;width:66%;padding:10px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;box-shadow:1px 1px 8px #888;}
.catelist .postcont p{line-height:24px;}
.catelist .postcont a{color:#282828;}
.catelist .postcont a img.suotu{width:100%;display:block;margin:auto;clear:both;overflow:hidden;margin-top:10px;}
.catelist .postcont a .intro{display:block;padding:5px 0;color:#777;font-size:14px;line-height:150%;margin-top:10px;}
.catelist .postcont a .intro img{width:100%;}
.catelist .postcont a ins{font-style:normal;text-decoration:none;}

.catepic{width:50%;float:left;text-align:center;padding-top:8px;margin-bottom:10px;}
.catepic a{display:block;color:#888;}
.catepic img{width:90%;height:180px;border:4px solid #dfdfdf;display:block;margin:auto;padding:2px;}
.catepic span{height:24px;line-height:24px;padding-top:5px;text-align:center;width:92%;overflow:hidden;display:block;margin:auto;clear:both;}
.catepic0{width:50%;float:left;text-align:center;padding-top:8px;margin-bottom:10px;}
.catepic0 a{display:block;color:#888;}
.catepic0 img{width:88%;height:120px;border:4px solid #dfdfdf;display:block;margin:auto;padding:2px;}
.catepic0 span{height:24px;line-height:24px;padding-top:5px;text-align:center;width:92%;overflow:hidden;display:block;margin:auto;clear:both;}

.catepic1{width:150px;float:left;text-align:center;padding-top:8px;margin-bottom:10px;}
.catepic1 a{display:block;color:#888;}
.catepic1 img{width:90%;height:120px;border:4px solid #dfdfdf;display:block;margin:auto;padding:2px;}
.catepic1 span{height:24px;line-height:24px;padding-top:5px;text-align:center;width:92%;overflow:hidden;display:block;margin:auto;clear:both;}

/*留言-在线沟通*/
.mess-table {width:100%;font-size:14px;line-height:1.5;}
.mess-table th {font-weight:bold;text-align:right;vertical-align:top;}
.mess-table em {color:#F00;font-style:normal;font-weight:normal;}
.mess-table th,.mess-table td{vertical-align:middle;padding:2px 2px;}
.mess-table td.opt {text-align:center;}
.mess-table textarea, .mess-table .input {width: 96%; border:1px solid #CCC;}
.mess-table .input {height: 25px;line-height:25px;}
.btn {
	height: 30px;
	font-size:14px;
	line-height: 30px;
	padding: 0px 50px;
	border: 1px solid #000;
	color: #FFF;
	text-decoration: none;
	cursor: default;
	background: -o-linear-gradient(top, #767676, #595959 30%, #4A4A4A 30%, #000);
	background: -moz-linear-gradient(top, #767676, #595959 30%, #4A4A4A 30%, #000);
	background: -webkit-gradient(linear, 0 0, 0 30%, from(#767676), to(#595959));
	background: -webkit-gradient(linear, 0 30%, 0 100%, from(#4A4A4A), to(#000));
	-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
}
.btn:active {
	background: -o-linear-gradient(top, #000, #767676 100%);
	background: -moz-linear-gradient(top, #000, #767676 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#767676));
}

.bmnote{text-align:center;color:red;padding-bottom:1em;}

/*分享平台*/
.pmain {padding: 0 0 1em;	}
.p-tl {width: 100%;margin: 0 auto;padding: 3% 0;background: #ddddce;color: #360;text-align: center}
.pNC {width: 88%;margin: 0 auto;padding: 1em 0;color: #4a4a4a;min-height: 180px}

/*底部footer*/

/**/
.End-box{display:block;position:relative;background-color:#333333;padding-right: 0px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #999999;margin-top: 1em;}
.End-box .phones{display:block;margin-top:1px;position:relative;background-image: url(../images/index2.png);background-repeat: no-repeat;background-position: 15% center;background-size:3em;font-family:arial;color: #FFF;padding-top: 5%;padding-right: 0px;padding-bottom: 5%;padding-left: 0px;}
.End-box .phones span{color:red;font-weight:600;font-size:24px;font-style:normal;position: relative;top:-0.2em;padding-left: 30%;}
.End-box .phones em{font-size:30px;font-family:"LiHei Pro", arial;color:#fff;padding-left: 30%;}
.back-box1 a{background-color: #333333;display: block;padding-top: 0.5em;padding-bottom: 0.5em;color: #FFF;text-align: center;font-size: 1.5em;background-image: url(../images/index_59.jpg);background-repeat: no-repeat;background-position: 30% center;background-size:1em;}
.foot-Copyright {font-size: 1em;line-height: 3em;color: #FFF;text-align: center;height: 3em;background-color: #333;}
/**/

.top_bar {position: fixed; z-index: 900; bottom: 0; left: 0; right: 0; margin: auto; font-family: Helvetica, Tahoma, Arial, Microsoft YaHei, sans-serif; }
.top_menu {
	display:-webkit-box;
	display: block;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	height: 50px;
	display: -webkit-box;
	display: box;
	margin:0;
	padding:0;
	-webkit-box-orient: horizontal;
	background: -webkit-gradient(linear, 0 0, 0 100%, to(#006f43), color-stop(50%, #00804d));
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #107637;
}

.top_bar .top_menu>li { 
    -webkit-box-flex:1; 
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.15)));
	-webkit-background-size:1px 100%, 1px 100%; 
	background-size:1px 100%, 1px 100%; 
	background-position: 1px center, 2px center; 
	background-repeat: no-repeat;
	position:relative; 
	text-align:center;
}
.top_menu li:first-child { background:none; }
.top_bar .top_menu li a {line-height:50px;display:block;text-align:center;color:#FFF;text-decoration:none;text-shadow: 0 1px rgba(0, 0, 0, 0.3);-webkit-box-flex:1;}
.top_bar .top_menu li a label { padding:3px 0 0 3px; font-size:12px; overflow:hidden; }
.top_bar .top_menu>li>a img { display: inline-block; height: 20px; width: 20px; margin-top:-2px; color: #fff; line-height:50px; vertical-align:middle; }
.top_bar li:first-child a { display: block; }
.top_menu li:last-of-type a { background: none; }
.top_bar .top_menu>li>a:hover, .top_bar .top_menu>li>a:active {background-color:#ff7f00;}

/*job*/
.bgf6{background:#f6f6f6;}
.bgf9{background:#f9f9f9;}
.red{color:#f00;}
.mz10{margin-left:10px;}
table.showjob{width:100%;font-size:14px;}
table.showjob td{line-height:30px;border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0;padding:2%;}
table.showjob td b{font-size:15px;font-weight:600;padding-bottom:6px;}
table.showjob td.worktitle a{color:red;font-weight:600;font-style:normal;}
table.showjob td em{color:#f60;}
table.showjob td a:hover{color:#09F;}
table.showjob td textarea, table.showjob td .input {width: 96%; border:1px solid #CCC;}