@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: url(../images/body_bg.jpg) center repeat-y;
	font-size: 14px;
	font-family: "宋体";
}

#main_out {
}

.float_clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.display_none {
	display: none;
}

img {
	padding: 0px;
	border: none;
}

.red {
	color: red;
}

.must_input {
	color: red;
	font-weight: bold;
}

.green {
	color: green;
}

.blue {
	color: blue;
}

.gray {
	color: gray;
}

.purple {
	color: purple;
}

.clear {
	clear: both;
}

a {
	padding-top: 0px;
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	text-decoration: none;
}

p {
	padding-left: 10px;
	line-height: 22px;
}
/* 顶部 */
#top_menu {
	margin: 0 auto;
	padding: 0 30px;
	width: 930px;
	height: 27px;
	background: url(../images/top_menu_bg.jpg) repeat-x;
	line-height: 27px;
}

#top_menu_left {
	float: left;
	width: 600px;
	text-align: left;
}

#top_menu_right {
	float: right;
	width: 260px;
	text-align: right;
}

#top_menu a {
	color: #666;
}

#top_menu a:hover {
	text-decoration: none;
	font-weight: bold;
}

#top {
	margin: 0 auto;
	width: 980px;
}

#top_logo {
	float: left;
}
/* 导航 */
#navigation {
	margin: 0 auto;
	width: 980px;
	height: 45px;
	background: url(../images/dhl.gif) no-repeat;
}

#navigation ul #navigation_home {
	float: left;
	text-align: center;
	line-height: 45px;
}

#navigation ul .main_nav {
	float: left;
	text-align: center;
	line-height: 45px;
}

#navigation ul li a {
	display: block;
	width: 98px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

#navigation ul li a:hover {
	background: url(../images/navigation_hover_bg.gif) center repeat-x;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

#navigation ul .current_navigation {
	background: none;
	color: #000;
}
/*导航栏下拉*/
#navigation ul li ul {
	position: absolute;
	z-index: 1;
	display: none;
	background: #0f90d9;
}

#navigation ul li ul li {
	line-height: 30px;
}

#navigation ul li ul li a {
	padding: 0px 10px;
	width: auto !important;
	min-width: 75px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}

#navigation ul li ul li a:hover {
	background: #ff9501;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
/* 当前位置 */
.current_location {
	margin: 0 auto;
	margin-top: 5px;
	padding-left: 60px;
	width: 920px;
	height: 35px;
	background: url(../images/current_location.jpg) repeat-x;
	color: #0B3B7D;
	line-height: 35px;
}

.current_location a {
	color: #0B3B7D;
}

.current_location .current_channel {
	color: red;
	font-weight: bold;
}
/* 幻灯 */
.effect {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 980px;
	height: 200px;
}

.effect .prev {
	position: absolute;
	top: 40%;
	left: 25px;
	z-index: 1;
	cursor: pointer;
}

.effect .next {
	position: absolute;
	top: 40%;
	right: 25px;
	z-index: 1;
	cursor: pointer;
}

.effect .bd {
	overflow: hidden;
}

.effect .bd li img {
	width: 980px;
	height: 200px;
}
/*公告*/
#announcement {
	margin: 0 auto;
	margin-top: 5px;
	width: 980px;
	height: 35px;
	background-color: #f0f0f0;
	color: #0B3B7D;
	line-height: 35px;
}

.announcement_title {
	float: left;
	padding-left: 10px;
	width: 80px;
	color: #F00;
	font-weight: bold;
}

.announcement_title a {
	color: #F00;
	font-weight: bold;
}

.announcement_body {
	float: left;
	width: 660px;
	height: 35px;
	line-height: 35px;
}

.announcement_title1 {
	float: right;
	padding-top: 2px;
	width: 230px;
	over-flow: hidden;
}

#search1 {
	margin-left: 10px;
	padding: 0 5px;
	width: 135px;
	height: 28px;
	border: 1px solid #CCC;
	line-height: 28px;
}

#search2 {
	width: 60px;
	height: 29px;
	border: 1px solid #CCC;
	background: #09F;
	line-height: 29px;
}
/*主体中侧*/
#xm {
	margin: 0 auto;
	margin-top: 5px;
	width: 980px;
}

.xm_title {
	padding-left: 15px;
	height: 30px;
	border: 1px solid #D4D4D4;
	border-bottom: none;
	background: url(../images/right_title_bg1.jpg) repeat-x;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}

.xm_body {
	overflow: hidden;
	padding: 5px;
	background: #ececec;
	border: 1px solid #D0CEAE;
	border-top: none;
}

