@charset "utf-8";
/* reset */
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td,  dl, dd, form, input, textarea { margin: 0; padding: 0; }
body { font: 12px/24px '微软雅黑', Arial, '宋体', HELVETICA; color: #666; background: #000; }
img { border: 0; vertical-align: top; }
li { list-style-type: none; vertical-align: top; }
button, input, select, textarea { font-size: 100%; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
table { border-collapse: collapse; border-spacing: 0; }
input, textarea { border: none; resize: none; outline: none; }
a { text-decoration: none; outline: none; color: #c0c0c0; transition: 0.2s; }
a:hover { color: #c60195; }
/* end reset */

/* public */
.w1200 { width: 1200px; margin: 0 auto; position: relative; }
.fl { float: left; }
.fr { float: right; }
.mb20 { margin-bottom: 20px; }
.cl { zoom: 1; }
.cl:after { content: ''; display: block; clear: both; }
.eps { overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.ib { display: inline-block; vertical-align: top; }
.z9 { z-index: 9; position: relative; }
.tr, .zoomIn img { transition: All 0.6s ease-in-out; -webkit-transition: All 0.6s ease-in-out; -moz-transition: All 0.6s ease-in-out; -o-transition: All 0.6s ease-in-out; }
.zoomIn:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
.gray img { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; filter: url(gray.svg#grayscale); transition: 0.2s; }
.gray a:hover img { -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: none; }
/* end public */

/* 头部 */
.header { height: 112px; z-index: 9; }
.logo { padding-top: 20px; }
.topbar { text-align: right; font-size: 13px; padding-top: 15px; margin-bottom: 8px; }
.topbar span { margin: 0 4px; cursor: default; }
.nav { background: url(../images/navBg.jpg) repeat-x 0 -52px; height: 52px; position: relative; }
.nav ul { position: relative; padding: 0 24px; }
.nav li, .nav h2, .nav h2 a { float: left; }
.nav li { background: url(../images/navCut.gif) no-repeat 0 center; position: relative; }
.nav h2 a { padding: 0 30px; height: 52px; }
.nav .none, .nav .non { background: none; }
.nav em { background: url(../images/navBg.jpg) no-repeat; width: 16px; height: 52px; position: absolute; top: 0; }
.nav h2 strong, .nav h2 span { display: block; color: #fff; position: relative; z-index: 9; }
.nav h2 strong { font-size: 15px; padding-top: 9px; line-height: 20px; }
.nav h2 span { opacity: 0.3; filter: alpha(opacity = 30); font: 11px/14px Arial; }
.nav h2 i { position: absolute; width: 100%; top: 5px; height: 40px; left: 0; background: #dc43b3; border-radius: 14px; opacity: 0; filter: alpha(opacity = 0); transition: 0.3s; box-shadow: inset 1px 1px 10px #ff96e1; }
.nav h2 a:hover i, .nav .active h2 i { opacity: 0.8; filter: alpha(opacity = 80); }
.nav .left { left: 0; }
.nav .right { right: 0; background-position: 0 -104px; }

.codeImg { z-index: 99; position: absolute; top: 47px; right: 0; display: none; }

/* banner */
.banner { width: 100%; height: 520px; margin-bottom: 36px; overflow: hidden; position: relative; }
.bannerWrap { width: 1920px; position: relative; left: 50%; margin-left: -960px; }
.banner .bd { height: 519px; position: relative; left: 50%; margin-left: -960px; }
.banner .bd li { width: 1920px; }
.banner .hd { width: 100%; position: absolute; bottom: 20px; height: 15px; text-align: center; }
.banner .hd ul { height: 15px; overflow: hidden; }
.banner .hd li { width: 15px; height: 15px; border-radius: 50%; background: #fff; display: inline-block; *display: inline; *zoom: 1; overflow: hidden; text-indent: -99px; cursor: pointer; margin-left: 8px; }
.banner .hd .on { background: #249344; }
.banner .ctrl { width: 1000px; position: absolute; left: 50%; margin-left: -500px; top: 0; }
.banner .ctrl a { position: absolute; background: url(../images/ctrl.png) no-repeat; width: 30px; height: 51px; top: 240px; opacity: 0; filter: alpha(0); text-indent: -99px; overflow: hidden; }
.banner .ctrl .prev { left: -100px; -webkit-transform: translate(-100px); -moz-transform: translate(-100px); transform: translate(-100px); }
.banner .ctrl .next { right: -100px; background-position: -30px 0; -webkit-transform: translate(100px); -moz-transform: translate(100px); transform: translate(100px); }
.banner:hover .ctrl a { opacity: 0.3; filter: alpha(opacity = 30); -webkit-transform: translate(0); -moz-transform: translate(0); transform: translate(0); }
.banner .ctrl a:hover { opacity: 1; filter: alpha(opacity = 100); }

/* index */
.index { background: url(../images/mainBg.jpg) repeat-x 0 -256px; height: 256px; padding: 0 20px; width: 1160px; }
.index em { background: url(../images/mainBg.jpg) no-repeat; width: 6px; height: 256px; position: absolute; top: 0; }
.index .left { left: 0; }
.index .right { right: 0; background-position: 0 -512px; }
.index .item { padding-top: 7px; }
.product { width: 277px; float: left; margin-right: 50px; }
.productWrap { padding-top: 23px; width: 277px; height: 156px; overflow: hidden; }
.about { width: 382px; float: left; }
.news { width: 400px; float: right; }
.indexTop { border-bottom: 1px solid #742760; }
.indexTopLeft { line-height: 46px; color: #fff; }
.indexTopLeft img { padding-top: 15px; margin-right: 6px; }
.indexTopLeft strong { font-size: 18px; margin-right: 7px; }
.indexTopLeft span { font-size: 14px; }
.indexTop a { color: #c60195; background: url(../images/arrow.gif) no-repeat right center; font-family: Arial; padding-right: 16px; position: relative; top: 14px; }
.indexTop a:hover { text-decoration: underline; }
.aboutWrap { color: #b17e9e; line-height: 26px; padding-top: 17px; height: 156px; overflow: hidden; text-indent: 2em; font-size: 13px; }
.newsWrap { padding-top: 8px; }
.newsWrap li { line-height: 36px; height: 36px; }
.newsWrap h3 a { width: 320px; padding-left: 11px; background: url(../images/newsArrow.png) no-repeat 0 center; font-size: 13px; color: #b17e9e; display: block; }
.newsWrap h3 a:hover { color: #c60195; }
.newsWrap span { font-family: Arial; color: #673a56; }

/* footer */
.footer { color: #8d8d8d; height: 96px; }
.footLeft { line-height: 26px; padding-top: 27px; }
.footNav span { cursor: default; margin: 0 7px; }
.siteInfo span { margin-right: 20px; }
.footer a { color: #8d8d8d; }
.footer a:hover { color: #c60195; }
.link { position: relative; top: 30px; }
.link a { width: 206px; height: 35px; line-height: 35px; display: block; padding-left: 14px; background: url(../images/arrow.png) no-repeat 198px center #202020; }
.link a:hover, .link .on { background-color: #c60195; color: #fff; }
.linkWrap { position: absolute; position: absolute; right: 0; background: #c60195; padding: 10px; bottom: 66px; display: none; }
.linkWrap a { padding: 0 6px; color: #fff; }
.linkWrap a:hover { text-decoration: underline; color: #fff; }

/* 内页 */
.pageBanner { overflow: hidden; width: 100%; margin-bottom: 20px; }
.pageBanner img { left: 50%; margin-left: -960px; width: 1920px; height: 200px; position: relative; }
.main { width: 910px; font-family: "宋体"; padding: 10px 20px; padding-bottom: 5000px; margin-bottom: -5000px; background: #300f24; border-radius: 6px; overflow: hidden; }

/* page */
.page { width: 1200px; margin: 0 auto; margin-bottom: 0px; overflow: hidden; color: #8e637e; }

/* feedbackBox */
.feedbackBox { padding-left: 100px; padding-bottom: 50px; font-family: "Microsoft yahei"; }
.feedbackBoxTop { font-size: 16px; margin-bottom: 36px; padding-top: 20px; }
.feedbackBoxTop span { color: #c72797; }

/* side */
.side { width: 210px; padding: 10px; margin-bottom: -5000px; padding-bottom: 5000px; background: #48002e; border-radius: 6px; overflow: hidden; }
.sideNav { margin-bottom: 20px; }
.sideNav h2 { height: 56px; line-height: 56px; color: #fff; margin-bottom: 2px; background: url(../images/adorn.png) no-repeat 0 center; padding-left: 28px; border-bottom: 1px solid #7b3a60; margin-bottom: 10px; }
.sideNav strong { font-size: 18px; margin-right: 6px; }
.sideNav span { font-size: 14px; font-family: Arial; opacity: 0.4; filter: alpha(opacity = 40); }
.sideNav .item { background: url(../images/default/splitBg.gif) repeat-x 0 bottom; }
.sideNav h3 a { display: block; height: 36px; line-height: 36px; background: url(../images/default/sideNav.gif) no-repeat 190px; text-indent: 24px; position: relative; font-size: 13px; color: #916681; }
.sideNav h3 em { width: 4px; height: 3px; position: absolute; overflow: hidden; background: #fff; left: 24px; top: 17px; opacity: 0; filter: alpha(opacity=0); transition: 0.2s; }
.sideNav h3 a:hover, .sideNav .active h3 a { background-image: url(../images/default/sideNavOn.gif); background-color: #c72797; color: #fff; text-indent: 34px; }
.sideNav h3 a:hover em, .sideNav .active h3 em { opacity: 1; filter: alpha(opacity=100); }
.sideNav ol { background: #f5f5f5; }
.sideNav .none a { background: none; }
.sideNav h4 { position: relative; height: 35px; }
.sideNav h4 a { position: absolute; left: 0; top: 0; width: 100%; height: 36px; line-height: 36px; text-indent: 24px; background: url(../images/default/splitBg.gif) repeat-x; }
.sideNav h4 a:hover, .sideNav .on h4 a { background: #545454; color: #fff; }
.sideWrap { margin-bottom: 20px; background: #590f3e; padding: 0 10px; color: #916681; }
.sideWrap h2 { height: 40px; line-height: 40px; color: #fff; margin-bottom: 2px; font-size: 18px; border-bottom: 1px solid #7b3a60; margin-bottom: 10px; }
.contactBox { }
.hotLine { background: url(../images/default/hotLine.png) no-repeat; padding-left: 45px; margin-bottom: 4px; height: 46px; }
.hotLine p { line-height: 16px; }
.hotLine h3 { font-size: 20px; font-family: Arial; font-weight: bold; line-height: 30px; }
.contactInfo { background: url(../images/default/splitBg.gif) repeat-x; padding-top: 10px; }
.contactInfo span { vertical-align: top; display: inline-block; }
.contactInfo .value { width: 120px; }

.pageBox { padding-bottom: 50px; }

/* imgSideBox */
.imgSideBox { padding: 10px 0; }
.imgSideBox li { width: 198px; margin: 0 auto 14px; }
.imgSideBox a { display: block; }
.imgSideBox img { width: 190px; height: 190px; padding: 2px; border: 2px solid #dadada; transition: 0.3s; }
.imgSideBox span { width: 168px; text-align: center; display: inline-block; vertical-align: top; font-size: 14px; padding: 0 15px; line-height: 30px; padding-top: 4px; overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.imgSideBox a:hover { color: #108e47; }
.imgSideBox a:hover img { border-color: #108e47; }


/* breadCrumb */
.breadCrumb { height: 55px; border-bottom: 1px solid #7b3a60; position: relative; margin-bottom: 30px; display: table; width: 100%; }
.breadCrumb h2 { font-family: 'Microsoft Yahei'; font-size: 18px; position: absolute; top: 0; left: 0; height: 54px; line-height: 54px; padding: 0 4px; border-bottom: 3px solid #c82496; color: #fff; }
.breadCrumb .fr { color: #916681; font-family: '宋体'; cursor: default; line-height: 16px; text-align: right; display: table-cell; vertical-align: middle; float: none; }
.breadCrumb a { color: #916681; }
.breadCrumb a:hover { color: #c60195; }

/* imgBox */
.imgBox { width: 950px; overflow: hidden; }
.imgBox ul { width: 1000px; }
.imgBox li { float: left; text-align: center; margin-bottom: 20px; }
.imgBox a { float: left; }
.imgBox img { border: 2px solid #7b3a60; transition: 0.2s; }
.imgBox span { display: inline-block; vertical-align: top; font-size: 14px; padding: 0 15px; line-height: 30px; padding-top: 4px; overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.imgBox a:hover { color: #c60195; }
.imgBox a:hover img { border-color: #c60195; }

/* imgProductBox */
.imgProductBox li { width: 214px; margin-right: 18px; }
.imgProductBox img { width: 206px; height: 154px; padding: 2px; }
.imgProductBox span { width: 184px; }

/* imgCaseBox */
.imgCaseBox li { width: 214px; margin-right: 18px; }
.imgCaseBox img { width: 206px; height: 137px; padding: 2px; }
.imgCaseBox span { width: 184px; }

/* imgPartnerBox */
.imgPartnerBox li { width: 182px; margin-right: 10px; }
.imgPartnerBox img { width: 178px; height: 114px; }
.imgPartnerBox span { width: 152px; }

/* imgSettingBox */
.imgSettingBox li { width: 214px; margin-right: 18px; }
.imgSettingBox img { width: 206px; height: 137px; padding: 2px; }
.imgSettingBox span { width: 184px; }

/* imgVideoBox */
.imgVideoBox li { width: 226px; margin-right: 15px; }
.imgVideoBox img { width: 218px; height: 162px; padding: 2px; }
.imgVideoBox span { width: 196px; }

/* imgHonorBox */
.imgHonorBox li { width: 226px; margin-right: 15px; }
.imgHonorBox img { width: 218px; height: 145px; padding: 2px; }
.imgHonorBox span { width: 196px; }

.videoBox { width: 510px; margin: 0 auto; }

/* product's picture */
.tb-pic a { display: table-cell; text-align: center; vertical-align: middle; *display: block; *font-family: Arial; *line-height: 1; *font-size: 271px; }
.tb-pic img { vertical-align: middle; }
.tb-pic, .tb-pic a { height: 320px; width: 350px; background: none; }
.tb-pic, .tb-pic img { max-height: 320px; max-width: 350px; _width: 350px; }
.tb-pic { border: 1px solid #7b3a60; position: relative; z-index: 1; }

.zoomDiv { z-index: 999; position: absolute; top: 0; left: 0; width: 200px; height: 200px; background: #fff; border: 1px solid #ccc; display: none; text-align: center; overflow: hidden; }
.zoomMask { position: absolute; background: url(../images/default/mask.png); cursor: move; z-index: 1;}

.tb-picList { width: 352px; height: 62px; overflow: hidden; margin-top: 10px; position: relative; }
.tb-picList .prev, .tb-picList .next { position: absolute; top: 20px; font-family: 'simsun'; font-weight: bold; font-size: 32px; }
.tb-picList .prev { left: 0; }
.tb-picList .next { right:0; }
.tb-picList .prev:hover, .tb-picList .next:hover { color: #c60195; }

.tb-picList .tb-thumb { position: relative; width: 290px; height: 62px; margin: 0 auto; overflow: hidden; }
.tb-picList .tb-thumb ul { position: absolute; width: 999999px; display: table; }
.tb-picList .tb-thumb li { float: left; width: 76px; overflow: hidden; position: relative; }
.tb-picList .tb-thumb a { display: table-cell; vertical-align: middle; width: 60px; height: 60px; border: 1px solid #7b3a60; text-align: center; }
.tb-picList .tb-thumb img { max-width: 100%; cursor: pointer; }
.tb-picList .tb-thumb em { position: absolute; width: 58px; height: 58px; border: 2px solid #c72797; top: 0; left: 0; display: none; }
.tb-picList .tb-thumb .tb-selected em { display: block; }

.productTop { margin-bottom: 20px; }
.productIntro { width: 520px; }
.productIntro h2 { background: url(../images/default/splitBg.gif) repeat-x 0 bottom; font-size: 18px; font-family: 'Microsoft Yahei'; color: #fff; padding: 10px 0; margin-bottom: 10px; }
.descriptionBox { height: 178px; overflow: hidden; }
.descriptionBox .explain .value { height: 116px; overflow: hidden; }
.descriptionBox span { display: inline-block; vertical-align: top; }
.descriptionBox .value { width: 460px; }
.productOrder a { display: block; width: 130px; height: 40px; line-height: 40px; text-align: center; font-size: 15px; border-radius: 4px; font-family: 'Microsoft Yahei'; background: #590f3e; color: #fff; }
.productOrder a:hover { background: #c60195; }

.productShow { margin-bottom: 10px; }
.productShow .hd { height: 38px; line-height: 38px; font-size: 14px; background: #590f3e; font-family: 'Microsoft Yahei'; }
.productShow .hd li { float: left; padding: 0 20px; cursor: pointer; color: #fff; transition: 0.3s; }
.productShow .hd .on { background: #c72797; }
.productShow .con { padding: 10px 0; }

.column { margin-bottom: 20px; }
.column h2 { height: 36px; line-height: 36px; font-size: 14px; background: #590f3e; position: relative; text-indent: 20px; font-family: 'Microsoft Yahei'; color: #fff; }
.column h2 em { position: absolute; width: 4px; height: 14px; left: 10px; top: 50%; margin-top: -7px; background: #fff; }

.productForm h2 { margin-bottom: 2px; }
.productFormBox { background: #eee; }
.productFormBox form { padding: 20px 0 20px 16px; }
.productFormBox p { float: left; margin-right: 10px; }
.productFormBox span { display: inline-block; vertical-align: middle; width: 50px; text-align: right; padding-right: 10px; line-height: 26px; }
.productFormBox input, .productFormBox textarea { vertical-align: top; transition: 0.3s; }
.productFormBox .row { margin-bottom: 10px; }
.productFormBox .row input { height: 24px; border: 1px solid #dadada; width: 150px; padding: 0 10px; line-height: 24px; }
.productFormBox textarea { width: 634px; height: 72px; border: 1px solid #dadada; padding: 10px; line-height: 18px; }
.productFormBox .row input:focus, .productFormBox textarea:focus { border-color: #aaa; }
.productFormBox img { border: 1px solid #dadada; margin-left: 10px; cursor: pointer; position: relative; top: 1px; }
.productFormBox .btn { padding-left: 60px; }
.productFormBox .btn input { width: 65px; height: 24px; line-height: 24px; text-align: center; background: #666; cursor: pointer; color: #fff; border-radius: 2px; margin-right: 10px; font-family: 'Microsoft Yahei'; }
.productFormBox .btn input:hover { background: #999; }
#verifyCode { width: 100px; }

.related h2 { margin-bottom: 10px; }

/* articleBox */
.articleBox { width: 910px; overflow: hidden; }
.articleBox li { overflow: hidden; zoom: 1; background: url(../images/default/splitBg.gif) repeat-x 0 bottom; padding-bottom: 20px; margin-bottom: 30px; }
.articleTxt { width: 600px; }
.articleBox img { width: 210px; border: 1px solid #7b3a60; padding: 4px; height: 124px; }
.articleBox .fr { width: 660px; padding-top: 10px; }
.articleBox h2 { font-size: 16px; font-family: 'Microsoft Yahei'; margin-bottom: 4px; padding-top: 4px; }
.articleBox h2 a { color: #fff; display: block; }
.articleBox h2 a:hover { color: #c60195; }
.articleBox h4 { background: url(../images/default/time.png) no-repeat 0 7px; padding-left: 16px; color: #916681; margin-bottom: 10px; }
.articleBox p { color: #916681; line-height: 22px; height: 44px; overflow: hidden; }
.articleBox p a { color: #c60195; }
.articleBox p a:hover { text-decoration: underline; }
.articleBox .img { position: relative; }
.articleBox .img img { position: relative; z-index: 9; }
.articleBox .img em { position: absolute; width: 160px; height: 130px; background: url(../images/default/timeBg.png) no-repeat #108e47; left: 5px; top: 5px; }
.articleBox .img span { color: #fff; position: absolute; width: 100%; text-align: center; left: 0; }
.articleBox .date { font-family: 'Microsoft Yahei'; font-size: 60px; line-height: 60px; top: 24px; }
.articleBox .yam { font-family: Arial; font-size: 18px; top: 88px; }

/* faqBox */
.faqBox h2 a { position: relative; padding-left: 26px; }
.faqBox h2 em { position: absolute; left: 0; top: 4px; width: 16px; height: 16px; background: url(../images/default/faq.png) no-repeat #0C4B9C; border-radius: 3px; }
.faqBox p { background: url(../images/default/faq.png) no-repeat 0 -26px; padding-left: 26px; }

/* faqOtherBox */
.faqOtherBox { border-top: 1px solid #f1f1f1; }
.faqOtherBox h2 a { display: block; font-size: 16px; font-family: 'Microsoft Yahei'; position: relative; padding: 10px 10px 10px 36px; border-bottom: 1px solid #f1f1f1; color: #999; }
.faqOtherBox h2 em { position: absolute; left: 10px; top: 50%; margin-top: -8px; width: 16px; height: 16px; background: url(../images/default/faq.png) no-repeat #108e47; border-radius: 3px;  }
.faqOtherBox .on a { background: #ECECEC; color: #000; }
.faqOtherBox .con { padding: 20px 0; border-left: 3px solid #108e47; padding-left: 34px; background: url(../images/default/splitBg.gif) repeat-x 0 bottom; }

/* articleShow */
.articleTop { text-align: center; background: url(../images/default/splitBg.gif) repeat-x 0 bottom; padding-bottom: 20px; margin-bottom: 20px; }
.articleTop h2 { font-size: 22px; color: #fff; margin-bottom: 16px; font-family: "Microsoft yahei"; }
.articleTop p { color: #8e637e; }
.articleTop span { margin: 0 5px; }
.articleTop a { margin: 0 5px; color: #8e637e; }
.articleTop a:hover { color: #c60195; }
.articleTop .active { color: #c60195; font-weight: bold; }

.articleShow { margin-bottom: 20px; font-size: 14px; }

.articleCtrl { height: 36px; line-height: 36px; background: #590f3e; margin-bottom: 10px; padding: 0 10px; cursor: default; }
.articleCtrl p { background: url(../images/default/articleCtrl.png) no-repeat 0 -25px; vertical-align: top; width: 40%; }
.articleCtrl .fl { padding-left: 16px; }
.articleCtrl .fr { padding-right: 16px; background-position: right 10px; text-align: right; }

.articleList { width: 910px; overflow: hidden; }
.articleList h2 { margin-bottom: 10px; }
.articleList ul { width: 930px; }
.articleList li, .articleList h3, .articleList a { float: left; }
.articleList li { width: 444px; margin-right: 20px; height: 32px; line-height: 32px; background: url(../images/default/splitBg.gif) repeat-x 0 bottom; }
.articleList a { background: url(../images/default/txt.png) no-repeat 6px center; padding-left: 26px; width: 340px; }
.articleList span { float: right; color: #999; font-family: Arial; }

/* pictureDetail */
/* picture's picture */
.pictureDetail .tb-pic a { cursor: default; }
.pictureDetail .tb-pic, .pictureDetail .tb-pic a { height: 500px; width: 888px; }
.pictureDetail .tb-pic, .pictureDetail .tb-pic img { max-height: 500px; max-width: 888px; _width: 888px; }
.pictureDetail .tb-pic { border: 1px solid #ECECEC; padding: 10px; }

.pictureDetail .tb-picList { width: 910px; height: 72px; }
.pictureDetail .tb-picList .tb-thumb { width: 846px; height: 72px; }
.pictureDetail .tb-picList .tb-thumb li { width: 86px; }
.pictureDetail .tb-picList .tb-thumb a { width: 70px; height: 70px; display: table-cell; vertical-align: middle; }
.pictureDetail .tb-picList .tb-thumb img {}
.pictureDetail .tb-picList .tb-thumb em { width: 68px; height: 68px; }

.pictureDetail .tb-picList .prev, .pictureDetail .tb-picList .next { top: 0; font-size: 18px; color: #fff; width: 25px; height: 72px; line-height: 72px; background: #ccc; text-align: center; }
.pictureDetail .tb-picList .prev:hover, .pictureDetail .tb-picList .next:hover { background: #108e47; }
.pictureDetail .tb-picList .non, .pictureDetail .tb-picList .non:hover { background: #F3F3F3; cursor: default; }

.pictureTop { margin-bottom: 20px; }

/* downloadList */
.downloadList { font-family: 'Microsoft Yahei'; }
.downloadList li { overflow: hidden; zoom: 1; background: url(../images/default/splitBg.gif) repeat-x 0 bottom; height: 30px; line-height: 30px; margin-bottom: 10px; padding-bottom: 10px; }
.downloadList h2 { float: left; background: url(../images/default/file.png) no-repeat 6px 2px; padding-left: 40px; font-size: 14px; color: #000; }
.downloadList a { float: right; background: url(../images/default/download.png) no-repeat 0 6px; padding-left: 16px; color: blue; }
.downloadList a:hover { text-decoration: underline; }

/* jobList */
.jobList { border: 1px solid #ddd; border-top: none; }
.jobList ol { height: 45px; line-height: 45px; border-top: 1px solid #e3e3e3; background: #f4f4f4; cursor: pointer; font: normal 12px/45px "Microsoft YaHei"; }
.jobList ol li { float: left; width: 210px; padding-left: 22px; cursor: default; }
.jobList b { color: #000; }
.jobList .con { padding: 8px 25px; color: #999; display: none; }
.jobCon h3 { color: #333; font-weight: bold; }
.jobTxt { margin: 10px; }
.jobLink { display: block; text-align: center; width: 170px; height: 30px; line-height: 30px; font-size: 14px; color: #fff; background: #333; border-radius: 5px; color: #fff; margin-bottom: 10px; }
.jobLink:hover { background: #108e47; color: #fff; }

/* pagination */
.pagination span { background: #0C4B9C; }