﻿@charset "utf-8";

@import url("table.css");/*表格样式*/

@import url("page.css");/*分页样式*/

@import url("button.css");/*按钮样式*/

@import url("windown.css");/*分页样式*/

/* 企泰科技 技术部 2012-10-01 */



/* 整体框架 */

/* body  

--------------------------------------------------------------------*/

html {

	overflow-y: scroll;

}

body {
word-wrap:break-word; word-break:break-all;
	font-size: 12px;

	text-align: center;

	color: #333;

	background: #fff url(../images/top_bg.jpg) top repeat-x;

	font-family: "微软雅黑", Arial, Helvetica, sans-serif;

	_padding-bottom: 30px;/*IE6提示升级浏览器填充*/

}

.header, .main, .footer, .slideBox, .page_banner {

	margin: 0 auto;

	width: 960px;      /* 调整全局的宽度 必须是10 的倍数 */

	text-align: left;

	position: relative;

	padding:0 20px;

	background:#f6f6f6;

}



.footer{

	background:#fff;

	}



/* link   全局链接样式  

--------------------------------------------------------------------*/

a:link {

	color: #333;

	text-decoration: none;

}

a:visited {

	color: #333;

	text-decoration: none;

}

a:hover {

	color: #1b5eb1;

	text-decoration: underline;

}

a:active {

	color: #333;

	text-decoration: none;

}

/* H1~6 text   标题文字设置  

--------------------------------------------------------------------*/

/*h1标题*/

h1 {

	font-weight: bold;

	font-size: 20px;

	color: #000

}

/*h2标题*/

h2 {

	font-weight: bold;

	font-size: 15px;

	color: #000

}

/*h3标题*/

h3 {

	font-weight: bold;

	font-size: 13px

}

/*h4标题*/

h4 {

}

/* 全局   文字设置  

--------------------------------------------------------------------*/

/*p标签*/

p {

	color: #333;

	line-height: 24px;

	font-size:13px;

}

/*正文文字*/

.text, .text p {

	line-height: 24px;

}

.text li {

	padding-left: 10px;

	background: url(../images/ico_10.gif) no-repeat left 8px;

}

/*辅助文字*/

.assist, .assist p, a.assist:link, a.assist:visited {

	color: #999;

	line-height: 22px;

}

/*强调文字*/

.strong {

	font-weight: bold;

}

/*不加粗文字*/

.Slim {

	font-weight: normal;

}

/*标红文字*/

.redtext, .text .redtext {

	color: #F00;

}

/*标黑文字*/

.Blacktext, .text .Blacktext {

	color: Black;

}

/*text-indent*/

.int_2em p {

	text-indent: 2em;

}

/*文字大小*/

.text_12 {

	font-size: 12px;

	line-height: 24px;

}

.text_14 {

	font-size: 14px;

	line-height: 26px;

}

.text_16 {

	font-size: 16px;

	line-height: 28px;

}

.text_18 {

	font-size: 18px;

	line-height: 30px;

}

.text_20 {

	font-size: 20px;

	line-height: 32px;

}

/* input textarea   表单样式  

--------------------------------------------------------------------*/

.input {

	background: url(../images/input.gif) repeat-x left top;

	border: 1px solid #cccccc;

	border-bottom-color: #dddddd;

	border-right-color: #dddddd;

	height: 28px;

	line-height: 28px;

}

.textarea {

	background: url(../images/input.gif) repeat-x left top;

	border: 1px solid #cccccc;

	border-bottom-color: #dddddd;

	border-right-color: #dddddd;

	height: 92px;

	line-height: 28px;

}

.err {

	border: 1px solid #db1111;

	color: #db1111;

}

.focus {

	border: 1px solid #ababab;

	border-bottom-color: #cccccc;

	border-right-color: #cccccc;

}

.focusin {

	border-color: #1b5eb1;

	color: #1b5eb1;

}

/* border  全局边框  

--------------------------------------------------------------------*/

.border_ccc {

	border: 1px solid #ccc;

}

.border_999 {

	border: 1px solid #ccc;

}

.border_666 {

	border: 1px solid #ccc;

}

.border_333 {

	border: 1px solid #ccc;

}

.bor_bot_ccc {

	border-bottom: 1px solid #ccc

}

.bor_bot_999 {

	border-bottom: 1px solid #e4e4e4

}

.bor_bot_666 {

	border-bottom: 1px solid #666

}

.bor_bot_333 {

	border-bottom: 1px solid #333

}

.bor_top_none {

	border-top: none;

}

.bor_bottom_none {

	border-bottom: none;

}

.bor_left_none {

	border-left: none;

}

.bor_right_none {

	border-right: none;

}

