@charset "utf-8";

/* ---------------全局定义--------------- */
html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, dl, dt, dd, p, form, input, select, button, textarea, table, tr, th, td, iframe {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
img {
	border: 0;
	vertical-align: top;
}

body {
	font-family: "微软雅黑";
	font-size: 12px;
}

/* 链接 */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #328103;
}

/* 边距 */
.mr30 {
	margin-right: 30px;
}
.mb20 {
	margin-bottom: 20px;
}

/* ---------------首页--------------- */
.header {
	margin: auto;
	padding: 0 20px;
	width: 1000px;
	height: 80px;
}

.header h1 {
	float: left;
	margin-top: 12px;
}
.header h1 a {
	display: block;
	width: 450px;
	height: 60px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
}

.header_r {
	float: right;
	padding-top: 32px;
}
.service_tel {
	float: left;
	padding: 5px 15px 0 0;
}

.header_link {
	float: left;
	color: #CCC;
	line-height: 22px;
}
.header_link a {
	color: #888;
}
.header_link a:hover {
	color: #328103;
}


/* 搜索 */
.search {
	float: left;
	margin-left: 15px;
	width: 180px;
	height: 22px;
	background: url(../img/search.gif);
}
.search form input {
	vertical-align: middle;
}
.search_text {
	float: left;
	padding-left: 10px;
	width: 140px;
	height: 22px;
	border: 0;
	background: none;
	color: #888;
	line-height: 22px;
}
.search_btn {
	float: left;
	width: 30px;
	height: 22px;
	border: 0;
	background: none;
	cursor: pointer;
}

/* nav */
.nav {
	min-width: 1040px;
	height: 40px;
	background: url(../img/nav.gif);
}

.ddsmoothmenu {
	margin: 0 auto;
	padding: 0 20px;
	width: 1000px;
}
.ddsmoothmenu ul {
	z-index: 100;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	float: left;
	position: relative;
	display: inline;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	padding: 0 42px 0 41px;
	font-size: 14px;
	line-height: 38px;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: url(../img/nav_hover.gif);
	color: #FFF;
}
.ddsmoothmenu ul li a:hover {
	background: url(../img/nav_hover.gif); /*background of menu items during onmouseover (hover state)*/
	color: #FFF;
}
.ddsmoothmenu ul li a.crt {
	background: url(../img/nav_crt.gif) no-repeat center bottom;
	color: #328103;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	float: none;
	display: list-item;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	padding: 0 15px;
	width: 120px; /*width of sub menus*/
	height: 30px;
	background: #5BB700;
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
}
.ddsmoothmenu ul li ul li a.selected {
	background: #54A800;
}
.ddsmoothmenu ul li ul li a:hover {
	background: #54A800;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{
	height: 1%;
} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	position: absolute;
	top: 15px;
	right: 5px;
}
.rightarrowclass {
	position: absolute;
	top: 11px;
	right: 10px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow { /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}
.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}

/* banner */
.index_bg01 {
	background: url(../img/banner_bg01.jpg);
}
.index_bg02 {
	background: url(../img/banner_bg02.jpg);
}
.index_bg03 {
	background: url(../img/banner_bg03.jpg);
}
.index_bg04 {
	background: url(../img/banner_bg04.jpg);
}
.index_bg05 {
	background: url(../img/banner_bg05.jpg);
}
.index_bg06 {
	background: url(../img/banner_bg06.jpg);
}
.banner {
	height: 390px;
}
.bannerImg {
	position: relative;
	height: 360px;
}
.slides_container {
	margin: auto;
	width: 1200px;
}
.banner_arrow {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
}
a.prev {
	position: absolute;
	top: 155px;
	left: 25px;
	height: 50px;
	width: 30px;
	background: url(../img/banner_arrow.gif) no-repeat 0 0;
	overflow: hidden;
	opacity: 0.5;
}
a.next {
	position: absolute;
	top: 155px;
	right: 25px;
	height: 50px;
	width: 30px;
	background: url(../img/banner_arrow.gif) no-repeat -30px 0;
	overflow: hidden;
	opacity: 0.5;
}
a:hover.prev, a:hover.next {
	opacity: 1.0;
}
.bannerImg .bannerPage {
	min-width: 1040px;
	height: 30px;
	background: #F6F6F6;
}
.pagination {
	margin: 0 auto;
	padding-top: 10px;
	width: 90px;
	_width: 95px;
}
.pagination li {
	float: left;
	margin: 0 3px;
}
.pagination li a {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 5px;
	background: #DDD;
	text-indent: -9999px;
	overflow: hidden;
}
.pagination li.current a {
	background: #390;
}

