﻿@charset "UTF-8";
/*Copyright (c) 2012, demlution. All rights reserved.
*   version: 1.0.0
*   2012.07.04
**/
/*
 * 将具有默认margin和padding的标记置零
 * 所有标记的margin和padding都在使用时具体定义
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s,
 samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
  { margin:0px; padding:0px; border:0px; vertical-align:baseline; background:transparent }

/*
 * html\body标记样式定义
 * 全局的字体颜色、背景色和文本对齐设置
 */
html{}
body{  color: #666666; font-size:12px;  font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif;font-family: "微软雅黑" !important;}
img{border:0 none;vertical-align:middle;}
li{list-style-type: none;}
a img {border: medium none;}
a{color: #666666;text-decoration:none; outline:0;}
a:hover{text-decoration:none;color:#155b9d;}

input:focus,input:active,input:hover,textarea:focus,textarea:active,textarea:hover,a:active{outline:none;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}
.invisible{visibility:hidden;}
.hidden{display: none;}

/*
 * 定义浮动样式
 */

.rr{ float:right }

/*
 * 定义清除浮动样式
 */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
	/* Hides from IE-mac \*/* html .clearfix {
		height:1%;
	}
.clearfix {
	display:block;
}
	/* End hide from IE-mac */
/*
 * 定义圆角边框
 */
.f-s, .f-e {
    background: none repeat scroll 0 0 #ddd;
    clear: both;
    height: 1px;
    margin: 0 1px;
    overflow: hidden;
}
.f-m {border-color: #ddd;border-style: solid;border-width: 0 1px;}

.f-1,.f-2,.f-3 {overflow:hidden;display:block;height:1px;background: #fff;}
.f-1 { margin: 0 3px; background: #ebebeb; }
.f-2 { margin: 0 2px; border-right: 2px solid #ebebeb; border-left: 2px solid #ebebeb; }
.f-3 { margin: 0 1px; border-right: 1px solid #ebebeb; border-left: 1px solid #ebebeb; }

/* The following is defined color class.
--------------------------------------------------------------------------------------------------*/
.black, .black a { color:#000 }
.black3, .black3 a { color:#333 }
.black6, .black6 a { color:#666 }
.black9, .black9 a { color:#999 }
.green, .green a { color:#174100 }
.green1, .green1 a { color:#2f7300 }
.green2, .green2 a { color:#008000 }
.blue, .blue a { color:#0065ff }
.blue1, .blue1 a { color:#002777 }
.blue2, .blue2 a { color:#255266 }
.blue3, .blue3 a { color:#046ebd }
.blue4, .blue4 a { color:#0033ff }
.orange, .orange a { color:#f60 }
.red, .red a { color:#F00; }
.red1, .red1 a { color:#C00; }
.red2, .red2 a { color:#900; }
.pink,.pink a { color:#d3015a; }
.pink1,.pink1 a { color:#fe577f; }
.org:link, .org:visited, .org:active {color:#f60;text-decoration:none;}
.org:hover {color:#f60;text-decoration:underline;}


.viewpic img {
  width: auto!important; 
}
/* The following is a shorthand property.
--------------------------------------------------------------------------------------------------*/
.mt5 { margin-top:5px }
.mt8{ margin-top:8px;}
.mt10 { margin-top:10px }
.mt15 { margin-top:15px }
.mt20 { margin-top:20px }
.mb5 { margin-bottom:5px }
.mb8{ margin-bottom:8px;}
.mb10 { margin-bottom:10px }
.mb15 { margin-bottom:15px }
.mb20 { margin-bottom:20px }
.mr5 { margin-right:5px;}
.mr8 { margin-right:8px;}
.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}
.ml5 { margin-left:5px;}
.ml8 { margin-left:8px;}
.ml6{margin-left:6px;}
.ml10 { margin-left:10px;}
.ml15 { margin-left:15px;}

.t_c { text-align:center }
.t_l { text-align:left;}
.t_r { text-align:right }
.block{ display:block; overflow:hidden; zoom:1;}

/******　默认分页样式　******/
.page_link{margin:20px auto; height:24px; width:auto; padding:5px 0; text-align:center; clear:both;}
.page_link li{display:inline;line-height:20px;font-size:12px;width:auto;}
.page_link a{display:inline-block;padding:0 6px;height:20px;border-bottom:1px solid #ddd;color:#666;}
.page_link a:hover{color:#155b9d;}
.page_link li.prev a,.page_link li.active a,.page_link li.next a{border:0;color:#155b9d;}

.page_link .prev_no,.page_link .next_no{color:#ccc;font-weight:normal;margin-bottom:2px;border:none;}
.page_link .prev_no:hover,.page_link .next_no:hover{color:#ccc;background:none;border:none;}
.page_link .nolink,.page_link .morePage{font-weight:bold;color:#155b9d;border:none;background:none;}
.page_link .nolink:hover,.page_link .morePage:hover{color:#155b9d;border:none;background:none;}
.page_link ul {margin:0;padding:0;}

/*-------body-------------------------------------------------------------------------------------------------------------------------------------------------------*/
.bodydiv{min-width:1000px;  margin: 0 auto;}
.container { width:1000px;  margin: 0 auto;}
/*--------top------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.notice{ width:100%;position:relative; z-index:99;height:30px; line-height:30px;  background: #1f2326;  }
.noticecon{ width:700px;float:left;}
.noticecon b a{ float:left; font-size:12px; font-weight: normal; color:#fff; }
.noticecon ul a{ float:left; font-size:12px; font-weight: normal; color:#fff;   padding-left: 20px;}
.noticecon marquee{ float:left;width:550px;}
.noticecon marquee a{color:#fff; font-size:12px;}

.notice .right{float:right;}
.notice .right a{float:left; color:#fff;}
.notice .right span {  padding: 0 5px;  float: left;color:#fff;}
#top{  width: 100%;margin-bottom:20px;}
#top .container .top_right{position:absolute; right:0; top:0;}
#top .ty{float:left;}
.search{width:250px; float: right;  margin: 30px 0;}
.text1{	float:left;	width:209px;height:27px;border:1px solid #fff;color:#fff;font-size:12px;line-height:27px; text-indent: 20px; background: #155b9d;}
.btnsubmit{	float:left;	width:38px;height:28px;border:1px solid #155b9d; border-left:none;background: url(/img/FqXY2qxVQWviK4XhOtdhgK3HBe8o.jpg) left top no-repeat;cursor:pointer; }

.toplogo{height:90px;}
/*----------nav----------------------------------------------------------------------------------------------------------------------------------*/
#daohang{position:relative; z-index:999; width: 100%;height: 43px;  background: url(/img/6.jpg) center top no-repeat #155b9d;
}
#daohang .container{ position:relative;}
#nav{height:40px;line-height:43px;font-size: 14px;}
#nav .navigation .nav-lilink{position: relative;float: left;text-align: center;height:43px;}
.navigation .nav-lilink .nav-alink{height:43px;display: inline-block;  color: #002e5c;  font-size: 16px;padding: 0px 18px;}
#nav .navigation li:hover a.nav-alink,.navigation .hover .nav-alink,.navigation .nav-lilink .nav-alink:hover{text-decoration:none;zoom:1;  color: #fff;}
#nav .navigation .nav-lilink .exnav{z-index: 999;left: 0px;position: absolute;background:#155b9d;width: 200px;position: absolute; display:none;  left: 50%;  margin-left: -100px;  margin-top: -3px;}
#nav .navigation .nav-lilink .exnav ul li{width:200px; display:block; background:none;}
#nav .navigation .nav-lilink .exnav ul li .cat-item{ height:39px;line-height: 39px;}
#nav .navigation .nav-lilink .exnav ul li .cat-name-1{ background:none; height:39px; margin:0px auto; width:190px;position:relative;  text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;margin:0 5px;}
#nav .navigation .nav-lilink .exnav ul li .cat-name-1 a,.navigation .nav-lilink .exnav ul li .cat-item a{color: #fff; display:block;font-size:12px;}
#nav .navigation .nav-lilink .exnav ul li a:hover { text-decoration:none; font-size:14px;}
#nav .navigation .nav-lilink .exnav ul li:hover{  font-size:14px;}
#nav .navigation .nav-lilink .exnav ul li:hover .cat-name-1 a{font-size:14px;}
#nav .navigation .nav-lilink .exnav ul li .cat-item .children{position:absolute;left:200px;top:0;display:none;background:#155b9d;}
/*----------banner--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.banner{}
#kinMaxShow{width:100%; height:450px; visibility:hidden; overflow:hidden;}
#kinMaxShow .KMSPrefix_kinMaxShow_button{width:100%; text-align:center;}
#kinMaxShow .KMSPrefix_kinMaxShow_button li{float:none !important; display:inline-block !important;}
/*-------index-------------------------------------------------------------------------------------------------------------------------------------------------------*/
.claListBox{  position: relative;width: 100%; height: 50px;	background: url(/img/8.png);}
.claListLeft,.claListRight{	position: absolute;left:50%; bottom: 10px;	width:16px; height: 30px;cursor:pointer;}
.claListLeft{ margin-left: -516px;}
.claListRight{ margin-left: 500px;}
.claListUl{	position: relative;	width: 1000px; height: 50px; margin: 0 auto; overflow: hidden;}
.claListUlList{	position: absolute;left:0px; top: 0px;	height: 50px;}
.htmlpic2{ position:absolute; left:3000px; top:0px; /*background: #004384;*/}
.claListUl ul{ float:left;width: 1000px;}
.claListUl li a{float:left;	 width: 200px; height: 50px; display: block;color:#ffffff;font-size:16px; line-height:50px; text-align: center;}
.claListUl li a:hover{	color:#00d4f9;}
/* end bannerClaList */
.sectionB{ 	position: relative;	width: 100%; height: 152px; padding-top: 27px; border-top: 1px solid #d3d3d3; 	background: url(../images/index_10.jpg);}
.section{position:relative; width:100%; margin:auto;  clear:both; overflow: hidden; }
.Ttitle {position:relative;width:100%; height:70px; margin: 0 auto; line-height:70px; /*font-weight: bold;*/}
.Ttitle a{	color:#004384;font-size:26px;}
.Ttitle span{color: #999999; font-size:16px; font-family:arial; text-transform: uppercase; font-weight: normal;}	
.Tmore a{	position:absolute; right:0px; top:24px;	width:75px; height:22px;  display: block;	color: #004384; font-size: 14px; line-height: 22px;  text-align: center; font-weight: bold;	background: url(/img/FpRPfoEWMPCllAhpTMmMq6fK7zRP.png) left top no-repeat;	}
.Ttitle2 { 	position:relative;width:100%; height:70px; margin: 0 auto; 	line-height:70px; /*font-weight: bold;*/}
.Ttitle2 a{color:#ffffff;font-size:26px;}
.Ttitle2 span{color: #31afee; font-size:16px; font-family:arial; text-transform: uppercase; font-weight: normal;}	
.Tmore2 a{	position:absolute; right:0px; top:24px;	width:75px; height:22px;  display: block;	color: #ffffff; font-size: 14px; line-height: 22px;  text-align: center; font-weight: bold;	background: url(../images/morebg2.png) left top no-repeat;	}
.Foottitle { 	position:relative;width:100%; height:50px; margin: 0 auto; border-bottom: 1px solid  #d5d5d5;	color:#004384;font-size:26px;line-height:50px; /*font-weight: bold;*/}
.Foottitle span{color: #999999; font-size:16px; font-family:arial; text-transform: uppercase; font-weight: normal;}	
/*end Ttitle*/
/* end picListBd */
.inProBd{ width:1000px;  margin: 0 auto;}
.proListPic {width:1030px; margin:0 auto; overflow: hidden; }
.proListPic ul li{ 	position: relative;float:left;	width:232px; height:320px; margin-right:24px; margin-bottom: 24px;	overflow: hidden; }	
.proListPic ul li a{	position: relative;	width:232px; height:320px;display:block;}
.proListPic ul li a:hover{background: #1a5b9b;}
.proListPic ul li a:hover .pic{border:1px solid #1a5b9b;}
.proListPic ul li a:hover .intro{ color: #ffffff;}
.proListPic ul li a:hover .intro span{ color: #00d4f9;}
.proListPic ul li .pic{position:relative;width:230px; height:230px;border:1px solid #c2c0c0;}
.proListPic ul li .intro{	width:210px; height:80px; padding:0px 10px;overflow: hidden;	color:#004384;color:#666666;font-size:14px;line-height:16px; text-align: left;   }
.proListPic ul li .intro span{	width:210px; height:36px; display: block;	color:#004384;font-size:14px;line-height:44px; text-align:left;font-weight: bold;}
/*end proListPic*/
.newsListBd{ position: relative; width: 1000px; margin: 0 auto;}
.newsList{ position:relative; width: 1000px; padding-top: 14px; margin-top: -28px;}
.newsx{ position:absolute;left:485px; top:14px;}        
.newsListDl{ float: left;	width: 500px; height: 100px; border-bottom:1px solid #d2d2d2;}
.newsListDl a{width: 495px; height: 100px; display:block;}
.newsListDl dt{ 	float: left; width: 60px; height:54px;padding-top:4px;border:1px solid #1097bf; margin:20px 0px 0;	color:#ffffff; font-size: 12px; line-height: 20px; text-align: center;	background: #1a5b9b;}	
.newsListDl dt span{display: block;color:#ffffff; font-size: 24px; line-height: 30px;}	
.newsListDl dd{float:left;  width:405px;  height:100px;padding-left: 15px;  }
.newsListDl .title {	width: 405px; height: 30px; display: block; padding-top: 24px;	color:#004384; font-size:14px; line-height:30px; font-weight: bold;}	
.newsListDl .intro{	width: 405px; height: 20px; display: block; overflow: hidden;	color:#666666; font-size:14px; line-height:20px;}
/* end newsListDl */	
#casePicUlId{position: relative; width: 1005px; height:279px; overflow: hidden;}
#casePicUlId .casePicUlIdBox{ position: absolute; height:279px;}
#casePicUlId .casePicUlIdBox ul{ float:left; }
.casePic .btn {  position: absolute;  left: 600px;  top: 30px;width: 300px;  height: 12px;  padding-right: 100px;  background: none;  text-align: right;  right: 200px;}
.casePic .btn span{ width: 12px; height: 12px; background: #ffffff; display: inline-block; margin-right: 5px;}
.casePic .btn span.on{ background:#19d1ff;}
.casebg{	width: 100%; height: 385px;	background: url(/img/5.jpg) left top no-repeat #1a5b9b;}
.casePic{ position:relative; width:1000px; margin: 0 auto; }
.casePicUl{width:1010px;height:279px; padding-right:5px; }
.casePicUl li{	 position:relative;float:left;	 width:220px; height:265px; border:1px solid #c9cbcd; padding: 12px 12px 0px 12px; margin-right: 5px;	 background: #ffffff;}
.casePicUl li a{ width:220px; height:265px; display: block;}
.casePicUl .pic{ width:218px; height:219px; border: 1px solid #c9cbcd;}
.casePicUl .pic img{ display: block;}
.casePicUl .title{	width:220px; height:44px;	color:#004384;font-size:14px;line-height:44px; font-weight: bold;}
/*end casePic*/
.companyl{	float:left;	width: 50%; height: 240px;	background: #0989c9;}
.companyr{	float:left;	width: 50%; height: 240px;	background: #efefef;}
.company{ 	position: absolute; left:50%; top: 0px;	width: 1000px; height: 240px;  margin-left:-500px;	background: url(../images/combg.jpg) left top no-repeat #efefef;}
.companyPic{	float:left;	width:290px;height:240px; 	overflow:hidden;background:url(/img/3.png) no-repeat;}
.companyPic_in{	margin:29px 0 0 33px;width:164px;height:164px;padding:3px;	background:url(/img/a.jpg) no-repeat;}
.companyCon{	float:left; 	width:710px; height:240;} 	
.companyConFont{	width: 688px; height: 110px; padding: 10px 20px; border: 1px dotted  #b3b3b3;	color: #666666; font-size: 14px; line-height: 28px;	overflow: hidden;}
/*end company*/
.kcBox{width: 1000px; height: 264px; margin: 0 auto;}	
.knowList{	float:left;	width: 650px; height: 264px;}
.knowListBox{width: 650px; height: 194px;}
.knowListPic{ float:left; width:218px; height: 164px; border: 1px solid #d0d0d0;}
.knowListUl{	float:right;	width: 410px; height: 164px;}
.knowListUl li{	 width: 396px; height: 40px; padding-left: 14px; border-bottom: 1px solid #d2d2d2;	 background: url(../images/newsbg.png) 4px center no-repeat;}
.knowListUl li a{	width: 396px; height: 40px; display: block;	color: #666666; font-size: 14px; line-height: 40px;}
.knowListUl li a:hover{	color:#004384;}
.knowListUl li a span{float:right}
.contact{ 	float:left;	width:324px;height: 264px; margin-left: 24px;}
.contactnr{	width:324px; height: 158px; overflow:hidden;}
.minthree{width:324px;height:89px;overflow:hidden;}
.contactnr dl{width:324px; display:block;clear:both;  line-height: 25px;}
/* end contact */
/*-------列表页-------------------------------------------------------------------------------------------------------------------------------------------------------*/
.bg-main{ width: 100%;}
.mainConTitleBox{width: 100%; height: 52px; border-bottom: 1px solid #d5d5d5;  margin-bottom: 20px;}
.mainConTitle{	position: relative;	width:1000px; height:52px;  margin: 0 auto;	line-height: 52px;}
.mainConTitle a{color: #004384;font-size: 26px; }
.mainConTitle span{color: #999999;font-size: 16px; line-height: 52px; text-transform: uppercase;}
.subNav_box{position: absolute; right: 0px; bottom:0px;	height:52px;color: #666666; font-size: 12px;line-height:54px;}
.subNav_box span{color: #666666; font-size: 12px;}
.subNav_box a{ 	color: #666666; font-size: 12px;}
/*end mainConTitle*/
.main{ margin:0 auto 0px;  width: 1000px;}
#jy-left{ text-align:center;  line-height: 56px;  height: 56px;  margin: 20px 0;  }
#jy-left .cat_con{  display: inline-block;}
#jy-left .cat_con ul li{ height: 50px;line-height: 50px;  display: block;  float: left;}
#jy-left .cat_con ul li a{ height:50px;line-height:50px;  display: block;font-size:14px;font-weight:bold;padding: 0 29px;}
#jy-left .cat_con ul li .pos{   background-color:#d40000; color: #fff;}
#jy-left .cat_con ul li .pos a{ color: #fff;}
#jy-left .cat_con ul li.curr{ color: #fff;}
#jy-left .cat_con ul li.curr a{color: #fff;}
#jy-left .cat_con ul li a:hover{color:#fff;  background-color:#d40000;}
#jy-left .cat_con .children{display:none !important;}
#jy-right{margin-bottom:20px;}
.pronaa{margin:10px auto; width:980px; text-align:center; font-size:18px;font-family:'Microsoft Yahei';}
.pronaa font{ font-size:24px;}
.pronaa font a{color:#d40000;}
.pro_lanfraa{ margin:0 auto; width:980px; height:10px; text-align:center; font-size:14px; color:#4e6990; background:url(../images/tiao.jpg) center bottom no-repeat; line-height:40px;}

.prcontainer{width:1000px;margin:0 auto;}
.dt-cat {height: auto; border: 1px solid #d9d9d9;background-color: #ffffff; overflow:hidden; margin-bottom: 10px;}
.dt-cat .dt-vline {float: left;width: 1px;height: 1px;background-color: #ebebeb;}
.dt-cat-inner {display: table;}
.dt-cat-title {display: table-cell;vertical-align: middle;width: 222px;text-align: center;font-size: 22px;color: #444444;}
.dt-cat-content {display: table-cell;}
.dt-sub-cat {float: left;margin-left: -1px;padding: 20px 0;border-left: 1px solid #ebebeb;}
.dt-sub-cat-name {height: 14px;line-height: 14px;padding-left: 26px;font-size: 12px;color: #888888;}
.dt-tag-list {padding-top: 10px;padding-right: 10px;}
.dt-tag-list a {float: left;margin-left: 18px;padding: 0px 8px;font-size: 12px;line-height: 24px;color: #444444;border-radius: 2px;}
.dt-tag-list a.cur {background-color: #155b9d;color: #ffffff;text-decoration: none;}
.dt-cat-content > .dt-tag-list {padding: 20px 0;padding-right: 20px;padding-left: 10px;border-left: 1px solid #ebebeb;}
.dt-tag-list .li-level-1 {float: left;display:block;}
.dt-tag-list .li-level-1 .pos a{  background-color: #155b9d;  color: #ffffff;  text-decoration: none;}

.proList {width:1030px; margin:0 auto; overflow: hidden; }
.proList ul li{ position: relative;float:left;	width:232px; height:320px; margin-right:24px; margin-bottom: 24px;	overflow: hidden; }	
.proList ul li a{position: relative;	width:232px; height:320px;display:block;}
.proList ul li a:hover{background: #1a5b9b;}
.proList ul li a:hover .pic{border:1px solid #1a5b9b;}
.proList ul li a:hover .intro{ color: #ffffff;}
.proList ul li a:hover .intro span{ color: #00d4f9;}
.proList ul li .pic{position:relative;width:230px; height:230px;border:1px solid #c2c0c0;}
.proList ul li .intro{	width:210px; height:80px; padding:0px 10px;overflow: hidden;	color:#004384;color:#666666;font-size:14px;line-height:16px; text-align: left;   }
.proList ul li .intro span{	width:210px; height:36px; display: block;	color:#004384;font-size:14px;line-height:44px; text-align:left;font-weight: bold;}

.serList {width:1030px; margin:0 auto; overflow: hidden; }
.serList ul li{position: relative;float:left;	width:232px; height:270px; margin-right:24px; margin-bottom: 24px;	overflow: hidden; }	
.serList ul li a{position: relative;	width:232px; height:270px;display:block;}
.serList ul li a:hover{background: #1a5b9b;}
.serList ul li a:hover .pic{border:1px solid #1a5b9b;}
.serList ul li a:hover .intro{ color: #ffffff;}
.serList ul li a:hover .intro span{ color: #00d4f9;}
.serList ul li .pic{position:relative;width:230px; height:230px;border:1px solid #c2c0c0;}
.serList ul li .intro{	width:210px; padding:0px 10px;overflow: hidden;}
.serList ul li .intro span{	width:210px; height:36px; line-height:36px;display: block;	color:#004384;font-size:14px; text-align:center;font-weight: bold;}

.newsnConList ul{padding-top:10px;clear:both;  padding-bottom:10px;}
.newsnConList ul li{	width: 1000px; height: 90px; padding-top: 10px;border-bottom: 1px solid #d4dde3;}
.newsnConList ul li a{	width: 1000px;height: 90px;display: block;}
.newsnConList ul li a .title{  color: #004384;  font-size: 14px;  line-height: 40px;  font-weight: bold;}
.newsnConList ul li span{ float: right; font-size:12px;line-height:36px; font-weight: normal;}
.newsnConList ul li p{	width: 1000px;	font-size:12px;line-height:22px;font-weight: normal;}

.newsLists dl{height: 183px; margin-top: 30px;padding-bottom: 47px;overflow: hidden;border-bottom: 1px dotted #ccc;}
.newsLists dl dt{  float:left;}
.newsLists dl dt a{font-size:16px; line-height:24px;color: #000;font-weight: bold;}
.newsLists dl dd{ width: 760px;float: left; margin-left: 20px;}
.newsLists dl dd h4{ text-align:left; font-size:14px; line-height:35px; margin-top: -11px;}
.newsLists dl dd img{float:left; margin-right:20px;}
.newsLists dl dd p{height:80px; overflow:hidden;text-align: justify;line-height: 22px;padding: 4px 0;}
.newsLists dl dd .lmore{float:right; margin-right:5px;margin-top: 60px;}
.newsLists dl dd li{ color: #b4b4b4;float: left;padding-right: 15px;margin-top: 10px;}

.limageset { margin-top: 30px;border-top: none; border-bottom: none;width:1150px;overflow:hidden;}
.limageset  li {  float: left;  height: 228px;  margin-right: 20px;  display: inline;  overflow: hidden;}
.limageset  li img{ border: 1px solid #ccc;  padding: 1px;}
.limageset li .p1 {  height: 40px;  padding: 0 5px;line-height: 40px;  text-align: center;}
.limageset li .p1 a{ font-size: 14px;}

.photo_album {padding:10px 0 0 0;}
.photo_album li{width: 187px;  height: 253px;  /* margin-right: 20px; */  margin-bottom: 50px;  list-style: none;  float: left;  overflow: hidden;  zoom: 1;  background: #fff;  border: 1px solid #ebebeb;  border-bottom: 1px solid #cecece;  padding: 14px;  box-shadow: 0 1px 1px #e5e5e5;  position: relative;  margin: 0px 10px 10px 10px;}
.photo_album .tit { font-size:14px; margin-top:5px;}
.photo_album .tit a { color:#e94e73;}
.photo_album .tit a:hover { color: #f97f9f;}
.photo_pic { width:200px; float:left; border:1px #ddd solid;padding:10px;}
.photo_info { width: 738px;  margin-left: 20px;  float: right;}
.photo_info h2 { font-size:14px;}
.photo_info .text1 { font-size:12px; line-height:24px; color:#555;  text-align: left;}

.news_title  h2{  text-align: center;}
.bot-rel-link {  padding: 10px 0 0;  text-align: left;}
/*-------详情页-------------------------------------------------------------------------------------------------------------------------------------------------------*/
.news_title{line-height:40px;  padding-bottom:10px; overflow:hidden;}
.news_title h3{font-size:16px; margin-top:7px;}
.border1_bottom .pro-txts {width:500px;}
.pro-related .bd {  padding: 10px 10px 0 10px!important;}
.pro-related .bd li { width: 163px!important; }
.ser-imgs .bd {  float: right;  line-height: 24px;  width: 260px;  text-align: left;  margin-right: 100px;}
.bot-rel-link li {background:none!important;}
.border1_bottom .tobuybtn {  background:#155b9d;}
.photo_item{ border-top:2px #ddd solid; margin-top:20px;padding:20px 0;}
.photo_item ul {width:1010px;}
.photo_item li {  width: 149px;  height: 127px;margin-right: 3px;  margin-bottom: 20px;  list-style: none;  float: left;  overflow: hidden;  zoom: 1;  background: #fff;  border: 1px solid #ebebeb;  border-bottom: 1px solid #cecece; box-shadow: 0 1px 1px #e5e5e5;  position: relative;  padding-top: 10px;  padding: 5px;}
.border1_bottom .pro-detail .hd{background:#155b9d;color:#fff;border-bottom: 0;}
.border1_bottom .pro-related .hd{background:#155b9d;color:#fff;border-bottom: 0;}
.border1_bottom .pro-related .bd li p{line-height:25px;}

.suotu .suolt{width:100%!important;}
.suotu .suolt .viewport{width:100%!important;  margin-left: 5px;}
/*--------footer------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* foot*/
.footclear{ width:100%; clear:both; margin:0 0 0px 0;height:0px; font-size:0; overflow:hidden;}
.foot{width:100%; min-width:1004px;color:#fff;  overflow:hidden;   background: #222222;}
.fmain{ width:980px; margin:0 auto;}
.f_link{ width:100%;height:42px; overflow:hidden;line-height:42px;  border-top: 1px solid #d2d2d2;  background: #fff;}
.f_link .main{ position:relative; z-index:999;}
.f_link a{padding-left:20px}
.f_link span{ color:#155b9d;  font-size: 14px;;}
.bottomnav{width:100%; height:30px; line-height:30px;  padding-top:29px;text-align:center;}
.bottomnav a{ height:45px;overflow:hidden;display:inline-block;width:90px;margin:0 1px 0 1px;color:#fff;  font-size: 14px;}
.bootTxt{ color:#fff;float:left;width:100%; padding-top:10px;line-height:30px; text-align:center;}
.bootTxt a{color:#fff;}



