/*改变首页的foot样式*/
.foot{
	position: relative;
}

.container{
	width: 1220px;
	margin:0 auto;
	margin-top: -80px;
	min-height: 500px;
}
.water_bg{
	width: 100%;
	max-width: 1920px;
	min-width: 1220px;
	height: 300px;
	background: url("../Img/water.jpg") center center no-repeat;
	position: relative;
	top: -125px;
	left: 0px;
	margin: 0 auto;
}
.water{
	width: 1220px;
	height: auto;
	min-height: 500px;
	margin: 0 auto;
	margin-top: -80px;
	margin-bottom: 60px;
}
.water_item{
	width: 1220px;
	height: 500px;
}
.water_item .w_txt{
	width: 560px;
	height: 470px;
	padding-top: 30px;
}
.water_item.water_left .w_txt{
	float: left;
	padding-right: 50px;
}
.water_item.water_right .w_txt{
	float: right;
	padding-left: 50px;
}
.water_item .w_txt h1{
	font-size: 36px;
	color: #0846b3;
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
}
/*.water_item .w_txt span{
	display: block;
	width: 100%;
	height:40px;
	line-height: 40px;
	font-size: 18px;
	color: #000;
}*/
.water_item .w_txt p{
	text-indent: 2em;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.water_item .water_item > img{
	width: 610px;
	height: 500px;
	float: left;
}
.aBox{
	margin-top: 20px;
	padding-left:10px;
}
.aBox span.see{
    display:inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #2967D6;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
    margin-left: -10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.aBox a{
	display: block;
	width: 160px;
	font-size: 24px;
	color: #666;
	height:30px;
	line-height: 30px;
}
.aBox a i{
	display: inline-block;
	width: 22px;
	height:22px;
	vertical-align: middle;
	margin-left: 2px;
	margin-right: -5px;
	margin-top:-3px;
	background: url("../Img/row.png") no-repeat;
}

.listBox{
	width: 1220px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}
.list_left{
	width: 880px;
	height: auto;
	min-height: 500px;
	float: left;	
}
.list_left ul li{
	width: 232px;
	height: 362px;
	border: 1px solid #dedede;
	padding: 9px 19px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.list_left ul li h3{
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color: #0846b3;
}
.list_left ul li img{
	width: 230px;
	height: 150px;
}
.list_left ul li p{
	width: 232px;
	height: 104px;
	overflow: hidden;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.list_left ul li span{
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	background: url("../Img/span_bg.png") no-repeat;
}
/* 产品中心右侧导航区 */
.list_right{
	width: 252px;
	height: auto;
	float: right; 
	margin-bottom: 20px;
}
.list_right ul{
	width: 250px;
	height: auto;
	border: 4px solid #0846b3;
	padding-bottom: 20px;
}
.list_right ul li{
	width: 100%;
	height: auto;
	line-height: 40px;
}
.list_right ul li > a{
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dedede;
	text-align: left;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
	margin: 0 auto;
}
.list_right ul li a:hover{
	font-weight: bold;
	color: #0846b3;
}
.list_right ul li > a i{
	display: inline-block;
	width: 7px;
	height: 13px;
	background: url("../Img/icon_right.png") no-repeat;
	margin-left: 8px;
	vertical-align: middle;
}
.nonelist_a{
	display: none;
	width: 250px;
	height: auto;
}


/*右边列表添加样式*/
.list_right ul li.cate a{
	font-weight: bold;
	color: #0846b3;
}
/*内容页文本样式*/
.txtMain{
	width: 1000px;
	height: auto;
	margin:0 auto;
	margin-bottom:80px;
	*padding-bottom: 80px;
}
.txtMain  >h1 {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 20px;
}
.txtMain .txtBox > p{
/*	text-indent: 2em;*/
}
.txtBox p strong{
	font-size: 16px;
	font-weight: bold;
	color: #444;
	line-height: 36px;
	margin-top: 10px;
}
.txtBox p{
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.txtBox p em{
	display: block;
	list-style: disc;
	padding-left: 20px;
	background: url("../Img/disc.jpg") left 12px no-repeat;
}
.txtBox table{
	margin-top: 10px;
    border-collapse: collapse;
    border:1px solid #dedede;
    width: 100%;
    margin-bottom:10px;
    font-size: 16px;
    color: #666;
}
.txtBox table caption{
	width: 860px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #dedede;
	padding-left: 10px;
	font-size: 18px;
	color: #333;
}
.txtBox table thead tr{
	border-bottom: 1px solid #7ba7c7;
}
.txtBox table thead tr th {
    vertical-align: baseline;
    padding: 5px 6px 5px 6px;
    background-color: #fff;
    border: none;
    text-align: left;
    color: #1668a3;
    *border: 1px solid #dedede;
}
.txtBox table tbody tr{
	border:1px solid #dedede;
}
.txtBox table tbody tr th{
	border: none;
	text-align: center;
    padding-left: 10px;
    border:1px solid #dedede;
}
.txtBox table td{
	vertical-align: text-top;
    height: 36px;
    padding:0 5px;
    vertical-align: middle;
    background-color: #fff;
    border: none;
    padding-left: 10px;
    border-right: 1px solid #dedede;
    *border: 1px solid #dedede;
}
.txtBox img{
	display: block;
	text-align: left;
	width:auto;
	height: auto;
	margin:0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*悬浮定位栏*/
.floorBox{
	width: 54px;
    position: fixed;
    left: 50%;
    top: 20%;
    margin-left: -700px;
   /* margin-left: -655px;*/
    overflow: hidden;
    transition: all .3s;
    z-index: 2;
    display: none;
}
.floorBox ul{
	padding-bottom: 10px;
	background: #f5f5f5;
	border: 1px solid #dedede;
}
.floorBox ul li{
	width: 40px;
    line-height: 14px;
    padding: 2px 6px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;

}
.floorBox ul li.cur{
	background-color: #0846b3;
    margin: -1px 0;
}
.floorBox ul li a{
	display: block;
    width: 24px;
    padding: 5px 0;
    margin: 0 auto;
    color: #625351;
    font-size: 12px;
	border-bottom: 1px dashed #0846b3;
}
.floorBox ul li.cur a{
	color: #fff;
    text-decoration: none;
    background: 0 0;
}
/*内容页的悬浮定位栏*/
.show_floor{
	width: 75px;
    position: fixed;
    left: 50%;
    top: 45%;
    margin-left: -700px;
   /* margin-left: -655px;*/
/*    overflow: hidden;*/
    transition: all .3s;
    z-index: 2;
}
.show_floor ul{
	padding-bottom: 10px;
	background: #f5f5f5;
	border: 1px solid #dedede;
	border-bottom: none;
}
.show_floor ul li{
	width: 62px;
    line-height: 14px;
    padding: 2px 6px;
    text-align: center;
    cursor: pointer;
    position: relative;

}
.show_floor ul li:hover{
	background-color: #0846b3;
}
.show_floor ul li:hover a{
	color: #fff;
    text-decoration: none;
    background: 0 0;
}
.show_floor ul li.cur{
	background-color: #0846b3;
    margin: -1px 0;
}
.show_floor ul li a{
	display: block;
    width: 62px;
    padding: 5px 0;
    margin: 0 auto;
    color: #625351;
    font-size: 12px;
	border-bottom: 1px dashed #0846b3;
}
.show_floor ul li.cur a{
	color: #fff;
    text-decoration: none;
    background: 0 0;
}
.topto{
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0px;
	width: 73px;
	height: 30px;
	line-height: 30px;
	background:#f5f5f5; 
	text-align: center;
	border: 1px solid #dedede;
	border-top: none;
}
.topto a:hover{
	color:#0846b3;
}