/* content */
.content {
	margin: 20px auto;
	padding: 0 20px;
	width: 1000px;
	overflow: hidden;
	zoom: 1;
}

/* news */
.news {
	float: left;
	width: 350px;
}

.news_t {
	height: 25px;
	border-bottom: 1px solid #E6E6E6;
}
.news_t h2 {
	float: left;
	padding-right: 44px;
	height: 25px;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 18px;
	border-bottom: 1px solid #5BB700;
}
.news_t a {
	float: right;
	padding: 3px 5px 0 0;
	color: #868686;
}
.news_t a:hover {
	color: #328103;
}

.pictop {
	padding-top: 15px;
}
.pictop li {
	height: 85px;
	line-height: 24px;
}
.pictop a {
	display: block;
	font-size: 13px;
}
.pictop img {
	float: left;
	margin: 4px 12px 0 0;
}

.textnews {
	padding-top: 2px;
	line-height: 26px;
}
.textnews span {
	color: #868686;
}

/* product */
.product {
	float: left;
	width: 240px;
	height: 280px;
	background: url(../img/product.jpg);
}
.product ul {
	padding: 45px 20px 0 17px;
	height: 230px;
	overflow: hidden;
}
.product li {
	padding: 10px 0;
	border-bottom: 1px solid #80CC00;
	overflow: hidden;
	zoom: 1;
}
.product li img {
	float: right;
}
.product li a {
	font-size: 14px;
	line-height: 26px;
	color: #FFF;
}
.product li a:hover {
	color: #FF0;
}
.product li p {
	padding: 2px 0 3px;
	color: #FFF;
	line-height: 26px;
}
.product_go {
	display: block;
	width: 33px;
	height: 16px;
	background: url(../img/product_go.gif);
	overflow: hidden;
}

/* link */
.link {
	min-width: 1040px;
	border-top: 1px solid #E4E4E4;
}
.link_con {
	margin: auto;
	padding: 0 20px;
	width: 1000px;
	overflow: hidden;
}
.link_con h2 {
	margin-top: -1px;
	width: 90px;
	height: 26px;
	background: url(../img/link_title.gif);
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	line-height: 24px;
	text-align: center;
}
.link_con ul {
	padding: 15px 0;
	width: 1200px;
	overflow: hidden;
	/*height:230px;
	background-color:#FFFFFF;*/
	zoom: 1;
}
.link_con li {
	float: left;
	padding-right: 35px;
}

/* footer */
.footer {
	min-width: 1040px;
	background: #EFEFEF;
}
.footer_con {
	margin: auto;
	padding: 15px 20px;
	width: 1000px;
	color: #666;
	line-height: 24px;
	overflow: hidden;
	zoom: 1;
}
.footer_l {
	float: left;
}
.footer_r {
	float: right;
}

/* ---------------产品页面--------------- */
.nav_sub {
	padding: 0 20px;
	min-width: 1000px;
	height: 45px;
	background: url(../img/nav_sub.gif) repeat-x top;
}
.nav_sub_con {
	margin: auto;
	width: 1000px;
	line-height: 45px;
}
.nav_sub_con li {
	float: left;
	margin-right: 25px;
}
.nav_sub_con li a {
	color: #666;
}
.nav_sub_con li a:hover, .nav_sub_con li a.crt {
	color: #328103;
}

