﻿@charset "utf-8";

/************************************************全局样式************************************************/

body{font-size:12px; line-height: 1.8; color: #555; background: #fff;overflow-x:hidden; font-family: microsoft yahei;}
div{margin:auto;}
a{text-decoration:none;color:inherit; *color:#666;}
a:hover { color: #f78503;}
img{border:none;}
input,select,button,textarea{ font-family:microsoft yahei;vertical-align: middle;border: none;}
.f{float:left;}
.clearfix {zoom: 1;}
.clearfix:after {content: ".";display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;}
.w100{width:100%;}
.bgwhite{ background:#FFFFFF;}
.wrap { max-width: 1000px; margin:auto; *width: 1000px;}
.wrap:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.position_r{position:relative;}
.mainTitle{width:100%;margin:0 auto;line-height:70px;color:#3E3E3E;font-size:24px;text-align:left; padding: 40px 0px 10px 0px;margin-bottom: 30px; position:relative;}
.mainTitle label{ width:100px; height:2px; background:#EB3751; position:absolute; bottom:0px; left:0px;}
.mainTitle_span{ width:100%; margin-bottom:40px;}


/*css组件-设置*/
.form-control, .input-group-addon, .btn{border-radius: 2px; }
.form-control:focus { border-color: #66afe9; outline: 0; box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}
/*选中颜色*/
::-moz-selection {color: #fff; background: #f78503; }
::selection {color: #fff; background: #f78503; }
/*
* placeholder颜色
*/
::-webkit-input-placeholder { color: #aaa; } 
.placeholder { color: #aaa;}

/* 表格 */
.datalist{ border:1px solid #ccc; border-collapse:collapse; background:#fff; }
.datalist caption{ padding-bottom:5px; text-align:left;} 
.datalist th{ border:1px solid #ccc; background-color:#eee; font-weight:700;  padding:5px 15px; }
.datalist td{ border:1px solid #ccc; padding:5px 15px;}
.datalist tr.altrow{ background-color:#ccc;}

/* 网站样式 */
.transition{ transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
.hoverImg:hover{ transform:scale(1.02,1.02);-moz-transform:scale(1.02,1.02);-ms-transform:scale(1.02,1.02);-o-transform:scale(1.02,1.02);-webkit-transform:scale(1.02,1.02); opacity:0.9;}
.mt30{ margin-top:30px;}
.c{padding-bottom:9999px; margin-bottom:-9999px;}
.mt20{margin-top:20px;}
.mb20{ margin-bottom:20px;}
.head .fixed{position:fixed;top:0;}
.of{ overflow:hidden;}
.pt30{padding-top: 10px;}
.w100{width:100%;}
.w_cont{width:1000px;}
.mhny{ min-height:750px;}



/*通用头部*/
.head{position:relative;z-index: 50;background-color: #FFFFFF;}
.head_top{position:relative;z-index: 2; *height:90px; height:90px;}
.logo{margin-top: 34px;}
.headfix{position:fixed;top: 0px;background:rgba(255,255,255,0.9); width:100%;}
.head_r{width:720px; float:right; position:relative;right: 10px;}
.head_r .lan{ position: absolute;
    top: 34px;
    right: 10px;}
.head_r .lan span{float: left;width:100%; clear:both;}
.head_r .lan a.l_c{ background:url("l_c.jpg") no-repeat; width:31px; height:21px; float:left; margin-right:5px;margin-top: 0px;}
.head_r .lan a.l_e{ background:url("l_e.jpg") no-repeat; width:31px; height:21px; float:left;margin-top: 0px;}
.head_r .lan .Tel400 span{width: auto;font-size: 16px;margin-right: 5px;}
.head_r .lan .Tel400{ float:left; margin-right:20px; color:#D61318; font-size:24px;font-weight: bold;line-height: 36px;}
.head_r .lan .search{ float:left;}

.dh_mobile{ display:none;}
.panel_box{ display:none;}


.nav{width:100%;height: 34px; background: url("dh_bg.jpg") repeat-x; border-top:1px solid #D8D8D8;border-bottom:1px solid #D8D8D8;margin-bottom: 1px;}
/*.Tel400{color: #eee;font-size: 20px;background: url("ico_tel.png") 0px 0px no-repeat;position: absolute;top: 25px;right: -175px;text-indent: 50px;}*/
.headfix{position:fixed;top: 0px;background:rgba(255,255,255,0.9); background:#1C2A32\0; width:100%;}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .navfix{
    filter:Alpha(opacity=90);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
}
.nav .nav_li{position: relative; float: left; height: 63px;line-height: 63px;width:11%;text-align: center;}
.nav .nav_li .nav_a{font-size:17px; display:block;color:#fff; position:relative;}
.nav .nav_li .nav_a:before{content:''; width:100%; height:4px; background-color:#ffcc19; position:absolute;z-index: -1; left:0;top:-3px; display:none; overflow:hidden;}
.nav .nav_li:hover .nav_a:before{display:block;}


.nav ul {
	width:100%;
	height:100%;
	margin:0px auto;
	overflow:visible;
}
.nav ul li {
	float:left;
	width:11%;
	height:34px;
	text-align:center;
	position:relative;
	overflow:visible;
	z-index:100;
}
.nav ul li:hover {
	/*background:#026EB7;*/
}
.nav ul li a {
	width:100%;
	display:block;
	color:#666666;
	height:34px;
	line-height:34px;
	padding-top:0px;
	font-size:1.2em;
	font-weight:500;
	font-family:"微软雅黑", "黑体", "宋体";
	text-align:center;
	background:none;
	background:url('dh_bar.gif') right 8px no-repeat;
}
.nav ul li span{
	display:none;
	color:#C6C6C6;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
}


.nav ul li a:hover {
	color:#FFF;
	background:url('dh_bg_a.jpg') center repeat-x;
	border-radius:0px;
	/*-webkit-animation:nav_li_a .5s;*/ /* Safari and Chrome */
}
/* Safari and Chrome */
/*@-webkit-keyframes nav_li_a
{
from { width:100%; height:100%;background-position:center;}
to {width:100%; height:100%;background-repeat:repeat;border-radius:10px;}
}
*/
.nav ul li ul {
	display:none;
	position: absolute;
    left: -10px;
    top: 34px;
    width: 150px;
    height: auto;
    /*background-color: #B4A564;*/
	background-color: rgba(255,255,255,0.8);
	background:#FFFFFF\0;
	/*border-bottom:1px #ececec solid;*/
	/*border:1px #0076BC solid;
	border-bottom:3px #0076BC solid;
	filter:alpha(opacity=90);*/
	z-index:11000;
}

.nav ul li ul li {
	width:100%;
	height:34px;
	line-height:34px;
	overflow:hidden;
	text-align:center;
	/*border-top:1px #ececec solid;*/
}
.nav ul li li:hover {
	border-bottom:1px solid #ccc;
	border-top:0px;
}
.navfix ul li ul{background-color: rgba(225,225,225,0.9);background:#E1E1E1\0;}

.nav ul li ul li a {
	color:#666666;
	font-weight:normal;
	margin:0px;
	padding: 0px;
	line-height: 34px;
	font-size:14px;
	background:none;
}

.nav ul li ul li a:hover {
	height:30px;
	overflow:hidden;
	color:#f00;
	margin:0px;
	padding: 0px;
	font-size:14px;
	background:none;
}

.nav ul li ul li ul {
	display: none;
	left: 10px;
    top: 40px;
    width: 140px;
}




/*通用banner*/
.banner{position:relative;width:100%;height:400px;overflow:hidden; margin:auto;margin-top: 0px;}
.banner .container{height:100%;}
.banner .contents{position:absolute;top:0px;left:0px;width:100%;height:400px;}
.banner .content{position:absolute;top:0px;width:100%;height:400px;/*background-size:100%;*/background-repeat:no-repeat;background-position:center top;text-align:center;}
.banner .content .container {
    position: relative;
    width: 1000px;
    margin: 0px auto;
}
.banner .contentInfo{display:none;overflow:hidden;position:absolute;top:50%;left:520px;width:580px;height:200px;margin-top:-100px;z-index:1;text-align:left;}
.banner .contentInfo .sub{text-shadow:0px 0px 3px #b67ebc;position:absolute;top:17px;left:8px;width:2px;height:120px;background:#fff;}
.banner .contentInfo .sub{transform-origin:left bottom;-moz-transform-origin:left bottom;-ms-transform-origin:left bottom;-o-transform-origin:left bottom;-webkit-transform-origin:left bottom;}
.banner .contentInfo .quan{text-shadow:0px 0px 3px #b67ebc;position:absolute;top:128px;left:0px;width:14px;height:14px;border:2px solid #fff;border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px;-webkit-border-radius:16px;}
.banner .contentInfo .title{text-shadow:0px 0px 3px #b67ebc;position:absolute;left:32px;top:8px;line-height:50px;font-size:40px;color:#fff;font-family:"微软雅黑";}
.banner .contentInfo .info{text-shadow:0px 0px 3px #b67ebc;position:absolute;left:32px;top:70px;line-height:32px;font-size:20px;color:#fff;}
.banner .contentInfo .btn{text-shadow:0px 0px 3px #b67ebc;position:absolute;top:146px;left:32px;color:#fff;border:1px solid #fff;text-align:center;line-height:32px;width:110px;height:30px; border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;-webkit-border-radius:30px;}
.banner .bannerNav{position:absolute;bottom:40px;width:100%;text-align:center;z-index:2;}
.banner .bannerNav .bannerNavChild{margin:0 10px;width:10px;height:10px;display:inline-block;*display:inline;*zoom:1;background:#fff;border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-webkit-border-radius:0px;cursor:pointer;}
.banner .bannerNav .bannerNavChild.on{background:#f39801;}


.banner .catesbox{width:100%; height:40px;position:absolute;left:0;bottom:0;background:url(neiNavBg.png) left top repeat-x; z-index: 100;}
.banner .catesbox .catesdiv{width:1000px;height:40px;margin:0 auto;}
.banner .catesbox .catesdiv .sel{border-bottom:2px solid #0985cc;height:38px;}
.banner .catesbox .catesdiv ul li{width:auto;height:40px;float:left;line-height:40px;text-align:center;}
.banner .catesbox .catesdiv ul li a{min-width:120px;height:40px;display:block;font-size:13px;color:#fff;font-family: microsoft yahei; padding:0px 10px;}
.banner .catesbox .catesdiv ul li a:hover{ background-color:#1BBC9B;}



.nybanner{ height:351px;}
.nybanner .contents{ height:351px;}
.nybanner .content{ height:351px;}




/*首页产品新闻模块*/
.c_pt:before{content: "";position: absolute;left: 0;width:100%;height: 31px;top:-31px;}
.cen_box1{width:100%;height:auto;}
.cen_box1 .left{width:600px;height:284px;float:left;}
.cen_box1 .left img{width:100%;height:100%;vertical-align:middle;}
.cen_box1 .right{position:relative;width:524px;height:284px;float:right;}
.cen_box1 .right .title{font-size:20px;color:#1485D8;line-height:20px;padding-bottom:20px;border-bottom: 0px;text-indent: 0px;height: auto;background: none;}
.cen_box1 .right .info{font-size:14px;color:#666;line-height:2em;}
.cen_box1 .right .btn{position:absolute;bottom:0px;left:0px;width:122px;height:38px;border:1px solid #dcdcdc;line-height:38px;text-align:center;color:#999999;font-size:14px;}
.cen_box1 .right .btn{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.cen_box1 .right .btn:hover{background:#1586D8;color:#fff;border:1px solid #fff;}
.cen_box1_hzhb .more{ display:none;}

.cen_box1 .box1_cols{width:1000px; height:220px; margin:10px auto 80px auto;position: relative; overflow:hidden;}
.box1_cols ul{position: absolute;top: 0;left: 0;white-space: nowrap;height: 220px;}
.box1_cols ul li{width: 334px;height: 220px;overflow: hidden;float: left;clear: none;}
.box1_cols .box1_col_cont{width: 324px;height: 218px;overflow: hidden;float: left;clear: none;margin: 0px 3px 0px 3px;display: inline;border:1px solid #E9E9E9;}
.box1_col{ position:relative;}
.box1_cols .col01{ background:url("col_03.png") 194px 40px no-repeat;}
.box1_cols .col02{ background:url("col_02.png") 170px 40px no-repeat;}
.box1_cols .col03{ background:url("col_01.png") 180px 40px no-repeat;}
.box1_cols .col04{ background:url("col_04.png") 180px 40px no-repeat;}
.box1_col .l{ width:80px; margin-left:10px; margin-top:45px; float:left;}
.box1_col .r{ width:180px; height:129px; overflow:hidden; margin-left:20px; float:left; margin-top:25px;}
.box1_col .r h2{ color:#333333; font-size:18px;font-weight: 500; float:left; margin-bottom:10px; width:100%;}
.box1_col .r p{ color:#999999; font-size:12px; line-height:180%; text-align:left; float:left; white-space:normal;}
.box1_col .i_btn{ color:#2CA6E7; font-size:14px; position:absolute; left:20px; bottom:20px;display:block;}
.box1_col .i_btn a{ color:#999999; padding:10px 15px;background:#FFFFFF; border:1px solid #DDDCDC;}
.box1_col .i_btn a:hover{ color:#FFEB3B; background:#2ca6e7;border:1px solid #666666;}
.box1_cols .nr{ margin-right:0px;}
.cen_box1 .navBtn {
    position: absolute;
    bottom: -10px;
    height: 70px;
    cursor: pointer;
}
.cen_box1 .navBtn img{width: 21px;height: 40px;}
.cen_box1 .navBtn.leftBtn {
    left: 400px;
}
.cen_box1 .navBtn.rightBtn {
    right: 400px;
}


.cen_box1_cp{width:100%;height:auto;}
.cen_box1_cp .box1_cps{width:1000px; height:220px; margin:80px auto 0px auto;position: relative; overflow:hidden;}
.box1_cps ul{position: absolute;top: 0;left: 0;white-space: nowrap;height: 220px;}
.box1_cps ul li{width: 334px;height: 220px;overflow: hidden;float: left;clear: none;}
.box1_cps .box1_cp_cont{width: 324px;height: 218px;overflow: hidden;float: left;clear: none;margin: 0px 3px 0px 3px;display: inline;border:1px solid #E9E9E9;}
.box1_cp{ position:relative;}



.cen_box2{position: relative; padding:0px; margin:20px auto 20px auto;float: left;width: 100%; height:674px;padding-bottom: 0px; background:url("bg_gs.jpg") top center no-repeat;}
.cen_box2 .contents{position:relative;width:1000px;height:auto;margin: 40px auto;}
.cen_box2 .l_r{width: 50px; height:320px; float:left;}
.cen_box2 .contents .Context{ width:700px; height:500px; float:left; overflow:hidden; font-size:14px; color:#666666; line-height:200%;}
.cen_box2 .contents .Context h5{color:#9FA9AC; font-size:16px;}
.cen_box2 .contents .Context h2{color:#FFFFFF; font-size:28px;margin-bottom: 10px;}
.cen_box2 .contents .Context h2 span{color:#FFFFFF; font-size:16px; padding-left:10px;}
.cen_box2 .contents .Context p{ font-size:16px; color:#fff; line-height:2em;}
.cen_box2 .contents .Context img{transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s; -webkit-transition-duration: 1s; }
.cen_box2 .contents .Context img:hover{transform:rotate(5deg) scale(1.2);-moz-transform:rotate(5deg) scale(1.2);-ms-transform:rotate(5deg) scale(1.2);-o-transform:rotate(5deg) scale(1.2);-webkit-transform:rotate(5deg) scale(1.2); cursor:pointer;}
.cen_box2 .btn{ float:left; margin:20px auto auto auto;clear: both;}
.cen_box2 .btn a{ color:#36569A; background:#fff; padding:15px 40px; font-size: 16px;}
.cen_box2 .btn a:hover{ color:#fff; background:#eb3751; font-size: 18px;}



.cen_box3{width:100%; float:left; position: relative;text-align: center;height:490px; background:url("bg_fw_01.jpg") center no-repeat;}
.cen_box3 .contents{position:relative;width:1200px;overflow:hidden; float:left;}
.fw_title h3{font-size:34px;color:#FFFFFF; margin-bottom:10px;padding-top: 100px;}
.fw_title span{ font-size:16px; color:#F3F3F3;}
.cen_box3 .fw_conts {
	width:100%;
    height: 300px;
    margin: 0 auto;
}
.fw_conts .index_ad03 {
    position: relative;
    width: 1100px;
    height: 300px;
    margin: 0 auto;
}
.index_ad03 .ad03box {
    position: relative;
    float: left;
    width: 170px;
    height: 160px;
    margin-top: 45px;
	margin-right: 60px;
}
.ad03box .fw_wz{margin-top: -50px;}
.index_ad03 .ad03box:after {
    position: absolute;
    top: 50px;
    right: -40px;
    display: block;
    width: 25px;
    height: 35px;
    content: "";
    background: url("ico_jt01.png") no-repeat 50%;
}
.index_ad03 .ad03box-l{margin-left: 0px;}
.index_ad03 .ad03box-r{margin-right: 0px;}
.index_ad03 .ad03box-r:after {
    background:none;
}
.index_ad03_line{width:100%; height:1px; background:#ffffff;}
.index_ad03_y
{
	width: 1100px;height:120px;margin: 0 auto;
}
.index_ad03_y .ad03_ybox {
    position: relative;
    float: left;
    width: 220px;
    height: 100px;
    margin-top: 40px;
	margin-right: 30px;
}
.ad03_ybox img{margin-right: 15px;margin-top: 5px;}
.index_ad03_y .ad03box-l{margin-left: 70px;}
.index_ad03_y .ad03box-r {
    margin-right:0px;
}



.cen_box3 .nobor{ margin-right: 0;}
.cen_box3 .nobor dt img{ margin-top: 90px;}




.cen_box4{width:100%; float:left; text-align: center;margin-top: 20px;}
.cen_box4 .contents{ position: relative;width: 1200px;height: 400px;overflow: hidden;margin:30px auto 0px auto;}
.cen_box4 .contents .ArticleList{position: relative;width: 1160px;height: 400px;overflow: hidden;margin:30px auto 0px auto;}
.cen_box4 .contents .ArticleList ul{position: absolute;top: 0;left: 0;white-space: nowrap;height:340px;}
.cen_box4 .contents .ArticleList ul li{ width:370px; height:340px; overflow:hidden; float:left; clear:none;border:0px; margin:auto 10px;display:inline;}
.cen_box4 .contents .ArticleList ul li img{ width:370px; height:250px;}
.cen_box4 .contents .ArticleList ul li .Names{ width:100%; height:80px; line-height:80px;}
.cen_box4 .contents .ArticleList ul li a{ border:0px; background:none; text-align:center; font-size:14px;}
.cen_box4 .swapBox{position: absolute;width: 1160px;height: 400px;overflow: hidden;top:200px; left:25px;}
.swaplist{ position:absolute; left:-3000px; top:0px}
.swaplist li{ width:370px; height:340px; overflow:hidden; float:left; clear:none;border:0px; margin:auto 10px;display:inline;}
.swaplist li img{ width:370px; height:250px;}
.swaplist li .Names{ width:100%; height:80px; line-height:80px;}
.swaplistli a{ border:0px; background:none; text-align:center; font-size:14px;}
.cen_box4 .navBtn {
    position: absolute;
    top: 250px;
    height: 70px;
    cursor: pointer;
}
.cen_box4 .navBtn.leftBtn {
    left: -40px;
}
.cen_box4 .navBtn.rightBtn {
    right: -40px;
}


.cen_box6{ width:100%; float:left; background-color:#343E46;}
.cen_box6 .mainTitle{ color:#d5d5d5;}
.cen_box6 .lxfs_boxs{ width:1000px; margin:20px auto;}
.lxfs_boxs .info_td {width: 30%; background:#343E46; height:36px; line-height:36px; color:#FFFFFF; font-size:12px; text-align:center; margin-right:30px; float:left;    border: 1px solid #fff;    border-radius: 5px;}
.lxfs_boxs .nobor{ margin-right: 0;}
.lxfs_boxs #order_online{width:1000px; margin:20px auto;}
.lxfs_boxs table{width:900px;text-align: left;}
.lxfs_boxs tr{float:left; margin:10px auto;}
.lxfs_boxs td{ height:60px; line-height:60px;}
.lxfs_boxs .order_input_lx{width: 250px;
    height: 28px;
	margin-right:25px;
	border-radius:5px;
    border: 1px solid #d3d3d3;
    color: #7f7f7f;padding: 3px 5px;}
.lxfs_boxs .order_input_lx_l{width: 380px;
    height: 28px;
	border-radius:5px;
    border: 1px solid #d3d3d3;
    color: #7f7f7f;padding: 3px 5px;}
.lxfs_boxs .order_text_lx{width: 950px;
    height: auto;border-radius: 5px;
    border: 1px solid #d3d3d3;
    color: #7f7f7f;padding: 3px 5px;}
.lxfs_boxs input[type=submit]{display: block;
    float: right;
    width: 95px;
    height: 34px;
    text-align: center;
    line-height: 34px;
	cursor: pointer;
    color: #fff;
	border: 0px;
    background: #dd1a1a;
	padding:0px;
    margin-top: 15px;
    margin-right: 140px;}

.cen_box7{ width:100%; float:left;}

.cen_box8{ width:100%; float:left;}
.cen_box8 .mainTitle{width: 100%;
    margin: 0 auto;
    line-height: 70px;
    color: #3E3E3E;
    font-size: 38px;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    padding: 40px 0px 20px 0px;
    margin-bottom: 30px;}
.cen_box8 .ArticleList{ width:1000px; margin:auto;}
.cen_box8 dl{ width:320px; height:190px; float:left; margin-right:20px; position:relative;}
.cen_box8 dl dt{ width:70px; height:190px; float:left; overflow:hidden;}
.cen_box8 dl dt .date{ width:70px; height:94px; float:left; overflow:hidden; background-color:#DD1A1A;color:#FFFFFF; line-height:94px; text-align:center;font-size: 14px;font-weight: bold;}
.cen_box8 dl dt .date span{ color:#FFFFFF;}
.cen_box8 dl dt .count{ width:70px; height:94px; float:left; overflow:hidden; background-color:#202B34;color:#FFFFFF; text-align:center; padding-top: 20px;font-size: 14px;font-weight: bold;}
.cen_box8 dl dd{ width:240px; height:190px; float:left; overflow:hidden; margin-left:10px;}
.cen_box8 dl dd h5{ width:100%; height:52px; overflow:hidden; line-height:160%; font-size:18px; text-align:left; color:#333;padding: 0px;margin: 0px;}
.cen_box8 dl dd span{ width:100%; height:110px; overflow:hidden; line-height:160%; font-size:14px; text-align:left; color:#666; float:left; margin-top:10px;}
.cen_box8 .nobor{ margin-right:0px; float:right;}
.cen_box8 dl .more{ bottom:0px; right:10px; display:block;}
.cen_box8 .more{ display:none;}

.cen_box8 .ArticleList ul{ width:100%; margin:auto; margin-top:40px; }
.cen_box8 .ArticleList ul li{ margin:5px 0px; clear:inherit; width:330px; border:0px;}
.cen_box8 .ArticleList ul li span{ padding-bottom:5px; width:300px; border-bottom:1px dashed #ccc;}


.cen_box9{ width:100%; float:left;}
.index_link{width:1000px; height:auto; overflow:hidden; margin:20px auto;padding: 20px 0px 0px 0px;}
.index_link .link_t{
    background: url(link_line.gif) no-repeat 0 34px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
	font-size: 14px;
}
.index_link .LinkText {width: 1000px; float:left; margin:10px auto;}
.index_link .LinkText a{line-height: 30px;font-size: 12px;color: #8a8a8a;display: inline-block;padding: 0 21px;font-weight: normal;	}





.cen_box5{width:100%; float:left; background:url("bottom_bg.png") repeat;}
.cen_box5 .contents{position:relative;width:1200px;height:220px;overflow:hidden; margin:auto;background:url("bottom_bg02.png") center no-repeat;}
.cen_box5 .contents .box5_l{position: absolute;top: 0px;left: 100px;width: 300px;}
.box5_l .title {
    color: #FFF;
    font-size: 20px;
    padding-top: 40px;
}
.box5_l .search {
    position: relative;
    margin-top: 40px;
    width: 300px;
    height: 30px;
    background: #fff;
}
.search input[type='text']{
    width: 260px;
    color: #999;
    font-size: 12px;
    padding: 0 0 0 6px;
    line-height: 1;
    margin: 0;
    border: 0;
    height: 30px;
	border: 1px solid #efefef;
}
.search input[type='submit'] {
    position: absolute;
    top: 5px;
    right: 5px;
    background: url("ico_search.png") no-repeat;;
    padding: 10px 0px 10px 0px;
    color: #FFF;
    cursor: pointer;
    border: 0px;
	width: 28px;
    border-radius: 6px;
}

.cen_box5 .contents .box5_r{position: absolute;top: 25px;right: 0px;width: 400px;}
.box5_r .Context .title{ background:none;color: #FFF;font-size: 20px; font-weight:500; text-indent:0px; border:0px; padding-bottom:5px;}
.box5_r .more{ display:none;}


.bottom_tel {
    background: url("/style/tel.jpg") left no-repeat;
    margin-top: 10px;
    text-indent: 50px;
    height: 29px;
    line-height: 29px;
}


.c_pd{position: relative;z-index: 5;background: #fff;margin-bottom:0px;margin-top: 0px;}



#Bottoms{ width:100%; float:left;background:#EFEFEF;}
.bottomBox{width:1000px; margin:auto; height:290px; position:relative;}
.bottomBox .box5_r{position: absolute;top: 60px;right: 0px;width: auto;}
.bottomBox .b_search{width:400px; height:200px; position:absolute; overflow:hidden;top: 50px;left:50px;}
.b_search h3{font-size:24px; color:#666666;font-weight: 500;height: 60px; line-height:40px; float:left; clear:both;}
.b_search .search{ width:380px; height:46px; float:left; position:initial;}
.b_search .search input[type='submit']{
	position: absolute;
    top: 66px;top:56px\9;top:56px !important;
    left: 306px;
	background:#2089DB;
	padding: 10px 20px;color:#FFF; cursor:pointer;border: 0px;border-radius: 6px;
	
}
.b_search .search input[type='text']
{
	float: left;
    width: 380px;
    height: 46px;
	text-indent:25px;
    border: 0px;
	color:#999999;
	background: #FFFFFF;
	position:absolute\9;
	top:50px\9;
	position:absolute !important;
	top:50px !important;
}

.bottomBox .s_icos{ width:380px; height:60px; position:absolute;top:180px; left:50px;}
.s_icos a{display: block;float: left;width: 54px;height: 56px;padding-left: 27px;}
.s_icos a.first{padding-left:0px;}


.bottomBox .bottomCol{width:820px; height:250px; position:absolute; overflow:hidden;top: 30px;left:150px;}

.bottomCol .Footer01{
	position:absolute;
	top:20px;
	left:0px;	
}
.bottomCol .Footer02{
	position:absolute;
	top:20px;
	left:170px;	
}
.bottomCol .Footer03{
	position:absolute;
	top:20px;
	left:210px;	
}
.bottomCol .Footer04{
	position:absolute;
	top:20px;
	left:430px;	
}
.bottomCol .Footer05{
	position:absolute;
	top:20px;
	left:670px;	
}
.Footer04 .Context .ContextBox {
	width:100%;
    color: #838E8E;
    font-size: 13px;
	line-height:200%;
    padding-top: 0px;
	background:none;
	margin-top: 5px;
    float: left;
}

.Footer04 .Context .ContextBox {
	width:100%;
    color: #838E8E;
    font-size: 13px;
	line-height:200%;
    padding-top: 0px;
	background:none;
	margin-top: 5px;
    float: left;
}
.Footer04 .Context h3{ font-size:26px; color:#FFFFFF; height:50px; line-height:40px; font-family:"微软雅黑", "黑体"; font-weight:400; border:0px;}
.Footer04 .Context h3.title{ background:none; text-indent:0px;}
.bottomCol .Footer1{

	float:left;
	width:160px;
	text-align:left;
	color:#666666;
	line-height:19px;

}
.bottomCol .Footer04{
	width:300px;
}
.Footer04 .more{ display:none;}
.Footer1 .more{ display:none;}
.Footer1  h3{ font-size:20px; color:#2CA6E7; height:40px; line-height:40px; font-family:"微软雅黑", "黑体"; font-weight:400;}
.Footer1  h3.title{ background:none; text-indent:0px;}
.Footer1 .ColumnList h3{ font-size:20px; color:#2CA6E7; height:40px; line-height:40px; font-family:"微软雅黑", "黑体"; font-weight:400;}
.Footer1 .ColumnList h3.title{ background:none; text-indent:0px;}
.Footer1 .ColumnList
{
	width:160px;
	float:left;
}
.Footer1 .ColumnList ul
{
	width:160px;
	float:left;
	margin-top: 8px;
    margin-left: 0px;
}
.Footer1 .ColumnList ul li
{
	width:160px;
	height:auto;
	float:left;
	/*background:url("ico4.gif") left no-repeat;*/
	text-indent:0px;
    margin-bottom: 5px;
	border:0px;
}
.Footer1 .ColumnList ul li a{color:#666666; background:none; border:0px; font-size:14px; padding-left:0px;    line-height: 25px;}
.Footer1 .ColumnList .title{border-bottom:0px;}


.Footer1 .ProdText
{
	width:160px;
	float:left;
}
.Footer1 .ProdText ul
{
	width:160px;
	float:left;
	margin-top: 8px;
    margin-left: 5px;
}
.Footer1 .ProdText ul li
{
	width: 160px;
    float: left;
    overflow: hidden;
    border: 0px;
}
.Footer1 .ProdText ul li span{width: 140px;}
.Footer1 .ProdText .title{
	border-bottom:0px;
	height: 30px;
    line-height: 30px;
    color: #0B66AC;
    text-indent: 20px;
    background: url("/style/title01.gif") 5px no-repeat;
    font-family: 微软雅黑;
    font-size: 20px;
}
.Footer1 .ProdText .more{ display:none;}

.Footer1 .ArticleList ul li{ background:none; border:0px;}
.Footer1 .ArticleList ul li a{ background:none; border:0px;}

.Footer1 .ArticleList ul
{
	width:160px;
	float:left;
	margin-top: 8px;
    margin-left: 0px;
}
.Footer1 .ArticleList ul li
{
	width:160px;
	float:left;
	/*background:url("ico4.gif") left no-repeat;*/
	text-indent:0px;
    margin-bottom: 5px;
	border:0px;
}

.Footer1 ul
{
	width:160px;
	float:left;
	margin-top: 8px;
    margin-left: 0px;
}
.Footer1 ul li
{
	width:160px;
	height:auto;
	float:left;
	/*background:url("ico4.gif") left no-repeat;*/
	text-indent:0px;
    margin-bottom: 5px;
	border:0px;
	line-height:23px;
}



.Footer1 .ArticleList ul
{
	width:160px;
	float:left;
	margin-top: 8px;
    margin-left: 0px;
}
.Footer1 .ArticleList ul li
{
	width:160px;
	float:left;
	/*background:url("ico4.gif") left no-repeat;*/
	text-indent:0px;
    margin-bottom: 5px;
	border:0px;
}
.Footer1 .ArticleList ul li span
{
	width:160px;
}
.Footer1 .ArticleList ul li a{color:#666666; background:none; border:0px; font-size:14px; padding-left:0px;}

.Footer1 a{
	font-size:14px;
   color:#666666;    line-height: 25px;

}

.Footer1 a:hover{

	color:#f78503;

}


.Footer04 .ColumnList ul{margin-top:0px;}
.Footer04 .ColumnList ul li ul{margin-top:8px;}
.Footer04 ul li.cur a{font-size: 20px;
    color: #2CA6E7;
    height: 40px;
    line-height: 40px;
    font-family: "微软雅黑", "黑体";
    font-weight: 400;}
.Footer04 .ColumnList ul li li a{color:#666666; background:none; border:0px; font-size:14px; padding-left:0px; height:25px; line-height:25px;}


/*通用底部*/
.foot{width: 100%;
    background: #0098da;
    float: left;}

.foot .wrap:after{content: ""; display: block; height: 0; clear: both;visibility:hidden;}

.foot .f_ewm
{
	width:420px;
	height:150px;
	float:left;
	margin-left: 60px;
    margin-right: 20px;
	margin-top: 25px;
}
.foot .f_cont
{
	float:left;
	width:100%;
	height:50px;
	padding-top:0px;
	line-height:50px;
	margin-top: 0px;
	font-size:14px;
	color:#FFFFFF;
	text-align: center;
}

/************************************************内容************************************************/
.MyConts{
	width:100%;
}
.MyCont{
	width:1000px;
	height:auto;
	padding:0px;
	margin:auto;
	clear:both;
	font-size: 14px;
}


.index_cpjs{
	float:left;
	margin:20px auto 10px auto;
}
.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:230px;
	height:200px;
	overflow:hidden;
	float:left;
	margin:10px 0px 10px 10px;
	*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:5px;
	border:1px solid #cccccc;
}
.index_cpjs .showbox ul li img
{
	width:218px;
	height:150px;
	overflow:hidden;
	float:left;
	margin:5px;
	padding:0px;
	clear:both;	
}
.index_cpjs .showbox ul li span
{
	width:190px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	float:left;	
	margin:5px;
	color:#333333;
	font-size:12px;
	text-align:center;
}



.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 .neiTitle{font-size: 26px;
    font-family: microsoft yahei;
    color: #333333;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;}
.cont_title{font-size: 26px;font-family: microsoft yahei;color: #777777;padding-bottom: 20px;margin-bottom: 20px;text-align: center; margin-top: 50px;}
.MyCont .cont_sation{float: left;padding-left: 0px;margin-bottom: 10px;text-indent: 30px; line-height:35px;background: url("ico_station.png") 0px center no-repeat; font-size:14px;color: #333; width:100%;    margin-top: 30px;}
.cont_sation a{ color:#333;}
.cont_sation a:hover{ color:#FF5234;}

.MyCont .MyContLeft
{
	width:240px;
	height:auto;
	margin:0px;
	border:0px;
	float:left;
	margin-left: 10px;
	margin-top: 10px;
}
.MyContLeft .middle01_cpjsTitle
{
	width:238px;
	float:left;
	height:66px;
	overflow:hidden;
	background:url("left01.jpg") no-repeat;
}
.MyContLeft .middle01_cpjsTitle_e
{
	width:238px;
	float:left;
	height:66px;
	overflow:hidden;
	background:url("enleft01.jpg") no-repeat;
}
.MyContLeft .middle01_cpjsTitle_col
{
	width:238px;
	float:left;
	height:66px;
	color: #D1DDEC;
    font-size: 18px;
	overflow:hidden;
	line-height: 75px;
	background:url("left02_bg.jpg") no-repeat;
}
.middle01_cpjsTitle_col h5{font-size: 22px;float: left;line-height: 74px;margin: 0px 0px 0px 30px;color: #FFFFFF;}
.MyContLeft .middle01_cpjs
{
	width:236px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0px;
	border:1px solid #CCCCCC;
	background-color:#ECECEC;
	background-image:linear-gradient(#ECECEC,#e5e5e5);
}
.middle01_cpjs .ColumnList ul
{
	width:264px;
	height:auto;
	overflow:hidden;
	margin:0px 5px;
	float:left;
	list-style:none;
	border:0px;
}
.middle01_cpjs .ColumnList ul li
{
	width:260px;
	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.cur{background:#0099CC url("left01_bg_a.jpg") no-repeat; color:#FFF;}
.middle01_cpjs .ColumnList ul li a
{
	background:none;
	text-indent:20px;
}
.middle01_cpjs .ColumnList ul li.cur a{ color:#FFFFFF;}
.middle01_cpjs .ColumnList ul li.cur a:hover{ color:#FFFFFF;text-decoration:underline;}
.middle01_cpjs .ColumnList ul li ul
{
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background:#F5F5F5;
	display:none;
	margin: 0px;
}
.middle01_cpjs .ColumnList ul li.cur ul{ display:block;}
.middle01_cpjs .ColumnList ul li ul li
{
	background: #efefef;
    padding: 0px;
    margin: 1px 0px;
	border-left:0px;
	border-right:0px;
}
.middle01_cpjs .ColumnList ul li.cur ul li a{ color:#333; background:url('/style/ico01.gif') 19px 15px no-repeat;}
.middle01_cpjs .ColumnList ul li.cur ul li a:hover{ color:#333;text-decoration:underline;}
.middle01_cpjs .ColumnList ul li ul li:hover{ background:#e1f5fe;}
.middle01_cpjs .ColumnList ul li ul li a{ color:#333; background:url('/style/ico01.gif') 19px 15px no-repeat;}
.middle01_cpjs .ColumnList ul li ul li a:hover{ color:#333;text-decoration:underline;}


.middle01_cpjs .ColumnList ul li ul li ul{border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background:#F5F5F5;
	display:none;
	margin: 0px;}
.middle01_cpjs .ColumnList ul li.cur ul li ul{ display:block;}
.middle01_cpjs .ColumnList ul li ul li ul li
{
	background: #efefef;
    padding: 0px;
    margin: 1px 0px;
	border-left:0px;
	border-right:0px;
}
.middle01_cpjs .ColumnList ul li.cur ul li ul li a{text-indent: 40px;background: url('/style/ico05.gif') 40px 15px no-repeat;}


/**********  无cur效果  **********/
.MyContLeft .col_single{ padding-bottom:15px;}
.MyContLeft .col_single .ColumnList ul li.cur{background:#0099CC url("left01_bg_a.jpg") no-repeat; color:#FFF;}
.MyContLeft .col_single .ColumnList ul li.cur ul li{background: #efefef;
    padding: 0px;
    margin: 1px 0px;
	border-left:0px;
	border-right:0px;}
.MyContLeft .col_single .ColumnList ul li.cur ul li.selected
{
	background: #B3E5FC;
    padding: 0px;
    margin: 1px 0px;
	border-left:0px;
	border-right:0px;
}
.MyContLeft .col_single .ColumnList ul li.cur ul li a{ color:#333; background:url('/style/ico01.gif') 19px 15px no-repeat;}
.MyContLeft .col_single .ColumnList ul li.cur ul li a:hover{ color:#333;text-decoration:underline;}



.MyCont .celarBoth
{
	float:left;
	width:100%;
	height:20px;	
}
.MyContLeft .box_left
{
	width:238px;
	margin:10px 0px 0px 0px;
	padding:0px;
	float:left;
	height:100%;
}

.box_left .box_left_cont
{
	width:238px;
	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:15px;
}

.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:720px;
	height:100%;
	float:right;
	margin-top:5px;
	background-color:#FFFFFF;
	margin-bottom:10px;
	margin-right: 10px;
}
.MyContRight .rightBox
{
	width:726px;
	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;
}
.rightBox .Context .title
{
	width:726px;
	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:720px;
	height:auto;
	float:left;
	margin:10px 8px;
}
.rightBox .ProdText .title
{
	width:726px;
	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:930px;
	height:5px;
	display:block;
	float:left;
	margin-bottom:0px;
	background:#EEEEEE url("/style/right_boxBottom.gif") repeat;
}
.MyCont .MyContRight .title
{
	width:926px;
	height:40px;
	line-height:40px;
	float:left;
	text-indent:20px;
}
.MyCont .MyContRight .ContextBox
{
	padding:10px 20px;
}

.MyContRight .MyContBox
{
	width:720px;
	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:720px;
	border-bottom: 0px;
	background:url("/style/title.gif") bottom repeat-x;
	height:40px;
	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;
	line-height: 30px;
	background:url("/style/a.gif") 0px 10px 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 img{margin-top: 8px;}
.MyCont .MyContRight .box_right_title .sation img{vertical-align: center;}
.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;
}



.MyContRight .faq{ width:100%;}
.MyContRight .faq .cont_title{padding-bottom: 10px;margin-bottom: 10px;text-align: center; margin-top: 15px;}
.faq .faq_cont{ width:600px; background:url("ico_faq.png") 0px 0px no-repeat;padding-left: 50px;border-bottom: 1px dashed #efefef;padding-bottom: 20px;margin-bottom: 10px;margin-top: 20px;
margin-left: 20px;float: left;}
.faq .faq_cont h5{ width:100%; float:left; color:#333;font-size: 18px;line-height: 24px;font-weight: 700;text-align:left;clear:both;margin: 0px;padding: 0px;}
.faq .faq_cont h6{ float:left; font-size: 14px;line-height: 24px; clear:both;font-weight: 500;padding: 0px;margin: 5px auto;}

.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;
}

#share {
	position: fixed;
	_position: absolute;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-34+"px");
	bottom: 34px;
	left: 53%;
	margin-left: 550px;
	width: 49px;
	zoom: 1;
	z-index: 900;
}
#share a {
	background-image: url(share.png);
	background-repeat: no-repeat;
	display: block;
	width: 49px;
	height: 49px;
	margin-bottom: 2px;
	overflow: hidden;
	text-indent: -999px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#share a#totop {
	background-position: -48px 0;
	position: absolute;
	bottom: 0;
	cursor: pointer;
}
#share a#totop:hover {
	background-position: 0 0;
}
#share .inquiry {
	background-position: -48px -58px;
	position: absolute;
	bottom: 53px;
	z-index:5;
}
#share a.inquiry:hover {
	background-position: 0 -58px;
}

#share .s_facebook {
	background-position: -48px -116px;
	position: absolute;
	bottom: 212px;
	z-index:5;
}
#share a.s_facebook:hover {
	background-position: 0 -116px;
}
#share .s_twitter {
	background-position: -48px -174px;
	position: absolute;
	bottom: 159px;
	z-index:5;
}
#share a.s_twitter:hover {
	background-position: 0 -174px;
}
#share .s_google-plus {
	background-position: -48px -232px;
	position: absolute;
	bottom: 106px;
	z-index:5;
}
#share a.s_google-plus:hover {
	background-position: 0 -232px;
}
#share .s_in {
	background-position: -48px -290px;
	position: absolute;
	bottom: 53px;
	z-index:5;
}
#share a.s_in:hover {
	background-position: 0 -290px;
}


.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;	
}
/*页尾*/


.Footers{

   width:100%;
   min-width:1418px;
   height:120px;
   overflow: hidden;
   background-color:#EEEEEE;
}
.Footer{width:1418px; margin:auto;background-color: #EEEEEE;}
.Footer .f_left
{
	background:url("ewm.jpg") left top no-repeat;
	width:700px;
	height:100px;
	float:left;
	margin:10px 0px;
	padding-left:110px;
	padding-top:30px;
	color:#666666;
	line-height:25px;
	text-align:left;
}
.f_left .Bottom
{
	
}
.Footer .f_right
{
	width:500px;
	height:120px;
	float: right;
	background:url("lx_bottom.gif")right no-repeat;
}
.f_right .Context{
	width: 240px;
    margin-top: 40px;
    margin-right: 80px;
    float: right;
}
.Footer a
{
    color:#B4A564;
}
.Footer 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:40px;
	line-height:40px;
	margin: auto;
	margin-bottom:1px;
	/*background-color:#017EFE;*/
	/*background-color:#3296DA;*/
	/*background-color:#11B2E8;*/
	background-color:#404040;
	overflow:hidden;
}
.bottomDH .bottomDHnav
{
	width:1000px;
	line-height:40px;
	/*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%;
	margin:auto;
	font-size:12px;
	color:#333333;
	/*background:#FFFFFF url('bottom_bg.jpg') 0px center repeat-x;*/
	clear:both;
	text-align:center;
	line-height:2;
	/*margin-top:10px;*/
	position:relative;
	overflow:hidden;
	margin-top:10px; margin-bottom:10px;
}
.FootBar .l1{
	width:100%;
	margin:auto;
	text-align:center;
}

/***********************************新闻 产品列表********************************************/
.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::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;
	bottom:15px;
	right:25px;
}


.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;
	border:1px #cccccc solid;
	padding:2px;
}
.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;
}


/************************************************悬浮QQ************************************************/
.float0831 {
	POSITION: fixed; TOP: 220px; RIGHT: 1px; _position: absolute;
	overflow:visible;z-index: 900;
}
.float0831 A {
COLOR: #000;
}
.float0831 A:hover {
COLOR: #ff0000; TEXT-DECORATION: none
}
.float0831 .floatL {
		overflow:visible;
POSITION: relative; WIDTH: 28px; FLOAT: left
}
.float0831 .floatL A {
TEXT-INDENT: -9999px; DISPLAY: block; FONT-SIZE: 0px
}
.float0831 .floatR {
		overflow:visible;
BACKGROUND: url(right_lx_bg.jpg);
}
.float0831 .tp {
		overflow:visible;
BACKGROUND: url(float_bg.gif)
}
.float0831 .cn {
BACKGROUND: url(float_bg.gif)
}
.float0831 .floatR {
WIDTH: 166px; height:166px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: right top; FLOAT: left; OVERFLOW: hidden;border: 1px solid #ccc; position:relative;}
.float0831 .floatR .floatR_400{ position:absolute; font-size:20px; color:#19539C; top:65px; text-align:left; left:37px;font-weight: bold;}
.float0831 .floatR .floatR_box ul{ position:absolute; left:56px; top:8px; width:150px;}
.float0831 .floatR .floatR_box ul li{ height:34px; float:left; margin-bottom:5px; line-height:34px; width:100%;}
.float0831 .floatR .floatR_box ul li a{ color:#19539C;     font-size: 16px;}
.float0831 .floatR .floatR_box ul li a:hover{ color:#0f743a; text-decoration:underline;}
.float0831 .tp {
		overflow:visible;
BACKGROUND: url(float_bg.gif)
}
.float0831 .cn {
BACKGROUND: url(float_bg.gif)
}
.float0831 .floatR {
WIDTH: 185px; height:280px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: right top; FLOAT: left; OVERFLOW: hidden;border: 0px solid #ccc; position:relative;}
.float0831 .floatR .floatR_400{ position:absolute; font-size:16px; color:#19539C; top:70px; text-align:left; left:45px;font-weight: bold;}
.float0831 .floatR .floatR_box ul{ position:absolute; left:68px; top:115px; width:150px;}
.float0831 .floatR .floatR_box ul li{ height:30px; float:left; margin-bottom:5px; line-height:30px; width:100%;}
.float0831 .floatR .floatR_box ul li a{ color:#107438;     font-size: 16px;}
.float0831 .floatR .floatR_box ul li a:hover{ color:#f78503; text-decoration:underline;}
.float0831 .tp {
BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 0% 0%; HEIGHT: 10px
}
.float0831 .cn {
BACKGROUND-REPEAT: repeat-y; BACKGROUND-POSITION: -262px 0px
}
.float0831 .cn H3 {
TEXT-INDENT: -9999px; HEIGHT: 36px; FONT-SIZE: 0px
}
.float0831 .cn UL {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 14px; PADDING-RIGHT: 14px; PADDING-TOP: 0px
}
.float0831 .cn UL LI {
BORDER-BOTTOM: #e6e5e4 1px solid; LINE-HEIGHT: 36px; WORD-WRAP: break-word; HEIGHT: 36px; OVERFLOW: hidden; WORD-BREAK: normal
}
.float0831 .titZx {
BACKGROUND: url(float_s.gif) no-repeat
}
.float0831 .titDh {
BACKGROUND: url(float_s.gif) no-repeat
}
.float0831 .titDc {
BACKGROUND: url(float_s.png) no-repeat
}
.float0831 .icoZx {
BACKGROUND: url(float_s.gif) no-repeat
}
.float0831 .icoTc {
BACKGROUND: url(float_s.gif) no-repeat
}
.float0831 .icoFf {
BACKGROUND: url(float_s.gif) no-repeat
}
.float0831 .icoTl {
BACKGROUND: url(float_s.gif) no-repeat;
}
.float0831 .btnOpen {
BACKGROUND: url(float_s.gif) no-repeat
}
.float0831 .btnOpen_n {
BACKGROUND: url(float_s.gif) no-repeat
}
.float0831 .btnCtn {
BACKGROUND: url(float_s.gif) no-repeat
}
.float0831 .titZx {
BACKGROUND-POSITION: 5px -10px
}
.float0831 .titDh {
BACKGROUND-POSITION: 5px -66px
}
.float0831 .titDc {
BACKGROUND-POSITION: 5px -124px
}
.float0831 .icoZx {
BACKGROUND-POSITION: 2px -154px
}
.float0831 .icoTc {
BACKGROUND-POSITION: 0px -323px
}
.float0831 .icoFf {
BACKGROUND-POSITION: 2px -213px
}
.float0831 .icoTl {
PADDING-LEFT: 20px; DISPLAY: block; FONT-FAMILY: "微软雅黑"; BACKGROUND-POSITION: 2px -266px; FLOAT: left
}
.float0831 .btnOpen {
BACKGROUND-POSITION: -30px -396px
}
.float0831 .btnOpen_n {
BACKGROUND-POSITION: 0px -530px
}
.float0831 .btnCtn {
BACKGROUND-POSITION: 0px -396px
}
.float0831 .icoZx {
PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .icoTc {
PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .icoFf {
PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .btnOpen {
POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnOpen_n {
POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnCtn {
POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnOpen {
TOP: 85px; LEFT: 1px
}
.float0831 .btnOpen_n {
TOP: 118px; LEFT: 1px
}
.float0831 .btnCtn {
TOP: 25px; LEFT: 2px
}
.float0831 UL LI H3.titDc A {
WIDTH: 80px; DISPLAY: block; HEIGHT: 36px
}
.float0831 UL LI.topq {
BORDER-BOTTOM: #ace5f9 1px solid
}
.float0831 UL LI.bot {
BORDER-BOTTOM-STYLE: none
}
.float0831 UL.webZx {
PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 164px; PADDING-RIGHT: 0px; BACKGROUND: url(webZx_bg.jpg) no-repeat; HEIGHT: 65px; PADDING-TOP: 0px
}
.float0831 UL LI.webZx-in {
BORDER-BOTTOM-STYLE: none; PADDING-LEFT: 5px; HEIGHT: 50px; PADDING-TOP: 8px
}
.float0831 UL LI.side_ewm{ height:102px;}

.contTab{ border: 1px solid #ccc;    width: 90%;}
.contTab td{ border: 1px solid #ccc;    text-indent: 10px;}