.xmlist li {
	float: left;
	margin: 0 5px;
	padding-top: 5px;
	width: 182px;
	height: 203px;
	background: url(../images/IndexAboutBg.png) no-repeat;
	text-align: center;
}

.xmlist li:hover {
	background: #FFF;
}

.xmlist li img {
	width: 172px;
	height: 65px;
}

.xmlist li a {
	color: #090;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}

.xmlist li p {
	padding: 0 5px;
	line-height: 22px;
}
/* 主体 */
#content_main {
}

#content_title {
	display: none;
}

#content_body {
	margin: 5px auto;
	width: 980px;
}

#content_bottom {
	display: none;
}
/*主体左侧*/
#left {
	float: left;
	width: 248px;
	background: #f4f4f4;
}

.left_title {
	padding-left: 15px;
	height: 30px;
	border: 1px solid #D4D4D4;
	border-bottom: none;
	background: url(../images/right_title_bg1.jpg) repeat-x;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}

.left_title0 {
	padding-left: 15px;
	height: 105px;
	background: url(../images/lx.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}

.left_body {
	overflow: hidden;
	padding: 10px 0;
}

.left_body .form_text {
	width: 140px;
}

.left_body .form_textarea {
	width: 140px;
}

#t133 {
	padding: 5px;
	width: 236px;
	height: 155px;
	border: 1px solid #D0CEAE;
	border-top: none;
}
/*主体右侧*/
#right {
	float: right;
	padding-left: 10px;
	width: 720px;
}

.right_title {
	padding-left: 15px;
	height: 30px;
	border: 1px solid #D4D4D4;
	border-bottom: none;
	background: url(../images/right_title_bg1.jpg) repeat-x;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}

.right_body {
	overflow: hidden;
	padding: 5px;
	border: 1px solid #D0CEAE;
	border-top: none;
}

.right_bottom {
	height: 5px;
}
/* 友情链接 */
#link_main {
	margin: 0 auto;
	width: 980px;
}

#link_title {
	padding-left: 15px;
	height: 28px;
	border: 1px solid #D4D4D4;
	background: url(../images/right_title_bg1.jpg) repeat-x;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
}

#link_body {
	margin: 0 auto;
	padding: 5px 10px;
	border: 1px solid #D0D0D0;
	border-top: none;
}

#link_pic {
	overflow: auto;
}

#link_pic ul li {
	float: left;
	padding: 1px 1px;
	width: 115px;
	text-align: center;
}

#link_pic img {
	padding: 2px;
	width: 90px;
	height: 30px;
	border: 1px solid #CCC;
}

#link_pic ul li a:hover img {
	border: 1px solid #6C9ACC;
}

#link_text {
	overflow: auto;
}

#link_text ul li {
	float: left;
	padding: 2px;
	text-align: center;
}

#link_text a {
	display: block;
	width: 115px;
	background: #EDEDED;
	line-height: 24px;
}
/* 版权信息 */
#copyright_main {
	margin: 0 auto;
	width: 980px;
	background: url(../images/footer_bg.gif) repeat-x;
}

#copyright {
	margin: 0px auto;
	padding: 5px 0;
	width: 980px;
	border-top: 1px solid #CCC;
}
/* 留言 */
.guestbook_main {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCC;
}

.guestbook_title {
	color: #227BAD;
	font-weight: bold;
	line-height: 30px;
}

.guestbook_intro {
	text-align: right;
}

.guestbook_content {
	margin-bottom: 10px;
	padding: 5px;
}

.guestbook_answer {
	padding: 5px;
	border: 1px dashed #CCC;
}

.guestbook_answer h2 {
	color: red;
	font-size: 14px;
	line-height: 20px;
}
/*左侧通用列表*/
.ul_left_common li {
	overflow: hidden;
	padding-left: 15px;
	height: 26px;
	border-bottom: 1px dashed #CCC;
	background: url(../images/ul_left_common0.gif) no-repeat scroll 0px 8px transparent;
	line-height: 26px;
}

/*产品列表*/
.productslist {
}

.productslist li {
	float: left;
	padding: 0 4px;
	text-align: center;
}

.productslist li img {
	padding: 2px;
	width: 156px;
	height: 105px;
	border: 1px solid #999999;
}

.productslist li a:hover img {
	border: 1px solid #cc0000;
}

.hanggao {
	line-height: 26px;
}
/*下载列表*/
.formlist3 TD {
	padding: 5px 0 5px 10px;
	line-height: 180%;
}

.formlist3 .t1 {
	width: 25%;
	text-align: left;
}

.formlist3 .t2 {
	width: 25%;
	text-align: right;
	COLOR: #014597;
	FONT-WEIGHT: bold;
}