/* product banner */
.product_banner {
	position: relative;
	margin: auto;
	width: 1000px;
}
.f1000x320 {
	width: 1000px;
	height: 320px;
	overflow: hidden;
}
.f1000x320 img {
	width: 1000px;
	height: 320px;
}
.rslides {
	position: relative;
	width: 100%;
}
.rslides_nav {
	position: absolute;
	top: 50%;
	left: 25px;
	height: 50px;
	margin-top: -25px;
	width: 30px;
	background: url(../img/banner_arrow.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.5;
}
.rslides_nav:hover, .rslides_nav:active {
	opacity: 1.0;
}
.rslides_nav.next {
	left: auto;
	background: url(../img/banner_arrow.gif) no-repeat -30px 0;
	right: 25px;
}
.rslides_tabs {
	margin: 10px auto 0 auto;
	width: 60px;
}
.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
}
.rslides_tabs a {
	display: inline-block;
	*display: block;
	_display: block;
	margin: 0 3px;
	width: 9px;
	height: 9px;
	border-radius: 5px;
	background: #DDD;
	text-indent: -9999px;
	overflow: hidden;
}
.rslides_tabs .rslides_here a {
	background: #390;
}

/* 产品分类 */
.product_class {
	margin: 25px auto;
	width: 998px;
	border: 1px solid #E0E0E0;
	background: #FAFAFA;
	overflow: hidden;
	zoom: 1;
}
.product_class_box {
	width: 1000px;
}
.product_class_list {
	float: left;
	padding: 20px;
	width: 293px;
	background: url(../img/product_space.jpg) no-repeat right top;
}
.product_class_list h2 {
	height: 35px;
	font-size: 16px;
	color: #328103;
}
.product_class_list img {
	margin-bottom: 15px;
	border: 2px solid #CCC;
}
.product_class_list h3 {
	font-size: 14px;
	line-height: 28px;
}
.product_class_list h3 a {
	color: #333;
}
.product_class_list ul {
	padding-bottom: 10px;
	line-height: 26px;
	overflow: hidden;
	zoom: 1;
}
.product_class_list li {
	float: left;
	margin-right: 35px;
	white-space: nowrap;
}
.product_class_list li a {
	color: #333;
}
.product_class_list h3 a:hover, .product_class_list li a:hover {
	color: #328103;
}

/* 热门产品 */
.product_side {
	float: right;
	width: 280px;
}
.product_hot {
	border: 1px solid #E0E0E0;
}
.product_hot h2 {
	padding-left: 10px;
	height: 33px;
	border-bottom: 1px solid #E6E6E6;
	background: url(../img/product_hot_title.gif);
	font-size: 14px;
	color: #333;
	line-height: 33px;
}
.product_hot ul {
	padding: 0 14px 14px;
}
.product_hot li {
	padding: 15px 0;
	background: url(../img/line.gif) repeat-x left bottom;
	line-height: 21px;
	overflow: hidden;
	zoom: 1;
}
.product_hot li a img {
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
}
.product_hot li a:hover img {
	border: 1px solid #65CA00;
}
.product_hot li a {
	color: #328103;
}
.product_hot li p {
	color: #333;
}

/* product sub banner */
.product_sub_banner {
	margin: 0 auto 20px;
	padding: 0 20px;
	width: 1000px;
}

.product_sub_line {
	margin: auto;
	width: 1000px;
	height: 5px;
	border-top: 1px solid #DDD;
	overflow: hidden;
	zoom: 1;
}

/* 当前位置 */
.crumb {
	margin: auto;
	width: 1000px;
	color: #999;
}
.crumb a {
	color: #999;
}
.crumb a:hover {
	color: #328103;
}

/* product content */
.product_content {
	margin: 25px auto;
	padding: 0 20px;
	width: 1000px;
	overflow: hidden;
	zoom: 1;
}

.product_con_left {
	float: left;
	width: 220px;
}

