﻿
@charset "utf-8";
/* 全局 */
* {
	transition: background-color ease .3s;
	-moz-transition: background-color ease .3s;
	-webkit-transition: background-color ease .3s;
	-o-transition: background-color ease .3s
}
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all
}
/* Style Reset*/
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, h2, font {
	margin: 0;
	padding: 0;
	border: 0;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
ul, li, dl, dt, dd, ol {
	display: block;
	list-style: none;
}
img {
	border: 0;
}
.fl {
	float: left
}
.fr {
	float: right
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden
}
a {
	text-decoration: none;
	outline: 0;
}
html {
	overflow-x: hidden;
}
.center {
	text-align: center;
}
.center img {
	border: 1px solid #ccc;
}
/*header*/
body {
	color: #696868;
	font-size: 12px;
	overflow-x: hidden;
	background: url(../images/body.gif) center 609px no-repeat #f5f5f5;
	font-family: 'Microsoft Yahei';
}
a {
	color: #606060;
}
.header {
	width: 100%;
	min-width: 1004px;
	height: 71px;
	background: #353535;
	padding-top: 27px;
}
.logo {
	float: left;
	display: inline;
}
.tel {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 35px;
	background: url(../images/tel.png) top left no-repeat;
	line-height: 25px;
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
}
.tel span {
	font-size: 14px;
	font-family: 'Microsoft Yahei';
}
.search {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	z-index: 999;
	float: left;
	padding-top: 29px;
	height: 22px;
	display: inline;
	line-height: 22px;
}
.text {
	float: left;
	width: 131px;
	color: #fff;
	height: 22px;
	line-height: 22px;
	padding-left: 25px;
	background: url(../images/search.gif) 2px center no-repeat #676767;
}
.button {
	vertical-align: middle;
	float: left;
	width: 47px;
	height: 22px;
	background: none;
	display: inline;
	color: #fff;
}
.search .fl {
	margin-right: 10px;
	color: #666;
}
.select {
	float: left;
	width: 80px;
	color: #fff;
	border-left: 1px solid #333;
	height: 22px;
	line-height: 22px;
	background: url(../images/select.gif) 64px center no-repeat #676767;
	position: relative
}
.select select {
	margin: 5px auto;
	width: 74px;
}
.searchBar span {
	float: right;
	margin-top: 6px;
}
.searchBar span a {
	color: #666;
	margin-right: 8px;
}
.searchBar span a:hover {
	color: #ef9b11;
}
.searchBar .select {
	float: left;
	margin-top: 1px;
	display: inline;
	margin-right: 8px;
}
.searchBar .text {
	float: left;
}
.searchBar .text input {
	width: 214px;
	padding-top: 3px;
	height: 17px;
	border: 1px solid #b7d1eb;
}
div.selectbox-wrapper {
	border-right: #b7d1eb 1px solid;
	border-top: #b7d1eb 0 solid;
	overflow: hidden;
	border-left: #b7d1eb 1px solid;
	width: 80px;
	border-bottom: #b7d1eb 1px solid;
*left:0;
	position: absolute;
	background: #fff;
	text-align: left;
*margin-top:0;
	z-index: 10;
}
div.selectbox-wrapper ul li.selected {
	background-color: #e0ecf7;
}
div.selectbox-wrapper ul li.current {
	color: #fff;
	background-color: #36c
}
div.selectbox-wrapper ul li {
	text-align: center;
	padding-right: 3px;
	padding-bottom: 3px;
	width: 100%;
	cursor: pointer;
	line-height: 20px;
	padding-top: 3px;
	font-size: 12px;
	font-family: '微软雅黑';
	color: #666;
}
.selectbox {
	border: none;
	display: block;
	width: 84px;
	text-indent: 8px;
	cursor: pointer;
	height: 22px;
	background: none;
	font-size: 12px;
	font-family: '微软雅黑';
	color: #fff;
	line-height: 22px;
}
.btn {
	float: left;
	display: inline;
	margin-left: 8px;
	margin-top: 2px;
}
.menu {
	float: left;
	width: 100%;
	z-index: 9999;
	height: 55px;
	line-height: 55px;
	position: relative;
	z-index: 9;
	background: #212121;
}
.menu ul {
	width: 1004px;
	margin: 0 auto;
}
.menu li {
	float: left;
	display: inline;
	position: relative;
	text-align: center;
	width: 90px;
	margin: 0 10px 0 10px;
}
.menu li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: 'Microsoft Yahei';
}
.menu a:hover, .menu a.cur {
	color: #786000;
	background: url(../images/menuhover.gif) center top repeat-x;
}
.nav {
	position: absolute;
	display: none;
	z-index: 999;
	left: 0;
	width: 90px;
}
.menu li .nav a {
	float: left;
	color: #000;
	width: 100%;
	border-top: 1px solid #000;
	text-align: center;
	line-height: 29px;
	background: #ffe410;
	font-size: 12px;
}
.menu .nav a:hover, .menu .nav a.cur {
	line-height: 29px;
	padding: 0;
	margin: 0;
	background: #ffe410;
}
.banner {
	width: 100%;
	float: left;
	text-align: center;
	z-index: 1;
	height: 456px;
	position: relative;
	background: url(../images/bannerbg.jpg) center top no-repeat;
}
/* indMain*/
.main {
	width: 980px;
	margin: 0 auto;
	clear: both;
	position: relative;
}
.product {
	float: left;
	width: 980px;
	padding-bottom: 40px;
}
.partFourM {
	height: 188px;
	width: 980px;
	position: relative;
	float: left;
}
.partFourCon {
	height: 188px;
	margin-left: 24px;
	display: inline;
	width: 890px;
	float: left;
	overflow: hidden;
	position: relative;
}
.pro {
	float: left;
}
.pro li {
	float: left;
	margin: 0 15px;
	width: 200px;
	text-align: center;
	display: inline;
}
.proimg {
	float: left;
	border: 2px solid #fff;
}
.proname {
	float: left;
	width: 178px;
	padding-left: 22px;
	line-height: 30px;
	margin-top: 6px;
	background: url(../images/proico.gif) 12px center no-repeat #fff;
	color: #3d3c3c;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.honor .partFourM {
	width: 505px;
}
.honor .partFourCon {
	width: 455px;
	margin-left: 12px;
}
.honor .partFourCon ul {
	width: 2000px;
}
.honor .pro li {
	margin: 0 19px 0 0;
	display: inline;
	width: 210px;
}
.honor .pro li a {
	width: 100%;
	padding: 2px 0;
}
.honor .pro img {
	border: 1px solid #dadada;
}
.honor .pro p {
	text-align: center;
	background: none;
	padding: 0;
	width: 100%;
}
#l, #r {
	width: 17px;
	float: left;
	height: 186px;
	display: inline;
}
#l {
	background: url(../images/l.gif) center no-repeat;
}
#r {
	float: right;
	background: url(../images/r.gif) center no-repeat;
}
.lend {
	background: url(../images/lend.gif) center no-repeat !important;
}
.rend {
	background: url(../images/rend.gif) center no-repeat !important;
}
.left, .right {
	width: 20px;
	float: left;
	height: 186px;
	display: inline;
	border: 1px solid #c8c7c7;
}
.left {
	background: url(../images/left.gif) center no-repeat #d3d3d3;
}
.right {
	float: right;
	background: url(../images/right.gif) center no-repeat #d3d3d3;
}
.title {
	float: left;
	margin-bottom: 16px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding-bottom: 18px;
	background: url(../images/title.gif) center bottom repeat-x
}
.title font {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #c7c7c7;
	font-size: 36px;
	font-weight: bold;
	margin-left: -14px;
	position: relative;
}
.title span {
	float: left;
	font-size: 26px;
	position: relative;
	z-index: 9;
	font-weight: bold;
	color: #02783e;
	font-family: 'Microsoft Yahei'
}
.more {
	float: right;
	font-size: 12px;
	margin-right: 10px;
	color: #02783e;
	margin-top: 8px;
	padding-left: 6px;
	background: #efefef;
	border: 1px solid #d6d5d5;
	border-radius: 2px;
	width: 63px;
	height: 19px;
	line-height: 19px;
}
.row1 {
	float: left;
	width: 100%;
	min-width: 980px;
	height: 570px;
	background: url(../images/row1.gif) center top no-repeat;
}
.news {
	float: left;
	width: 502px;
	height: 253px;
	overflow: hidden;
}
.news .title {
	background: none;
	padding-bottom: 0;
}
.pointer {
	float: left;
	width: 100%;
	display: inline;
}
.pointer li {
	float: left;
	width: 100%;
	border-bottom: 1px dashed #d3d3d3;
}
.pointer li a {
	float: left;
	color: #2f2f2f;
	width: 95%;
	line-height: 32px;
	background: url(../images/newsico.gif) 0px center no-repeat;
	padding-left: 5%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pointer li a:hover {
	color: #000;
}
.pointer li .fl {
	float: left;
	width: 60%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pointer li .fr {
	color: #707070
}
.contact {
	float: right;
	width: 390px;
	padding-top: 15px;
}
.contactcon {
	float: left;
	padding-top: 10px;
	padding-left: 17px;
	width: 320px;
	float: left;
	background: url(../images/contact.gif) no-repeat center 50px;
}
.contactcon img {
	vertical-align: middle;
	margin: 4px 10px 4px 0;
}
.contactilne {
	float: left;
	width: 100%;
	height: 5px;
	margin: 10px 0;
	background: url(../images/contactline.gif) no-repeat bottom center;
}
.add {
	background: url(../images/contactico1.gif) no-repeat left top;
	float: left;
	width: 280px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 25px;
	height: 27px;
	padding-left: 40px;
}
.honor {
	float: left;
	width: 505px;
}
.equipment {
	float: left;
	width: 470px;
	height: 250px;
	overflow: hidden;
}
.equipment ul {
	float: left;
	width: 100%;
	padding-top: 28px;
}
.equipment li {
	position: relative;
	border: 1px solid #c5c5c5;
	float: left;
	overflow: hidden;
	width: 213px;
	margin: 0 10px;
	display: inline;
}
.equipment p {
	position: absolute;
	bottom: 0;
	width: 213px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	left: 1px;
	background: rgba(0, 0, 0, 0.7);
	_background: #000;
}
.equipment img {
	display: inline-block;
}
.case {
	float: right;
	width: 390px;
}
.case ul {
	float: left;
	border: 1px solid #d7d7d7;
	padding: 5px;
	width: 372px;
	position: relative;
}
.case ul li {
	float: left;
	border-right: 1px solid #eaeaea;
	position: relative;
	border-bottom: 1px solid #eaeaea;
}
.case ul .borderr {
	border-right: 0;
}
.case ul .borderb {
	border-bottom: 0;
}
/* foot*/
.foot {
	width: 100%;
	min-width: 1004px;
	line-height: 46px;
	overflow: hidden;
	float: left;
	color: #545252;
	background: #000
}
.foot a {
	color: #545252;
}
.flink {
	width: 100%;
	position: relative;
	margin-top: -30px;
	min-width: 980px;
	font-family: 'Microsoft Yahei';
	float: left;
	height: 172px;
	padding-top: 41px;
	color: #fff;
	background: url(../images/flink.gif) no-repeat top center;
}
.flink dl {
	float: left;
	width: 518px;
	padding-left: 10px;
}
.flink dt {
	float: left;
	margin-bottom: 18px;
	width: 100%;
	color: #fdb205;
	font-size: 16px;
	background: url(../images/flinkico.gif) no-repeat 0px center;
	padding-left: 27px;
}
.flink dt font {
	margin-left: 3px;
}
.flink dd {
	margin-bottom: 14px;
	float: left;
	width: 166px;
	text-align: left;
}
.flink_r {
	float: right;
	width: 350px;
}
#bdshare {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: alpha(opacity=30); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.3; /*Firefox私有，透明度50%*/
	opacity: 0.3;/*其他，透明度50%*/
 filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
/* 二级页面*/
.fyMain {
	width: 980px;
	margin: 0 auto 70px;
	overflow: auto;
	padding-top: 10px;
	clear: both;
}
.wrap {
	width: 980px;
	float: left;
	overflow: hidden;
	padding-top: 38px;
}
.fyLeft {
	float: left;
	width: 240px;
	overflow: hidden;
	margin-right: 30px;
}
.l_news {
	float: left;
	margin-top: 20px;
	width: 240px;
	padding-bottom: 13px;
}
.l_pro {
	float: left;
	width: 240px;
}
.l_procon {
	float: left;
	width: 240px;
	overflow: hidden;
	margin-top: 0px;
}
.proOne {
	width: 240px;
	float: left;
	overflow: hidden;
	margin-bottom: 7px;
	background: url(../images/l_pro.gif) repeat-x top left;
}
.proOne a {
	width: 220px;
	padding-left: 18px;
	color: #6d6d6d;
	line-height: 34px;
	float: left;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/class.gif) 8px center no-repeat;
	border: 1px solid #d1d0d0;
}
.proOne a.cur {
	font-weight: bold;
}
.proOne ul {
	display: none;
}
.proOne .proTwo {
	float: left;
	line-height: 25px;
	overflow: hidden;
	padding-top: 10px;
	background: #f7f7f7;
	display: block;
}
.proTwo li {
	width: 240px;
	float: left;
}
.proTwo li a {
	float: left;
	color: #777;
	line-height: 30px;
	width: 200px;
	padding-left: 40px;
	background: none;
	border: 0;
}
.proTwo li a:hover {
	float: left;
	color: #0B375E
}
.fyLeft .title {
	margin-bottom: 9px;
}
.fyLeft .contact {
	float: left;
}
.fyLeft .contactcon {
	width: 220px;
	background: url(../images/lmap.gif) no-repeat center 80px;
	padding-left: 14px;
}
.fyLeft .title font {
	font-size: 26px;
	margin-top: 5px;
}
/* fyRight*/
.fyRight {
	float: left;
	width: 684px;
	background: #fff;
	padding: 10px;
	border: 3px solid #dfdfdf;
	overflow: hidden;
}
.title_view {
	float: left;
	width: 100%;
	border-bottom: 1px solid #acacac;
	margin-bottom: 17px;
	line-height: 40px;
	height: 40px;
	font-size: 20px;
}
.title_view .fl {
	font-family: 'Microsoft Yahei';
}
.title_view .fr, .title_view .fr a {
	color: #777;
	font-size: 12px;
}
.title_view .fr {
	padding-right: 5px;
}
.title_view .fr font {
	font-size: 12px;
}
.mainRightMain {
	color: #555;
	float: left;
	width: 684px;
	padding-bottom: 20px;
	min-height: 640px;
	_height: 640px;
}
.padding25 {
	padding: 0 25px;
	line-height: 30px;
	font-size: 14px;
}
.mainr_line {
	float: left;
	height: 18px;
	width: 99%;
	background: url(../images/line_s.html) top left repeat-x;
}
.tip {
	padding: 20px;
}
#tip b {
	color: #02783e;
}
/* list*/

