﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
@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-justify: inter-ideograph;
}
/* 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: #606060;
	background: #fff;
	font-size: 12px;
	overflow-x: hidden;
	font-family: 'Microsoft Yahei';
}
a {
	color: #606060;
}
.header {
	width: 100%;
	min-width: 1004px;
	border-top: 8px solid #03765a;
	height: 79px;
	background: url(../img/header.jpg) top center repeat-x;
	position: relative;
}
.headermain {
	width: 980px;
	margin: 0 auto;
}
.logo {
	float: left;
	display: inline;
	padding-top: 20px;
}
.search {
	position: relative;
	z-index: 1000;
	float: right;
	padding-top: 25px;
	height: 34px;
	display: inline;
}
.text {
	float: left;
	width: 229px;
	margin-right: 7px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: url(../img/text.jpg) top left no-repeat;
	border: 1px solid #00654c;
}
.button {
	vertical-align: middle;
	float: left;
	width: 33px;
	height: 31px;
	background: url(../img/searchbut.jpg) top left no-repeat;
	margin-left: 8px;
	display: inline;
}
.select {
	float: left;
	width: 80px;
	color: #fff;
	height: 30px;
	border: 1px solid #00654c;
	background: url(../img/select.gif) left top no-repeat #087e61;
	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: 80px;
	text-indent: 8px;
	cursor: pointer;
	height: 30px;
	background: none;
	font-size: 12px;
	font-family: '微软雅黑';
	color: #fff;
	line-height: 30px;
}
.btn {
	float: left;
	display: inline;
	margin-left: 8px;
	margin-top: 2px;
}
.menu {
	float: left;
	width: 100%;
	position: relative;
	height: 42px;
	position: relative;
	z-index: 999;
	background: #087e61;
}
.menu ul {
	width: 1004px;
	margin: 0 auto;
	height: 42px;
}
.menu li {
	float: left;
	display: inline;
	position: relative;
	text-align: center;
	width: 100px;
}
.menu li a {
	display: block;
	width: 100%;
	text-align: center;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	font-family: 微软雅黑
}
.menu a:hover, .menu a.cur {
	color: #087E61;
	text-shadow: 0 1px 0 #fff;
	position: relative;
	height: 42px;
	background: #FDD503;
}
.nav {
	position: absolute;
	left: 0;
	width: 340px;
	padding: 0 5px;
}
.menu li .nav a {
	float: left;
	color: #000;
	line-height: 29px;
	background: url(../img/nav.gif) center top repeat-x;
	padding: 0 12px;
	width: auto !important
}
.menu .nav a:hover, .menu .nav a.cur {
	height: 29px;
	line-height: 29px;
	padding: 0 12px;
	margin: 0;
	background: url(../img/nav.gif) center top repeat-x;
}
.banner {
	width: 100%;
	min-width: 1004px;
	margin-bottom: 25px;
	z-index: 9;
	float: left;
	text-align: center;
	position: relative;
	background: url(../img/bannerbg.jpg) center top repeat-x;
}
.cloud {
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 99999 !important;
	height: 150px;
}
.slider {
	z-index: 99999 !important;
	width: 100%;
	position: relative;
	float: right;
	margin-top: -40px;
	text-align: right;
}
.slider .end {
	background: url(../img/arrow.gif) 0 0 no-repeat
}
.notice {
	line-height: 32px;
	height: 32px;
	width: 410px;
	float: left;
	padding-left: 100px;
	background: url(../img/notice.png) 0 center no-repeat;
}
/* indMain*/