/* 产品菜单 */
.product_menu {
	width: 220px;
}
.product_menu h2 {
	padding-left: 15px;
	height: 35px;
	background: url(../img/product_menu_title.jpg);
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	line-height: 33px;
}
.product_menu ul {
	padding: 9px;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	background: #FAFAFA;
}
.product_menu li a {
	display: block;
	padding: 0 5px;
	height: 30px;
	border-radius: 2px;
	color: #333;
	line-height: 30px;
}
.product_menu li a:hover {
	color: #328103;
}
.product_menu li a.crt {
	background: #EFEFEF;
	color: #328103;
}
.product_menu h2.other {
	padding-left: 15px;
	height: 35px;
	border: 1px solid #E0E0E0;
	border-top: 0;
	background: #EFEFEF;
	font-size: 14px;
	font-weight: normal;
	line-height: 33px;
}
.product_menu h2.other a {
	color: #333;
}
.product_menu h2.other a:hover {
	color: #328103;
}

/* 产品列表 */
.product_list {
	float: right;
	width: 750px;
}
.product_list_title {
	height: 34px;
	border-bottom: 1px solid #E6E6E6;
}
.product_list_title h2 {
	float: left;
	padding-right: 10px;
	height: 34px;
	border-bottom: 1px solid #5BB700;
	font-size: 22px;
	font-weight: normal;
	color: #328103;
	line-height: 28px;
}
.product_list h3 {
	padding-top: 15px;
	height: 30px;
	font-size: 14px;
	color: #328103;
	line-height: 30px;
}
.product_list ul {
	padding-bottom: 10px;
	background: url(../img/line.gif) repeat-x left bottom;
	overflow: hidden;
	zoom: 1;
}
.product_list li {
	float: left;
	padding: 7px 20px 0 0;
	width: 230px;
	height: 73px;
	line-height: 21px;
}
.product_list li a img {
	float: left;
	margin: 3px 10px 0 0;
	padding: 1px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
}
.product_list li a:hover img {
	border: 1px solid #65CA00;
}
.product_list li a {
	color: #328103;
}
.product_list li p {
	color: #333;
}

/* 产品展示 */
.product_show {
	float: left;
	width: 750px;
}
.product_show_title {
	height: 39px;
	border-bottom: 1px solid #E6E6E6;
}
.product_show_title h2 {
	float: left;
	height: 39px;
	border-bottom: 1px solid #5BB700;
	font-size: 20px;
	font-weight: normal;
	color: #328103;
	line-height: 30px;
}
.product_info {
	padding: 25px 0;
	overflow: hidden;
	zoom: 1;
}
.product_photo {
	float: left;
	width: 250px;
}
.product_photo img {
	margin-bottom: 8px;
	padding: 4px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
}
.product_photo a.zoom {
	margin: auto;
	display: block;
	padding-left: 22px;
	width: 50px;
	height: 20px;
	background: url(../img/zoom_ico.gif) no-repeat left center;
	color: #666;
	line-height: 20px;
}
.product_photo a:hover.zoom {
	color: #328103;
}
.product_info_list {
	float: right;
	width: 460px;
}
.product_info_list li {
	padding: 4px 0;
	background: url(../img/line.gif) repeat-x left bottom;
	color: #333;
	line-height: 24px;
}
.product_info_other {
	padding-top: 20px;
	overflow: hidden;
	zoom: 1;
}
.product_price {
	float: left;
	font-size: 14px;
	color: #328103;
}
.product_price span {
	font-size: 24px;
}
.product_download {
	float: right;
}
.product_download a {
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	height: 32px;
	background: url(../img/download_btn.gif);
}
.product_download a span {
	float: left;
	padding-right: 15px;
	height: 32px;
	background: url(../img/download_btn.gif) no-repeat right;
	color: #555;
	line-height: 30px;
	cursor: pointer;
}
.product_download a:hover span {
	color: #328103;
}
.product_download a img {
	margin: 7px 0 9px 0;
	vertical-align: middle;
}
.product_intro {
	padding: 20px 0;
	background: url(../img/line.gif) repeat-x left top;
	color: #333;
	line-height: 24px;
}
.product_intro h3 {
	height: 30px;
	font-size: 16px;
	color: #328103;
}
.product_show_right {
	float: right;
	padding-top: 40px;
	width: 220px;
}
a.order {
	display: block;
	padding-left: 80px;
	width: 140px;
	height: 60px;
	background: url(../img/order.jpg);
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 60px;
}
a:hover.order {
	color: #F30;
}
.related_product {
	border: 1px solid #E0E0E0;
}
.related_product h2 {
	padding-left: 10px;
	height: 33px;
	border-bottom: 1px solid #E6E6E6;
	background: url(../img/product_hot_title.gif);
	font-size: 14px;
	color: #333;
	line-height: 33px;
}
.related_product ul {
	padding: 5px 10px;
	line-height: 28px;
}
.related_product li a {
	color: #333;
}
.related_product li a:hover {
	color: #328103;
}