.pro_list li {
	float: left;
	position: relative;
	z-index: 10;
	display: inline;
	width: 204px;
	height: 190px;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.pro_list li a {
	float: left;
}
.pro_list li img {
	border: 2px solid #c5c5c5
}
.news_list {
	float: left;
	width: 638px;
	padding-left: 20px;
	font-size: 14px;
	margin-bottom: 20px;
}
.news_list li {
	float: left;
	width: 100%;
	line-height: 26px;
	border-bottom: 1px dotted #c5c3bf;
}
.news_list li a {
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #575757;
	font-size: 12px;
}
.news_list li a:hover {
	background: #f6f6f6;
}
.news_list li a span {
	cursor: pointer;
}
.news_list li .fl {
	width: 400px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 8px;
}
.news_list li .fr {
	margin-right: 4px;
}
.news_line {
	clear: both;
	width: 687px;
	height: 18px;
	margin: 15px 0;
}
.news_list p {
	font-size: 12px;
	padding: 10px 20px;
	line-height: 20px;
	color: #ccc;
}
.pro_txtimg {
	float: left;
	width: 642px;
	margin-bottom: 20px;
	padding-left: 20px;
}
.pro_txtimg li {
	float: left;
	width: 642px;
	padding-bottom: 27px;
}
.pro_li_img {
	float: left;
	width: 200px;
	box-shadow: 2px 2px 3px #b0b0b0;
	border: 1px solid #d9d9d9;
	margin-right: 18px;
}
.pro_img {
	float: left;
	margin: 3px;
}
.pro_li_txt {
	float: left;
	width: 420px;
	color: #4e4e4e;
	line-height: 36px;
	font-size: 12px;
}
.pro_li_txt p {
	background: #f5f5f5;
	float: left;
	width: 390px;
	line-height: 24px;
	padding: 10px 15px;
}
.pro_li_txt p a {
	color: #ee9c1b
}
.protitle {
	margin-bottom: 6px;
	float: left;
	width: 408px;
	padding-left: 12px;
	background: #f5f5f5;
	color: #4e4e4e;
	font-weight: bold;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*news_view*/
.mainRightMain h2 {
	font-size: 18px;
	font-family: 黑体;
	font-weight: normal;
	color: #02783e;
}
.padding20 {
	float: left;
	width: 583px;
	text-align: justify;
	padding: 0 30px 0 35px;
}
.title_s {
	text-align: center;
	color: #02783e;
	font-size: 12px;
	padding-bottom: 15px;
	line-height: 35px;
}
.conbanner {
	float: left;
	width: 100%;
}
.mainrbanner {
	border: 1px solid #dbdbdb;
	width: 306px;
	margin: 0 auto 20px;
}
.mainrbanner img {
	border: 3px solid #fff
}
.padding25 .center img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.line_s {
	float: left;
	width: 96%;
	height: 8px;
	margin: 8px 0 15px 10px;
	display: inline;
	border-bottom: 1px dashed #BEC0BF;
}
center img {
	border: 1px solid #e0e0e0;
	box-shadow: 2px 2px 2px #ccc;
	max-width: 100%;
}
.newsview {
	min-height: 400px;
	padding-top: 25px;
	border-top: 1px dotted #02783e;
	margin-top: 30px;
	display: inline;
	width: 650px;
	border-bottom: 1px dotted #02783e;
	margin-bottom: 25px;
	padding-bottom: 15px;
	_height: 400px;
	font-size: 14px;
	line-height: 28px;
	float: left;
}
.main_r_nav div {
	line-height: 25px;
	color: #3b3652;
}
.main_r_nav {
	float: left;
	width: 400px;
	font-size: 12px;
}
.returnlist {
	margin-top: 30px;
	float: right;
	color: #02783e;
	font-size: 12px;
}
.main_r_nav a {
	color: #02783e
}
/* page*/
.page {
	margin-top: 20px;
	float: left;
	width: 100%;
	line-height: 34px;
	text-align: center;
	color: #1a1d22;
}
.page a {
	color: #666;
	padding: 0 11px;
	margin: 0 5px;
font-/weight: bold;
	background: #fff;
	border: 1px solid #d8d8d8;
}
.page * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 28px;
	height: 28px;
	padding-bottom: 1px;
}
.page .hover {
	display: inline-block;
	color: #fff;
	background: #0f8a4e;
	border: 1px solid #50c089;
}
.page a:hover {
	display: inline-block;
	color: #fff;
	background: #0f8a4e;
	border: 1px solid #50c089;
}
/* search*/
.searchnull {
	float: left;
	text-align: center;
	width: 100%;
	padding: 3% 0;
	font-size: 14px;
}
.searchnull font {
	color: #F00;
	font-size: 14px;
}
.searchmore {
	float: left;
	width: 92%;
	background: #efefef;
	text-align: center;
	margin: 10px 20px;
	_margin: 10px;
	border: 1px solid #dbd6f1
}
.searchmore a {
	line-height: 25px;
	color: #333;
}
.input_title {
	background: none;
	line-height: 30px;
	height: 30px;
	padding-left: 7px;
}
/* book*/
.book {
	float: left;
	padding-left: 25px;
}
.bookmain {
	width: 640px;
	margin: 20px auto;
	height: auto;
	background: #fff;
	padding: 0 25px;
	overflow: auto;
}
.bookline {
	width: 640px;
	height: 34px;
	float: left;
	margin-top: 10px;
}
.book3 {
	width: 640px;
	margin: 0 auto;
}
.booktop {
	width: 640px;
	height: 30px;
	float: left;
	background: url(../images/bookico.png) no-repeat 10px 7px;
}
.booktop_name {
	width: 470px;
	height: 30px;
	float: left;
	padding-left: 30px;
	line-height: 30px;
	font-weight: bold;
}
.booktop_time {
	width: 150px;
	height: 30px;
	float: left;
	color: #ccc;
	text-align: right;
	line-height: 30px;
}
.bookcontent {
	width: 610px;
	min-height: 40px;
	height: auto!important;
	height: 40px;
	float: left;
	border: 1px solid #d6deef;
	background: url(../images/bookcontentbg.jpg) repeat-x;
	background-color: #fff;
	padding: 10px;
	color: rgb(30,54,1);
}
.bookadmin {
	width: 650px;
	height: auto;
	float: left;
}
.bookadmin_top {
	width: 650px;
	height: 12px;
	float: left;
}
.bookadmin_mid {
	width: 610px;
	min-height: 30px;
	background: #fff;
	height: auto!important;
	height: 30px;
	border-left: 1px solid #d6deef;
	border-right: 1px solid #d6deef;
	border-bottom: 1px solid #d6deef;
	float: left;
	padding: 10px;
	color: rgb(30,54,1);
}
.admintimecol {
	color: #5e7194;
}
.message {
	width: 600px;
	height: auto;
	float: left;
	padding-left: 50px;
}
.message li {
	width: 500px;
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
cur/sor:pointer
}
.message li input {
	height: 20px;
	line-height: 20px;
	width: 150px;
	border: 1px solid #ccc;
}
.message li p.message_title {
	width: 100px;
	height: 25px;
	float: left;
	text-align: right;
	line-height: 20px;
}
.message li p.message_content {
	width: 400px;
	height: 25px;
	float: left;
}
.message li.contentb {
	width: 500px;
	height: 160px;
	float: left;
}
.message li.contentb textarea {
	width: 370px;
	height: 120px;
	border: 1px solid #ccc
}
.message li.yzm {
	width: 500px;
	height: 60px;
	float: left;
}
.message li p.message_yzminput {
	width: 100px;
	height: 15px;
	float: left;
}
.message li p.message_yzminput input {
	width: 80px;
}
.message li p.message_yzmico {
	width: 100px;
	height: 40px;
	float: left;
}
.message li p.message_sub {
	width: 170px;
	height: 40px;
	float: left;
	text-align: right;
}
.message li p.message_sub input {
	float: left;
	width: 134px;
	height: 30px;
	display: block;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	background: #353535;
	border-bottom: 2px solid #212121;
	cursor: pointer;
}
/* hr*/
.hrBox {
	width: 634px;
	float: left;
	min-height: 91px;
	_height: 91px;
	border: 1px solid #dbdbdb;
	margin-bottom: 20px;
	background: #efefef;
	margin-left: 20px;
	_margin-left: 10px;
}
.hrBoxL {
	width: 100px;
	float: left;
	text-align: center;
}
.hrBoxL li {
	width: 100px;
	min-height: 30px;
	_height: 30px;
	line-height: 30px;
	border-bottom: 1px #dbdbdb solid;
	vertical-align: bottom
}
.jobName {
	width: 380px;
	float: left;
}
.hrBtn {
	width: 100px;
	float: left;
	text-align: center;
	padding-top: 3px;
}
.hrBoxL li.haode {
	border-bottom: none;
}
.hrBoxR {
	width: 533px;
	float: left;
	text-align: left;
	border-left: 1px solid #dbdbdb;
}
.hrBoxR li {
	width: 508px;
	min-height: 30px;
	_height: 30px;
	line-height: 30px;
	border-bottom: 1px #dbdbdb solid;
	padding-left: 15px;
	vertical-align: bottom;
	padding-right: 10px;
}
.hrBoxR li.topline {
	overflow: hidden;
	height: 30px;
}
.hrBoxR li.topline img {
	margin-top: 3px;
}
.hrBoxR li.haode {
	border-bottom: none;
}
.hrTable {
	width: 614px;
	float: left;
	height: 440px;
	background: #efefef;
	border: 1px solid #dbdbdb;
	margin-left: 35px;
	_margin-left: 17px;
}
.tableTitle {
	width: 614px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-bottom: 1px solid #dbdbdb;
	font-weight: bold;
}
.lineOne {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dbdbdb;
	width: 614px;
}
.lineOneL {
	width: 94px;
	float: left;
	text-align: center;
	border-right: 1px solid #dbdbdb;
}
.lineOneR {
	width: 509px;
	float: left;
	padding-left: 10px;
}
.tableMainL {
	width: 94px;
	float: left;
	border-right: 1px solid #dbdbdb;
	text-align: center;
}
.tableMainL li {
	width: 94px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dbdbdb;
}
.tableMainR {
	width: 211px;
	float: left;
	border-right: 1px solid #dbdbdb;
	text-align: left;
}
.tableMainR li {
	width: 206px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dbdbdb;
	padding-left: 5px;
	vertical-align: bottom;
}
.tableMainR li span {
	display: inline-block;
}
.tableMainRno {
	width: 212px;
	float: left;
	text-align: left;
}
.tableMainRno li {
	width: 207px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dbdbdb;
	padding-left: 5px;
	vertical-align: bottom;
}
.tableMainRno li span {
	display: inline-block;
}
.input_hr {
	width: 126px;
	height: 17px;
	line-height: 17px;
	padding: 0px;
	vertical-align: middle;
	font-size: 12px;
	border: 1px solid #dbdbdb;
}
.sel_hr {
	width: 130px;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	vertical-align: middle;
	font-size: 12px;
}
.bottomLine {
	width: 614px;
	height: 123px;
	border-bottom: 1px solid #dbdbdb;
}
.lineBootL {
	width: 94px;
	height: 123px;
	border-right: 1px solid #dbdbdb;
	text-align: center;
	float: left;
}
.lineBootR {
	width: 509px;
	float: left;
	padding-left: 10px;
	height: 123px;
}
.are_hr {
	width: 470px;
	height: 80px;
	margin-top: 11px;
}
.hr_btn {
	width: 614px;
	height: 31px;
	line-height: 31px;
}
.hr_btnL {
	width: 310px;
	float: left;
	border-right: 1px solid #dbdbdb;
	text-align: center;
	height: 31px;
}
.hr_btnR {
	width: 300px;
	float: left;
	text-align: center;
}
.c_red {
	color: #f00;
}
/* 幻灯切换 */
.slideBox {
	position: relative;
	display: block;
	width: 1600px;
	height: 430px;
	overflow: hidden;
	z-index: 11;
	left: 50%;
	margin-left: -800px;
}
.slideBox .bd img {
	display: block;
	margin: 0 auto;
	height: 430px;
}
.slideBox .prev {
	display: none;
	position: absolute;
	padding: 0;
	left: 50%;
	margin-left: -595px;
	top: 50%;
	margin-top: -80px;
	width: 35px;
	height: 80px;
	background: url('../images/left-ico.png') no-repeat;
}
.slideBox .next {
	display: none;
	position: absolute;
	padding: 0;
	right: 50%;
	margin-right: -595px;
	top: 50%;
	margin-top: -80px;
	width: 35px;
	height: 80px;
	background: url('../images/right-ico.png') no-repeat;
}
.slideBox .hd {
	position: relative;
	top: -25px;
	z-index: 1
}
.slideBox .hd ul {
	text-align: center
}
.slideBox .hd ul li {
	display: inline-block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	background: #333;
	border-radius: 10px;
}
.slideBox .hd ul li.on {
	background: #ffe410;
}
.slideBox .hd ul li:hover {
	background: #ffe410;
}
/* 浮动工具 */
#common-tool {
	margin-top: 278px;
	position: absolute;
	top: 78px;
	right: 0;
	z-index: 9999
}
#common-tool ul {
	list-style: none
}
#common-tool ul li {
	background: #212121;
	margin: 3px 0 0 0;
	_margin: 0;