.main {
	width: 980px;
	margin: 0 auto;
	clear: both;
	position: relative;
}
.contact {
	float: left;
	color: #9b9b9b;
	line-height: 30px;
	color: #9b9b9b;
	width: 303px;
	height: 290px;
	overflow: hidden;
}
.about {
	float: left;
	width: 642px;
	height: 265px;
	padding-right: 35px;
	overflow: hidden;
	line-height: 26px;
}
.abouttxt {
	float: left;
	width: 642px;
	line-height: 27px;
	font-size: 14px;
}
.aboutli {
	float: left;
	position: relative;
	margin-left: -10px;
	width: 100%;
	padding: 30px 0 25px 0;
	line-height: 23px;
	margin-top: 5px;
}
.aboutli li a font {
	width: 84px;
	float: left;
	height: 23px;
	text-align: center;
	line-height: 23px;
	color: #fff;
	margin-right: 10px;
	display: inline;
}
.aboutli li a {
	line-height: 23px;
	float: left;
}
.aboutli li {
	margin-bottom: 4px;
	float: left;
}
.aboutli a {
	background: url(../img/about.gif) no-repeat top left;
}
.aboutli li a:hover {
	color: #000;
	background: url(../img/about.gif) no-repeat left -28px;
}
.aboutli li a.two {
	background: url(../img/about.gif) no-repeat left bottom;
}
.aboutli .two:hover {
	background: url(../img/about.gif) no-repeat left -28px;
}
.case {
	float: left;
	width: 100%;
	overflow: hidden;
	height: 376px;
	background: #f6f6f6;
	margin-bottom: 40px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed
}
.cutover {
	float: left;
	width: 70px;
	padding-right: 17px;
	height: 146px;
	padding-top: 230px;
	background: url(../img/cutover.gif) no-repeat top left
}
.cutover a {
	background: #707070;
	float: left;
	display: inline;
	margin-left: 18px;
	margin-bottom: 10px;
	width: 34px;
	text-align: center;
	height: 22px;
	padding-top: 12px;
}
.cutover a:hover {
	background: #fa9600;
}
.cutover a img {
	vertical-align: middle
}
.case_t {
	float: left;
	margin-bottom: 30px;
	width: 893px;
	padding-top: 12px;
}
.case_t .fl {
	width: 593px;
	height: 60px;
	overflow: hidden;
}
.case_t .fl p {
	float: left;
	line-height: 43px;
	font-family: 'Microsoft Yahei';
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-left: 74px;
	width: 519px;
	background: url(../img/caseico.jpg) no-repeat top left
}
.contact .more, .case_t .more {
	width: 287px;
	float: right;
	background: url(../img/more.gif) no-repeat right top #ebebeb;
}
.case_t .more {
	width: 269px;
}
.case_t .fr {
	width: 287px;
	overflow: hidden;
}
#dot {
	height: 30px;
	float: right;
	width: 28px;
	padding-top: 6px;
}
#dot font {
	width: 5px;
	font-size: 0;
	height: 5px;
	float: left;
	margin-left: 4px;
	display: inline;
	margin-top: 4px;
	background: #bfbfbf
}
#dot .cur {
	background: #ffad33
}
#caseli {
	float: left;
	position: relative;
	width: 893px;
	height: 265px;
	overflow: hidden;
}
#caseli ul {
	float: left;
}
.case li {
	float: left;
	width: 275px;
	margin-right: 34px;
	margin-bottom: 10px;
	display: inline;
}
.proimg img {
	float: left;
	border: 1px solid #d9d9d9;
}
.proname {
	float: left;
	line-height: 33px;
	padding: 15px 0 10px 0;
	font-size: 14px;
	width: 100%;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: url(../img/proname.jpg) no-repeat bottom center
}
.news {
	float: left;
	width: 470px;
	height: 250px;
	overflow: hidden;
	padding-right: 40px;
}
.title {
	float: left;
	width: 100%;
	height: 27px;
}
.title span font {
	font-family: Impact, Charcoal, sans-serif;
	color: #ccc;
	font-size: 16px;
	font-weight: normal;
	margin-left: 3px;
}
.title span {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-family: 'Microsoft Yahei'
}
.more {
	float: right;
	text-align: right;
	width: 60px;
	margin-top: 4px;
	line-height: 18px;
	height: 18px;
	font-size: 14px;
	color: #585858;
	padding-right: 16px;
	background: url(../img/more.gif) no-repeat right top #ccc;
}
.pointer {
	float: left;
	width: 100%;
	display: inline;
	padding-top: 8px;
}
.pointer li {
	float: left;
	width: 100%;
}
.pointer li a {
	float: left;
	color: #707070;
	width: 95%;
	line-height: 35px;
	background: url(../img/newsico.gif) 0px center no-repeat;
	padding-left: 5%;
}
.pointer li a:hover {
	color: #000;
	background: url(../img/newsico2.gif) 0px center no-repeat;
}
.pointer li .fl {
	float: left;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pointer li .fr {
	color: #707070
}
.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: 0px;
	background: rgba(0, 0, 0, 0.7);
	_background: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.equipment img {
	display: inline-block;
	border: 0;
}
/* foot*/
.foot {
	width: 100%;
	min-width: 1004px;
	height: 192px;
	overflow: hidden;
	float: left;
	color: #ddd;
	background: url(../img/flink.gif) repeat-x bottom center #059673
}
.f_link {
	width: 100%;
	float: left;
	height: 34px;
	line-height: 34px;
	color: #fff;
}
.foot a {
	color: #ddd;
}
.f_link a {
	padding-right: 13px;
	color: #fff;
}
.f_link span {
	padding-left: 18px;
}
.bootTxt {
	float: left;
	width: 962px;
	padding-left: 18px;
	height: 79px;
	line-height: 30px;
}
.bottomnav {
	float: left;
	width: 100%;
	height: 46px;
	line-height: 46px;
}
.bottomnav a {
	float: left;
	display: inline;
	margin-left: 18px;
}
.topbut {
	float: left;
	width: 100%;
	height: 33px;
	line-height: 33px;
}
.topbut a {
	width: 50px;
	height: 33px;
	color: #1f1f1f;
	float: right;
	padding-left: 35px;
	background: url(../img/topbut.gif) no-repeat top center
}
/* 二级页面*/
.fyMain {
	width: 980px;
	margin: 0 auto 0;
	overflow: auto;
	margin-bottom: 20px;
	clear: both;
}
.wrap {
	width: 980px;
	float: left;
	overflow: hidden;
	padding-top: 38px;
}
.fyLeft {
	float: left;
	width: 300px;
	overflow: hidden;
	padding-right: 35px;
}
.l_news {
	float: left;
	margin-top: 20px;
	width: 300px;
	padding-bottom: 40px;
}
.l_news .title {
	margin-bottom: 20px;
}
.l_news ul {
	float: left;
	width: 100%;
}
.l_news ul li {
	float: left;
	width: 100%;
	margin-top: 6px;
}
.l_news ul li a {
	float: left;
	width: 260px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
	padding-left: 24px;
	background: url(../img/newsico.gif) no-repeat 0px center;
	color: #888;
}
.l_news ul li a:hover {
	background: url(../img/newsico2.gif) no-repeat 0px center;
	color: #000;
}
.l_pro {
	float: left;
	width: 300px;
}
.l_pro_t {
	float: left;
	width: 300px;
	margin-bottom: 17px;
}
.l_procon {
	float: left;
	width: 300px;
	overflow: hidden;
	margin-top: 0px;
}
.proOne {
	width: 300px;
	float: left;
	overflow: hidden;
	margin-top: 7px;
}
.proOne a {
	width: 300px;
	color: #6d6d6d;
	text-align: center;
	line-height: 34px;
	float: left;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: url(../img/l_pro.gif) repeat-x bottom left;
}
.proOne a:hover, .proOne .cur {
	color: #fff;
	background: url(../img/l_pro.gif) repeat-x top left;
}
.proOne .proTwo {
	display: block;
}
.proOne ul {
	display: none
}
.proTwo {
	float: left;
	line-height: 25px;
	text-align: center;
	overflow: hidden;
	padding: 0px 0 5px;
	background: #f7f7f7
}
.proTwo li {
	width: 300px;
	float: left;
}
.proTwo li a {
	float: left;
	color: #777;
	background: none;
	margin-top: -1px;
	position: relative;
	border-top: 1px solid #ccc;
	line-height: 38px;
	width: 300px;
	text-align: center
}
.proTwo li a:hover {
	float: left;
	color: #0B375E;
	background: none;
}
/* fyRight
-----------------------------------------------------------------------------------------------------*/
.fyRight {
	float: left;
	width: 640px;
	overflow: hidden;
}
.title_view {
	float: left;
	width: 640px;
	margin-bottom: 17px;
	margin-left: 2px;
	height: 54px;
	background: url(../img/title.gif) repeat-x bottom left;
}
.titlefont {
	float: left;
	background: #fff;
	height: 54px;
	position: relative;
}
.titlefr {
	float: left;
	width: 98px;
	padding-top: 10px;
	line-height: 1;
}
.titlefr em {
	font-style: normal;
	color: #ccc;
	font-size: 18px;
	font-family: Impact, Charcoal, sans-serif;
}
.titlefr font {
	font-size: 20px;
	color: #000;
	line-height: 1.2;
	float: left;
	width: 100%;
	font-family: 'Microsoft Yahei';
	font-weight: bold;
}
.titlefl {
	font-size: 58px;
	transform: skewX(-10deg);
	padding-left: 5px;
	margin-right: 5px;
	font-family: Impact, Charcoal, sans-serif;
	color: #fa9600;
	line-height: 1;
	float: left;
}
.title_view .fr, .title_view .fr a {
	color: #777;
	font-size: 12px;
}
.title_view .fr {
	margin-top: 36px;
	_margin-top: 39px;
	padding-right: 10px;
	padding-left: 18px;
	background: url(../img/titlefont.gif) no-repeat center left;
}
.title_view .fr font {
	font-size: 14px;
	color: #fa9600;
}
.fyLeft .titlefr em {
	font-style: italic;
}
.fyLeft .titlefr {
	width: 170px;
}
.mainRightMain {
	color: #555;
	float: left;
	width: 640px;
	padding-bottom: 20px;
	min-height: 640px;
	_height: 640px;
}
.maintop {
	background: url(../img/maintop.gif) no-repeat top left;
	float: left;
	width: 680px;
	height: 9px;
}
.padding25 {
	padding: 0 25px;
	line-height: 30px;
	font-size: 14px;
}
.mainr_line {
	float: left;
	height: 18px;
	width: 99%;
	background: url(../img/line_s.gif) top left repeat-x;
}
.tip {
	padding: 20px;
}
#tip b {
	color: #fa9600;
}
/* list*/

