/*
Template Name: default
Version: 1.0
Author: DouCo Design
Author URI: http://www.douco.com/
*/

/* 全局通用
----------------------------------------------- */
body {
 font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
 color: #555;
 background-color: #F4F4F4;
}
body, button, input, textarea {
 font-size: 12px;
 line-height: 1.531;
 outline: none;
 margin: 0;
 padding: 0;
 border: 0;
}
p, ul, ol, dl, dt, dd, form, blockquote {
 margin: 0;
 padding: 0;
}
ul, ol {
 list-style: none;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 12px;
 margin: 0;
 padding: 0;
}
em, b, i {
 font-style: normal;
 font-weight: normal;
}
img {
 border: 0;
}
a {
 text-decoration: none;
 color: #333333;
}
a:hover {
 text-decoration: underline;
 color: #C70D0E;
}
input, img, select {
 vertical-align: middle;
}
.clear {
 clear: both;
 height: 0;
 line-height: 0;
 font-size: 0;
}
.clearfix {
 overflow: hidden;
 zoom: 1;
}
.none {
 display: none;
}
#captcha {
 cursor: pointer;
}
.more {
 float: right;
 padding-right: 8px;
 font-size: 12px;
 font-weight: normal;
 text-transform: uppercase;
}
.more a {
 color: #999;
}
.more a:hover {
 text-decoration: underline;
}
/* 主体框架
----------------------------------------------- */
#wrapper {
}
#wrapper .wrap {
 width: 980px;
 margin: 0px auto;
}
#wrapper .mb {
 margin-bottom: 50px;
}
/* -- index -- */
#indexLeft {
 float: left;
 width: 600px;
}
#indexRight {
 float: right;
 width: 360px;
 text-align: left;
}
/* -- page -- */
#pageLeft {
 float: left;
 width: 180px;
 margin-right: 20px;
}
#pageIn {
 float: left;
 width: 780px;
 overflow: hidden;
}
/* 头部导航
----------------------------------------------- */
/* -- top -- */
#top {
 background-color: #EEEEEE;
 height: 30px;
 border-bottom: 1px solid #D8D8D8;
 text-align: right;
 color:#fff;
}
/* topNav */
#top .topNav {
 position: relative;
 z-index: 1000;
 height: 30px;
 float: right;
}
#top .topNav li {
 border: 1px solid #EEEEEE;
 border-bottom: 0;
 float: left;
 zoom: 1;
 text-align: center;
}
#top .topNav li s {
 top: 9px;
 left: 0;
 width: 0;
 height: 12px;
 border-left: 1px solid #DDD;
 overflow: hidden;
}
#top .topNav li a {
 padding: 0 12px;
 height: 28px;
 line-height: 28px;
 color: #555;
}
#top .topNav li.hover {
 position: relative;
 background: #FFFFFF;
 border: 1px solid #DDDDDD;
 border-bottom: 0;
}
#top .topNav li.hover s {
 border-left: 1px solid #FFF;
}
#top .topNav ul {
 background: #FFFFFF;
 border: 1px solid #DDDDDD;
 border-top: 0;
 width: 100%;
 display: none;
 position: absolute;
 top: 100%;
 left: -1px;
 padding-bottom: 4px;
}
#top .topNav ul li {
 float: none;
}
#top .topNav li.hover ul li {
 border: none;
}
#top .topNav li.hover ul li a {
 height: 25px;
 line-height: 25px;
}
/* -- header -- */
#header {
 min-height: 80px;
}
#header .logo {
 padding: 14px 0;
 float: left;
}
#header .searchBox {
 float: right;
}
#header .searchBox {
 margin: 30px 10px 0 0;
}
#header .searchBox .keyword {
 width: 210px;
}
/* -- mainNav -- */
#mainNav {
 margin-bottom: 10px;
 height: 35px;
 font-size: 14px;
}
/* LEVEL ONE */
#mainNav ul.wrap {
 background: #E0E0E0 url(images/main_nav_right.gif) no-repeat right top;
 position: relative;
 z-index: 1000;
}
#mainNav ul li {
 background-color: #E0E0E0;
 float: left;
 zoom: 1;
}
#mainNav ul li a {
 display: block;
 width: 101px;
 padding: 0 12px;
 text-align: center;
 border-right: 1px solid #F4F4F4;
 height: 35px;
 line-height: 35px;
 color: #000000;
 text-decoration: none;
}
#mainNav ul li.hover, #mainNav ul li.cur {
 background: #f20c00;
 position: relative;
}
#mainNav ul li.hover a, #mainNav ul li.cur a {
 color: #fff;
}
#mainNav ul li .first {
 background: #E0E0E0 url(images/main_nav_left.gif) no-repeat left top;
 width: 74px;
}
#mainNav ul li.hover .first, #mainNav ul li.cur .first {
 background: #f20c00 url(images/main_nav_left.gif) no-repeat left bottom;
}
#mainNav ul li .last {
 background: #E0E0E0 url(images/main_nav_right.gif) no-repeat right top;
 margin-right: -1px;
}
#mainNav ul li.hover .last, #mainNav ul li.cur .last {
 background: #f20c00 url(images/main_nav_right.gif) no-repeat right bottom;
}
/* LEVEL TWO */
#mainNav ul ul {
 min-width: 125px;
 _width: 125px;
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
 border-top: 1px solid white;
 background: #E0E0E0;
}
#mainNav ul ul li {
 font-weight: normal;
 background: #E0E0E0;
 float: none;
}
#mainNav ul li.hover ul li a {
 color: #24313C;
 border-right: none;
 display: inline-block;
}
#mainNav ul li.hover ul li.hover a {
 color: #FFF;
}
#mainNav ul li.hover ul a.parent {
 background: url(images/icon_red.gif) no-repeat 100px 50%;
}
/* LEVEL THREE */
#mainNav ul ul ul {
 left: 100%;
 top: 0;
 border-top: 0;
 _border-top: 1px;
}
#mainNav ul li.hover ul li.hover ul li a {
 color: #24313C;
}
#mainNav ul li.hover ul li.hover ul li.hover a {
 color: #FFF;
}
/* 首页样式
----------------------------------------------- */
/* -- 幻灯 -- */
.slideShow {
 position: relative;
 margin: 0 auto 10px;
 padding: 0;
 *zoom: 1;
}
.slideShow .slides a {
 display: block;
 height: 280px;
 background-repeat: no-repeat;
 background-position: center center;
}
.slideShow .slideBox {
 background: #fff;
 /*fix other elements on the page moving (on Chrome)*/
 -webkit-transform: translatez(0);
 -moz-transform: translatez(0);
 -ms-transform: translatez(0);
 -o-transform: translatez(0);
 transform: translatez(0);
}
/* -- slideLoading -- */
.slideShow .slideLoading {
 min-height: 50px;
 background: url(images/slide_loader.gif) center center no-repeat #fff;
 height: 100%;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2000;
}
/* -- previous 和 next 按钮 -- */
.slideShow .arrowBox a {
 z-index: 50;
 font-family: \5b8b\4f53, sans-serif;
 position: absolute;
 display: block;
 margin-bottom: -20px;
 width: 40px;
 height: 40px;
 bottom: 50%;
 line-height: 40px;
 text-decoration: none;
 text-align: center;
 color: #fff;
 font-size: 2em;
 background-color: #333;
 background-color: rgba(50,50,50,.3);
}
.slideShow .arrowBox a.disabled {
 display: none;
}
.slideShow .arrowBox .arrowPrev {
 left: 20px;
}
.slideShow .arrowBox .arrowNext {
 right: 20px;
}
.slideShow .arrowBox a:hover {
 background-color: rgba(50,50,50,.6);
}
/* -- controlBox -- */
.slideShow .controlBox {
 z-index: 30;
 position: absolute;
 bottom: 10px;
 width: 100%;
 text-align: center;
 font-size: .85em;
 font-family: Arial;
 font-weight: bold;
 color: #666;
}
.slideShow .controlBox .control {
 display: inline-block;
 *zoom: 1;
 *display: inline;
}
.slideShow .controlBox.controlDefault a {
 background: url(images/inactive.png) no-repeat 50% 50%;
 text-indent: -9999px;
 overflow:hidden;
 width: 20px;
 height: 30px;
 clear: none;
 display: block;
}
.slideShow .controlBox.controlDefault a:hover, .slideShow .controlBox.controlDefault a.active {
 background: url(images/active.png) no-repeat 50% 50%;
}
/* -- slideTitle -- */
.slideShow .slideTitle {
 z-index: 20;
 position: absolute;
 bottom: 0;
 left: 0;
 background: #666\9;
 background: rgba(80, 80, 80, 0.75);
 width: 100%;
}
.slideShow .slideTitle span {
 color: #fff;
 display: block;
 font-size: .85em;
 padding: 15px 10px;
}
/* -- sileThumb -- */
.slideShow .sileThumb {
 z-index: 30;
 text-align: center;
 position: absolute;
 bottom: 8px;
 right: 8px;
}
.slideShow .sileThumb a {
 margin: 0 3px;
}
.slideShow .sileThumb a img {
 border: solid #B0B0B0 1px;
}
.slideShow .sileThumb a.active img {
 border: solid #f20c00 1px;
}
/* 通用结构	
----------------------------------------------- */
/* -- form -- */
.btn {
 display: inline-block;
 background-color: #0072C6;
 color: #EEE;
 padding: 6px 25px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
}
.btn:hover {
 text-decoration: none;
 color: #FFFFFF;
 background-color: #007AD5;
}
.btnGray {
 display: inline-block;
 background-color: #CCC;
 border: 0;
 color: #333;
 padding: 6px 15px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
}
/* -- input -- */
.textInput {
 padding: 0 4px;
 height: 28px;
 border: 1px solid #DDDDDD;
}
.textArea {
 padding: 4px;
 border: 1px solid #DDDDDD;
}
/* -- style -- */
.price {
 color: #CC0000;
}
/* -- incBox -- */
.incBox {
 margin-bottom: 15px;
}
.incBox h3 {
 height: 35px;
 line-height: 35px;
 color: #7A7F81;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #CBD1D3;
}
.incBox h3 a {
 color: #7A7F81;
}
/* -- tree -- */
.treeBox {
 margin-bottom: 15px;
}
.treeBox h3 {
 height: 35px;
 line-height: 35px;
 color: #7A7F81;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #CBD1D3;
}
.treeBox li {
 border-left: 4px solid #F4F4F4;
 line-height: 15px;
 margin-top: 15px;
 padding-left: 10px;
}
.treeBox li.cur {
 border-left: 4px solid #f20c00;
}
.treeBox li a {
 color: #7A7F81;
}
.treeBox .searchBox {
 margin:20px 0;
}
.treeBox .searchBox .keyword {
 width: 136px;
}
/* -- searchBox -- */
.searchBox {
 border: 1px solid #DDDDDD;
 background-color: #FFF;
 height: 28px;
 padding-left: 10px;
}
.searchBox {
 position: relative;
 white-space: normal
}
.searchBox label {
 height: 0;
 line-height: 0;
 overflow: hidden;
 width: 0;
 position: absolute;
 font-size: 0;
 z-index: -1;
 outline: 0
}
.searchBox .keyword {
 color: #CCCCCC;
}
.searchBox .keyword:focus {
 color: #555
}
.searchBox .keyword::-webkit-input-placeholder {
 color:#CCCCCC;
}
.searchBox .keyword:focus:-moz-placeholder, .searchBox .keyword:focus::-moz-placeholder {
color:transparent!important
}
.searchBox .keyword:focus::-webkit-input-placeholder {
color:transparent!important
}
.searchBox .btnSearch {
 background: #E0E0E0 url(images/btn_search.gif) no-repeat;
 width: 28px;
 height: 28px;
 text-indent: -999px;
 overflow:hidden;
 cursor: pointer;
}
/* -- 上一页下一页 -- */
.lift {
 margin-top:60px;
 color:#999;
}
.lift a {
 color:#999;
}
.lift span {
 margin-right:15px;
}
/* 库项目样式
----------------------------------------------- */
/* -- urHere -- */
.urHere {
 height: 35px;
 line-height: 35px;
 color: #999999;
 border-bottom: 1px solid #CBD1D3;
}
.urHere a {
 color: #999999;
}
.urHere b {
 margin: 0 8px;
}
/* -- recommendProduct -- */
.recommendProduct {
 padding-top: 10px;
}
.recommendProduct li {
 float: left;
 width: 137px;
 height: 160px;
 margin-right: 17px;
 text-align: center;
}
.recommendProduct li.clearBorder {
 margin-right: 0;
}
.recommendProduct .img {
 border: 1px solid #E4E4E4;
 margin-bottom: 8px;
}
/* -- about -- */
.about {
 padding-top: 13px;
}
.about p {
 float: left;
 width: 120px;
 height: 154px;
}
.about dl {
 float: right;
 width: 465px;
 height: 154px;
}
.about dl dt {
 display: block;
 font-size: 16px;
 font-weight: bold;
 color: #313131;
 padding: 5px 0;
}
.about dl dd {
 line-height: 200%;
 color: #999999;
 word-wrap: break-word;
 word-break: normal;
}
.about .aboutBtn {
 display: block;
 text-decoration: underline;
 color: #CC0000;
 font-weight: bold;
 margin-top: 12px;
}
/* -- recommendArticle -- */
.recommendArticle li {
 background: url(images/icon_red.gif) no-repeat left 50%;
 border-bottom: 1px dotted #D1D1D1;
 line-height: 38px;
 padding-left: 15px;
}
.recommendArticle li b {
 float: right;
 color: #999999;
}
.recommendArticle li.last {
 border-bottom: 0;
}
/* -- contact -- */
.contact {
 border: 1px solid #CBD1D3;
 background-color: #EFEFEF;
 padding: 15px;
}
.contact h3 {
 border-bottom: 1px solid #CBD1D3;
 padding-bottom: 10px;
 font-size: 14px;
 color: #7A7F81;
}
.contact .box {
 padding:15px 0 0 3px;
}
.contact dl {
 margin-bottom: 8px;
 zoom:1;
 overflow:hidden;
}
.contact dt {
 float:left;
 background: url(images/icon_contact.gif) no-repeat 0 0;
 width:30px;
 height: 30px;
 margin-right:17px;
}
.contact dt.tel {
 background-position: 0 -30px;
}
.contact dt.fax {
 background-position: 0 -60px;
}
.contact dt.url {
 background-position: 0 -90px;
}
.contact dt.email {
 background-position: 0 -120px;
}
.contact dd {
 float:left;
 width:278px;
 color: #7A7F81;
 line-height:30px;
}
/* page
----------------------------------------------- */
#page {
 padding: 20px 0;
}
#page h1 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
}
#page .info {
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
}
#page .content {
 color: #666666;
 line-height: 200%;
 padding-top: 10px;
}
/* product_category
----------------------------------------------- */
.productList {
 padding-top: 20px;
 color: #999999;
}
.productList dl {
 float: left;
 width: 370px;
 height: 160px;
 margin: 0 20px 30px 0;
}
.productList dl.last {
 margin-right: 0;
}
.productList dt {
 float: left;
 width: 160px;
}
.productList dd {
 float: left;
 width: 195px;
 padding: 15px 0 0 15px;
}
.productList dt img {
 border: 1px solid #EEEEEE;
}
.productList .name {
 height: 18px;
 overflow: hidden;
}
.productList .name a {
 color: #333333;
 font-weight: bold;
}
.productList .brief {
 color: #999999;
 padding-top: 8px;
 height: 60px;
}
.productList .price {
 padding-bottom: 10px;
}
/* product
----------------------------------------------- */
#product {
 padding: 15px 0;
}
#product .productImg {
 float: left;
 width: 300px;
}
#product .productInfo {
 float: left;
 width: 465px;
 padding: 10px 0 0 15px;
 line-height: 200%;
}
#product .productInfo h1 {
 font-size: 18px;
}
#product .productInfo ul {
 padding-top: 10px;
}
#product .productInfo .productPrice {
 margin-bottom: 5px;
}
#product .productInfo .productPrice .price {
 font-family: Arial;
 font-size: 20px;
 font-weight: bold;
}
#product .productInfo .btnAsk {
 margin-top: 50px;
 zoom: 1;
 overflow: hidden;
}
#product .productInfo .btnAsk dt {
 float: left;
 width: 88px;
 height: 39px;
 line-height: 39px;
 text-align: right;
 padding-right: 3px;
 margin-right: 6px;
 background-color: #E0E0E0;
 color: #333;
 font-weight: bold;
}
#product .productInfo .btnAsk dd {
 float: left;
 width: 300px;
}
#product .productContent {
 padding: 15px 0;
}
#product .productContent h3 {
 height: 35px;
 line-height: 35px;
 color: #7A7F81;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #CBD1D3;
}
#product .productContent ul {
 padding: 15px 0;
 color: #666;
 line-height: 200%;
}
/* article_category
----------------------------------------------- */
#articleList dl {
 border-bottom: 1px dotted #D1D1D1;
 padding: 20px 0;
}
#articleList dl.last {
 border-bottom: 0;
}
#articleList dt {
 width: 620px;
 background: url(images/icon_red.gif) no-repeat left 50%;
 padding-left: 15px;
 margin-bottom: 10px;
}
#articleList dd {
 color: #999999;
 padding-left: 2px;
 line-height: 180%;
 zoom: 1;
 overflow: hidden;
}
#articleList dd p {
 float: left;
}
#articleList dd p.img {
 margin-right: 10px;
}
#articleList dd p.desc {
 width: 590px;
}
#articleList .numDate {
 float: right;
 text-align: right;
 padding-top: 12px;
}
#articleList .numDate em {
 background-color: #0072C6;
 color: #FFF;
 padding: 3px 4px;
 font-size: 14px;
 font-weight: bold;
}
#articleList .numDate p {
 font-size: 16px;
 color: #999999;
 margin-top: 5px;
}
/* article
----------------------------------------------- */
#article {
 padding: 20px 0;
}
#article h1 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
}
#article .info {
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
}
#article .content {
 color: #666666;
 line-height: 180%;
}
/* 留言板
----------------------------------------------- */
#guestBook {
 padding: 20px 0;
}
#guestBook h2 {
 color: #555;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
}
/* bookList */
#guestBook .bookList {
 margin-bottom: 30px;
 line-height: 180%;
 font-size: 13px;
}
#guestBook .bookList dl {
 margin-bottom: 15px;
}
#guestBook .bookList dt {
 color: #999;
 margin-bottom: 3px;
}
#guestBook .bookList dt b {
 color: #999;
 margin-left: 20px;
}
#guestBook .bookList dd {
 color: #666;
 overflow: hidden;
 zoom: 1;
}
#guestBook .bookList dd em {
 float: left;
 width: 70px;
}
#guestBook .bookList dd span {
 float: right;
 width: 910px;
 text-align: left;
}
#guestBook .bookList p {
 color: #0072C6;
 margin-top: 5px;
 overflow: hidden;
 zoom: 1;
}
#guestBook .bookList p em {
 float: left;
 width: 70px;
}
#guestBook .bookList p span {
 float: left;
 width: 800px;
}
#guestBook .bookList p b {
 color: #999;
 float: right;
}
#guestBook .bookList .pager {
 text-align: left;
}
/* bookList */
#guestBook .bookAdd {
 line-height: 180%;
 font-size: 13px;
}
#guestBook .bookAdd dl {
 overflow: hidden;
 zoom: 1;
 margin-bottom: 15px;
}
#guestBook .bookAdd dl dt, #guestBook .bookAdd dl dd {
 float: left;
}
#guestBook .bookAdd dl dt {
 width: 70px;
 text-align: right;
 line-height: 30px;
}
#guestBook .bookAdd .vcode {
 text-transform: uppercase;
}
#guestBook .bookAdd .select {
 height: 28px;
}
#guestBook .bookAdd dl.cue {
 margin: -8px 0 10px 60px;
 color: #999;
}
#guestBook .bookAdd dl.submit {
 margin: 20px 0 0 60px;
}
#guestBook .bookAdd dd b {
 display: block;
 padding: 2px 0 2px 3px;
 border: 1px solid #fec600;
 color: #666;
 background-color: #fbf8e9;
 line-height: 16px;
}
/* 提示信息
----------------------------------------------- */
#douMsg {
 padding: 10px 0 100px 0;
}
#douMsg dl {
 padding: 160px 0 200px 0;
 text-align: center;
 background-color: #EBEBEB;
 border-top: 1px solid #FFFFFF;
}
#douMsg dt {
 color: #0072C6;
 font-size: 16px;
 margin-bottom: 30px;
 font-weight: bold;
}
#douMsg dd {
 color: #666;
}
#douMsg dd a {
 margin-left: 5px;
 color: #000;
}
/* 分页
----------------------------------------------- */
.pager {
 text-align: right;
 padding-top: 20px;
 color: #666;
}
.pager a {
 color: #666;
 text-decoration: underline;
}
/* link
----------------------------------------------- */
.link {
 margin-bottom: 10px;
}
.link strong {
 color: #7A7F81;
 font-weight: bold;
}
.link a {
 color: #555;
}
/* 在线客服
----------------------------------------------- */
#onlineService {
 position: fixed;
 _position: absolute;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-380+"px");
 top: 208px;
 right: 0;
 z-index: 999999;
 display: block;
}
#onlineService .onlineIcon {
 position: relative;
 cursor: pointer;
 background: url(images/online_service.png) no-repeat;
 width: 34px;
 height: 110px;
 text-indent: -9999px;
 overflow:hidden;
}
#onlineService #pop {
 border: 3px solid #f20c00;
 background-color: #F2F2F2;
 padding: 8px;
 width: 95px;
 min-height: 84px;
 position: absolute;
 right: 34px;
 top: 0;
 display: none;
 z-index: 999999;
}
#onlineService .onlineQQ a {
 display: block;
 background: url(images/online_service.png) no-repeat left -160px;
 color: #f20c00;
 width: 82px;
 height: 24px;
 line-height: 23px;
 padding-left: 27px;
 margin-bottom: 8px;
}
#onlineService .onlineQQ a:hover {
 text-decoration: none;
 color: #f20c00;
}
#onlineService .service {
 border-top: 1px solid #DDDDDD;
 padding-top: 8px;
 color: #666;
}
#onlineService .service a {
 color: #666;
}
#onlineService .service li {
 background: url(images/online_service.png) no-repeat left -202px;
 padding-left: 8px;
}
#onlineService .goTop {
 display: none;
}
#onlineService .goTop .goBtn {
 background: #F2F2F2 url(images/online_service.png) no-repeat left -120px;
 width: 34px;
 height: 34px;
 display: block;
}
/* footer
----------------------------------------------- */
#footer {
 border-top: 1px solid #D8D8D8;
 background-color: #EBEBEB;
 padding: 35px 0;
 line-height: 25px;
 color: #999999;
}
#footer a {
 color: #999999;
}
#footer .footNav i {
 margin: 0 12px;
 color: #CCC;
}
#footer .footNav a.first {
 margin-left: 0;
}
#footer .copyRight {
 font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
}
/*sts*/
body {margin:0;}
body,td,th { font-family:"微软雅黑","宋体"; font-size:12px; color:#5f5d5d;}
html{ overflow-x:hidden; overflow-y:auto;}
h1, h2, h3, h4, h5, h6, h7, p, ul, ol, dl, dt, dd, li, body, form, input, button, img, cite, strong, em{ padding:0; margin:0;}
strong{ font-size:12px; font-weight:normal;}
ul, ol,li{ list-style-type:none;}
img{ border:0;}
input,select { font-size:12px; vertical-align:absmiddle;}
.wrap li,.d10 a,h2{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
a{ font-size:12px; color:#5f5d5d; text-decoration:none; cursor:pointer;}
a:hover{ font-size:12px;  color:#F00; text-decoration:none;}
.clear{ clear:both;}

.pz_top{ width:100%; background:url(images/index2_04.jpg) repeat-x; height:79px; float:left}
.pz_menu{ width:100%;background:url(images/bj11_05.jpg) ; float:left; overflow:hidden}
.pz_main{ width:100%; float:left; background:#f7f7f7; }
.pz_down{ width:100%;background:url(images/footbj_06.jpg) repeat-x; float:left; overflow:hidden}

.w_1000{ width:1000px; margin:0 auto}
.w_175{ width:176px; float:left}
.w_804{ width:804px; float:left;}

/*导航*/
.c_1000_1{ width:1000px; float:left; position:relative;z-index:11}
.logot{ position:absolute; top:0; left:0; z-index:111111;}
.c_1000_1 .l{ float:left; margin:28px 0 0 145px}
.menu{ height:58px; float:right}
.menu ul .nli{  background:url(images/navbj_06.jpg) no-repeat  right top;float:left; margin-top:1px; position:relative; height:79px;z-index:999;}
.menu ul .nli span a{ display:block; line-height:79px;font-size:14px; color:#6d6d6d; padding:0 16px 0 16px; }
.menu ul .nli span a:hover,
.menu ul .nli span .on{color:#f00;}
.menu .sub{ float:left; background: url(images/bj00_03.png); position:absolute; top:77px;z-index:1000; display:none;}
.menu .sub li{ float:left;  padding:0 12px 0 12px;  height:35px; line-height:35px;text-align:center;}
.menu .sub li a{ font-size:12px; color:#fff; float:left; width:60px; text-align:center}
.menu .sub li a:hover{ color:#f00; background:none;}

/*banner*/
.banner{ width:1000px; float:left; text-align: center; position:relative; overflow:hidden}
  .pz_slides_3{ width:1000px; height:268px; margin:0 auto; overflow:hidden; position:relative;  }
		.pz_slides_3 ._btn{  overflow:hidden; position:absolute;left:928px; bottom:22px; z-index:999; }
		.pz_slides_3 ._btn ul{ overflow:hidden; zoom:1; float:left;  }
		
		.pz_slides_3 ._btn ul li{float:left;width:21px; height:13px;margin-left:5px;  cursor:pointer; BACKGROUND: url(images/btn.png) no-repeat -19px -83px;}
		.pz_slides_3 ._btn ul li.on{BACKGROUND-POSITION: 1px -83px}
		
        .pz_slides_3 ._pic{ position:relative;}
		.pz_slides_3 ._pic li{ zoom:1; vertical-align:middle;position:relative;}
		.pz_slides_3 ._pic li img{width:1920px; height:595px; display:block;}

/*main*/
.c_1000_2{ width:1000px; float:left; margin:30px 0 20px 0}
.l_358{ width:358px; float:left; line-height:20px ; margin-right:24px}
.l_358 .t_358{width:335px}

.lgd{  font-size:14px;padding-left:22px; float:left ;background:url(images/index2_13.jpg) no-repeat bottom left; height:30px;}
.gd{ float:right; width:50px}
.gd img{ float:right; margin-top:6px}
.l_358 .d_358{ float:left; margin-top:24px}
.l_358 .d_358 img{ float:left; margin-right:12px}
.c_224{ float:left; width:175px; padding-left:25px;background:url(images/mainbj_03.jpg) no-repeat left center; margin-right:24px}
.c_224 .t_224{ float:left; width:154px}
/*焦点图*/
       .pz_focus_1{ width:175px; height:120px; position:relative; border:1px solid #ddd; float:left; margin-top:24px}
		.pz_focus_1 ._btn{ height:25px; overflow:hidden; position:absolute; right:0px; bottom:1px; z-index:1;}
		.pz_focus_1 ._btn ul{ overflow:hidden; zoom:1; float:right;  }
		.pz_focus_1 ._btn ul li{color:#fff; float:left;;margin-top:10px;  width:23px; height:14px; line-height:14px; text-align:center; background:#000; cursor:pointer; border-right:1px #FFFFFF solid}
		.pz_focus_1 ._btn ul li.on{ background:#FF0000; color:#fff; }
		.pz_focus_1 ._pic{ position:relative; height:100%; z-index:0;   }
		.pz_focus_1 ._pic li{ zoom:1; vertical-align:middle; }
		.pz_focus_1 ._pic img{ width:175px; height:120px; display:block;  }

.r_379{ width:360px; float:left; padding-left:25px;background:url(images/mainbj_03.jpg) no-repeat left center;}		
.w379{ float:left; width:100%}
.r_379 .t_379 a{ background: #b2b2b0; float:left; width:99px; color:#FFF; text-align:center; line-height:30px; margin-right:1px; font-size:14px;}
.r_379 .t_379 .hover,
.r_379 .t_379 .hover1:hover{ background: #F00; color:#FFF; font-size:14px}
.r_379 .t_379 .hover2{float:right; margin:0 3px 0 0; background:none; width:30px}
.r_379 .t_379 .hover2 img{ float:left; margin-top:6px}
.r_379 .d_379{ margin-top:14px; line-height:12px}
.r_379 .d_379 li{ background:url(images/dian_14.jpg) no-repeat bottom; line-height:26px; overflow:hidden; float:left; width:100%}
.r_379 .d_379 li a{ background:url(images/index2_24.jpg) no-repeat left center; padding-left:10pxl}
.r_379 .d_379 a{ float:left; background:url(images/navbj_18.jpg) no-repeat left center; padding-left:10px; color:#747474;}
.r_379 .d_379 div{ float:right; color:#747474;}
.r_379 .d_379 a:hover{ color:#F00}

/*尾部*/
.c_1000_3{ width:1000px; float:left; line-height:32px}
.c_1000_3 .r{ float:right}
.c_1000_3 .l{ float:left}
.c_1000_3 a{ color:#666}
.c_1000_3 a:hover{ color:#F00}

/*子页边导航*/
.pz_SideLayer{ width:176px; float:left; line-height:24px; margin-bottom:24px}
.pz_SideLayer .l1{ width:176px; float:left; margin-bottom:2px}
.pz_SideLayer .l1 a{ width:176px; text-align:center; float:left; background:#c5c5c4; color:#FFF; font-size:12px}
.pz_SideLayer .l1 .hover,
.pz_SideLayer .l1 a:hover{ background:#9e9e9e}

/*关于我们 子页主体*/
.c_1000_4{ width:1000px; float: left;}
.c_176{ width:176px; float:left; margin-top:18px}
.t_176{ width:176px; float:left; line-height:32px; background:#F00; color:#FFF; text-align:center; font-size:14px; margin-bottom:2px}
.d_176{ width:176px; float:left;}
.d_176 div{ float:left; height:60px; padding:11px 0 0 8px; width:176px; font-size:14px; color:#666}
.d_176 div a{ font-size:12px; color:#9A9A9A}
.d_176 .z1{ background:url(images/guwm_09.jpg) no-repeat}
.d_176 .z2{ background:url(images/guwm_16.jpg) no-repeat}
.d_176 .z3{ background:url(images/guwm_17.jpg) no-repeat}
.d_176 a:hover{ color:#F00}
.c_804{ width:804px; float:left; margin:18px 0 0 20px}
.t_804{ width:804px; float:left; line-height:30px; font-size:14px; border-bottom:1px #CCC solid}
.t_804 .z1{ background:url(images/guwm_05.jpg) no-repeat left center; padding-left:12px; float:left}
.t_804 .z2{ float:right}
.t_804 a{ font-size:12px;}
.d_804_1{ line-height:24px;width:804px; float:left; margin:12px 0 14px 0; min-height:400px;}
.d_804_1 img{ margin:9px 0 6px 0}
.d_804_1 .z1{ display:inline; color:#F00}

/*项目介绍*/
.t_804 .z_1{ float:left}
.d_804_2 { width:850px; float:left; min-height:400px; margin-top:18px;overflow:hidden; }
.d_804_2 .img { width:228px; height:200px;text-align:center; float:left; overflow:hidden; margin-right:40px}
.d_804_2 .img img{ margin-bottom:10px;border: 1px dashed #cfcece; padding:2px; width:200px; height:150px;}
/* 分页 */
.fy{ width:100%; float:left; padding:20px 0px; }
.sabrosus { padding:5px; margin: 3px; text-align:center;}
.sabrosus A {PADDING:5px 10px;line-height:26px; text-align:center; margin-left:5px; COLOR: #333333; text-decoration:none; background:url(images/ann_27.jpg) no-repeat;  margin-right:2px; font-family:"微软雅黑","宋体";}
.sabrosus A:hover,DIV.pagination A:active {color: #fff;  background:url(images/ann1_29.jpg) no-repeat; text-decoration:none; font-family:"微软雅黑","宋体";}
.sabrosus SPAN.current {PADDING:5px 10px;  COLOR: #fff;margin-left:5px; MARGIN-RIGHT: 2px; background:url(images/ann1_29.jpg) no-repeat; font-family:"微软雅黑","宋体";}
.sabrosus SPAN.disabled {BORDER:#c4c4c4 1px solid;PADDING:3px 9px; COLOR: #1c5eb2; MARGIN-RIGHT: 2px; font-family:"微软雅黑","宋体";}


/*项目介绍下级*/
.d_804_3{ float:left; width:804px;line-height:24px; min-height:400px}
.d_804_3 .t1{ float:left; width:100%; text-align:center; line-height:54px; font-size:16px}
.d_804_3 .c1{ border-bottom:1px #CCCCCC solid; padding-bottom:9px; margin-bottom:14px}
.d_804_3 .c1 .z1{ font-size:14px; color:#F00}
.d_804_3 .d1{ float:left; width:100%; margin-bottom:28px}
.d_804_3 .l{ float:left}
.d_804_3 .r{ float:right}

/*新闻简介*/
.d_804_4{ width:804px; float:left; margin-top:20px; line-height:24px}
.d_804_4 li a{ color:#444343;}
.d_804_4 li a:hover{ color:#F00}
.d_804_4 li{ float:left; background:url(images/dtxian_08.jpg) no-repeat bottom; margin-bottom:19px; color:#595858}
.d_804_4 li img{ float:left; margin:0 17px 20px 0}




        
/*    新闻中心内页   */
.news_tit{ width:804px; float:left; border-bottom:1px dashed #999999; padding:20px 0; text-align:center; line-height:24px;}
.news_tit h2{ font-size:14px;}
.news_tit span{ color:#969696;}

.news_ct{ width:784px; float:left; padding:10px; line-height:20px;}



/*    留言   */

.zxly { width:804px; margin:0 auto;}
.zxly span{ font-size:14px; color:#000000;}
.zxly_an{  width:500px; padding:20px 0 0 135px;}
.txtk{ float:left; width:168px; height:23px;margin-top:10px;}
.nrk{ float:left; width:308px; height:98px; margin-top:20px;}


/* 分页
----------------------------------------------- */
.pager {
	text-align: right;
	padding: 20px;
	color: #666;
}
.pager a {
	color: #666;
	text-decoration: underline;
}
