﻿/* 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-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, h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	_background-image: url(about:blank);
	_background-attachment: fixed;
}
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;
	display: block
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	outline: 0;
}
center {
	padding: 20px 0;
}
/* fixed */
.fixed {
	position: fixed;
	width: 55px;
	height: 212px;
	right: 25px;
	bottom: 50px;
	_position: absolute;
	_bottom: auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	z-index: 999;
}
.fixed a {
	display: block;
	width: 55px;
	height: 53px;
}
.book {
	background: url(../img/fixed.jpg) 0 0 no-repeat;
}
.book:hover {
	background-position: -54px 0;
}
.fixed a.codepic {
	background: url(../img/fixed.jpg) 0 -53px no-repeat;
	height: 52px;
}
.fixed a.codepic:hover {
	background-position: -54px -53px;
}
.fixed div {
	position: relative;
}
.fixed a.backup {
	background: url(../img/fixed.jpg) 0 -158px no-repeat;
	height: 52px;
}
.fixed a.backup:hover {
	background-position: -54px -158px;
	height: 53px;
}
.fixed div img {
	position: absolute;
	left: -196px;
	width: 196px;
	height: 196px;
	top: -106px;
	display: none;
}
/* banner */
.banner {
	width: 100%;
	height: 405px;
	position: relative;
	overflow: hidden;
	z-index: 1
}
/* 幻灯切换 */
.slideBox {
	position: absolute;
	display: block;
	width: 100%;
	height: 405px;
	overflow: hidden;
}
.slideBox .bd img {
	display: block;
	margin: 0 auto;
	height: 405px;
}
.slideBox .prev {
	display: none;
	position: absolute;
	padding: 0;
	left: 50%;
	margin-left: -595px;
	top: 155px;
	width: 44px;
	height: 74px;
	background: url('../img/leftbtn.png') no-repeat;
}
.slideBox .next {
	display: none;
	position: absolute;
	padding: 0;
	right: 50%;
	margin-right: -595px;
	top: 155px;
	width: 44px;
	height: 74px;
	background: url('../img/rightbtn.png') no-repeat;
}
.slideBox .hd {
	position: relative;
	top: -40px;
	z-index: 1;
}
.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;
}
/* topbg */
body {
	background: url(../img/bg.jpg) 0 0 repeat;
}
.top_bar_bg {
	width: 100%;
	height: 35px;
	background: #181818;
}
.top_bar {
	width: 980px;
	height: 35px;
	margin: 0 auto;
	overflow: hidden;
}
.top_weather {
	float: left;
	width: 185px;
	height: 35px;
	overflow: hidden;
	font-family: "microsoft yahei";
}
.top_marquee {
	float: right;
	width: 360px;
	height: 35px;
	overflow: hidden;
	font: 12px/35px "microsoft yahei";
	color: #fff;
}
.top_marquee p {
	width: 60px;
	height: 35px;
	float: left;
}
.top_marquee marquee {
	float: left;
	width: 296px;
	height: 35px;
}
.top_bg {
	width: 100%;
	background: url(../img/topbg.jpg) 0 0 repeat-x;
	height: 76px;
}
.top {
	width: 980px;
	height: 76px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}
