*{margin:0px; padding:0px;}
body{font-size:12px; color:#333;}
ul{list-style-type:none;}
img{border:0;}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: none;
}

a.wl:link,a.wl:visited,a.wl:active {color:#FFF;text-decoration:none;}
a.wl:hover {color:#F90;}

a.wb:link,a.wb:visited,a.wb:active {color:#0584AD;text-decoration:none;}
a.wb:hover {color:#C00;}

a.wr:link,a.wr:visited,a.wr:active {color:#C00;text-decoration:none;}
a.wr:hover {color:#000;}

a.wg:link,a.wg:visited,a.wg:active {color:#999;text-decoration:none;}
a.wg:hover {color:#C00;}

.f_black {color:#000;}
.f_red {color:#C00;}
.f_white{color:#FFF;}
.f_gray {color:#999;}
.f_orange {color:#F90;}
.f_green {color:#66A228;}
.f_blue {color:blue;}
.f_mblue {color:#109BD2;}
.f_dblue {color:#1E60A8;}
.f_gold {color:#016797;}
.f_pink {color:#B5084A;}
.f_Arial {font-family:Arial, Helvetica, sans-serif;}
.f_yk {font-family:"Î¢ÈíÑÅºÚ";}
.blod {font-weight:bold;}
.noblod {font-weight:normal;}
.px11 {font-size:11px;}
.px12 {font-size:12px;}
.px13 {font-size:13px;}
.px14 {font-size:14px;}
.px15 {font-size:15px;}
.px16 {font-size:16px;}
.px18 {font-size:18px;}
.px20 {font-size:20px;}
.px25 {font-size:25px;}
.input {height:22px; border:solid 1px #ccc; margin-left:5px;}
.input2{border:#666 solid 1px; background-color:#FFF; padding:5px;}
.fleft {float:left;}
.fright{float:right;}
.mt5  {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt25 {margin-top:25px;}
.mt35 {margin-top:35px;}
.mt45 {margin-top:45px;}
.line {background: url(../images/line.jpg) repeat-x left center;height:18px;width:100%;margin:0px auto;clear:both;}
.line2 {height:10px;width:100%;margin:0px auto 10px auto;clear:both;border-bottom:#F5F5F5 solid 1px;}
.clear{clear:both; line-height:0px;}


#body{
	width:999px;
	margin:0 auto;
}
#top {background:url(../images/topbg.jpg) repeat-x;}
#logo {
	background: url(../images/logo.jpg) no-repeat left 15px;
	height: 113px;
	padding:0 10px;
}
#top_tel {
	float: right;
	margin-top:5px;
}
#ss {
    width:202px;
	height:25px;
	line-height:25px;
	background:url(../images/ssbg.jpg) no-repeat;
	float:right;
	margin-top: 10px;
	clear:right;
}
#menu {
	height: 42px;
	clear:both;
}
#menu li {
	float: left;
	background:url(../images/menu_od.jpg) no-repeat right center;
}
#menu li.nobg {
	background:none;
}
#menu li a span{
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	display:block;
	width:111px;
	text-align:center;
    color:#FFF;
}
#menu li a:hover span{
    color:#FFF;
    background:#034788;
}
#home #menu li a span#m1,#about #menu li a span#m2,#news #menu li a span#m3,#solution #menu li a span#m4,#product #menu li a span#m5,#case #menu li a span#m6,#service #menu li a span#m7,#job #menu li a span#m8,#contact #menu li a span#m9{
    color:#FFF;
    background:#034788;
}
#menu li.mainlevel{
    position:relative;
	z-index:999;
}
#menu li.mainlevel:hover a span {
	color:#FFF;
    background:#034788;
}
#menu li ul {
    width:111px;
	position:absolute;
	background:#EEE;
	display:none;
	top:42px;
	left:0px;
	filter: Alpha(opacity=85);   
	-moz-opacity:.85;   
	opacity:0.85;
}
#menu li ul li{
	background: none;
	border-top:solid 1px #DDD;
	width:111px;
	margin-left:0px;
}
#menu li ul li a{
    padding:5px;
	font-size:12px;
	font-weight:normal;
	width:101px;
	line-height:18px;
	display:block;
	color:#333;
	font-family:Arial;
	text-align:center;
}
#menu li ul li a:hover{
	color:#FFF;
	font-weight:normal;
	background:#2767AE;
}
#bn {height: 330px; clear:both;}
.home_slide{position:relative;width:999px; height:330px; z-index:1;}
.home_slide .list{display:none;}
.home_slide .btn{overflow:hidden;position:absolute;bottom:8px;right:8px;}
.home_slide .btn li{float:left;width:20px;height:20px;margin:0 0 0 8px;cursor:pointer;line-height:20px;font-size:12px;background:#EEE;color:#333;text-align:center; font-family:Arial, Helvetica, sans-serif}
.home_slide .btn .selected{background:#0863B4; color:#FFF;}
.home_slide .new{display:none;position:absolute;top:0;left:0;}
#notice {
	height: 20px;
	border: 1px solid #DDD;
	background: #EEE;
	margin-top:10px;
	line-height:20px;
	padding:5px;
}
#notice_c {
	float: left;
	height: 20px;
	width: 560px;
	position:relative;
	overflow:hidden;
}
#notice_c ul{
    position:absolute;
}
#move_lt {
	float: left;
	height: 14px;
	width: 15px;
	margin-top: 3px;
	background: url(../images/movebtn.jpg) no-repeat left;
}
#move_rt {
	float: left;
	height: 14px;
	width: 15px;
	margin-top: 3px;
	background: url(../images/movebtn.jpg) no-repeat right;
}
#hmkk {
	background-color: #F6F6F6;
	padding: 10px;
	border: 1px solid #E6E6E6;
	margin-top:10px;
}
#hmkk li{
	width:18%;
	padding:1%;
	float:left;
	line-height:20px;
}
#hmpro {
	border: 1px solid #D5D5D5;
	margin-top:10px;
}
#hmpro_tit {
	height: 40px;
	border-bottom: 1px solid #D5D5D5;
	line-height: 40px;
}
#hmpro_tit ul li {
	float: left;
	padding:0 20px;
	border-right:solid 1px #D5D5D5;
	font-size:14px;
}
#hmpro_tit ul li.on {
	background:#FFF;
	font-weight:bold;
	border-bottom: 1px solid #FFF;
}
.hmpro_con {
	margin-top: 8px;
	height: 165px;
	position:relative;
	display:none;
}
.hmprotab {
	height: 165px;
	position:relative;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.hmprotab ul {
	position:absolute;
}
.hmprotab li {
	float: left;
	height: 165px;
	width: 192px;
}
.hmpic_img {
	height: 120px;
	width: 170px;
	border: 1px solid #EEE;
	margin: 10px auto 0px auto;
	text-align:center;
}
.hmpic_img img {vertical-align: middle;margin-right: -1px;}
.hmpic_img span {display: -moz-inline-box;/*Õë¶Ô»ðºü*/}
.hmpic_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.hmpic_tit {
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.hmprotab_lt {
	width:20px;
	height:28px;
	left:0;
	position:absolute;
	top:70px;
	background:url(../images/movebtn2.jpg) no-repeat left;
	cursor:pointer;
	z-index:999;
}
.hmprotab_rt {
	width:20px;
	height:28px;
	right:0px;
	position:absolute;
	top:70px;
	background:url(../images/movebtn2.jpg) no-repeat right;
	cursor:pointer;
	z-index:999;
}
#btm {
	background:#006898;
	border-top:solid 1px #53BDE5;
	padding:10px;
	margin-top:10px;
	color:#FFF;
	line-height:24px;
	text-align:center;
}
#btm a{
	color:#FFF;
}
#mid_lt {
	float: left;
	width: 220px;
	background:#FFF;
}
.lt_tit {
	margin-top: 10px;
	height: 35px;
	padding-left: 25px;
	line-height: 35px;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
	font-weight: bold;
	border:solid 1px #DDD;
	border-bottom:none;
	background:url(../images/tit.jpg) no-repeat 0px bottom;
}
.lt_con {
    padding:9px;
	border:solid 1px #DDD;
	line-height:24px;
	border-top:none;
}
.type {
	height: 35px;
	width:192px;
	margin:0 auto;
}
.type a{
    display:block;
	background: url(../images/type_1.jpg) no-repeat;
	padding-left: 25px;
	line-height: 30px;
}
.type a:hover{
	background: url(../images/type_2.jpg)  no-repeat;
	color:#016797;
}
.type a.on{
	background: url(../images/type_2.jpg)  no-repeat;
	color:#016797;
}
.stype {
	line-height: 17px;
	padding-left: 35px;
	padding-top: 7px;
	background: url(../images/class.gif) repeat-y 10px center #FFF;
}
.stype a.on {
    color:#016797;
}
.stype_btm {
    height:10px;
	background: url(../images/class.gif) repeat-y 10px top #FFF;
}
#mid_rt {
	float: right;
	width: 768px;
}
#rt_pic {
	border: 1px solid #EEE;
	margin-top: 10px;
}
.rt_kk {
	margin: 10px 0;
	border: 1px solid #E3E3E3;
	padding: 9px;
	background:#FFF;
}
#rt_tit {
	line-height: 35px;
	height: 35px;
	border-bottom: 1px solid #EEE;
}
#rt_con {
	line-height: 25px;
	padding: 15px 5px 0 5px;