.bor_bot_1 {

	border-bottom: 1px dashed #ccc

}

/* color  文字全局色调  

--------------------------------------------------------------------*/

.color_1, .color_1:link, .color_1:visited, .color_1:hover {

	color: #1b5eb1

}

.color_ccc, .color_ccc:link, .color_ccc:visited, .color_ccc:hover {

	color: #ccc

}

.color_999, .color_999:link, .color_999:visited, .color_999:hover {

	color: #999

}

.color_666, .color_666:link, .color_666:visited, .color_666:hover {

	color: #666

}

.color_333, .color_333:link, .color_333:visited, .color_333:hover {

	color: #333

}

/* adorn   简易装饰器  

--------------------------------------------------------------------*/

.adorn {

	border: 1px solid #f0f0f0;

	background: url(../images/adorn_bg.gif) #fff repeat-x left bottom;

}

.adorn .title {

	border-bottom: 1px solid #ddd;

}

.adorn .title h3 {

	height: 25px;

	font-size: 14px;

}

.adorn .adorn_main {

}

/*slide 滑动栏

--------------------------------------------------------------------*/

.sideMen h3 {

	background: url(../images/Gui.gif) repeat-x left -40px;

}

.sideMen .on {

	background-position: -433px -96px;

}

/* alltitle   全局标题  

--------------------------------------------------------------------*/

.alltitle {

	border-bottom: 1px solid #666;

	height: 30px;

	line-height: 30px;

}

.alltitle h3 {

	font-size: 14px;

	color: #333

}

/* title   自定义标题  

--------------------------------------------------------------------*/

.title_01 {

	color: #1b5eb1;

	padding: 2px 4px 2px 0px;

	font-size: 18px;

	font-weight: normal;

	text-align: left;

}

.title_02 {

	background: #1b5eb1;

	color: #fff;

	padding: 2px 4px 2px 4px;

	font-size: 18px;

	font-weight: normal;

	text-align: center;

}

.title_03 {

	background: #909090;

	color: #fff;

	padding: 2px 4px 2px 4px;

	font-size: 18px;

	font-weight: normal;

	text-align: center;

}

/* pichover   鼠标经过图片样式  

--------------------------------------------------------------------*/

.pic {

	position: relative;

}

.pic img {

	display: block;

	width: 100%;

	height: 100%;

	border: 1px solid #ddd;

	text-align: center;

	padding: 5px;

	background: url(../images/loading.gif) #fff no-repeat center center;

}

.pic a:hover img {

	background: #0f75ca;

	border: 1px solid #1b5eb1

}

.pichover .b_pic {/*滑出大图*/

	position: absolute;

	left: 162px;

	top: 0px;

	width: 310px;

	height: 300px;

	z-index: 9;

	border: 1px solid #ddd;

	text-align: center;

	padding: 5px 0px;

	background: #fff;

}

.pichover .b_pic img {

	width: 300px;

	height: 300px;

}

/* pro_icon   产品标记样式  

--------------------------------------------------------------------*/

.pic .sign_pic {

	position: absolute;

	width: auto;

	height:auto;

	left: 1px;

	top: 5px;

	z-index:399;

}

.pic .sign_pic img {

	width: auto;

	height:auto;

	padding:0px;

	border:none;

	background:none;

}





/* tab   选项卡样式  

--------------------------------------------------------------------*/

.tab {

	width: 100%;

}

.tab .hd {

	height: 30px;

	height: 30px;

	border-bottom: solid 1px #e1e1e1;

	border-left: solid 1px #e1e1e1;

	margin-bottom: 10px;

	font-size: 14px;

	_height: 30px;

	_position: relative;

}

.tab .hd ul {

	_width: 100%;

	_height: 30px;

	_position: absolute;

	_left: 0px;

	_top: 0px;

}

.tab .hd ul li {

	float: left;

	padding: 0 15px;

	cursor: pointer;

}

.tab .hd ul li{

	white-space: nowrap;

	padding-left: 10px;

	padding-right: 10px;

	height: 29px;

	line-height: 28px;

	display: block;

	text-align: center;

	border: solid 1px #cccccc;

	border-bottom: none;

	border-left: none;

	color: #494949;

	background: url(../images/input.gif) repeat-x left top;

	_display: inline-block;

}

.tab .hd ul li.on {

	border-top: solid 2px #1b5eb1;

	border-bottom: solid 1px #fff;

	color: #1b5eb1;

	height: 28px;

	line-height: 26px;

	background: #fff;

}

.tab .bd ul {

	zoom: 1;

}

.tab .bd li {

	line-height: 24px;

}

.tab .bd li .date {

	float: right;

	color: #999;

}