.formlist3 .t3 {
	width: 25%;
	text-align: left;
}

.formlist3 TD.line {
	PADDING-BOTTOM: 5px;
	PADDING-LEFT: 0px;
	WIDTH: 20%;
	PADDING-RIGHT: 0px;
	COLOR: #014597;
	FONT-WEIGHT: bold;
	BORDER-RIGHT: #dadbd6 2px solid;
	PADDING-TOP: 5px;
}

.formlist3 TD p {
	padding: 0 0;
}

A.infolist_orning {
	COLOR: #fe6c00;
	FONT-SIZE: 14px;
	TEXT-DECORATION: underline;
}

A.infolist_orning:hover {
	COLOR: #2c45b5;
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
}

.strong {
	FONT-WEIGHT: bold;
}

.left {
	TEXT-ALIGN: left;
}

.colorgreen {
	COLOR: #0f66cd;
}

TABLE {
	border-collapse: collapse;
}

.formlist3 TR {
	PADDING-BOTTOM: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	BORDER-TOP-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	PADDING-TOP: 0px;
}

.right {
	TEXT-ALIGN: right;
}

.downloadlist li {
	padding-left: 15px;
	border-bottom: 1px dashed #999;
	background: url(../images/downloadlist.gif) left no-repeat;
	line-height: 30px;
}

.downloadlist_detail {
}

.downloadlist_detail_layout {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}

.downloadlist_detail_pic {
	float: left;
	margin-right: 10px;
	padding: 4px;
	width: 140px;
	height: 105px;
	border: 1px solid #999999;
}

.downloadlist_detail a:hover .downloadlist_detail_pic {
	border: 1px solid #cc0000;
}

.downloadlist_detail_title {
	padding-left: 15px;
	border-bottom: 1px dashed #999;
	background: url(../images/downloadlist.gif) left no-repeat;
	font-size: 14px;
	line-height: 26px;
}

.downloadlist_detail_content {
}

.downloadlist_detail_intro {
	margin-bottom: 10px;
	border-top: 1px dashed #999;
	color: #999;
	text-align: right;
	line-height: 26px;
}

.downloadlist_detail_intro a {
	color: #999;
}
/*案例列表*/
.caselist li {
	padding-left: 10px;
	border-bottom: 1px dashed #999;
	background: url(../images/caselist.gif) left no-repeat;
	line-height: 30px;
}

.caselist_detail {
}

.caselist_detail_layout {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}

.caselist_detail_pic {
	float: left;
	margin-right: 10px;
	padding: 4px;
	width: 160px;
	height: 120px;
	border: 1px solid #999999;
}

.caselist_detail a:hover .caselist_detail_pic {
	border: 1px solid #cc0000;
}

.caselist_detail_title {
	padding-left: 10px;
	border-bottom: 1px dashed #999;
	background: url(../images/caselist.gif) left no-repeat;
	font-size: 14px;
	line-height: 26px;
}

.caselist_detail_content {
}

.caselist_detail_intro {
	margin-bottom: 10px;
	border-top: 1px dashed #999;
	color: #999;
	text-align: right;
	line-height: 26px;
}

.caselist_detail_intro a {
	color: #999;
}
/*新闻列表*/
.newslist li {
	overflow: hidden;
	padding-left: 15px;
	height: 30px;
	border-bottom: 1px dashed #999;
	background: url(../images/newslist.gif) no-repeat scroll 0px 12px transparent;
	line-height: 30px;
}

.newslist_detail {
}

.newslist_detail_title {
	padding-left: 15px;
	border-bottom: 1px dashed #999;
	background: url(../images/newslist.gif) left no-repeat;
	font-size: 14px;
	line-height: 26px;
}

.newslist_detail_content {
	padding: 5px;
}

.newslist_detail_intro {
	margin-bottom: 10px;
	border-top: 1px dashed #999;
	color: #999;
	text-align: right;
	line-height: 26px;
}

.newslist_detail_intro a {
	color: #999;
}
/*公告列表*/
.noticelist li {
	padding-left: 10px;
	border-bottom: 1px dashed #CCC;
	background: url(../images/noticelist.gif) left no-repeat;
	line-height: 26px;
}
/*评论列表*/
.commentlist {
}

.commentlist dt {
	padding: 0 10px;
	border: 1px dashed #CCC;
	background: #F5F5F5;
	line-height: 22px;
}

.commentlist dd {
	margin-bottom: 5px;
	padding: 10px;
	border: 1px dashed #CCC;
	border-top: none;
}

.searchlist li {
	border-bottom: 1px dashed #999;
	line-height: 30px;
}
/*分类列表 - 无限级分类*/
.channel_list_infinite {
}

