﻿@charset "utf-8";
/* CSS Document */

html, body, div, p, ul,ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, frameset, table, th, tr, td, fieldset { margin:0; padding:0; }

/* IE5.xIE6бbug */ 
* html body{overflow: visible;} 
* html iframe, * html frame{overflow: auto;} 
* html frameset{overflow: hidden;} 

/* body */ 
body{color:#757575; font-size:12px; line-height:24px;  font-family:Arial, Helvetica, sans-serif; background:#FFF} 
i, em, cite { font-style:normal; }

/* a */ 
a{color:#757575; font-size:12px;/*-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;*/ text-decoration: none; }
a:hover { color:#0091d5; }

/* form */ 
textarea,input{ word-wrap:break-word;word-break:break-all;} 
input {vertical-align:middle;font-size:12px; outline:none}

iframe{ border:0}
/* li */ 
ul,li{list-style-type:none;} 
/* img */ 
body img{border:0 none; vertical-align:middle;} 

/* h* */ 
h1{ font-size:24px;} 
h2{ font-size:20px;} 
h3{ font-size:18px;} 
h4{ font-size:16px;} 
h5{ font-size:14px;} 
h6{ font-size:12px;} 


/* Hides from IE-mac \*/
* html .clearfix {height:1%;}.clearfix {display:block;}
/* End hide from IE-mac */
/*********清除浮动处理**********/
.clr { clear:both; display:block; height:0;font-size:0; overflow:hidden;}

/*返回顶部*/
.totop{position:fixed; right:50%; margin-right:-528px; z-index:10000; bottom:25px;display:block; width:26px; height:62px; background:url(../images/rocket.png) no-repeat 0 0; -webkit-transition: all 0.2s ease-in-out;}

.headWrap{ height:45px; width:auto; background:#FFF; color:#242424; font-size:12px; line-height:45px;}
.headWrap .head{ width:1000px; margin:0 auto; position:relative}
.headWrap .head img{ width:100px; margin-left:15px;}
.headWrap .head .lang{ position:absolute; right:0; top:0}
.headWrap .head .lang a{color:#414141; margin-left:7px;; margin-right:7px;}
.headWrap .head .lang a:hover{ color:#0091d5}
.headWrap .head .lang a.en{ margin-right:0}

/*网站头部*/
.top-TWrap{ height:100px; background:#0091d5;}
.top-T{ width:1000px; margin:0 auto; height:113px; overflow:hidden; position:relative}
.top-T .logoL{ width:200px; height:100px; overflow:hidden;  position:relative}



/***********nav*******/

.nav{ width:auto; margin:0 auto; height:45px;position:absolute; right:0; top:28px;}
.nav li{ float:left; display:inline; height:45px;}
.nav li.xian{ width:6px; height:45px; background:url(../images/xian.jpg) center center no-repeat}
.nav li a{line-height:45px; text-align:center; margin:0 20px; font-size:16px; color:#FFF; display:block; text-transform:capitalize}
.nav li a:hover,.nav li .cur{  color:#FFF; border-bottom:2px solid #FFF }
.nav li:nth-last-child(1) a{ margin-right:0}

/*********************************公共头部结束*******************************/
.js-pl{ margin:30px auto}

.js-silder,js-pl{position: relative; height:500px}
.silder-scroll{width: 100%; overflow: hidden; height:100%;}
.silder-main{position: relative; width: 100%; overflow: hidden; height:100%;}
.silder-main-img{position: absolute;top: 0;left: 0;width: 100%; height:100%;}
.silder-main-img a{ display:block; height:100%}
.silder-main-img img{width: 100%;}
.js-silder-ctrl{position:absolute; bottom:5px; z-index:10; width: 100%; text-align: center;}
.silder-ctrl-prev,
.silder-ctrl-next{position: absolute;top: 0;display:none;width: 8%;height: 100%;vertical-align: middle;cursor: pointer;color: #fff;font-family: "宋体";font-size: 52px;font-weight: 600;text-shadow: #666 2px 2px 5px;}
.silder-ctrl-prev{left: 0; text-align: left;}
.silder-ctrl-next{right: 0; text-align: right;}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{position: absolute;top: 50%;margin-top: -40px;}
.silder-ctrl-prev>span{display:none;left: 0;}
.silder-ctrl-next>span{ display:none;right: 0;}
.silder-ctrl-con{display: inline-block;width:10px; padding: 10px 0;margin: 0 10px;cursor: pointer; }
.silder-ctrl-con>span{display: block;line-height: 0;text-indent: -9999px;overflow: hidden; height:10px; width:10px; cursor: pointer; border:1px solid #FFF;-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; }
.silder-ctrl-con.active>span{background-color: #FFF;}

@media (max-width: 768px){
.silder-ctrl-prev,.silder-ctrl-next{width: 10%;font-size: 26px;margin-top: -25px;}
.silder-ctrl-con{width: 14px;height: 14px;padding: 0;margin: 0 5px;}
.silder-ctrl-con>span{display: block; width: 100%;height: 100%;border-radius: 50%;padding: 0;}
}

/*产品中心*/
.index_pro_title{ width:1000px; margin:0 auto; padding:40px 0}
.index_pro_title span{ display:block; border-left:4px solid #0091d5; color:#202020; font-size:24px; font-weight:bold; padding-left:10px;}
.index_pro_list{ width:1000px; margin:10px auto 0; overflow:hidden}
.index_pro_list li{ float:left; width:250px; overflow:hidden;  position:relative;margin-bottom:40px; padding-bottom:40px;}
.index_pro_list li a{ display: block; width:240px; margin:0 auto; height:200px; overflow:hidden; background:#FFF;}
.index_pro_list li a:hover .txt{ text-decoration:underline}
.index_pro_list li .pic{width:240px; height:240px; margin:0 auto; position:relative; text-align:center;}
.index_pro_list li .pic img{ max-width:100%; max-height:100%; position:absolute; left:0; top:0; right:0; bottom:0; margin:auto}
.index_pro_list li .txt{ width:auto; line-height:36px; margin:0 auto; font-size:16px;  color:#090909; font-size:14px; text-align:center; height:36px;}
.index_pro_list li:before{ content: '';
	position:absolute;
	left:0; top:0;
    display: block;
	 width: 1px;
    height:300px; background:#e3e4e4}
	
.index_pro_list li:after{ content: '';
	position:absolute;
	left:0; bottom:0; right:0; margin:auto;
    display: block;
	 width: 70%;
    height:1px; background:#e3e4e4}

.index_pro_list li:nth-child(1):before,.index_pro_list li:nth-child(5):before,.index_pro_list li:nth-child(9):before{width: 0;}

.index_pro_list li:nth-child(5):after,.index_pro_list li:nth-child(6):after,.index_pro_list li:nth-child(7):after,.index_pro_list li:nth-child(8):after{height: 0;}



.index_pro_text{ background:url(../images/about.jpg) center center no-repeat; width:auto; margin:0 auto; height:372px; }
.aboutText{ width:530px; padding-right:10px; padding-top:70px; margin:0 auto; padding-left:430px; font-size:12px; line-height:24px; color:#666666}
.aboutText strong{ font-size:14px; font-weight:bold; color:#0075ac}

.aboutText a{ display:block;}
.aboutText a:hover{ color:#0091d5}


.commentWrap{ height:346px; background:url(../images/pl.jpg) center center no-repeat}
.commentTitle{ width:1000px; margin:0 auto; color:#ffffff; font-size:24px; line-height:40px; padding-top:25px;}
.commentWrap .slideBox{ width:1000px; overflow:hidden; position:relative; margin:20px auto; height:220px;}
.commentWrap .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.commentWrap .slideBox .hd ul{ overflow:hidden; zoom:1; text-align:center;  width:1000px; }
.commentWrap .slideBox .hd ul li{ display:inline-block; margin:0 5px;  width:10px; height:10px; text-indent:999px;-webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px; border:1px solid #FFF; cursor:pointer; }
.commentWrap .slideBox .hd ul li.on{ background:#ffffff; color:#fff; }

.commentWrap .slideBox .bd{ position:relative;  z-index:0;  width:1000px; height:170px; background:#FFF; }
.commentWrap .slideBox .bd li{ zoom:1; height:140px; overflow:hidden; padding:15px 30px}
.commentWrap .slideBox .bd li .pic{  display:block; float:left; width:141px; height:141px; margin-right:30px }
.commentWrap .slideBox .bd li .txt{  display:block; float:left; width:750px; color:#434343; font-size:14px; font-style:italic; height:131px; line-height:30px; padding-top:10px; }





.protitle{ width:1000px; margin:25px auto; text-align:center; font-size:14px; color:#757575}
.protitle img{ display:block; margin:0 auto}
.inPRO{ width:1000px; margin:20px auto; overflow:hidden;}
.LeftBox{ width:242px; float:left; overflow:hidden; position:relative; margin-bottom:40px }
.LeftBox .Lefttitle{ text-align:center; height:69px; line-height:69px; font-size:18px; font-weight:bold; text-transform:uppercase; color:#FFF; background:url(../images/lefttopbj.jpg) center center no-repeat}
.LeftBox .LeftList{ width:242px; margin:0 auto;  background:url(../images/conbj.jpg) center center repeat-y; -webkit-border-radius:5px 0 0 5px; -moz-border-radius:5px 0 0 5px; border-radius:5px 5px 0 0; overflow:hidden}
.LeftBox .LeftList ul{ padding-bottom:20px;}
.LeftBox .LeftList  li {  overflow:hidden; line-height:40px; height:40px; overflow:hidden; font-weight:bold; border-bottom:1px solid #c7c7c7; width:200px; margin:0 auto}
.LeftBox .LeftList  li a{ color:#0091d5; display:block;  font-size:14px;}
.LeftBox .LeftList  li a:hover,.LeftBox .LeftList  li a.cur{ color:#0091d5}

.LeftBox .LeftList  li.two{ border-bottom:0; font-weight:normal; line-height:26px; height:26px;}
.LeftBox .Leftbottom{ text-align:center; height:9px; background:url(../images/bottom.jpg) center center no-repeat}


.LeftBox .LeftList .contact{ width:200px; margin:0 auto; padding-bottom:10px;}



.inPRO .RightBOx{ width:720px; float:right; overflow:hidden;}
.inPRO .RightBOx li{ float:left; width:273px; overflow:hidden; margin-bottom:10px; }
.inPRO .RightBOx li a{ display: block; width:260px; background:#FFF;}
.inPRO .RightBOx li a:hover{color:#c13422;}
.inPRO .RightBOx li .pic{width:260px; height:260px; margin:0 auto; border:1px solid #e7e7e7;  position:relative; text-align:center;}
.inPRO .RightBOx li .pic img{ max-width:100%; max-height:100%; position:absolute; left:0; top:0; right:0; bottom:0; margin:auto}
.inPRO .RightBOx li .txt{ width:260px; line-height:30px; margin:0 auto; font-size:16px;  height:30px; text-align:center; }




.picList{ width:1100px;  margin:0 auto ; overflow:hidden;}
.picList li{ width:275px; float:left; margin-bottom:15px;}
.picList li .img{ width:250px; height:250px; margin:0 auto; border:2px solid #f6f6f6; border-bottom:0;}
.picList li .img img{ width:240px; height:240px; display:block; margin-left:5px; margin-top:5px;}
.picList li .txt{ width:250px; height:34px; line-height:34px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden; text-align:center; margin:0 auto; background:#f6f6f6; border:2px solid #f6f6f6; border-top:0;}
.picList li .txt a{ color:#323232; font-size:14px;}
.picList li .txt a:hover{color:#ff0000}
.dispaly{ display:none}



.in_pro{width:1000px; margin:0 auto; overflow:hidden; padding:30px 0 10px}
.pro_left{width:195px;  border:1px solid #f5f5f7; float:left; margin-bottom:15px;}
.pro_left .pro_left_top{width:270px;}
.pro_left .pro_left_nr{width:160px; overflow:hidden; margin:0 auto;padding:20px 0;}
.pro_left .pro_left_nr li{width:150px; height:40px; margin:0 auto 20px;}
.pro_left .pro_left_nr li a{display:block; padding-left:15px; text-align:left;line-height:40px; height:40px; overflow:hidden; font-size:16px; color:#000}
.pro_left .pro_left_nr li a:hover{color:#FFF; background:#c13422}
.pro_left .pro_left_nr li a.cur{color:#FFF; background:#c13422}



.in_pro .pro_right{width:770px; float:right; overflow:hidden; background:url(../Images/dbj.jpg) left top repeat;}
.in_pro .pro_R_nr{ width:770px; overflow:hidden;}
.in_pro .pro_R_nr li{ float:left; width:256px; overflow:hidden; margin-bottom:15px; }
.in_pro .pro_R_nr li .pic{width:230px; height:190px; margin:0 auto; border:#e8e8e8 1px solid; background:#FFF; text-align:center;}
.in_pro .pro_R_nr li .pic a{width:230px; height:190px; display:block; position:relative;}
.in_pro .pro_R_nr li .pic img{ max-width:100%; max-height:100%; position:absolute; left:0; top:0; right:0; bottom:0; margin:auto}
.in_pro .pro_R_nr li .txt{ width:230px; line-height:35px; margin:0 auto; background:#09173d; height:35px; text-align:center; }
.in_pro .pro_R_nr li .txt a{ display:block; font-size:13px; color:#FFF}
.in_pro .pro_R_nr li .txt a:hover{ color:#ff0000;}





/*新闻中心*/
.news_bt{ height:45px;  line-height:42px;  position:relative; border-bottom:1px solid #e0e0e0}
.news_bt .L{ border-bottom:2px solid #003168; padding:0 5px; display:inline-block; font-size:20px; color:#191919}
.news_bt .L span{ font-size:14px; color:#7e7e7e; font-family:Arial, Helvetica, sans-serif}
.news_bt a{ position:absolute; right:0; top:0; color:#abacac; font-weight:normal}
.news{width:1100px; margin:0 auto 40px; overflow:hidden}

.news .news_R{width:780px; float:left; border:1px solid #e0e0e0; overflow:hidden}
.news .news_R .news_bt{ width:780px;}

.news .news_R .aboutNr{width:auto; line-height:32px; font-size:14px;  background:url(../Images/about.png) left top no-repeat; color:#6c6c6c; min-height:200px; padding-left:275px; border-bottom:1px solid #e0e0e0; padding-bottom:20px; margin-bottom:10px;}
.news .news_R .aboutNr strong{ display:block; color:#005fbb; font-size:18px; margin-bottom:5px}
.news .news_R .aboutNr a{ color:#005fbb}
.news .news_R .aboutNr a:hover{opacity:0.8}


.news_R_nr{ padding:10px 10px 15px; height:416px; overflow:hidden}
.news_R_nr li{ height:32px; width:360px; position:relative;  overflow:hidden; float:left; line-height:32px; }
.news_R_nr li .date{ position:absolute; right:0; top:0; color:#c9c9c9;  }
.news_R_nr li a{padding-left:10px; height:32px; font-size:14px;  overflow:hidden;  background:url(../Images/o.png) left center no-repeat; display:block; color:#717171; margin-right:80px;}
.news_R_nr li a:hover{ color:#ff0000}



.news .news_L{ width:300px; float:right; border:1px solid #e0e0e0; }
.news .news_L .news_bt{width:300px;  }
.news .news_L .news_L_nr{width:300px; margin:10px 0 5px;   overflow:hidden; height:426px; overflow:hidden}
.news .news_L .news_L_nr li{width:280px; text-align:left; border-bottom:1px solid #f2f2f2; padding-bottom:15px; margin:0 auto 10px;}
.news .news_L .news_L_nr li .wen{ background:url(../Images/wen.png) left center  no-repeat; margin-bottom:5px; padding-left:30px; color:#1e1e1e; font-size:14px; font-weight:bold; line-height:26px; color:#000000}
.news .news_L .news_L_nr li .da{ background:url(../Images/da.png) left top  no-repeat; padding-left:30px; line-height:22px;}





/*内页样式*/



.right{width:720px;  float:right; overflow:hidden; padding-bottom:50px;}
.right .right-bt{ width:720px; height:35px; border-bottom:1px dashed #cccccc; position:relative; line-height:35px;}
.right .right-bt .nybtL{color:#0091d5; display:inline-block;  height:34px; padding:0 5px; border-bottom:2px solid #0091d5; font-weight:bold; font-size:16px; overflow:hidden}
.right .right-bt .nybtR{ position:absolute; right:0; top:0; text-align:right; height:35px; line-height:35px;  overflow:hidden; color:#737373}

.right .right-bt .nybtR a:nth-last-child(1){ color:#0091d5}
.right .right-bt a{ color:#09255d}
.right .right-bt a:hover{ color:#0091d5}

.ny-right-about{ width:720px;  overflow:hidden; padding:10px 0; font-size:14px; color:#474747}


.ny-right-news{ width:720px; margin:0 auto;  padding:10px 0 }
.ny-right-news li{ width:720px; height:32px; line-height:32px; position:relative; border-bottom:1px dashed #CCC; overflow:hidden}
.ny-right-news li a{background:url(../Images/o.png) left center no-repeat; padding-left:15px;}
.ny-right-news li span{ position:absolute; right:0; top:0; color:#737373;}
.ny-right-news ul{ margin-bottom:20px;}


.ny-right-news h1{ font-size:16px; width:720px; float:left; text-align:center}
.ny-right-news h6{ border-bottom:1px dashed #CCC; width:720px; font-weight:normal; height:32px; float:left; line-height:32px; text-align:center;color:#737373}
.ny-news-nr{ width:720px; float:left; padding-top:10px; margin-bottom:20px;}

/*荣誉*/
.ny-right-honor { width:720px; padding:20px 0; overflow:hidden}
.ny-right-honor li{ width:240px; margin-bottom:20px; line-height:32px; float:left}
.ny-right-honor li .pic{ width:220px; margin:0 auto; border:1px solid #CCC; position:relative}
.ny-right-honor li .pic a{ position:relative; display:block; width:220px; height:300px;}
.ny-right-honor li .pic img{ max-width:100%; max-height:100%; position:absolute; margin:auto; top:0; left:0; right:0; bottom:0  }

.ny-right-honor li .txt{ width:230px;  margin:0 auto; height:24px; overflow:hidden; line-height:24px; text-align:center}
.ny-right-honor li .txt a{ color:#919191;}
.ny-right-honor li .txt a:hover{ color:#ff0000}


/*内页****产品****样式*****/
.ny-right-pro{ width:720px; padding:20px 0; overflow:hidden}

.ny-right-pro li{ width:240px; margin-bottom:40px; line-height:32px; float:left;}
.ny-right-pro li .pic{ width:220px; margin:0 auto; border:1px solid #CCC; position:relative}
.ny-right-pro li .pic a{ position:relative; display:block; width:220px; height:220px;}
.ny-right-pro li .pic img{width:100%; margin:auto;   }
.ny-right-pro li .txt{ width:220px; margin:0 auto; overflow:hidden; height:24px; line-height:24px; text-align:center}
.ny-right-pro li .txt a{ color:#919191;}
.ny-right-pro li .txt a:hover{color:#ff0000}

.jqzoom{ width:720px;  margin:10px auto; text-align:center;}
.jqzoom img{ border:1px solid #CCC; max-width:450px;}
.ny-right-about h1{ width:720px; height:32px; font-size:16px; line-height:32px; text-align:center}

.jqzoom_A{ width:720px;  margin:10px auto; text-align:center;}
.jqzoom_A img{ border:1px solid #CCC; max-width:550px;}
/*========================插件===========================*/
#preview{float:left;  margin-top:10px; display:inline; width:250px;}

.pro-top{ width:770px; margin:0 auto; height:390px;}
.pro-top-r{ float:right;  width:440px; height:240px}
.pro-top-r h1{ font-size:14px; color:#0091d5; margin-top:10px;}

/*jqzoom*/
.list-h li{float:left;}
#spec-n5{width:300px; height:56px; padding-top:6px; overflow:hidden;}
#spec-left{background:url(images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:5px;}
#spec-right{background:url(images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:5px;}
#spec-list{width:272px !important;   float:left; height:62px; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul li{float:left; margin-right:0px; display:inline; width:62px;height:62px;}
#spec-list ul li img{padding:2px ; border:1px solid #ccc; width:50px; height:50px;}


.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:207px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:500px;height:500px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list{ position:relative; width:322px; margin-right:6px;}
#spec-list div{ margin-top:0;margin-left:-30px; *margin-left:0;}
/*===========================================插件END======================================================*/



.proproperty{ font-size:16px; font-weight:bold; color:#373737; margin-top:20px; width:720px; border-bottom:1px solid #e2e2e2;  height:30px;}
.proproperty li {float:left;  height:30px; background-image:url(../Images/t2.jpg); cursor:pointer; margin-right:5px; font-size:12px; font-weight:100; text-align:center; float:left; line-height:30px; color:#FFF; width:75px; }
.proproperty li.cur{ background-image:url(../Images/t1.jpg); }

.procontent{ width:720px; float:right; padding:10px 0;}

.dispaly{ display:none}


.pageleft{ float:left}
.pageright{ float:right}



.linksWrap{width:100%; padding:15px 0; overflow:hidden; background:#e7e7e7; line-height:32px; font-size:16px}
.linksWrap .links{ width:1100px; margin:0 auto; color:#000000; position:relative;   line-height:32px; overflow:hidden}
.linksWrap .links span{ color:#f7c639; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding:0 5px;}
.linksWrap .links a{color:#a4a4a4; font-size:14px; margin-right:10px;}
.linksWrap .links a:hover{ text-decoration:underline; color:#a4a4a4}

/*footer*/


.footerWrap .footer{ width:1000px; margin:40px auto; position:relative; overflow:hidden}

.footerWrap .footer .bt{ position:relative; color:#050505; font-size:16px;}
.footerWrap .footer .bt span{ display:inline-block; border-bottom:2px solid #050505; font-weight:bold; text-transform:uppercase}
.footerWrap .footer .bt a{ position:absolute;color:#050505;font-size:16px; right:0}

.footerWrap .footer .footL{ width:570px; float:left;}
.footerWrap .footer .footL .nrList{ padding:20px 0 0}
.footerWrap .footer .footL .nrList .top{ height:107px; padding-left:170px; margin-bottom:15px; padding-right:20px; line-height:18px; background:url(../images/newsimg.jpg) left center no-repeat; border:1px solid #d4d5d7}
.footerWrap .footer .footL .nrList .top strong{ display:block; font-size:16px; color:#050505; height:20px; overflow:hidden; margin:15px 0 5px;}
.footerWrap .footer .footL .nrList ul li{ line-height:36px; position:relative}
.footerWrap .footer .footL .nrList ul li a{color:#030303; font-size:14px;}
.footerWrap .footer .footL .nrList ul li span{ position:absolute; right:0; top:0}

.footerWrap .footer .footC{ width:400px; float:right; position:relative;}
.footerWrap .footer .footC .honor{ margin-top:20px; padding-top:30px; height:242px; background:#eaeaea}
.footerWrap .footer .footC .honor .slideBox{ width:150px; margin:0 auto; overflow:hidden; }
.footerWrap .footer .footC .honor .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.footerWrap .footer .footC .honor .slideBox .bd li{ zoom:1; text-align:center; line-height:26px; color:#050505; vertical-align:middle; }
.footerWrap .footer .footC .honor .slideBox .bd img{ width:150px; height:200px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.footerWrap .footer .footC .honor .slideBox .prev,
.footerWrap .footer .footC .honor .slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-1px; display:block; width:36px; height:61px; background:url(../images/left.jpg) 0 0 no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.footerWrap .footer .footC .honor .slideBox .next{ left:auto; right:3%; background:url(../images/right.jpg) 0 0 no-repeat; }
.footerWrap .footer .footC .honor .slideBox .prev:hover,
.footerWrap .footer .footC .honor .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }



.copy{ line-height:45px; background:#006ea1; color:#ffffff; overflow:hidden; font-size:12px; text-transform:uppercase}
.copy .text{ width:1000px; margin:0 auto; position:relative}
.copy .text .shar{ width:185px; text-align:right !important; height:18px; position:absolute; right:0; top:15px}

/*翻页*/
.pageNavi{text-align:center; margin-top:20px; margin-bottom:20px;}
.wp-pagenavi {CLEAR: both;}
.wp-pagenavi A {BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none}
.wp-pagenavi SPAN {BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none}
.wp-pagenavi A:hover {BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000}
.wp-pagenavi SPAN.current {BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000}
.wp-pagenavi SPAN.current {FONT-WEIGHT: bold}