/* 提示样式

--------------------------------------------------------------------*/

.msgbox_layer_wrap {

	position: fixed;

	width: 100%;

	left: 0px;

	top: 50%;

	margin-top: -26px;

	text-align: center;

	z-index: 65533;

}

.msgbox_layer {

	color: #666;

	display: inline-block;

	font-size: 14px;

	font-weight: bold;

	height: 54px;

	line-height: 54px;

	margin: auto;

	margin-top: 0px;

	margin-bottom: 0px;

	padding-left: 9px;

	padding-right: 18px;

	position: relative;

	z-index: 10000;

	background: url(../images/tip_layer.png) repeat-x 0px -161px;

}

.gtl_ico_succ {

	position: absolute;

	width: 45px;

	height: 54px;

	left: -45px;

	top: 0px;

}

.mode_tips_1 {/*成功*/

	background: url(../images/tip_layer.png) no-repeat -6px 0px;

}

.mode_tips_2 {/*提示*/

	background: url(../images/tip_layer.png) no-repeat -6px -54px;

}

.mode_tips_3 {/*错误*/

	background: url(../images/tip_layer.png) no-repeat -6px -108px;

}

.gtl_end {

	position: absolute;

	width: 6px;

	height: 54px;

	right: -6px;

	top: 0px;

	background: url(../images/tip_layer.png) no-repeat 0px 0px;

}

/* 置顶按钮

--------------------------------------------------------------------*/

.top {

	z-index: 1000;

	position: fixed;

	right: 0px;

	bottom: 0px;

	display: block;

	width: 35px;

	height: 35px;

	background: url(../images/top.gif) no-repeat 0px 0px;

}

/* 空信息样式

--------------------------------------------------------------------*/

.no_info {

	display: block;

	width: 80px;

	margin: auto;

	padding-left: 30px;

	text-align: left;

	height: 20px;

	line-height: 20px;

	background: url(../images/Gui.gif) no-repeat left -260px;

}

/* 百度地图API

--------------------------------------------------------------------*/

.iw_poi_title {

	color: #1b5eb1;

	font-size: 14px;

	font-weight: bold;

	overflow: hidden;

	padding-right: 13px;

	white-space: nowrap

}

.iw_poi_content {

	overflow: visible;

	padding-top: 4px;

	white-space: -moz-pre-wrap;

	word-wrap: break-word

}

/* IE6提示升级浏览器

--------------------------------------------------------------------*/

.Upgrade_bg {

	position: relative;

	z-index: 99;

	width: 100%;

	height: 28px;

	line-height: 28px;

	background: url(../images/adorn_bg.gif) #fff repeat-x left bottom;

	border-top: solid 2px #1b5eb1;

	display: none;

	_display: block;

}

.Upgrade {

	position: absolute;

	width: 960px;

	margin-left: -480px;

	left: 50%;

	top: 0px;

	text-align: left;

}

.Upgrade .strong {

	color: #1b5eb1;

}

.Upgrade .download {

	float: right;

	width: 80px;

	margin-top: 2px;

}

.Upgrade .download a, .Upgrade .download a:link, .Upgrade .download a:visited, .Upgrade .download a:hover {

	color: #fff;

}

/*排序样式

--------------------------------------------------------------------*/

.Sequence a {

	position: relative;

}

.Sequence .arrow {

	width: 9px;

	height: 11px;

	display: block;

	position: absolute;

	top: 5px;

	right: 5px;

	overflow: hidden;

}

.Sequence .icon_pic_01 {

	background: url(../images/icon_pic.gif) no-repeat 0 0;

}

.Sequence .icon_pic_02 {

	background: url(../images/icon_pic.gif) no-repeat 0 -11px;

}

.Sequence .icon_list_01 {

	background: url(../images/icon_list.gif) no-repeat 0 0;

}

.Sequence .icon_list_02 {

	background: url(../images/icon_list.gif) no-repeat 0 -11px;

}

.Sequence .arr_01 {

	background: url(../images/arrow01.gif) no-repeat 0 0;

}

.Sequence .arr_02 {

	background: url(../images/arrow02.gif) no-repeat 0 0;

}

.Sequence .arr_03 {

	background: url(../images/arrow03.gif) no-repeat 0 0;

}

.Sequence .arr_04 {

	background: url(../images/arrow04.gif) no-repeat 0 0;

}

/*标签样式

--------------------------------------------------------------------*/

.Tags a, .Tags a:link, .Tags a:visited, .Tags a:hover {

	display: inline-block;

	background: #1b5eb1;

	color: #fff;

	margin-right: 5px;

	padding: 2px 5px 2px 5px;

}