.channel_list_infinite li {
	padding: 1px;
	border-bottom: 1px solid #E3E3E1;
	line-height: 24px;
}

.channel_list_infinite li a {
	display: block;
	padding: 0 5px 0 25px;
	color: #000;
	font-size: 12px;
}

.channel_list_infinite li a:hover {
	background: #ff9501;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

.channel_list_infinite #current_channel_infinite a {
	color: red;
	font-weight: bold;
}

.channel_level1 {
	background: url(../images/ul_left_common.gif) left no-repeat;
	font-weight: bold;
}

.channel_level2 {
	background: url(../images/ul_left_common.gif) 20px no-repeat;
	text-indent: 15px;
}

.channel_level3 {
	background: url(../images/ul_left_common.gif) 35px no-repeat;
	text-indent: 30px;
}

.channel_level4 {
	background: url(../images/ul_left_common.gif) 50px no-repeat;
	text-indent: 45px;
}
/*分类列表 - 递推一级分类*/
.channel_list_recursion {
}

.channel_list_recursion li {
	padding: 1px;
	border-bottom: 1px solid #E3E3E1;
	background: url(../images/ul_left_common.gif) left no-repeat;
	line-height: 24px;
}

.channel_list_recursion li a {
	display: block;
	padding: 0 5px 0 20px;
	color: #000;
}

.channel_list_recursion li a:hover {
	color: red;
	text-decoration: none;
}

.channel_list_recursion #current_channel_recursion a {
	color: red;
	font-weight: bold;
}
/*信息详情页*/
#info_name {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}

#info_name_page {
	border: 1px solid #D4D4D4;
	border-bottom: none;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}

#info_intro {
	padding: 0 10px;
	border: 1px dashed #CCC;
	color: #999;
	text-align: right;
	line-height: 30px;
}

#info_intro a {
	color: #999;
}

#info_content {
	padding: 10px 0;
	line-height: 2em;
}

#info_extra {
	padding: 10px 0;
}

#info_pic {
	width: 240px;
}

#info_around {
	padding: 5px;
	border: 1px solid #E3E3E3;
	background: #F0F0F0;
}

#info_comment {
}
/*无缝滚动*/
#scrollleft {
	overflow: hidden;
	width: 100%;
}

/*滑动门*/
.slideTxtBox {
}

.slideTxtBox .hd {
	display: inline;
}

.slideTxtBox .hd li {
	float: left;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
}

.slideTxtBox .hd li:hover {
	background: url(../images/now.jpg) center no-repeat;
	cursor: pointer;
}

.slideTxtBox .hd li.on {
	background: url(../images/now.jpg) center no-repeat;
	cursor: pointer;
}

.slideTxtBox .bd {
	float: left;
	display: inline;
	overflow: hidden;
	width: 100%;
}

/*网站地图*/
#sitemap li {
	padding: 1px;
}

#sitemap li a {
	display: block;
	padding: 0 20px;
	border: 0px solid #A6CC93;
	background: #d1e8fc;
	line-height: 25px;
}

#sitemap li a:hover {
	background: #FFF;
	text-decoration: none;
}

#sitemap li.depth1 {
	color: #C00;
	font-weight: bold;
}

#sitemap li.depth2 {
	color: #000;
}

#sitemap li.depth3 {
	color: #000;
}

#sitemap li.depth4 {
	color: #000;
}

#sitemap li.depth5 {
	color: #000;
}

/*表单相关*/
input {
	font-size: 14px;
	font-family: "宋体";
}

.form_text {
	padding: 0 5px;
	width: 500px;
	height: 26px;
	border: 1px solid #CCC;
	font-size: 14px;
	line-height: 26px;
}

.form_text_verifycode {
	padding: 0 5px;
	width: 50px;
	height: 26px;
	border: 1px solid #CCC;
	vertical-align: middle;
	font-size: 14px;
	line-height: 26px;
}

#form_text_search {
	margin-left: 15px;
	padding: 0 5px;
	width: 135px;
	height: 24px;
	border: 1px solid #CCC;
	line-height: 24px;
}

#form_submit_search {
	margin-left: 5px;
	width: 60px;
	height: 26px;
	border: 1px solid #CCCCCC;
	background: #FFF;
}

.form_select {
	border: 1px solid #CCC;
	font-size: 14px;
}

.form_textarea {
	padding: 5px;
	width: 500px;
	height: 80px;
	border: 1px solid #CCC;
	font-size: 14px;
}

.form_checkbox {
}