/* ---------------公司介绍--------------- */
.company {
	margin: 25px auto 35px;
	padding: 0 20px;
	width: 1000px;
}
.company_nav {
	width: 1000px;
	border-collapse: collapse;
	background: #F6F6F6;
}
.company_nav td {
	width: 25%;
	border: 1px solid #E0E0E0;
}
.company_nav td a {
	display: block;
	padding: 15px 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.company_nav td a h2 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.company_nav td a:hover h2 {
	color: #328103;
}

/* company content */
.company_content {
	margin: 25px auto;
	padding: 0 20px;
	width: 1000px;
	overflow: hidden;
	zoom: 1;
}

/* 二级菜单 */
.menu {
	width: 220px;
}
.menu h2 {
	padding-left: 15px;
	height: 35px;
	background: url(../img/product_menu_title.jpg);
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	line-height: 33px;
}
.menu ul {
	padding: 9px;
	border: 1px solid #E0E0E0;
	border-top: 0;
	background: #FAFAFA;
}
.menu li {
	padding-bottom: 1px;
	background: url(../img/line.gif) repeat-x left bottom;
}
.menu li a {
	display: block;
	padding-left: 25px;
	height: 35px;
	color: #333;
	background: url(../img/menu_arrow.gif) no-repeat 8px center;
	line-height: 35px;
}
.menu li a:hover {
	color: #328103;
}
.menu li a.crt {
	background: url(../img/menu_arrow.gif) no-repeat 8px center #EFEFEF;
	color: #328103;
}
.menu ul ul {
	padding: 0;
	border: 0;
}
.menu ul ul li a {
	display: block;
	padding-left: 45px;
	height: 35px;
	background: url(../img/menu_sub_arrow.gif) no-repeat 28px center;
	color: #333;
	line-height: 35px;
}
.menu ul ul li a.crt {
	background: url(../img/menu_sub_arrow.gif) no-repeat 28px center #EFEFEF;
	color: #328103;
}

/* 介绍类内容 */
.intro {
	float: right;
	width: 750px;
}
.intro_title {
	height: 34px;
	border-bottom: 1px solid #E6E6E6;
}
.intro_title h2 {
	float: left;
	padding-right: 10px;
	height: 34px;
	border-bottom: 1px solid #5BB700;
	font-size: 22px;
	font-weight: normal;
	color: #328103;
	line-height: 28px;
}
.intro_content {
	padding: 20px 0;
	color: #333;
	line-height: 28px;
}
.intro_content p {
	padding-bottom: 15px;
}

/* 下载列表 */
.download_list {
	padding: 5px 0 25px;
}
.download_list ul {
	padding-bottom: 25px;
}
.download_list li {
	position: relative;
	padding: 15px 0;
	background: url(../img/line.gif) repeat-x left bottom;
	overflow: hidden;
	zoom: 1;
}
.download_list img {
	float: left;
	margin: 3px 20px 0 0;
	padding: 1px;
	border: #E0E0E0 1px solid;
	border-radius: 2px;
}
.download_list h3 {
	height: 26px;
	font-size: 14px;
	font-weight: normal;
}
.download_list p {
	padding-bottom: 3px;
	color: #666;
	line-height: 22px;
}
.download_content {
	float: left;
	width: 450px;
}
a.download_btn {
	position: absolute;
	top: 40px;
	right: 10px;
	display: block;
	width: 85px;
	height: 30px;
	background: url(../img/download.gif);
	font-size: 14px;
	color: #FFF;
	line-height: 28px;
	text-align: center;
}
a:hover.download_btn {
	color: #FF0;
}

/* 图片列表 */
.photo_list {
	padding: 25px 0;
	width: 750px;
	overflow: hidden;
	zoom: 1;
}
.photo_list ul {
	width: 810px;
}
.photo_list li {
	float: left;
	padding: 0 30px 30px 0;
}
.photo_list li a {
	display: block;
	position: relative;
	padding: 2px;
	border: #E0E0E0 1px solid;
	border-radius: 2px;
}
.photo_list li a:hover {
	border: 1px solid #65CA00;
	background: #FAFAFA;
}
.photo_list li a h3 {
	font-size: 12px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
}
.photo_list li a img.play {
	position: absolute;
	right: 10px;
	bottom: 38px;
}

/* 分页 */
.page {
	clear: both;
	text-align: center;
	overflow: hidden;
}
.page a {
	margin-right: 5px;
	display: inline-block;
	padding: 4px 12px;
	height: 15px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background: #FAFAFA;
	color: #666;
	line-height: 15px;
	vertical-align: middle;
}
.page a:hover {
	border: #77AC1E 1px solid;
	background: #92D11B;
	color: #FFF;
}
.page a.current {
	border: #81BA21 1px solid;
	background: #98DB1C;
	font-weight: bold;
	color: #FFF;
}
.page a.disable {
	border: 1px solid #E0E0E0;
	background: #FAFAFA;
	color: #999;
}

/* 新闻列表 */
.news_list {
	padding: 5px 0 25px;
}
.news_list ul {
	padding-bottom: 25px;
}
.news_list li {
	padding: 15px 0;
	background: url(../img/line.gif) repeat-x left bottom;
	overflow: hidden;
	zoom: 1;
}
.news_date {
	float: left;
	margin: 3px 20px 0 0;
	width: 48px;
	height: 49px;
	background: url(../img/news_date.gif);
}
.news_date .month {
	display: block;
	padding-top: 3px;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
	-webkit-text-size-adjust: none;
	line-height: 18px;
	text-align: center;
}
.news_date .day {
	display: block;
	font-size: 19px;
	font-weight: normal;
	color: #328103;
	line-height: 24px;
	text-align: center;
}
.news_list a img {
	float: left;
	margin: 3px 20px 0 0;
	padding: 1px;
	border: #E0E0E0 1px solid;
	border-radius: 2px;
}
.news_list a:hover img {
	border: 1px solid #65CA00;
}
.news_list h3 {
	height: 26px;
	font-size: 14px;
	font-weight: normal;
}
.news_list p {
	padding-bottom: 3px;
	color: #666;
	line-height: 22px;
}
.news_content {
	float: left;
	width: 535px;
}

/* 文章显示 */
.article {
	float: left;
	width: 750px;
	margin-left:20px;
}
.article h2 {
	font-size: 26px;
	font-weight: normal;
	color: #328103;
	line-height: 40px;
}
.aritlce_info {
	background: url(../img/line.gif) repeat-x left bottom;
	overflow: hidden;
}
.aritlce_date {
	float: left;
	padding: 15px 0;
	font-family: Verdana;
	font-size: 14px;
	color: #999;
	-webkit-text-size-adjust: none;
}
.aritlce_date span {
	color: #009;
}
.aritlce_share {
	float: right;
	padding-top: 8px;
}
.article_content {
	padding: 20px 0;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.article_content p {
	padding-bottom: 15px;
}

.up_down {
	padding: 10px 0;
	background: url(../img/line.gif) repeat-x left top;
}
.up_down li {
	line-height: 30px;
}
.up_down a {
	color: #686868;
}
.up_down a:hover {
	color: #009;
}

/* 文章列表 */
.list {
	padding: 10px 0 15px;
}
.list ul {
	padding-bottom: 25px;
}
.list li {
	height: 35px;
	background: url(../img/line.gif) repeat-x left bottom;
	line-height: 35px;
}
.list li a {
	padding-left: 24px;
	background: url(../img/menu_sub_arrow.gif) no-repeat 6px center;
}
.list li span {
	float: right;
	padding-right: 10px;
	color: #999;
}

/* 开放合作 */
.business {
	margin: auto;
	padding: 0 20px;
	width: 1000px;
}
.business_title {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
	zoom: 1;
}
.business_title img {
	float: left;
	margin: 10px 20px 0 0;
	padding: 0;
	border: 1px solid #E0E0E0;
}
.business_title h2 {
	font-size: 26px;
	font-weight: normal;
	color: #328103;
	line-height: 45px;
}
.business_title h3 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 24px;
}
.business_content {
	float: left;
	width: 700px;
}
.business_intro {
	padding: 20px 0;
	color: #333;
	line-height: 24px;
}
.business_intro h3 {
	height: 30px;
	font-size: 16px;
	color: #328103;
}
a.site_btn {
	position: absolute;
	top: 35px;
	right: 0;
	display: block;
	width: 120px;
	height: 30px;
	background: url(../img/site_btn.gif);
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
}
a:hover.site_btn {
	color: #FF0;
}

/* 应用中心 */
.app_label {
	margin: 0 auto 20px;
	padding: 0 20px;
	width: 1000px;
	overflow: hidden;
	zoom: 1;
}
.app_label li {
	float: left;
	width: 333px;
}
.app_label li a {
	display: block;
	padding: 10px 0 10px 15px;
	height: 40px;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: #F6F6F6;
}
.app_label li:first-child a {
	border-left: 1px solid #E0E0E0;
}
.app_label li a img {
	float: left;
	padding-right: 15px;
	vertical-align: middle;
}
.app_label li a h2 {
	font-size: 14px;
	line-height: 40px;
}
.app_label li a.crt {
	border-bottom: 0;
	background: #FFF;
	color: #328103;
}

.app_banner {
	margin: 0 auto 15px;
	padding: 0 20px;
	width: 1000px;
	height: 320px;
}
.dqpt {
	background: url(../img/dqpt_banner.jpg) no-repeat center;
}
.smpt {
	background: url(../img/smpt_banner.jpg) no-repeat center;
}
.app_banner h2 {
	padding: 60px 0 0 65px;
	font-size: 34px;
	font-weight: normal;
	color: #414143;
}
.app_banner h3 {
	padding: 10px 0 0 65px;
	width: 425px;
	height: 95px;
	font-size: 12px;
	font-weight: normal;
	color: #4A525E;
	line-height: 24px;
}
.app_download {
	padding: 25px 0 0 65px;
}
.app_download a {
	margin-right: 25px;
}

.app_info {
	padding: 5px 0 15px;
	line-height: 30px;
}

.app_intro {
	padding: 20px 0;
	border-top: 1px solid #E6E6E6;
	color: #333;
	line-height: 24px;
}
.app_intro h3 {
	height: 30px;
	font-size: 16px;
	color: #328103;
}
.app_intro img {
	padding: 10px 25px 30px 0;
}

.app_sys {
	overflow: hidden;
	zoom: 1;
}
.app_sys li {
	float: left;
	display: block;
	padding: 84px 0 12px;
	width: 100px;
	text-align: center;
}
.app_sys li.android {
	background: url(../img/app_sys.gif) 0 -150px;
}
.app_sys li.iphone {
	background: url(../img/app_sys.gif) 0 -450px;
}

.app_downlist {
	padding: 10px 0;
	border-bottom: 1px solid #F6F6F6;
	line-height: 30px;
	overflow: hidden;
	zoom: 1;
}
.app_downlist h4 {
	float: left;
	width: 100px;
	font-size: 14px;
}
.app_downlist ul {
	float: left;
	border-left: 1px solid #F0F0F0;
	padding-left: 24px;
	width: 875px;
}
.app_downlist li {
	float: left;
	width: 125px;
}

/* 软件列表 */
.soft_list {
	margin: 0 auto 35px;
	padding: 0 20px;
	width: 1000px;
}
.soft_list h3 {
	padding-top: 15px;
	height: 30px;
	font-size: 14px;
	color: #328103;
	line-height: 30px;
}
.soft_list ul {
	padding-bottom: 10px;
	background: url(../img/line.gif) repeat-x left bottom;
	overflow: hidden;
	zoom: 1;
}
.soft_list li {
	float: left;
	padding: 7px 20px 0 0;
	width: 230px;
	height: 73px;
	line-height: 21px;
}
.soft_list li a img {
	float: left;
	margin: 3px 10px 0 0;
	padding: 1px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
}
.soft_list li a:hover img {
	border: 1px solid #65CA00;
}
.soft_list li a {
	color: #328103;
}
.soft_list li p {
	color: #333;
}

/* 职位列表 */
.job_list {
	padding-bottom: 25px;
}
.job_list li {
	padding: 10px 0 15px;
	background: url(../img/line.gif) repeat-x left bottom;
	overflow: hidden;
	zoom: 1;
}
.job_list li h3 {
	font-size: 18px;
	font-weight: normal;
	color: #328103;
	line-height: 40px;
}
.job_list li h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
}
.job_list li p {
	padding-bottom: 3px;
	color: #666;
	line-height: 24px;
}