.pro_list li {
	float: left;
	border-radius: 3px;
	position: relative;
	z-index: 10;
	display: inline;
	width: 197px;
	height: 206px;
	margin-left: 15px;
	margin-bottom: 20px;
	overflow: hidden;
}
.pro_list li a {
	float: left;
	width: 197px;
}
.pro_list .proname {
	background: url(../img/vproname.jpg) no-repeat bottom center;
}
.pro_list li img {
	border: 1px solid #c5c5c5
}
.news_list {
	float: left;
	width: 645px;
	font-size: 14px;
	margin-bottom: 20px;
}
.news_list li {
	float: left;
	width: 636px;
	line-height: 26px;
	margin-bottom: 3px;
}
.news_list li a {
	float: left;
	width: 636px;
	height: 35px;
	line-height: 35px;
	color: #575757;
	background: url(../img/newsico.gif) 7px center no-repeat;
	font-size: 14px;
}
.news_list li a:hover {
	color: #fa9600;
}
.news_list li a span {
	cursor: pointer;
}
.news_list li .fl {
	width: 400px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 22px;
}
.news_list li .fr {
	margin-right: 10px;
}
.news_line {
	clear: both;
	width: 687px;
	height: 18px;
	margin: 18px 0;
}
.news_list p {
	font-size: 12px;
	padding: 10px 20px;
	line-height: 20px;
	color: #ccc;
}
.pro_txtimg {
	float: left;
	width: 624px;
	margin-bottom: 20px;
	padding-left: 12px;
}
.pro_txtimg li {
	float: left;
	width: 624px;
	padding-bottom: 27px;
}
.pro_li_img {
	float: left;
	width: 195px;
	border: 1px solid #d9d9d9;
	margin-right: 14px;
}
.pro_li_img img {
	float: left;
}
.pro_li_txt {
	float: left;
	width: 410px;
	color: #555;
	line-height: 29px;
	font-size: 12px;
}
.pro_t {
	float: left;
	background: #fa9600;
	border: 1px solid #ffbc57;
	width: 100%;
	height: 23px;
	line-height: 23px;
	margin-bottom: 13px;
}
.pro_t .fr {
	margin-right: 7px;
	color: #fff;
}
.pro_t font {
	float: left;
	color: #fff;
	height: 23px;
	display: inline;
	margin-right: 6px;
	margin-left: 10px;
}
.protitle {
	float: left;
	width: 200px;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pro_t a {
	color: #fff;
}
/*news_view*/
.mainRightMain h2 {
	font-size: 18px;
	color: #fa9600;
}
.padding20 {
	float: left;
	width: 583px;
	text-align: justify;
	padding: 0 30px 0 35px;
}
.title_s {
	text-align: center;
	color: #bfbfbf;
	font-size: 12px;
	line-height: 40px;
}
.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: 3px solid #ccc;
	margin-bottom: 10px;
}
.line_s {
	float: left;
	width: 96%;
	font-size: 0;
	overflow: hidden;
	height: 8px;
	margin: 8px 0 15px 10px;
	display: inline;
	border-bottom: 1px dashed #BEC0BF;
}
.newsview {
	min-height: 400px;
	display: inline;
	width: 650px;
	border-bottom: 1px dashed #BEC0BF;
	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: #fa9600;
	font-size: 12px;
}
.main_r_nav a {
	color: #555
}
/* page*/
.page {
	margin: 15px 0;
	float: left;
	width: 100%;
	line-height: 34px;
	text-align: center;
}
.page a {
	color: #fff;
	padding: 0 11px;
	margin: 0 5px;
font-/weight: bold;
	background: #fa9600;
}
.page * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 28px;
	height: 28px;
	padding-bottom: 1px;
}
.page .hover {
	display: inline-block;
	background: #ebebeb;
	color: #fa9600;
}
.page a:hover {
	display: inline-block;
	background: #ebebeb;
	color: #fa9600;
}
/* 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;
}
.bookmain {
	width: 640px;
	margin: 20px auto;
	height: auto;
	background: #fff;
	padding: 0 25px;
	overflow: auto;
}
.bookline {
	width: 640px;
	height: 34px;
	background-image: url(../img/about_box_line.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	float: left;
	margin-top: 10px;
}
.book3 {
	width: 640px;
	margin: 0 auto;
}
.booktop {
	width: 640px;
	height: 30px;
	float: left;
	background: url(../img/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(../img/bookcontentbg.jpg) repeat-x;
	background-color: #fff;
	padding: 10px;
}
.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;
}
.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: 24px;
	line-height: 24px;
	width: 150px;
	border: 1px solid #ccc;
}
.message li p.message_title {
	width: 100px;
	height: 30px;
	float: left;
	text-align: right;
	line-height: 25px;
	font-size: 14px;
}
.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: 200px;
	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: #059673;
	border-bottom: 2px solid #03765a;
	cursor: pointer;
}
.blank {
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
}
/* hr*/
.hrBox {
	width: 634px;
	float: left;
	min-height: 91px;
	_height: 91px;
	border: 1px solid #dbdbdb;
	margin-bottom: 20px;
	background: #efefef;
}
.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: 15px;
	_margin-left: 7px;
}
.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;
}
/* 下拉菜单 */
.common-nav2 {
	display: none;
	position: absolute;
	z-index: 9999;
	text-align: center;
	background: #087e61;
	width: 100%;
}
.common-nav2_in div {
	width: 100%;
}
/* 幻灯切换 */
.slideBox {
	position: relative;
	display: block;
	width: 100%;
	height: 480px;
	overflow: hidden;
	z-index: 9999;
}
.slideBox .bd img {
	display: block;
	margin: 0 auto;
	height: 480px;
}
.slideBox .prev {
	display: none;
	position: absolute;
	padding: 0;
	left: 50%;
	margin-left: -595px;
	top: 50%;
	margin-top: -74px;
	width: 44px;
	height: 109px;
	background: url('../img/normal_bg.png') no-repeat;
	background-position: 0 0;
}
.slideBox .next {
	display: none;
	position: absolute;
	padding: 0;
	right: 50%;
	margin-right: -595px;
	top: 50%;
	margin-top: -74px;
	width: 44px;
	height: 109px;
	background: url('../img/normal_bg.png') no-repeat;
	background-position: -459px 0;
}
.slideBox .hd {
	position: relative;
	top: -25px;
	z-index: 1;
	z-index: 99999;
}
.slideBox .hd ul {
	text-align: center
}
.slideBox .hd ul li {
	display: inline-block;
	cursor: pointer;
	width: 16px;
	height: 17px;
	background: url('../img/normal_bg.png') no-repeat;
	background-position: -249px -51px;
}
.slideBox .hd ul li.on {
	background-position: -216px -51px;
}
.slideBox .hd ul li:hover {
	background-position: -216px -51px;
}
/* 浮动工具 */
#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: #087E61;
	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: #FDD503;
}
#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(../img/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(../img/view_right.png) no-repeat center center #bfbebe;
}
.view_imgs li {
	float: left;
}
.view_imgs .prev:hover, .view_imgs .next:hover {
	background-color: #fa9600;
}
.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 #fa9600;
}
.view_imgs .picBox li img {
	max-width: 100%;
}
.ol_width {
	width: 580px;
}
