﻿@charset "utf-8";
@import url("table.css")/*tpa=http://www.jskjuv.cn/templates/cn2014/css/table.css*/;/*表格样式*/
@import url("page.css")/*tpa=http://www.jskjuv.cn/templates/cn2014/css/page.css*/;/*分页样式*/
@import url("button.css")/*tpa=http://www.jskjuv.cn/templates/cn2014/css/button.css*/;/*按钮样式*/
@import url("windown.css")/*tpa=http://www.jskjuv.cn/templates/cn2014/css/windown.css*/;/*分页样式*/
/* 企泰科技 技术部 2012-10-01 */

/* 整体框架 */
/* body  
--------------------------------------------------------------------*/

body {
	font-size: 12px;
	text-align: center;
	color: #333;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	_padding-bottom: 30px;/*IE6提示升级浏览器填充*/
}

.header, .main, .main2, .footer, .slideBox, .page_banner {
	margin: 0 auto;
	width: 1000px;      /* 调整全局的宽度 必须是10 的倍数 */
	text-align: left;
	position: relative;
}

.slideBox{
	margin: 0 auto;
	width: 1920px;      /* 调整全局的宽度 必须是10 的倍数 */
	text-align: left;
	position: relative;
}
/* link   全局链接样式  
--------------------------------------------------------------------*/
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #e4007f;
	text-decoration: none;
}
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: 16px;
	color: #000
}
/*h3标题*/
h3 {
	font-weight: bold;
	font-size: 12px
}
/*h4标题*/
h4 {
}
/* 全局   文字设置  
--------------------------------------------------------------------*/
/*p标签*/
p {
	color: #333;
	line-height: 22px;
}
/*正文文字*/
.text, .text p {
	line-height: 22px;
}
.text li {
	padding-left: 10px;
	background: url("ico_10.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/ico_10.gif*/ no-repeat left 8px;
}
/*辅助文字*/
.assist, .assist p, a.assist:link, a.assist:visited {
	color: #999;
	line-height: 22px;
}

.assist2, .assist2 p, a.assist:link, a.assist2: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("input.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/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("input.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/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: #eb6500;
	color: #eb6500;
}
/* border  全局边框  
--------------------------------------------------------------------*/
.border_ccc {
	border: 1px solid #ccc;
}

.border_d_ccc {
	border-bottom: 1px dashed #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 #999
}
.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: #e4007f
}
.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 #dddddd;
	background: url("adorn_bg.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/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("gui.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/gui.gif*/ repeat-x left -40px;
}
.sideMen .on {
	background-position: -433px -96px;
}
/* alltitle   全局标题  
--------------------------------------------------------------------*/
.alltitle {
	line-height:40px;
	height: 40px;
	color: #000;
	border-bottom:1px dashed #CCC
}
.alltitle a:link, .alltitle a:visited, .alltitle a:hover {
	color: #666;;
}
.alltitle h3 {
	font-size: 14px;
	color: #000F;
	display:none;
}
/* title   自定义标题  
--------------------------------------------------------------------*/
.title_01 {
	color: #eb6500;
	padding: 2px 4px 2px 0px;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}
.title_02 {
	background: #eb6500;
	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 a img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	text-align: center;
	padding: 4px;
	background: url("loading.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/loading.gif*/ #fff no-repeat center center;
}
/*.pic a:hover img {
	background: #e4007f;
	border: 1px solid #e4007f;
}*/
.pic:hover img {
	background: #e4007f;
	border: 1px solid #e4007f;
}
.pic .pic_b {/*滑出大图*/
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3999;
	text-align: center;
}
.last .pic .pic_b {
	left:inherit;
	right: 0px;
}
.pic .pic_b a img {
	width: 260px;
	height: 260px;
	border: none;
}
/* 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: 44px;
	width:100%;
	background:url("ind_pro_title.png")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/ind_pro_title.png*/ 0 0 repeat-x;
	font-size: 14px;
	_height: 30px;
	_position: relative;
}
.tab .hd ul {
	_width: 100%;
	_height: 44px;
	_position: absolute;
	_left: 0px;
	_top: 0px;
}
.tab .hd ul li {
	float: left;
	width:125px;
	cursor: pointer;
}
.tab .hd ul li{
	white-space: nowrap;
	height: 44px;
	line-height: 44px;
	display: block;
	text-align: center;
	_display: inline-block;
}

