﻿@charset "utf-8";

/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body, form, input, fieldset, blockquote, ul, ol, dl, address, a {

	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
	text-decoration: none;
}

/************************************************全局样式************************************************/

body{

	font-size:12px;
	color:#333333;
	font-family:Arial, 宋体;
	/*background:#F3F0EB;
	background:#F5F5F5;*/
	/*background-color:#EBE3CA;*/
}

div{
	margin:auto;
	overflow:hidden;
}

a{
	text-decoration:none;
	color:#333333;

}

a:hover{
	color:#0066CC;
}

img{
	border:none;
}

table {
	border-collapse:collapse;
}

table td {
	padding:0px 5px;
}

/************************************************浮动************************************************/
.f
{
	float:left;
}
.r
{
	float:right;
}
.floatright {
	float:right;
	padding-left:5px;
	clear:both;
}

.floatleft {
	float:left;
	padding-right:5px;
	clear:both;
}
.floatleft img
{
	border:1px #aaaaaa solid;
	padding:2px;
}

.center{
	width: 1160px;
	padding: 0;
	margin: 0 auto;
}
.clearfix {zoom: 1;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.mt20{ margin-top:20px;}
.mt70{ margin-top:70px;}
.mt100{ margin-top:100px;}
.mb20{ margin-bottom:20px;}
.ml20{ margin-left:20px;}
.m10{
	margin-top:10px;
}
.bgwhite{ background:#FFFFFF;}
.dis_flex{display: inline-flex;}
/************************************************top************************************************/
.Box01
{
	width:100%;
	min-width:1160px;
	height:120px;
	background-color:#FFFFFF;
	margin:auto;
	overflow:hidden;
}
.Box01 .TopBox
{
	width:1160px;
	height:120px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}
.TopBox .TopStyle
{
	position:absolute;
	margin:auto;
	z-index:1;
	float:left;
	left:5px;
	top:34px;
	background-repeat: no-repeat;
}
.TopBox .link_Language {
	position:absolute;
	top:0px;
	right:-10px;
	z-index:100;
	color:#666666;
	padding:0px;
}
.TopBox .link_Language1
{
	position:absolute;
	top: 20px;
	right: 10px;
	z-index:100;
	height:25px;
	width:1000px;
	/*background:url("top_bg1.jpg") no-repeat;*/
}
.link_Language
{
	position:absolute;
	width:500px;
	right:20px;
}
.link_Language h3{margin-right: 15px;display: block;float: left;}.link_Language h3 b{font-size:25px; color:#F00;}
.link_Language a{
	margin-left:9px;
	/*color:#ffffff;*/
	color:#666666;
	border-right: 1px solid #666666;
	padding-right: 15px;
	margin-top: 10px;
    float: left;
}
.link_Language a:hover{
	color:#FF0000;
}
.TopBox .link_other {
	position:absolute;
	right:20px;
	top:85px;
	line-height:17px;
	z-index:100;
	color:#666666;
}
.link_other .Context
{
	*overflow:visible !important;
}
.link_other .Context .ContextBox
{
	*overflow:visible !important;
}
.link_other .long
{
	width:260px;
	height:26px;
	position:relative;
}
.link_other .ssInput
{
	width:300px;
	height:25px;
	border:1px #C3C3C3 solid;
	top:0px;
	left:0px;
	background:#585858 url("/style/ss.gif") 280px center no-repeat;
}
.ssInput input[type='text']
{
	width:280px;
	height:23px;
	line-height:26px;
	font-size:12px;
	border:0px;
	text-indent:10px;
	background-color:transparent;
	color:#cccccc;
}
.long .ssInputSub
{
	position:absolute;
	top:0px;
	right:0px;
}
.link_other .link_other_box{
	width:90px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
}
.link_other .link_other_box a{
	color:#878788;
}
.link_other_box a:hover{
	color:#FF6600;
}
.TopStyle .link_text{
	color:#666666;
	position:absolute;
	top:50px;
	right:300px;
}


/************************************************导航************************************************/
.TopBox .dhBox{
	margin:auto;
	width:800px;
	height:30px;
	z-index:100;
	position:absolute;
	bottom:30px;
	right:20px;
}
.dhBox .dh{
	width: 800px;
	margin:auto;
}
.dh ul {
	width:786px;
	height:36px;
	margin:0px auto;
	overflow:visible;
}
.dh ul li {
	float:left;
	width:97px;
	height:36px;
	line-height:40px;
	text-align:center;
	position:relative;
	overflow:visible;
	z-index:100;
}
.dh ul li a {
	display:block;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	background:url('dh_bar.jpg') right center no-repeat;
}

.dh ul li a.right
{
	background:none;
}

.dh ul li a:hover {
	color:#20C1F8;
	font-size:16px;
}

.dh ul ul {
	display:none;
	position:absolute;
	left:-1px;
	top:36px;
	width:117px;
	height:auto;
	background-color:#80BBDE;
	border:1px #0076BC solid;
	border-bottom:3px #0076BC solid;
	filter:alpha(opacity=90);
	z-index:110;
}

.dh ul ul li {
	width:117px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-bottom:1px #0076BC solid;
}

.dh ul ul li a {
	color:#FFFFFF;
	font-weight:normal;
	background-image:none;
}

.dh ul ul li a:hover {
	color:#FFFFFF;
	font-size:12px;
	background-color:#0076BC;
}

.dh ul li ul li ul {
	display: none;
	left: -1000px;
	top: -1000px;
}


.dh .FloMbr {
	position:absolute;
	right:0px;
	top:0px;
	width:5px;
	height:36px;
	background-color:#0076BC;
	z-index:200;
}

/************************************************flash************************************************/
.TopFlash
{
	width:100%;
	height:500px;
	margin:auto;
	background:url("flash_bg.jpg") left repeat-x;
}

.BannerFlash
{
	width:100%;;
	height:500px;
	margin:auto;
	padding:0px;
	/*box-shadow: -1px 0 5px rgba(0,0,0,.75);*/
}
.BoxAllWidth .flashBottom
{
	width:1013px;
	margin:auto;
}
.Banner_Muti{width:100% !important; height: 500px !important;}
/*.Banner_Muti img{max-width: 100%; object-fit: cover;}*/
/************************************************内容************************************************/
.MyConts{
	width:100%;
	min-width:1160px;
}
.MyCont{
	width:1160px;
	height:auto;
	padding:0px;
	margin:auto;
	clear:both;
	margin-top:5px;
}
.MyCont .index_kh
{
	width:100%;
	height:270px;
}
.index_kh .showbox td
{
	width: 400px;
	height: 270px;
}
.index_kh .showbox td .Images img
{
	width: 360px;
	height: 270px;
}
.index_kh .more{ display:none;}
.index_cpjs_box
{
	width:1160px;
	height:400px;
	overflow:hidden;
	margin-top:50px;
	position:relative;
	background:url("index_cpbg.jpg") center no-repeat;
}
.index_cpjs{
	position:absolute;
	top:60px;
	left:30px;
}
.index_cpjs .showbox td{width:300px;height:340px;}
.index_cpjs .showbox .Images{width:272px;height:214px; background:url("cp_bg.jpg") center no-repeat;}
.index_cpjs .showbox .Images img{width:260px;height:190px; float:left; margin:3px;}
.index_cpjs .showbox .Names{float:none; font-size:16px; width:100%;}
.index_cpjs .showbox ul
{
	width:650;
	float:left;
	list-style:none;
	margin:0px 0px 0px 5px;
	*height:446px !important;
	padding:0px;
}
.index_cpjs .showbox ul li
{
	width:162px;
	float:left;
	margin:10px 0px 10px 15px;
	*margin-bottom:5px !important;
	padding:0px;
	background-color:#EFEFEF;
	background-image:linear-gradient(#ECECEC,#ffffff);
	/*text-shadow: 0 1px 0 #fff;*/
	color:#222222;
	border-radius:0px;
}
.index_cpjs .showbox ul li img
{
	width:154px;
	height:121px;
	overflow:hidden;
	clear:both;	
	border:1px solid #3DABE1;
}
.index_cpjs .Images
{
	height:140px;	
}
.index_cpjs .showbox ul li .Names
{
	width:162px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	float:left;	
	color:#333333;
	font-size:12px;
	text-align:center;
	background-color:#8ECEED;
	font-weight:normal;
}
.index_cpjs .showbox ul li .Names a{color:#333333;}
.index_cpjs .showbox ul li .Names a:hover{color:#ff0000;}

.i_gsjj
{
	width:1160px;	
	height: 386px;
	background:url("index_gsjj_bg.jpg") center no-repeat;
	position:relative;
	overflow:hidden;
}

.i_gsjj .index_gsjj_box
{
	width:390px;
	height:170px;
	top:60px;
	left:340px;
	overflow:hidden;
	position:absolute;
}
.i_gsjj .index_gsjj_box .Context
{
	width:100%;
	float:left;
	left:0px;
	position:inherit;
}

.i_news
{
	width:1160px;
	height: 300px;
	background:url("index_news_bg.jpg") no-repeat;
	overflow:hidden;
	margin-top:30px;
	position: relative;
}
.i_news .ArticleList ul{
	width:1120px;
	height: 230px;
	top:60px;
	left:25px;
	position:absolute;
	margin:0px;
	overflow:hidden;
}
.i_news .ArticleList ul li{
	width:340px;
	float:left;
	clear:none;
	border:0px;
	margin-right:30px;
	margin-bottom:8px;
}
.i_news .ArticleList ul li span{
	width:260px;
}
.i_news .ArticleList .more{
	top:15px;
	right:20px;
	position:absolute;
}
.i_cpjs
{
	width:748px;
	height: 230px;
	overflow:hidden;
}


.index_news
{
	width:100%;
	float:left;
	margin-top:10px;
}
.index_news .index_news_box
{
	width:340px;
	height:300px;
	position:relative;
}
.index_news_box .title01
{
	width:340px;
	height:36px;
	background:url("index_title_hydt.jpg") no-repeat;
}
.index_news_box .more
{
	float:right;
	margin:10px;
}
.index_news_box .title02
{
	width:340px;
	height:36px;
	background:url("index_title_xwzx.jpg") no-repeat;
}
.index_news_box .ArticleList ul li
{
	width:310px;
}
.index_news_box .ArticleList ul li span
{
	width:240px;
}


.MyCont .index_left
{
	width:250px;
	height:auto;
	float:left;
	background:url("left_bg.jpg") top right no-repeat;
	padding-left:0px;
}
.MyCont .index_left .equipmentBox
{
	width:228px;
	height:200px;
	float: left;
	border:1px #D0D0D0 solid;
	position:relative;
}
.MyCont .index_left .equipmentBox .equipment
{
	width:220px;
	height:190px;
	position:absolute;
	top: 4px;
	left: 4px;
}
.MyCont .index_left .left_cpjslist
{
	width:228px;
	float:left;
	border:1px #D0D0D0 solid;
}

.MyCont .index_left .left_cpjslist ul {
	float:left;
	width:200px;
	padding-top:10px;
	padding-bottom:10px;
	overflow:visible;
	padding-left:14px;
}

.MyCont .index_left .left_cpjslist ul, li {

	overflow:visible;

}

.MyCont .index_left .left_cpjslist ul li {
	line-height:25px;
	text-align:left;
	overflow:visible;
	width:100%;
	margin-bottom:5px;
	float:left;
	border:0px;
	height: 40px;

}

.MyCont .index_left .left_cpjslist ul li a {
	color:#000000;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	height:40px;
	line-height: 42px;
	text-indent: 34px;
	padding-left: 0px;
	/*border-bottom:1px #CCCCCC dotted;*/
	background:url('left02ah.jpg') center no-repeat;
}

.MyCont .index_left .left_cpjslist ul li a:hover {
	color:#FF6600;
	background:url('left02a.jpg') center no-repeat;
}

.MyCont .index_left .left_cpjslist ul li ul li a {

	display:block;

	text-indent:30px;

	background:url('Maincont_ico5.gif') 17px center no-repeat;

}

.MyCont .index_left .left_cpjslist ul li ul li a:hover {

	color:#FF0000;

	background:#F1F1F1 url('Maincont_ico5.gif') 17px center no-repeat;

}
.MyCont .index_left .left_content
{
	width:228px;
	float:left;
	border:1px #D0D0D0 solid;
}
.MyCont .index_left .left_content .lxfs
{
	float:left;
	width:220px;
	padding:10px 0px 10px 10px;
	overflow:visible;
	font-size:12px;
	color:#666;
	line-height:195%;
}


.MyContRight .contbox
{
	border:1px #D0D0D0 solid;
}
.contbox .title_bar
{
	width:100%;
	height:41px;
	border-bottom:1px #D0D0D0 solid;
	background:url("title_bg.jpg") repeat-x;
}
.title_bar label
{
	float:left;
	margin-left:10px;
	width:4px;
	height: 41px;
	background:url("ico08.jpg") center no-repeat;
}
.title_bar .cnText
{
	float:left;
	text-align:left;
	font-size:14px;
	color:#0751B3;
	line-height: 41px;
	text-indent: 10px;
	font-weight:bold;
}
.title_bar .enText
{
	float:left;
	padding-left:20px;
	font-size:14px;
	line-height: 41px;
	color:#989898;
}
.title_bar .more
{
	float:right;
	line-height: 45px;
	margin-right: 20px;	
}
.index_gsjj_box .Context
{
	position:absolute;
	top:0px;
	left:5px;
	width:430px;
	height:210px;
}


.ColumnList .title
{
	width:100%;
	height:35px;
	line-height:40px;
	text-indent:10px;
	float:left;
	font-size:16px;
	color:#000000;
	font-family:"微软雅黑", "黑体", "宋体";
	font-weight:bold;
	border-bottom:1px #cccccc dashed;
}



/*****************************************模板页**********************************************************/
.MyCont .MyContLeft
{
	width:230px;
	height:auto;
	margin:0px;
	border:0px;
	float:left;
	margin-left: 10px;
	margin-top: 10px;
}
.MyContLeft .middle01_cpjsTitle
{
	width:228px;
	float:left;
	height:66px;
	overflow:hidden;
	background:url("left01.jpg") no-repeat;
}
.MyContLeft .middle01_cpjsTitle_e
{
	width:228px;
	float:left;
	height:66px;
	overflow:hidden;
	background:url("enleft01.jpg") no-repeat;
}
.MyContLeft .middle01_cpjs
{
	width:226px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0px;
	border:1px solid #CCCCCC;
	background-color:#ECECEC;
	background-image:linear-gradient(#ECECEC,#D8D8D8);
}
.middle01_cpjs .ColumnList ul
{
	width:224px;
	height:auto;
	overflow:hidden;
	margin:0px 5px;
	float:left;
	list-style:none;
	border:0px;
}
.middle01_cpjs .ColumnList ul li
{
	width:220px;
	border:1px solid #FFFFFF;
	height:32px;
	background:#ffffff url("left01_bg.jpg") no-repeat;
	overflow:hidden;
	line-height:32px;
	text-indent:40px;
	margin:15px auto;
	float: none;
	border-bottom:0px;
}
.middle01_cpjs .ColumnList ul li a
{
	background:none;
	text-indent:20px;
}
.MyCont .celarBoth
{
	float:left;
	width:100%;
	height:20px;	
}
.MyContLeft .box_left
{
	width:228px;
	margin:10px 0px 0px 0px;
	padding:0px;
	float:left;
	height:100%;
}

.box_left .box_left_cont
{
	width:228px;
	height:auto;
	background:url("/style/left_BoxBg.jpg") center repeat-y;
	float:left;
}
.box_left_cont .ColumnList ul
{
	width:195px;
	float:left;
	border:1px solid #cccccc;
	margin:10px 0;
	/*list-style:none;*/
}
.box_left_cont .ColumnList ul li
{
	height:25px;
	line-height:25px;
	font-size:12px;
	float:left;
	clear:both;
	margin:0px 5px 5px 5px;
	border-bottom:1px #CCCCCC dashed;
}
.box_left_cont .ColumnList ul li a
{
	background:url('/style/ico05.gif') 5px center no-repeat;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#666666;
	padding-left:0px;
}
.box_left_cont .ColumnList ul li a:hover
{
	background:url('/style/ico05a.gif') 5px center no-repeat;
	color:#FF6600;
}
.box_left_cont .ArticleList .title
{
	width:197px;
	height:35px;
	line-height:40px;
	text-indent:10px;
	float:left;
	font-size:16px;
	color:#000000;
	font-family:"微软雅黑", "黑体", "宋体";
	font-weight:bold;
	border-bottom:1px #cccccc dashed;
}

.box_left_cont .ArticleList ul
{
	width:185px;
	height:100%;
	margin:5px 0px 5px 7px;
	padding:0px;
	float:left;
}
.box_left_cont .ArticleList ul li
{
	width:183px;
	height:auto;
	line-height:27px;
	background:none;
	float:left;
	border-bottom:1px dashed #cccccc;
}
.box_left_cont .ContextBox
{
	border:1px solid #cccccc;
	margin-top:10px;
}
.box_left_cont .box_left_flash
{
	width:185px;
	height:auto;
	float:left;
	margin:5px 0px 5px 7px;
}

.box_left_cont .ContextBox
{
	padding:10px;
}

.box_left_cont ul
{
	width:185px;
	height:100%;
	margin:5px 0px 5px 7px;
	padding:0px;
	float:left;
}
.disbl
{
	display:block;
}
.disno
{
	display:none;
}
.box_left_cont ul li
{
	width:183px;
	height:auto;
	line-height:27px;
	background:url("/style/leftColumn_bg.jpg") no-repeat;
	float:left;
	margin:2px 0px;
}

.box_left_cont ul li a
{
	width:183px;
	height:27px;
	line-height:27px;
	display:block;
	overflow:hidden;
	background:url("/style/ico05.gif") 8px center no-repeat;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#666666;
	text-indent:17px;
}
.box_left_cont ul li a:hover
{
	background:url("/style/ico05.gif") 8px center no-repeat;
	color:#FF0000;
}
.box_left_cont ul ul
{
	width:180px;
	height:100%;
	margin:0px 0px 5px 7px;
	padding:0px;
	float:left;
	display:none;
}
.box_left_cont ul ul li
{
	width:180px;
	height:25px;
	height:auto;
	line-height:25px;
	background:none;
	border-bottom:1px dashed #cccccc;
	float:left;
	margin:0px 0px;
}
.box_left_cont ul ul li a
{
	height:22px;
	line-height:22px;
}
.box_left_cont .ny_columntitle
{
	float:left;
	width:230px;
	height:37px;
	background-image:url("mb_left03.jpg");
	position:relative;
	background-repeat:no-repeat;
}
.MyCont .MyContLeft .box_left .ny_columntitle .ny_columntitle_title
{
	position:absolute;
	top:8px;
	left:52px;
	font-weight:bold;
	font-size:14px;
	font-family:"微软雅黑", "黑体", "宋体";
}
.MyCont .MyContLeft .box_left .ny_columntitle .ny_columntitle_title a
{
	font-weight:bold;
	font-size:14px;
	font-family:"微软雅黑", "黑体", "宋体";
	color:#000000;
}
.MyCont .MyContLeft .box_left .ny_columntitle .ny_columntitle_title a:hover
{
	font-weight:bold;
	font-size:14px;
	font-family:"微软雅黑", "黑体", "宋体";
	color:#FF0000;
}
.MyCont .MyContLeft .box_left .ny_columntitles
{
	float:left;
	width:230px;
	height:100%;
}
.ny_columntitles .Context
{
	width:200px;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}

.ny_columntitles .more
{
	display:none;
}
.MyCont .MyContLeft .box_left .ny_columntitles ul{
	width:200px;
	padding:0px;
	margin-top:5px;
	margin-left:25px;
	float:left;
}
.MyCont .MyContLeft .box_left .ny_columntitles li{
	width:200px;
	height:22px;
	line-height:23px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;        /**//* for IE */
	-o-text-overflow: ellipsis;    /**//* for Opera */
	text-indent:18px;
	background-image:url('ico01.gif');
	background-position:10px 50%;
	background-repeat:no-repeat;
}
.MyCont .MyContLeft .box_left .ny_columntitles li:hover{
	background-color:#EFF3F8;
}
.MyCont .MyContLeft .box_left .ny_columntitles li a{
	color: #666666;
}
.MyCont .MyContLeft .box_left .ny_columntitles li a:hover{
	color:black;
}

.MyCont .MyContLeft .box_left .nyLeftBox
{
	width:230px;
	height:110px;
	margin-top:5px;
	background-repeat:no-repeat;
	float:left;
	clear:both;
	position:relative;
}
.MyContLeft .linkPic
{
	float:left;
	margin:10px 10px 10px 15px;
}
.MyContLeft .tbMar
{
	margin:10px 0px;
}
.nyBox01
{
	background-image:url(mb_left04.jpg);	
}
.nyBox02
{
	background-image:url(mb_left05.jpg);	
}
.MyCont .MyContLeft .box_left .nyLeftBox .Box01Title
{
	position:absolute;
	top:12px;
	left:35px;
	font-family:"微软雅黑", "黑体", "宋体";
	font-size:14px;
	margin-bottom:10px;
	color:#333333;
	font-weight:bold;
	clear:both;
	text-align:left;
}
.MyCont .MyContLeft .box_left .nyLeftBox .Box01Cont
{
	position:absolute;
	top:35px;
	left:35px;
	width:150px;
	clear:both;
	text-align:left;
	font-size:12px;
	color:#333333;
	line-height:160%;
}
.MyContLeft .Context .more
{
	display:none;
}
.MyCont .MyContRight
{
	width:900px;
	height:100%;
	float:right;
	background-color:#FFFFFF;
}
.MyContRight .rightBox
{
	width:876px;
	float:left;
	margin:10px 0px 0px 0px;
	border-top:2px #cccccc solid;
	border-left:2px #cccccc solid;
	border-right:2px #cccccc solid;
	background-color:#EEEEEE;
}

.MyCont .MyContRight .StationLink {
	padding:10px 0px 0px 20px;
	line-height:17px;
	text-align:left
	color:#666666;
	font-weight:normal;
	font-size:12px;
	width:860px;
}
.MyCont .MyContRight .ThemeBg{
	
	background:url('bg_title.jpg') 0px 10px no-repeat;
}

.MyCont .MyContRight .ThemeTitle {
	position:relative;
	text-align:left;
	text-indent:20px;
	line-height:25px;
	font-size:16px;
	font-weight:bold;
	font-family:微软雅黑, 黑体;
	color:#0764A4;
	text-indent:15px;
	z-index:50;
	width:872px;
	height:51px;
	clear:both;
}
.MyCont .MyContRight .ThemeTitle .title
{
	position:absolute;
	width:500px;
	top:9px;
	left:5px;
}
.MyCont .MyContRight .ThemeTitle span {
	padding-left:8px;
	font-size:12px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.MyCont .MyContRight .ThemeTitle .RightLink {
	position:absolute;
	right:10px;
	bottom:0px;
	height:17px;
	line-height:17px;
	text-align:right;
	color:#666666;
	font-weight:normal;
	font-size:12px;

}

.MyCont .MyContRight.ThemeTitle a:hover {
	color:#0066CC;
	text-decoration:underline;

}
.MyCont .MyContRight .cont
{
	width:880px;
	min-height:400px;
	font-size:12px;
	line-height:170%;
	padding:0px;
	overflow:visible;
	margin-left:20px;
}
.rightBox .Context .title
{
	width:876px;
	height:40px;
	position:relative;
	line-height:50px;
	color:#008194;
	border-bottom:1px #cccccc dashed;
}
.rightBox .Context .title .more
{
	position:absolute;
	right:20px;
	top:20px;
}
.rightBox .ProdText
{
	width:870px;
	height:auto;
	float:left;
	margin:10px 8px;
}
.rightBox .ProdText .title
{
	width:876px;
	height:40px;
	line-height:40px;
	position:relative;
	color:#008194;
	border-bottom:1px #cccccc dashed;	
}
.rightBox .ProdText .title .more
{
	position:absolute;
	right:20px;
	top:20px;
}
.rightBox .ProdText ul
{
	width:740px;
	margin:20px 0px 0px 0px;
	float:left;
	list-style:none;
}
.rightBox .ProdText ul li
{
	width:150px;
	margin:0px 10px 0px 20px;
	height:220px;
	background:url("/style/pp.jpg") top left no-repeat;
	display:block;
	float:left;
	position:relative;
}
.rightBox .ProdText ul li .Images
{
	width:139px;
	height:120px;
	position:absolute;
	top:27px;
	left:2px;
	display:block;
}
.rightBox .ProdText ul li .Images img
{
	width:139px;
	height:120px;
}
.rightBox .ProdText ul li .Names
{
	width:130px;
	height:52px;
	line-height:1.5;
	position:absolute;
	top:150px;
	left:6px;
	text-align:left;
	display:block;
	overflow:hidden;
}
.MyContRight .rightBoxBottom
{
	width:730px;
	height:5px;
	display:block;
	float:left;
	margin-bottom:0px;
	background:#EEEEEE url("/style/right_boxBottom.gif") repeat;
}
.MyCont .MyContRight .title
{
	width:726px;
	height:40px;
	line-height:40px;
	float:left;
	text-indent:20px;
}
.MyCont .MyContRight .ContextBox
{
	padding:10px 20px;
}

.MyContRight .MyContBox
{
	width:740px;
	min-height:600px;
	height:auto;
	float:left;
	padding:0px;
	border:1px #cccccc solid;	
}

.MyContRight .box_right_title
{
	float:left;
	margin-top:10px;
	border:1px #cccccc solid;
	width:740px;
	border-bottom: 0px;
	background:url("/style/title.gif") repeat-x;
	height:30px;
	position:relative;	
}
.MyContRight .box_right_title .box_right_titles
{
	position:absolute;
	top:5px;
	left:20px;
	font-size:14px;
	font-family:"微软雅黑", "黑体", "宋体";
	color:rgb(0, 129, 148);
	text-indent:15px;
	background:url("/style/a.gif") 0px center no-repeat;
}
.MyCont .MyContRight .box_right_title .sation
{
	position:absolute;
	top:10px;
	right:20px;
	color:#666666;
	font-size:12px;
}
.MyCont .MyContRight .box_right_title .sation a
{
	color:#666666;
	font-size:12px;
}
.MyCont .MyContRight .box_right_title .sation a:hover
{
	color:rgb(0, 129, 148);
	font-size:12px;
}
.MyCont .MyContRight .box_right_content
{
	width:730px;
	margin:0px 0px 0px 10px;
	padding-top:10px;
	float:left;
}
.nyXian
{
	width:100%;
	height:20px;
	background:url("/style/ny_xian.jpg") bottom repeat-x;
	margin-bottom:0px;
	float:left;
}



.BoxTitle {
	position:relative;
	text-align:left;
	text-indent:20px;
	line-height:25px;
	font-size:15px;
	font-weight:bold;
	font-family:微软雅黑, 黑体;
	color:#006383;
	text-indent:15px;
	border-bottom:1px #D6D6D6 solid;
	z-index:2;

	clear:both;

}
.BoxMiddle{
	
	background:url('title_bg.jpg') 2px 50% no-repeat;
}
.BoxMiddle01{
	
	background:url('middle01.jpg') no-repeat;	
}
.BoxMiddle02{
	background:url('middle02.jpg') no-repeat;	
	margin-top:15px;
}
.BoxMiddle03{
	margin-top:15px;
	width:100%;
	height:60px;
	background-color:#E3600F;
	float:left;
}
.BoxMiddle03 .indexBox03{
	width:1000px;
	height:60px;
	margin:auto;
}
.BoxMiddle03 .indexBox03 .Box03Time{
	width:200px;
	height:60px;
	float:left;
	margin-left:5px;
}
.BoxMiddle03 .indexBox03 .Box03Time .clock{
	width:55px;
	margin-top:7px;
	float:left;
}
.BoxMiddle03 .indexBox03 .Box03Time span{
	width:120px;
	float:left;
	margin-top:12px;
	font-size:12px;
	color:#FFFFFF;
	line-height:160%;
}
.BoxMiddle03 .indexBox03 .Box03qq
{
	width:400px;
	height:60px;
	float:left;
	margin-left:0px;
}
.BoxMiddle03 .indexBox03 .Box03qq span
{
	height:60px;
	line-height:60px;
	color:#FFF;
	clear:both;
	float:left;
}
.BoxMiddle03 .indexBox03 .Box03qq .Box03qqCont
{
	width:81px;
	height:23px;
	background-image:url(index_bottomqq.jpg);
	background-repeat:no-repeat;
	line-height:23px;
	display:block;
	float:left;
	margin-right:15px;
	margin-top:20px;
	text-indent:25px;
	color:#1B649E;
}
.BoxMiddle03 .indexBox03 .jiathis_style
{
    margin-top:15px;
    color:#FFFFFF;
}
.BoxTitle span {

	padding-left:8px;

	font-size:12px;

	color:#999;

	font-family:Arial, Helvetica, sans-serif;

	font-weight:normal;

}

.BoxTitle .RightLink {

	position:absolute;

	right:10px;

	bottom:0px;

	height:17px;

	line-height:17px;

	text-align:right;

	color:#666666;

	font-weight:normal;

	font-size:12px;

}

.BoxTitle a:hover {

	color:#0066CC;

	text-decoration:underline;

}

.SideMenu {

	float:left;

	padding:5px;

	width:230px;

	padding-bottom:20px;

	overflow:visible;

}

.SideMenu ul, li {

	overflow:visible;

}

.SideMenu ul li {

	line-height:24px;

	text-align:left;

	overflow:visible;

}

.SideMenu ul li a {

	color:#333333;

	display:block;

	overflow:hidden;

	text-overflow:ellipsis;

	white-space:nowrap;

	text-indent:25px;

	border-bottom:1px #CCCCCC dotted;

	background:url('Maincont_ico1.gif') 10px center no-repeat;

}

.SideMenu ul li a:hover {

	color:#FF0000;

	background:#F1F1F1 url('Maincont_ico1.gif') 10px center no-repeat;

}

.SideMenu ul li ul li a {

	display:block;

	text-indent:30px;

	background:url('Maincont_ico5.gif') 17px center no-repeat;

}

.SideMenu ul li ul li a:hover {

	color:#FF0000;

	background:#F1F1F1 url('Maincont_ico5.gif') 17px center no-repeat;

}

.SerBox_top
{
	float:left;
	width:232px;
	height:12px;
	background: url('left_contact01.jpg') no-repeat;
}
.SerBox_bottom
{
	float:left;
	width:232px;
	height:12px;
	background: url('left_contact03.jpg') no-repeat;
}
.SerBox {

	float:left;
	position:relative;
	width:232px;
	min-height:220px;
	background: url('left_contact.jpg');
	background-repeat:repeat-y;
}


.SerBox h3 {

	position:absolute;

	left:15px;

	top:15px;

	font-size:18px;

	font-weight:bold;

	color:#409690;

	text-align:left;

	font-family:微软雅黑;

}

.SerBox .types {

	position:absolute;

	left:15px;

	top:50px;

	width:200px;

	line-height:22px;

	text-align:left;

	color:#333333;

}

.Ntypes {

	width:230px;

	line-height:23px;

	text-align:left;

	color:#333333;

}

.MainBox {

	float:left;

	width:650px;

	height:auto;
	min-height:500px;

	padding:10px 17px;

	border-left:1px #8D8D8D dotted;

}
.ContentBox{
	float:left;

	width:650px;

	height:auto;
	min-height:700px;

	padding:10px 17px;

	border-left:1px #8D8D8D dotted;
}
.ContentBox .StationLink {
	padding:10px 0px 0px 5px;
	line-height:17px;
	text-align:text;
	color:#666666;
	font-weight:normal;
	font-size:12px;
	width:100%;
}
.Comp {

	text-align:left;

	line-height:22px;

	color:#333333;

	font-size:12px;

	padding:10px 0px

}

.Comp p {

	padding:5px;

	line-height:200%;

}

/***********************首页产品滚动****************************/

#IndexProd {

	width:650px;

	height:200px;

	line-height:20px;

	padding:10px 0px;

}

#IndexProd table {

	width:100%;

	border:none;

	border-collapse:collapse;

}

#IndexProd table tr td {

	border:none;

	padding:0px 3px;

	text-align:center;

	white-space:nowrap;

}

#IndexProd img {

	height:150px;

	width:150px;

	padding:9px;

	border:1px #2BA8DE solid;

}

.QQbox1 {
	visibility: hidden;
	display: none;
}
.QQbox {
	z-index: 99;
	right: 0px;
	max-width: 128px;
	max-height: 400px;
	position: absolute;
}
.QQbox .press {
	right: 0;
	width: 36px;
	cursor: pointer;
	position: absolute;
	height: 128px;
}
.QQbox .Qlist {
	left: 0;
	width: 131px;
	position: absolute;
	background: url("floatServiceBj_middle.gif") repeat-y left center;
}
.QQbox .Qlist ul {
	width: 120px;
}
.QQbox .Qlist li {
	height: 36px;
	text-align:left;
	text-indent:20px;
	list-style-type: none;
	clear: both;
}


.CloseIt{
float:right;
	width:400px;
	line-height:8px;
	text-align:right;
	padding-right:10px;
	color:#cc0000;
	cursor:pointer;
	font-size:16px;
	z-index:4;
}


/************************************************底部************************************************/

.floatl {
display: inline;
float: left;
}
.Footer3 {
background: url("bg2.jpg") left 0;
padding-bottom: 10px;
}
.friendLinka {
padding-top: 40px;
padding-bottom: 10px;
border-bottom: #7F7F86 1px solid;
}
.friendLinka h4 {
line-height: 27px;
padding-left: 20px;
width: 90px;
font-size: 14px;
color: #1A1D2C;
background: url("ico09.jpg") no-repeat left 50%;
}
.LinkText {
width: 890px;
}
.friendLinka span {
line-height: 27px;
width: 118px;
display: inline-block;
height: 30px;
overflow: hidden;
}

.zxtell {
padding-top: 20px;
padding-bottom: 10px;
width: 800px;
}
.zxtell .zxtell_title {
font-size: 18px;
color: #1A1D2C;
font-weight: normal;
float: left;
}
.zxtell span {
padding-left: 20px;
background: url("ico09.jpg") no-repeat left 50%;
}
.zxtell .zxtell_text {
font-size: 12px;
color: #DE1B21;
font-weight: normal;
float:left;
margin-left:20px;
}
.zxtell .zxtell_text2 {
	float:left;
	margin:10px 20px 0px 20px;
}
.zxtell span.ico10 {
padding-left: 30px;
background: url("ico10.png") no-repeat left 50%;
}
.zxtellr
{
	margin-right:20px;
	margin-top:20px;	
}
/*页尾*/

.Footer{

    width:1200px;

    background-image:url('index_middle03.jpg');

    background-repeat:no-repeat;

    background-position:center top;

    height:188px;
	position:relative;

}
.Footeren{

    width:1200px;

    background-image:url('enindex_middle03.jpg');

    background-repeat:no-repeat;

    background-position:center top;

    height:188px;
	position:relative;

}
.Footer01{
	position:absolute;
	top:45px;
	left:50px;	
}
.Footer02{
	position:absolute;
	top:45px;
	left:280px;	
}
.Footer03{
	position:absolute;
	top:45px;
	left:780px;	
}
.Footer04{
	position:absolute;
	top:45px;
	right:40px;	
}

.Footer1{

	float:left;
	width:140px;
	text-align:left;
	color:#666666;
	line-height:19px;

}
.Footer1 .ColumnList
{
	width:140px;
	float:left;
}
.Footer1 .ColumnList ul
{
	width:140px;
	float:left;
}
.Footer1 .ColumnList ul li
{
	width:140px;
	float:left;
}



.Footer1 a{

   color:#666666;

}

.Footer1 a:hover{

	color:#0B67AC;

}

.footbar {
	width:100%;
	min-width:1160px;
	margin-top:10px;
	height:148px;
	background:url('footbg.jpg') repeat-x;
}
.footmenu {
	width:1000px;
	margin:auto;
}
.footmenu a
{
	margin:auto;
	padding:0px 30px;
	font-size:14px;
	color:#FFF;
	font-family:"微软雅黑", "黑体", "宋体";
	line-height:40px;
	background:url('dh_bar.png') right center no-repeat;
}
.foottext {
	text-align:center;
	padding-top:20px;
	line-height:24px;
	color:#666666;
}

.Footer2{

   width:100%;

   color:#FFFFFF;
   background-color: #1A1D2C;
   text-align:center;
   padding: 25px 0px;
   line-height:25px;

}
.Footer2 a
{
    color:#F43D3D;
}
.Footer2 a:hover
{
    color:#ff0000;
}

.Bottom_yqlj
{
	width:1000px;
	line-height:160%;
	color:#999999;
	margin:10px auto 5px auto;
}
.Bottom_yqlj a
{
	padding-right:10px;
	text-align:left;
	color:#999999;
}
.Bottom_yqlj a:hover
{
	color:#E3600F;
}

/*页尾*/

.bottomDH
{
	width:100%;
	height:34px;
	line-height:34px;
	margin: auto;
	margin-bottom:10px;
	/*background-color:#017EFE;*/
	background-color:#3296DA;
	/*background-color:#11B2E8;*/
	overflow:hidden;
}
.bottomDH .bottomDHnav
{
	width:1100px;
	line-height:34px;
	/*border-left:1px #E4E4E4 solid;
	border-right:1px #E4E4E4 solid;*/
	margin:auto; 
	/*color: #555555;*/
	color: #FFFFFF;
    text-align: left;	
}

.bottomDHnav a{
	color: #FFFFFF;
	font-size:12px;
	padding:0px 20px;
	border-right:1px #eeeeee solid;
}


.FootBar {
	width:100%;
	min-width:1160px;
	margin:auto;
	font-size:12px;
	color:#FFFFFF;
	background: #094A9C;
	clear:both;
	text-align:left;
	line-height:2;
	/*margin-top:10px;*/
	position:relative;
	overflow:hidden;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:5px #007DFF solid;
}
.FootBar .l1{
	width:100%;
	margin:auto;
	text-align:center;
}
.FootBar a{ color:#EAFA0A;}

/***********************************新闻 产品列表********************************************/
.ArticleList
{
	width:100%;
}
.ArticleList .title
{
	width:100%;
	height:33px;
	line-height:33px;
	color:#000000;
	text-indent:20px;
	border-bottom:1px #cccccc solid;
	float:left;
	padding-bottom: 1px;
	background:url("/style/title.jpg") top repeat-x;
}
.ArticleList .title .more
{
	float:right;
	margin-top:5px;
	margin-right:5px;
}
.ArticleList ul
{
	float:left;
	margin:10px;
	/*list-style:none;*/
}
.ArticleList ul li
{
	height:25px;
	line-height:25px;
	font-size:12px;
	float:left;
	clear:both;
	margin-bottom: 2px;
	margin::0px 0px 0px 0px;
	border-bottom:1px #CCCCCC dashed;
}
.ArticleList ul li span
{
	width:210px;
	height:20px;
	line-height:20px;
	font-size:12px;
	float:left;
	overflow:hidden;
}
.ArticleList ul li span.time
{
	width:70px;
	height:20px;
	line-height:20px;
	font-size:11px;
	float:right;
	color:#666666;
}
.ArticleList ul li a
{
	background:url('/style/ico01.gif') 5px center no-repeat;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#666666;
	padding-left:15px;
}
.ArticleList ul li a:hover
{
	color:#FF6600;
}
.ArticleList .more
{
	position:absolute;
	top: 0px;
	right: 0px;
}


.Context .title
{
	width:100%;
	height:33px;
	line-height:33px;
	color:#000000;
	text-indent:20px;
	border-bottom:1px #cccccc solid;
	float:left;
	padding-bottom: 1px;
	background:url("/style/title.jpg") top repeat-x;
}
.Context .title .more
{
	float:right;
	margin-top:4px;
	margin-right:10px;
}
.ColumnList
{
	width:100%;
}
.ColumnList .title
{
	height:30px;
	line-height:30px;
	color:#000000;
	text-indent:20px;
	border-bottom:1px #cccccc dashed;
	background:url("/style/title01.gif") 5px no-repeat;
}
.ColumnList .title .more
{
	float:right;
	margin-top:5px;
	margin-right:5px;
}
.ColumnList ul
{
	width:100%;
	float:left;
	/*list-style:none;*/
}
.ColumnList ul li
{
	height:22px;
	line-height:20px;
	font-size:12px;
	float:left;
	clear:both;
	margin::0px 0px 5px 0px;
	border-bottom:1px #CCCCCC dashed;
}
.ColumnList ul li a
{
	background:url('/style/ico01.gif') 5px center no-repeat;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#666666;
	padding-left:15px;
}
.ColumnList ul li a:hover
{
	color:#FF6600;
}
.ColumnList .more
{
	position:absolute;
	bottom:15px;
	right:25px;
}





.showbox td
{
	width:200px;
	height:170px;
	line-height:30px;
	/*background:url("/style/pcbg.png") no-repeat left top;*/
	padding:0px;
	overflow:hidden;
	padding-right:10px;
}

.showbox .Images
{
	float:left;
	width:100%;
}
.showbox .Images img
{
	width:171px;
	height:124px;
	padding:3px;
}
.showbox .Names
{
	float:left;
	clear:both;
	width:170px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	color:#2CABD4;
	font-weight:bold;
	overflow:hidden;
}
.showbox .Names a
{
	color:#666666;
	background-image:none;
}
.showbox .Names a:hover
{
	color:#FF0000;
	background-image:none;
}
.showbox .Click
{
	position:absolute;
	bottom:5px;
	right:30px;
	color:#000;
	font:9px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	cursor:pointer;
}