.logo {
	float: left;
	margin-top: 18px;
}
.top_tel {
	position: absolute;
	right: 0;
	bottom: 1px;
	z-index: 2;
	background: url(../img/top_tel.png) no-repeat;
	width: 272px;
	height: 83px;
	color: #634400;
	text-align: right;
	font-family: '微软雅黑';
	font-size: 14px;
	line-height: 21px;
}
.top_tel span {
	display: block;
	font-family: impact;
	font-size: 26px;
	vertical-align: middle;
	line-height: 35px;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(154, 29, 26)), to(rgb(191, 5, 0)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* navbg */
.navbg {
	width: 100%;
	height: 56px;
	background: #010101;
}
.nav {
	width: 980px;
	height: 56px;
	margin: 0 auto;
}
.nav li {
	width: 108px;
	float: left;
	position: relative;
	z-index: 2
}
.nav li a {
	display: block;
	width: 108px;
	height: 56px;
	text-align: center;
	font: 16px/56px "microsoft yahei";
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nav li dl {
	position: absolute;
	width: 104px;
	top: 56px;
	left: 1px;
	z-index: 33;
	background: url(../img/navbg.png) 0 0 repeat;
	border: 1px solid #3d3d3d;
	display: none;
}
.nav li.hover {
	background: url(../img/hover.jpg) center 0 no-repeat;
}
.nav li dl dd a {
	display: block;
	width: 104px;
	height: 38px;
	border-bottom: 1px solid #575757;
	font-size: 14px;
	line-height: 38px;
}
.nav li dl dd a.last {
	border-bottom: 0
}
.banner_bar {
	width: 100%;
	height: 8px;
	background: url(../img/banner_bar.jpg) 0 0 repeat-x;
}
/* content */
.content_bg {
	width: 100%;
	height: auto;
	background: url(../img/foot_bg.png) center bottom no-repeat;
	position: relative;
	z-index: 2;
}
.content {
	width: 980px;
	background: #fff;
	margin: 0 auto;
	padding-top: 75px;
	overflow: hidden;
}
.search_box {
	background: url(../img/search_bg.png) center 0 no-repeat;
	position: absolute;
	z-index: 4;
	left: 0;
	top: -26px;
	height: 75px;
	width: 100%;
}
.search_center {
	width: 980px;
	margin: 0 auto;
	height: 75px;
	overflow: hidden;
}
.search {
	width: 400px;
	height: 34px;
	overflow: hidden;
	float: left;
	margin-top: 14px;
}
.text {
	width: 240px;
	float: left;
	font: 14px/24px 'microsoft yahei';
	color: #a2a2a2;
	text-indent: 15px;
	height: 24px;
	padding: 5px 0;
	border: 0;
	background: #fff;
*height:24px;
}
.select {
	float: left;
	width: 98px;
	border: 0;
	background: url(../img/select.jpg) 74px center no-repeat #fff;
}
.btn {
	float: left;
	background: url(../img/button.jpg) no-repeat center center;
	width: 62px;
	height: 34px;
	border: 0;
	cursor: pointer;
}
.select select {
	margin: 5px auto;
	width: 98px;
}
.searchBar span {
	float: right;
	margin-top: 6px;
}
.searchBar span a {
	color: #666;
	margin-right: 8px;
}
.searchBar span a:hover {
	color: #1b1b1b;
}
.searchBar .select {
	float: left;
	margin-top: 1px;
	display: inline;
	margin-right: 8px;
}
.searchBar .text {
	float: left;
}
.searchBar .text input {
	width: 182px;
	padding-top: 3px;
	height: 17px;
	border: 1px solid #b7d1eb;
}
div.selectbox-wrapper {
	overflow: hidden;
	width: 98px;
	position: absolute;
	text-align: left;
*margin-top:0;
	z-index: 11;
	background: #fff;
}
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: 98px;
	cursor: pointer;
	line-height: 20px;
	padding-top: 3px;
	font-size: 12px;
	font-family: '微软雅黑';
	color: #666;
}
div.selectbox-wrapper ul li.selected {
	background-color: #666;
	color: #fff;
}
.selectbox {
	border: none;
	display: block;
	width: 98px;
	background: none;
	text-indent: 9px;
	cursor: pointer;
	height: 34px;
	font-size: 14px;
	font-family: 'microsoft yahei';
	color: #1b1b1b;
	line-height: 34px;
}
.search_name {
	float: left;
	height: 34px;
	margin-top: 14px;
	width: 73px;
	text-indent: 26px;
	font: 14px/34px "microsoft yahei";
	color: #e3e3e3;
}
.search_contact {
	float: right;
	width: 342px;
	height: 44px;
	margin-top: 12px;
	overflow: hidden;
}
.search_contact p {
	width: 100%;
	height: 22px;
	overflow: hidden;
	font: 14px/22px "microsoft yahei";
	color: #fff;
}
/* con1 */
.con1 {
	width: 954px;
	height: 760px;
	margin: 30px auto 0;
	overflow: hidden;
}
.left {
	float: left;
	width: 244px;
	height: auto;
	overflow: hidden;
}
.title1 {
	width: 244px;
	background: url(../img/title1.jpg) 0 0 no-repeat;
	height: 45px;
	overflow: hidden;
	text-align: center;
	font: 700 18px/45px "microsoft yahei";
	color: #010101;
}
.left_nav {
	width: 242px;
	height: auto;
	overflow: hidden;
	background: #e0e0e0;
	border: 1px solid #cdcdcd;
	border-top: 0;
	margin-bottom: 17px;
	padding: 15px 0 3px;
}
.left_nav ul {
	display: none;
}
.left_nav .proTwo {
	display: block;
}
.left_nav li a {
	display: block;
	width: 224px;
	height: 34px;
	background: url(../img/leftli.jpg) 0 0 no-repeat;
	font: 14px/34px "microsoft yahei";
	color: #010101;
	text-indent: 34px;
	margin: 0 auto 15px;
}
.left_nav li .on {
	font-weight: bold;
}
.left_nav li li a {
	text-indent: 47px;
	background-position: 0 -35px;
	color: #fff;
}
.left_nav li a:hover {
	text-shadow: 1px 1px 2px #777;
}
.left_nav li li a:hover {
	text-shadow: 1px 1px 2px #111;
}
.right {
	float: left;
	width: 690px;
	height: auto;
	overflow: hidden;
	padding-left: 19px;
}
.right_title {
	background: url(../img/title2.jpg) 0 0 no-repeat;
	width: 690px;
	height: 45px;
	overflow: hidden;
}
.right_name {
	float: left;
	font: 700 16px/45px "microsoft yahei";
	color: #000;
	margin-left: 16px
}
.right_title p, .title3 p {
	float: right;
	font: 12px/45px "microsoft yahei";
	color: #000;
	padding-right: 12px;
}
.right_title p a, .title3 p a {
	color: #000
}
.right_title p a.more, .title3 p a.more {
	font-weight: 700;
	font-size: 14px
}
.con1_list {
	width: 705px;
	height: auto;
	overflow: hidden;
	padding-top: 18px;
	z-index: 44
}
.con1_list li {
	width: 235px;
	height: 226px;
	float: left;
	position: relative;
	z-index: 999
}
.con1_list li p {
	width: 216px;
	height: 54px;
	text-align: center;
	font: 700 14px/54px "microsoft yahei";
	color: #393939;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.con1_list li p a {
	color: #393939;
}
.pro-img {
	display: block;
	width: 216px;
	height: 162px;
	border: 1px solid #cdcdcd;
	padding: 1px;
}
.zoom {
	position: absolute;
	background: url(../img/zoom.png) 0 0 no-repeat;
	width: 38px;
	height: 36px;
	left: 180px;
	top: 128px;
	cursor: pointer;
	display: none
}
#picShow {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../img/blackbg.png) 0 0 repeat;
	left: 0;
	top: 0;
	z-index: 9999
}
.pic_show_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.pic_show_box img {
	display: block;
	margin: 93px auto 0;
	border: 5px solid rgba(255,255,255,.2);
}
.pic_quit {
	position: absolute;
	background: url(../img/quit.png) 0 0 no-repeat;
	width: 64px;
	height: 64px;
	top: 0;
	right: 0;
	cursor: pointer
}
.lbtn {
	display: block;
	position: absolute;
	background: url(../img/leftbtn1.png) 0 0 no-repeat;
	width: 53px;
	height: 53px;
	top: 287px;
	left: 65px;
}
.rbtn {
	display: block;
	position: absolute;
	background: url(../img/rightbtn1.png) 0 0 no-repeat;
	width: 53px;
	height: 53px;
	top: 287px;
	right: 65px;
}
.pic_show_box p {
	width: 593px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	font: 18px/106px "microsoft yahei";
	color: #0c4201;
	text-overflow: ellipsis;
	white-space: nowrap
}
.pic_show_box p a {
	color: #fff;
}
/* con2 */
.con2 {
	width: 954px;
	height: 298px;
	margin: 0 auto;
	overflow: hidden;
}
.title3 {
	width: 954px;
	background: url(../img/title3.jpg) center 0 no-repeat;
	height: 45px;
}
.con2_list {
	width: 968px;
	height: 228px;
	overflow: hidden;
	padding-top: 22px;
}
.con2_list li {
	width: 242px;
	height: 228px;
	float: left;
	overflow: hidden;
}
.con2_img {
	display: block;
	width: 216px;
	height: 162px;
	border: 1px solid #cdcdcd;
	padding: 1px;
}
.con2_list li p {
	width: 216px;
	height: 54px;
	text-align: center;
	font: 700 14px/54px "microsoft yahei";
	color: #393939;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.con2_list li p a {
	color: #393939;
}
/* con3 */
.con3 {
	width: 954px;
	height: 312px;
	margin: 0 auto;
	overflow: hidden;
}
.con3_left {
	float: left;
	width: 245px;
	height: 312px;
	overflow: hidden;
}
.title4 {
	width: 245px;
	height: 45px;
	overflow: hidden;
	background: url(../img/title1.jpg) 0 0 no-repeat;
}
.title4 span {
	float: left;
	font: 700 16px/45px "microsoft yahei";
	color: #000;
	padding-left: 18px;
}
.title4 a {
	float: right;
	font: 700 14px/45px "microsoft yahei";
	color: #000;
	margin-right: 8px;
}
.con3_news {
	width: 242px;
	height: auto;
	overflow: hidden;
	border: 1px solid #cdcdcd;
	border-top: 0;
	border-bottom: 3px solid #b1b1b1;
	background: #e0e0e0;
	padding: 6px 0 28px;
	margin-bottom: 16px
}
.con3_news li {
	width: 230px;
	height: 40px;
	border-bottom: 1px dotted #565656;
	margin: 0 auto;
	background: url(../img/icons1.jpg) 4px center no-repeat;
	text-indent: 16px;
	font: 12px/40px "microsoft yahei";
	color: #3b3b3b;
}
.con3_news li a {
	color: #3b3b3b;
	display: block;
	float: left;
	max-width: 196px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.con3_news li img {
	float: left;
	margin-top: 4px;
}
.con3_right {
	float: left;
	width: 690px;
	padding-left: 18px;
	height: 312px;
	overflow: hidden;
}
.con3_about {
	width: 652px;
	height: 205px;
	padding: 18px;
	border: 1px solid #cdcdcd;
	border-top: 0;
	background: #ededed;
	overflow: hidden;
	font: 14px/25px "microsoft yahei";
	color: #353535;
}
.con3_about p {
	font: 14px/25px "microsoft yahei";
	color: #353535;
}
.con3_about img {
	float: left;
	margin-right: 14px;
	margin-top: 8px
}
/* con4 */
.con4 {
	width: 954px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
}
.movead {
	zoom: 1;
	width: 954px;
	margin: 22px auto;
	position: relative;
	z-index: 11
}
.movead .pcont {
	float: left;
	width: 906px;
	height: 224px;
	overflow: hidden;
	margin: 0 5px;
}
.movead .ScrCont {
	width: 32766px;
	zoom: 1
}
.movead #List1_1 {
	FLOAT: left
}
.movead #List2_1 {
	FLOAT: left
}
.movead .LeftBotton {
	background: url(../img/lbtn.jpg) no-repeat left 0;
	float: left;
	width: 18px;
	height: 167px;
}
.movead .RightBotton {
	background: url(../img/rbtn.jpg) no-repeat right 0;
	float: left;
	width: 18px;
	height: 167px;
}
.movead .pl img {
	display: block;
	cursor: pointer;
	width: 216px;
	height: 162px;
}
.movead .pl {
	float: left;
	width: 228px;
	height: 224px;
	overflow: hidden;
}
.movead .pl a.con4_img {
	display: block;
	width: 216px;
	height: 162px;
	border: 1px solid #cdcdcd;
	position: relative;
	padding: 1px;
}
.movead .pl span {
	display: block;
	width: 216px;
	height: 58px;
	text-align: center;
	font: 14px/58px "microsoft yahei";
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #393939
}
.movead .pl span a {
	color: #393939
}
/* foot */
.foot_nav {
	width: 980px;
	height: 79px;
	background: url(../img/foot_bar.jpg) 0 0 no-repeat #010101;
	text-align: center;
	font: 14px/77px "microsoft yahei";
	color: #b3b3b3;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.foot_nav a {
	color: #b3b3b3;
	margin: 0 14px;
}
.foot_nav p {
	width: 955px;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
	border-top: 1px solid #2a2a2a
}
.foot {
	width: 980px;
	height: 109px;
	padding-top: 23px;
	text-align: center;
	background: #010101
}
.foot p {
	width: 100%;
	text-align: center;
	font: 12px/26px "microsoft yahei";
	color: #656565;
}
.foot p span {
	margin: 0 6px;
}
.foot p a {
	color: #656565
}
.share {
	width: 150px;
	margin: 15px auto 0
}
.links_bg {
	width: 100%;
	height: 45px;
	background: url(../img/links_bg1.jpg) 0 0 repeat-x;
}
.links {
	width: 980px;
	height: 45px;
	margin: 0 auto;
	background: url(../img/linksbg.jpg) 13px 8px no-repeat;
	text-indent: 50px;
	font: 14px/45px "microsoft yahei";
	color: #010101;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.links span {
	font: 700 16px/45px "microsoft yahei";
	color: #010101
}
.links a {
	color: #010101;
	margin: 0 4px;
}
/* subpage */
.subpage {
	width: 954px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 25px;
}
.right_con {
	width: 100%;
	height: auto;
	overflow: hidden;
	font: 14px/30px "microsoft yahei";
	color: #626262;
	padding: 15px 0
}
.right_con p {
	font: 14px/30px "microsoft yahei";
	color: #626262;
}
.right_con div {
	font-size: 14px;
}
.right_pro {
	width: 100%;
	max-height: 150px;
	overflow: hidden;
	border-bottom: 1px solid #b8b8b8;
*height:150px;
}
#tip b {
	color: #241E1E;
}
/* pages*/
.pages {
	margin: 14px 0;
	float: left;
	width: 100%;
	line-height: 34px;
	text-align: center;
	color: #1a1d22;
}
.pages a {
	color: #fff;
	padding: 0 11px;
	margin: 0 5px;
font-/weight: bold;
	background: #3f3f3f;
}
.pages * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 28px;
	height: 28px;
	padding-bottom: 1px;
}
.pages .hover {
	display: inline-block;
	color: #3f3f3f;
	background: #b8b8b8;
}
.pages a:hover {
	display: inline-block;
	color: #3f3f3f;
	background: #b8b8b8;
}
/* book*/
.bookmain {
	width: 650px;
	padding: 0 10px;
	height: auto;
	font: 14px/30px 'microsoft yahei';
	color: #185e0b;
	margin: 0 auto;
	background: #fff;
}
.bookmain div {
	font-size: 12px
}
.bookline {
	width: 650px;
	height: 34px;
	background-image: url(../img/about_box_line.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0 auto;
	margin-top: 10px;
}
.book3 {
	width: 550px;
	margin: 0 auto;
}
.booktop {
	width: 650px;
	height: 30px;
	float: left;
	background: url(../img/bookico.png) no-repeat 10px 7px;
	margin-top: 20px;
}
.booktop_name {
	width: 570px;
	height: 30px;
	float: left;
	color: rgb(30,54,1);
	padding-left: 30px;
	line-height: 30px;
	font-weight: bold;
}
.booktop_time {
	width: 150px;
	height: 30px;
	float: left;
	color: rgb(30,54,1);
	text-align: right;
	line-height: 30px;
}
.bookcontent {
	width: 628px;
	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;
	color: rgb(30,54,1);
}
.bookadmin {
	width: 650px;
	height: auto;
	float: left;
}
.bookadmin_top {
	width: 650px;
	height: 12px;
	float: left;
}
.bookadmin_mid {
	width: 628px;
	min-height: 30px;
	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);
}
.messagecol {
	color: rgb(30,54,1);
}
.admincol {
	color: rgb(30,54,1);
	font-weight: bold;
}
.admintimecol {
	color: rgb(30,54,1);
	float: right;
*margin-top:-17px;
}
.message {
	width: 500px;
	height: auto;
	float: left;
	padding-left: 50px;
	color: rgb(30,54,1);
}
.message li {
	width: 500px;
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.message li input {
	height: 20px;
	line-height: 20px;
	width: 150px;
}
.message li p.message_title {
	width: 100px;
	height: 24px;
	float: left;
	text-align: right;
	font-size: 12px;
	line-height: 23px;
}
.message li p.message_content {
	width: 400px;
	float: left;
}
.message li.contentb {
	width: 500px;
	height: 150px;
	float: left;
}
.message li.contentb textarea {
	width: 370px;
	height: 120px;
}
.message li.yzm {
	width: 500px;
	height: 60px;
	float: left;
}
.message li p.message_yzminput {
	width: 100px;
	float: left;
}
.message li p.message_yzminput input {
	width: 70px;
}
.message li p.message_yzmico {
	width: 100px;
	height: 40px;
	float: left;
}
.message li p.message_sub {
	width: 200px;
	height: 40px;
	float: left;
}
.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: #6b6b6b;
	border-bottom: 2px solid #241e1e;
	cursor: pointer;
}
.tab2 {
	background: #fff;
	width: 100%;
	margin-top: 5px;
	border: 1px solid #e1e0e1;
}
.blank {
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
}
.c_red {
	color: #f00;
}
/* case */
.case {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.case li {
	width: 100%;
	height: 202px;
	overflow: hidden
}
.case-img {
	display: block;
	float: left;
	width: 216px;
	height: 162px;
	border: 1px solid #cdcdcd;
	padding: 1px;
}
.case li p {
	width: 450px;
	float: left;
	padding-left: 18px;
	height: 34px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font: 700 16px/34px "microsoft yahei";
	color: #646464;
}
.case li p a {
	color: #646464;
}
.case li div {
	width: 450px;
	float: left;
	padding-left: 18px;
	height: 120px;
	overflow: hidden;
	font: 14px/30px "microsoft yahei";
	color: #646464;
	padding-top: 10px;
}
/* news */
.news {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news li {
	width: 100%;
	height: 50px;
	border-bottom: 1px dotted #282828;
	background: url(../img/icons1.jpg) 3px center no-repeat;
	text-indent: 18px;
	font: 14px/50px "microsoft yahei";
	color: #b3b3b3;
}
.news li a {
	float: left;
	color: #626262
}
.news li span {
	float: right;
	padding-right: 6px;
}
.news li.none {
	margin-bottom: 25px;
}
/* news_view */
.right_con h1 {
	width: 100%;
	text-align: center;
	font: 20px/36px "microsoft yahei";
	color: #343434;
}
.date {
	width: 100%;
	text-align: center;
	font: 12px/32px "microsoft yahei";
	color: #7d7d7d
}
.page {
	width: 100%;
	height: 86px;
	margin: 10px auto;
	overflow: hidden;
	position: relative
}
.page p {
	width: 100%;
	float: left;
	height: 42px;
	font: 12px/42px "microsoft yahei";
	color: #177303;
	overflow: hidden;
	border-bottom: 1px dotted #7a7a7a;
}
.page p a {
	color: #0e0e0e
}
.page p a:hover, .back:hover {
	text-decoration: underline
}
.back {
	position: absolute;
	right: 0;
	font: 14px/1 "microsoft yahei";
	color: #e0c053;
	top: 56px;
	background: #282828;
	padding: 4px 8px;
}
.right_con img {
	max-width: 100%;
}
.searchred {
	color: #F00;
}
/* 浮动工具 */
#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: #241E1E;
	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: #6b6b6b;
}
#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: #e0c053;
}
.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 #e0c053;
}
.view_imgs .picBox li img {
	max-width: 100%;
}
.ol_width {
	width: 580px;
}