.tab .hd ul li a{
	color:#999;
}

.tab .hd ul li.on a{
	color:#291570;
}


.tab .hd ul li.on {
	background:url("ind_pro_hover.png")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/ind_pro_hover.png*/ bottom center no-repeat;
	height: 44px;
	line-height: 44px;
}
.tab .bd ul {
	zoom: 1;
}
.tab .bd li {
	line-height: 24px;
}
.tab .bd li .date {
	float: right;
	color: #999;
}

/* tab2   选项卡样式  
--------------------------------------------------------------------*/
.tab2 {
	width: 100%;
}
.tab2 .hd {
	height: 44px;
	width:100%;
	border-bottom:1px solid #eeeeee;
	font-size: 14px;
	_height: 44px;
	_position: relative;
}
.tab2 .hd ul {
	_width: 100%;
	_height: 44px;
	_position: absolute;
	_left: 0px;
	_top: 0px;
}
.tab2 .hd ul li {
	float: left;
	padding-left:30px;
	padding-right:30px;
	cursor: pointer;
}
.tab2 .hd ul li{
	white-space: nowrap;
	height: 44px;
	line-height: 44px;
	display: block;
	text-align: center;
	_display: inline-block;
}

.tab2 .hd ul li a{
	color:#999;
}

.tab2 .hd ul li.on a{
	color:#fff;
}

.tab2 .hd ul li.on {
	color:#FFF;
	background:#e4007f;
	height: 44px;
	line-height: 44px;
}
.tab2 .bd ul {
	zoom: 1;
}
.tab2 .bd li {
	line-height: 24px;
}
.tab2 .bd li .date {
	float: right;
	color: #999;
}


/* 置顶按钮
--------------------------------------------------------------------*/
/*.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;
}*/
#scrollUp {
	bottom: 10px;
	right: 5px;
	height: 38px;
	width: 38px;
	background: url("top.png")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/top.png*/ no-repeat;
	_background: url("top.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/top.gif*/ no-repeat;
	}

/* 空信息样式
--------------------------------------------------------------------*/
.no_info {
	display: block;
	width: 80px;
	margin: auto;
	padding-left: 30px;
	text-align: left;
	height: 20px;
	line-height: 20px;
	background: url("gui.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/gui.gif*/ no-repeat left -260px;
}

/* 百度地图API
--------------------------------------------------------------------*/
.iw_poi_title {
	color: #eb6500;
	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("adorn_bg.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/adorn_bg.gif*/ #fff repeat-x left bottom;
	border-top: solid 2px #eb6500;
	display: none;
	_display: block;
}
.Upgrade {
	position: absolute;
	width: 960px;
	margin-left: -480px;
	left: 50%;
	top: 0px;
	text-align: left;
}
.Upgrade .strong {
	color: #eb6500;
}
.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("icon_pic.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/icon_pic.gif*/ no-repeat 0 0;
}
.Sequence .icon_pic_02 {
	background: url("icon_pic.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/icon_pic.gif*/ no-repeat 0 -11px;
}
.Sequence .icon_list_01 {
	background: url("icon_list.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/icon_list.gif*/ no-repeat 0 0;
}
.Sequence .icon_list_02 {
	background: url("icon_list.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/icon_list.gif*/ no-repeat 0 -11px;
}
.Sequence .arr_01 {
	background: url("arrow01.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/arrow01.gif*/ no-repeat 0 0;
}
.Sequence .arr_02 {
	background: url("arrow02.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/arrow02.gif*/ no-repeat 0 0;
}
.Sequence .arr_03 {
	background: url("arrow03.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/arrow03.gif*/ no-repeat 0 0;
}
.Sequence .arr_04 {
	background: url("arrow04.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/arrow04.gif*/ no-repeat 0 0;
}
/*标签样式
--------------------------------------------------------------------*/
.Tags a, .Tags a:link, .Tags a:visited, .Tags a:hover {
	display: inline-block;
	background: #291479;
	color: #fff;
	margin-right: 5px;
	padding: 2px 5px 2px 5px;
}