/*	min-height:700px;
	height:auto !important;
	height:700px;
*/}
.news_list{
    background:#F6F6F6;
	line-height:24px;
	height:24px;
	overflow:hidden;
	padding:5px 10px;
}
.news_list.wt{
    background:#FFF;
}
.news_list a{
	padding-left:12px;
	background: url(../images/tb.gif) no-repeat left center;
}
.ny_list {
	padding-top: 10px;
	width: 736px;
	overflow: hidden;
	background:#F2F2F2;
}
.ny_list li {
	float: left;
	height: 240px;
	width: 244px;
	overflow: hidden;
}
.pic_kk {
    width:220px;
	height:220px;
	background:#FFF;
	border:solid 1px #E7E7E7;
	margin:0 auto;
}
.pic_img {
	height: 180px;
	width: 220px;
	text-align: center;
}
.pic_img img {vertical-align: middle;margin-right: -1px;}
.pic_img span {display: -moz-inline-box;/*Õë¶Ô»ðºü*/}
.pic_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.pic_tit {
	line-height:39px;
	text-align:center;
	overflow: hidden;
	height:39px;
	border-bottom:solid 1px #D2D2D2;
}
.ny_list1 {
	margin-top: 10px;
	width: 736px;
	overflow: hidden;
}
.ny_list1 li {
	float: left;
	height: 250px;
	width: 244px;
	overflow: hidden;
}
.pic_img2 {
	height: 200px;
	width: 220px;
	padding: 1px;
	border: 1px solid #e4e4e4;
	text-align: center;
	background:#FFF;
	margin:0 auto;
	position:relative;
}
.pic_img2 img {vertical-align: middle;margin-right: -1px;}
.pic_img2 span {display: -moz-inline-box;/*Õë¶Ô»ðºü*/}
.pic_img2 span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.pic_img2 a .video {
    position:absolute;
	width:100%;
	height:100%;
	background:url(../images/video.png) center center no-repeat #333;
    filter: Alpha(opacity=20);-moz-opacity:.20;opacity:0.20;
}
.pic_img2 a:hover .video {
    filter: Alpha(opacity=40);-moz-opacity:.40;opacity:0.40;
}
.pic_tit2 {
	line-height:20px;
	text-align:center;
	overflow: hidden;
	height:40px;
	width: 224px;
	margin:5px auto 0 auto;
	font-size:14px;
}
.ny_list2 {
	width: 736px;
	margin-top: 10px;
	background: #FFF;
	height: 160px;
}
.ny_list2_img {
	float: left;
	height: 140px;
	width: 160px;
	text-align:center;
	padding: 1px;
	border: 1px solid #EEE;
}
.ny_list2_img img {vertical-align: middle;margin-right: -1px;}
.ny_list2_img span {display: -moz-inline-box;/*Õë¶Ô»ðºü*/}
.ny_list2_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.ny_list2_main {
	float: right;
	height: 140px;
	width: 556px;
}
.ny_list2_main h3 {
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	border-bottom: 1px  solid #EEE;
}
.ny_list2_main p {
	line-height: 22px;
	color:#666;
}
.down {
	height: 80px;
}
.down h3 {
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	background: url(../images/tb.gif) no-repeat left center;
	padding-left: 10px;
	padding-right:10px;
}
.down div {
	background: #F8F8F8;
	height: 35px;
	border-top: 1px solid #DDD;
	line-height: 35px;
	padding-left: 10px;
	padding-right: 10px;
}
/*showinfo*/
#showinfo {
    line-height:28px;
}
#showinfo h1 {
    height:35px;
	font-size:20px;
	font-family:"Î¢ÈíÑÅºÚ";
	color:#000;
}
#showinfo.line {
    background:url(../images/line.jpg) repeat-x left center;
}
#showinfo span .fb a{
    width:25px;
	height:25px;
	background: url(../images/icon.png) no-repeat -1px 0px;
	margin-right:5px;
	float:left;
	font-size:0;
	display:block;
}
#showinfo span .fb a:hover{
	background: url(../images/icon.png) no-repeat -72px 0px;
}
#showinfo span .fs a{
    width:25px;
	height:25px;
	background: url(../images/icon.png) no-repeat -36px 0px;
	float:left;
	font-size:0;
	display:block;
}
#showinfo span .fs a:hover{
	background: url(../images/icon.png) no-repeat -107px 0px;
}
#showinfo span .gb a{
    width:75px;
	height:35px;
	background: url(../images/icon.png) no-repeat 0 -109px;
	float:left;
	font-size:0;
	display:block;
}
#showinfo span .gb a:hover{
	background: url(../images/icon.png) no-repeat -96px -109px;
}
#showinfo span .fx a{
    width:75px;
	height:35px;
	background: url(../images/icon.png) no-repeat 0 -196px;
	float:left;
	font-size:0;
	display:block;
}
#showinfo span .fx a:hover{
	background: url(../images/icon.png) no-repeat -96px -196px;
}
#showinfo span .dy a{
    width:75px;
	height:35px;
	background: url(../images/icon.png) no-repeat 0 -152px;
	float:left;
	font-size:0;
	margin-left:10px;
	display:block;
}
#showinfo span .dy a:hover{
	background: url(../images/icon.png) no-repeat -96px -152px;
}
#bpicmain {
	width: 700px;
	margin:20px auto 0 auto;
	border:solid 1px #EEE;
	height:450px;
	position:relative;
}
#bpic {
	width: 700px;
	text-align:center;
	height:450px;
	position:absolute;
	z-index:99;
}
#bpic img {vertical-align: middle;margin-right: -1px;position:relative;z-index:1}
#bpic span {display: -moz-inline-box;/*Õë¶Ô»ðºü*/}
#bpic span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
#bpic_lt {
	height: 450px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#bpic_rt {
	height: 450px;
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#bpic_ct {
	height: 450px;
	width: 400px;
	position: absolute;
	left: 150px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#bbtn_c {
	background:url(../images/bigpic.png) no-repeat center center;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 320px;
	top:195px;
	z-index:101;
	display:none;
	cursor:pointer;
}
#bbtn_l {
	width: 60px;
	height: 60px;
	background: url(../images/butl.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butl.png');
	float:left;
	cursor:pointer;
	position:absolute;
	left:10px;
	top:195px;
	z-index:101;
	display:none;
}
#bbtn_r {
	width: 60px;
	height: 60px;
	background: url(../images/butr.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butr.png');
	float:left;
	cursor:pointer;
	position:absolute;
	right:10px;
	top:195px;
	z-index:101;
	display:none;
}
#spic {
	width: 610px;
	height: 64px;
	margin:0 auto;
}
#sbtn_l {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;	
	background: url(../images/arrow_l.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_l.png');
	float:left;
	cursor:pointer;
}
#sbtn_r {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;	
	background: url(../images/arrow_r.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_r.png');
	float:left;
	cursor:pointer;
}
#spic_con {
	float: left;
	height: 64px;
	width: 550px;
	position: relative;
	overflow:hidden;
}
#spic_con ul{
    position:absolute;
}
#spic_con li{
    float:left;
	width:110px;
	height:64px;
}
.spic_img {
	height:60px;
	width: 90px;
	border:solid 2px #EEE;
	margin: 0 auto;
	text-align:center;
}
/*.spic_img img {vertical-align: middle;margin-right: -1px;}
.spic_img span {display: -moz-inline-box;}
.spic_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
*/.cur{border:solid 2px #016797;}
#search {
	padding:10px;
	border: 1px solid #EEE;
	margin-top:10px;
}
#search .td {
    width:32px;
    height:32px;
	background: url(../images/icon.png) no-repeat -88px -43px;
	display:block;
	float:left;
	margin-right:10px;
}
.search {
	background:url(../images/line.jpg) repeat-x left bottom;
	line-height: 24px;
	padding: 20px 10px;
}
.search.bg {
    background:#EEE;
	padding: 10px;
}
.pro_img {
	height: 154px;
	width: 220px;
	text-align: center;
}
.pro_img img {vertical-align: middle;margin-right: -1px;}
.pro_img span {display: -moz-inline-box;/*Õë¶Ô»ðºü*/}
.pro_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.pro_tit {
	line-height:20px;
	text-align:center;
	overflow: hidden;
	padding-top:6px;
	height:60px;
	border-bottom:solid 1px #D2D2D2;
}