*margin:0;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
#common-tool ul li a {
	display: block;
	padding: 5px
}
#common-tool ul li a:hover {
	background: #FFCC00;
}
#common-top-ico {
	display: none
}
.common-sweep-box {
	display: none;
	position: absolute;
	right: 50px;
	top: 3px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #EEE
}
.common-sweep-box img {
	width: 196px;
	height: 196px;
}
/* product view 产品内页 */
.view_imgs {
	width: 555px;
	height: 500px;
	margin: 20px auto;
	position: relative;
	background: #f7f7f7;
}
.view_imgs .btn {
	position: absolute;
	width: 15px;
	height: 70px;
	top: 422px;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
}
.view_imgs .prev {
	left: 0;
	background: url(../images/view_left.png) no-repeat center center #bfbebe;
}
.view_imgs #prev, .view_imgs #prev #next {
	width: 15px;
	height: 70px;
	margin-left: 0;
}
.view_imgs #prevTop, .view_imgs #nextTop {
	display: none
}
.view_imgs .next {
	right: 0;
	background: url(../images/view_right.png) no-repeat center center #bfbebe;
}
.view_imgs li {
	float: left;
}
.view_imgs .prev:hover, .view_imgs .next:hover {
	background-color: #02783e;
}
.view_imgs .cf li {
	position: relative;
	color: #fff;
}
.view_imgs .cf a {
	display: block;
	width: 555px;
	height: 416px;
	position: absolute;
	color: #fff;
}
.view_imgs .picBox {
	height: 416px;
	position: relative;
	overflow: hidden;
}
.view_imgs .picBox ul {
	height: 416px;
	position: absolute;
}
.view_imgs .picBox li {
	width: 555px;
	height: 374px;
}
.view_imgs .listBox {
	width: 511px;
	height: 71px;
	margin: 0 auto;
	position: relative;
	padding: 6px 0 10px;
	overflow: hidden;
}
.view_imgs .listBox ul {
	height: 71px;
	position: absolute;
}
.view_imgs .listBox li {
	width: 104px;
	height: 71px;
	cursor: pointer;
	position: relative;
}
.view_imgs .listBox li a {
	display: block;
	width: 95px;
	height: 71px;
}
.view_imgs .listBox li img {
	width: 95px;
	height: 71px;
}
.view_imgs .listBox .on img {
	width: 89px;
	height: 65px;
	border: 3px solid #02783e;
}
.view_imgs .picBox li img {
	max-width: 100%;
}
.ol_width {
	width: 580px;
}