.form_submit {
	width: 79px;
	height: 31px;
	border: none;
	background: url(../images/submit_button.jpg) no-repeat;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

.form_file {
	padding: 3px 5px;
	border: 1px solid #CCC;
	background: #FFF;
	font-size: 14px;
}

.common_form {
}

.common_form li {
	overflow: auto;
	padding: 2px;
}

.common_form label {
	float: left;
	display: block;
	width: 80px;
	height: 28px;
	line-height: 28px;
}
/*表格*/
.layout_table {
	width: 100%;
	border-collapse: collapse;
}

.common_table {
	width: 100%;
	border-collapse: collapse;
}

.common_table td {
	padding: 5px;
	border: 1px solid #DBDBDB;
}

.common_table th {
	border: 1px solid #DBDBDB;
	text-align: center;
}
/* 漂浮的客服 */
#online_support_main {
	position: absolute;
	left: -163px;
	z-index: 9999;
	width: 197px;
}

#online_support {
	display: block;
	overflow: hidden;
	width: 197px;
}

#online_support_content {
	float: left;
	display: inline;
	overflow: hidden;
	width: 163px;
}

#online_support_title {
	height: 34px;
	background: url(../images/online_support_title.jpg) no-repeat;
}

#online_support_body {
	padding: 10px;
	min-height: 100px;
	background: url(../images/online_support_body.jpg) repeat-y;
	text-align: center;
}

#online_support_bottom {
	height: 20px;
	background: url(../images/online_support_bottom.jpg) no-repeat;
}

#online_support_button {
	float: right;
	display: inline;
	margin-top: 33px;
	width: 34px;
	height: 96px;
	background: url(../images/online_support_button.jpg) no-repeat;
}

/*分页样式*/
.page_turner {
	float: right;
	clear: both;
	padding: 4px 0px 0px 1px;
}

.page_turner a, .page_turner span {
	float: left;
	display: block;
	margin-left: 4px;
	padding: 2px 5px;
	border: 1px solid #D3D1D1;
	line-height: 22px;
}

.page_turner a:link, .page_turner a:visited {
	text-decoration: none;
}

.page_turner a:hover {
	background: #CC0001;
	color: #ff9900;
}

.page_turner .current {
	background: #CC0001;
	color: #FFF;
}

.page_turner #total {
	color: red;
}

a.btnOrder {
	display: block;
	margin: 0 40px;
	padding: 3px 2px;
	width: 80px;
	height: 25px;
	background: url(../images/submit_button.jpg) no-repeat;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.picture_list_detail {
	overflow: hidden;
	width: 720px;
}

.picture_list_detail_left {
	float: left;
	width: 250px;
	height: 200px;
}

.picture_list_detail_right {
	float: right;
	width: 460px;
	line-height: 20px;
}

.picture_list_detail_content {
	text-align: left;
}

A.btninfo1 {
	LINE-HEIGHT: 30px;
	BORDER-RIGHT-WIDTH: 0px;
	PADDING-LEFT: 28px;
	WIDTH: 120px;
	DISPLAY: inline-block;
	BACKGROUND: url(../images/botton_order_bg.jpg) no-repeat 0px -33px;
	BORDER-TOP-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	HEIGHT: 33px;
	COLOR: #fff;
	FONT-SIZE: 14px;
	BORDER-LEFT-WIDTH: 0px;
}

A.btninfo1:visited {
	BACKGROUND: url(../images/botton_order_bg.jpg) no-repeat 0px -33px;
	COLOR: #fff;
	FONT-SIZE: 14px;
}

A.btninfo1:hover {
	BACKGROUND: url(../images/botton_order_bg.jpg) no-repeat 0px -33px;
	COLOR: #fff;
	FONT-SIZE: 14px;
}

/*视频列表*/
.videolist {
}

.videolist li {
	float: left;
	display: inline /*解决ie6 双边距bug*/;
	overflow: hidden;
	padding: 0px 10px;
	width: 45%;
	text-align: center;
}

.videolist li img {
	width: 320px;
	height: 215px;
	border: 1px solid #999999;
}

.videolist li a {
	height: 40px;
	line-height: 30px;
}

/*带缩略图文字列表*/
.thumblist {
}

.thumblist li {
	overflow: hidden;
	margin-bottom: 5px;
	width: 100%;
	border-bottom: 1px dashed #999;
	line-height: 2em;
}

.thumblist li img {
	float: left;
	margin-right: 8px;
	padding: 5px;
	width: 180px;
	height: 120px;
	border: 1px solid #999999;
}

.thumblist li a:hover img {
	border: 1px solid #034b9f;
}

.thumblist li .InfoTitle1 {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
}

.thumblist li p {
	overflow: hidden;
	text-indent: 2em;
	line-height: 2em;
}