/* sub title */
.sub_title {
	margin: auto;
	padding: 0 20px;
	width: 1000px;
}
.sub_title h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
	font-size: 26px;
	font-weight: normal;
	color: #328103;
	line-height: 45px;
}
.sub_title h3 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 50px;
}

/* 联系我们 */
.contact {
	margin: auto;
	padding: 0 20px 30px;
	width: 1000px;
}
.contact_content {
	padding: 15px 0;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.contact_box {
	margin: 10px 0;
	width: 998px;
	height: 183px;
	border: 1px solid #E6E6E6;
	background: #FAFAFA;
	overflow: hidden;
}
.contact_box ul {
	padding: 24px 0;
	width: 1010px;
	height: 135px;
}
.contact_box li {
	float: left;
	width: 249px;
	height: 135px;
	border-right: 1px solid #E6E6E6;
	text-align: center;
}
.contact_box li img {
	padding: 5px 0 15px 0;
}
.contact_box li h3 {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	line-height: 20px;
}
.contact_box li h4 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 30px;
}
.contact_box li a:hover h3, .contact_box li a:hover h4 {
	color: #328103;
}
.contact_form {
	margin: 10px 0;
	border: 1px solid #E6E6E6;
}
.contact_form_title {
	padding-left: 15px;
	height: 40px;
	background: url(../img/line.gif) repeat-x bottom;
	font-size: 16px;
	line-height: 40px;
}
.contact_form_content {
	padding: 5px 15px 15px 15px;
}
.contact_form_table {
	border-collapse: collapse;
}
.contact_form_table td {
	padding-top: 5px;
	border: 0;
}
.contact_form_table td label {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.contact_form_text {
	padding: 5px;
	height: 20px;
	border: 1px solid;
	border-color: #999 #CCC #CCC #999;
	border-radius: 2px;
	font-size: 14px;
	line-height: 20px;
}
.contact_form_textarea {
	padding: 5px;
	border: 1px solid;
	border-color: #999 #CCC #CCC #999;
	border-radius: 2px;
	font-size: 14px;
	line-height: 20px;
}
.contact_form_btn {
	width: 180px;
	height: 102px;
	border: 0;
	background: url(../img/send_btn.jpg);
	font-size: 0;
	cursor: pointer;
}

/* 网站地图 */
.sitemap {
	margin: auto;
	padding: 20px;
	width: 1000px;
	overflow: hidden;
	zoom: 1;
}
.sitemap_list {
	float: left;
	padding: 0 20px;
	width: 159px;
	height: 420px;
	border-left: 1px solid #EFEFEF;
}
.sitemap_list h3 {
	font-size: 14px;
	line-height: 32px;
	border-bottom: 1px solid #EFEFEF;
}
.sitemap_list ul {
	padding: 10px 0;
}
.sitemap_list li {
	line-height: 26px;
}
.sitemap_list ul ul {
	padding: 0;
}
.sitemap_list ul ul li {
	padding-left: 20px;
}

#floatDivBoxs{width:170px;background:#fff;position:fixed;top:180px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../img/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../img/online_arrow.jpg) no-repeat;position:fixed;top:180px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}