﻿@charset "UTF-8";
/*Mobile Sass(.scss) Library by @BlwooSky*/
/*Reset*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }

q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a { text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

/*tools*/
.fix:after { display: block; content: "$"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

ul.fix li { float: left; }

.l { float: left; }

.r { float: right; }

.cell { display: table-cell; width: 2000px; }

body { background: #eee; padding-bottom: 60px; font-family: "Microsoft YaHei"; }

header { overflow: hidden; line-height: 0; padding:46px 70px 4px 0; background: #027e7a; position: relative; }
header img { margin:0 0 0 7px; max-width:100%; height: auto; }
header .phoneBtn { position: absolute; display: block; width: 48px; height: 35px; background: #e98b34; right: 10px; top: 67%; margin-top: -18px; border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-radius:3px; -webkit-box-shadow: 0 0 1px 2px #b6651a; box-shadow: 0 0 1px 2px #b6651a; }
header .phoneBtn:before { content: ""; display: block; width: 28px; height: 30px; background: url(/static/img/icons.png) no-repeat -144px 0; position: absolute; left: 50%; top: 50%; margin-left: -14px; margin-top: -15px; -webkit-background-size: 175px auto; background-size: 175px auto; }

.topSearchBar { height: 50px; background: #fff; padding: 5px 20px 0 20px; position: relative; -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.topSearchBar form { margin: 0 auto; width: 100%; background: #dfdfdf; position: relative; overflow: hidden; -webkit-box-shadow: 1px 1px 1px #cecece, inset 0 3px 1px #b0b0b0; box-shadow: 1px 1px 1px #cecece, inset 0 3px 1px #b0b0b0; border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-radius:3px; }

.noticeTxt { z-index: 0; position: absolute; left: 10px; color: #a8a6a6; top: 10px; }
.noticeTxt b { font-weight: bold; margin-left: 5px; }

.searchRelated { opacity: 0; position: absolute; left: 0; top: 40px; padding: 0 20px; width: 100%; line-height: 2em; z-index: 4; -webkit-transition: 0.3s; transition: 0.3s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.searchRelated ul { background: #fff; overflow: hidden; border-top-left-radius: 0;border-top-right-radius: 0;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-radius: 0 0 5px 5px; -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6); }
.searchRelated li { border-bottom: 1px solid #efefef; padding: 0 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.searchRelated li:nth-last-of-type(1) { border-top-left-radius: 0;border-top-right-radius: 0;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-radius: 0 0 5px 5px; }
.searchRelated li:hover, .searchRelated li:active { background: #efefef; }

.topSearchTxt { width: 100%; text-indent: 10px; position: relative; z-index: 1; display: block; padding: 0; line-height: normal; height: 36px; background: none; border: none; color: #a8a6a6; font-family: "Microsoft YaHei"; }
.topSearchTxt::-webkit-input-placeholder { color: #a8a6a6; }

.searchWrap { z-index: 2; position: absolute; right: 0; top: 4px; -webkit-transform: rotate(-40deg); transform: rotate(-40deg); }
.searchWrap:before, .searchWrap:after { content: ""; display: block; position: absolute; }

.searchWrap:before { width: 6px; height: 12px; background: #aaa; top: 19px; left: 50%; margin-left: -3px; border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-radius:2px; }

.searchWrap:after { left: 50%; top: 0; margin-left: -11px; background: transparent; width: 14px; height: 14px; border: 4px solid #aaa; border-top-left-radius: 11px;border-top-right-radius: 11px;border-bottom-left-radius: 11px;border-bottom-right-radius: 11px;border-radius:11px; }

.topSearchBtn { z-index: 2; position: relative; width: 40px; height: 33px; border: none; background: transparent; }

.wrapHome { padding: 0 20px; overflow: hidden; }

.mainNav { margin: 20px 0 5px 0; text-align: center; line-height: 1em; font-size: 14px; }
.mainNav img { max-width: 100%; height: auto; }
.mainNav li { width: 33.3%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mainNav li:nth-of-type(3n+1) { padding-right: 10px; }
.mainNav li:nth-of-type(3n+2) { padding: 0 5px; }
.mainNav li:nth-of-type(3n+3) { padding-left: 10px; }
.mainNav a { display: block; color: #666; }
.mainNav p { overflow: hidden; margin: 6px 0; white-space: nowrap; }

.swipe { overflow: hidden; visibility: hidden; position: relative; line-height: 0; }
.swipe img { max-width: 100%; height: auto; }

.swipeWrap { overflow: hidden; position: relative; }

.swipeWrap > a { text-align: center; display: block; float: left; width: 100%; padding-right: 82px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.docAskLink { display: block; position: absolute; width: 120px; height: 30px; line-height: 30px; font-size: 14px; color: #fff; text-align: center; bottom: 0; left: 50%; margin-left: -101px; background: #fda431; border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-radius:2px; }

.docSlide { overflow: hidden; }

.docSlideWrap { overflow: hidden; position: relative; background: #fff; }

.docTxt { position: absolute; right: 0; top: 0; height: 100%; width: 82px; background: #027e7a; text-align: center; }
.docTxt b { font-size: 28px; color: #fff; display: block; margin: 25% 0 3px 0; line-height: 1.2em; }
.docTxt i { font-size: 12px; color: #015e5b; font-family: arial; text-transform: capitalize; }

#pagination { text-align: center; margin-top: 6px; line-height: 2em; }
#pagination li { width: 33.3%; margin-bottom: 6px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#pagination li:nth-of-type(3n+1) { padding-right: 6px; }
#pagination li:nth-of-type(3n+2) { padding: 0 3px; }
#pagination li:nth-of-type(3n+3) { padding-left: 6px; }
#pagination a { color: #666; display: block; background: #fff; border: 1px solid #dedee2; }
#pagination .on { background: #017e7a; border-color: #006764; color: #fff; }

.bottomSection { text-align: center; }

.bottomTools { line-height: 30px; height: 30px; color: #017e7a; font-size: 0; background: #fff; }
.bottomTools i { margin: 0 5px; }
.bottomTools a, .bottomTools i { vertical-align: middle; color: #017e7a; font-size: 16px; }

.copyInfo { color: #666; line-height: 2em; font-size: 14px; }
.copyInfo a { color: #04807c;text-decoration: underline; }

.backToTop { height: 30px; display: block; line-height: 30px; color: #666; border-top: 1px solid #cccfd5; border-bottom: 1px solid #cccfd5; background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e2e4e7)); background: -webkit-linear-gradient(top, white, #e2e4e7); background: linear-gradient(to bottom, white, #e2e4e7); }
.backToTop:hover, .backToTop:active { -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); }


@-webkit-keyframes flash { 0%,40%,100% { opacity: 1; }
  50%,90% { opacity: 0; } }

@keyframes flash { 0%,40%,100% { opacity: 1; }
  50%,90% { opacity: 0; } }

footer { text-align: center; border-top: 1px solid #d6d6d6; position: fixed; width: 100%; left: 0; bottom: 0; background: #fff; z-index: 1; }
footer ul { display: table; table-layout: fixed; width: 100%; }
footer li { display: table-cell; }
footer a { padding: 5px 0; color: #229a8c; display: block; position: relative; z-index: 2; }
footer a:before { content: ""; display: block; width: 35px; height: 34px; margin: 0 auto; background: url(/static/img/iconBottom.png) no-repeat; -webkit-background-size: 130px auto; background-size: 130px auto; }
footer .active { background: #229a8c; color: #fff; }
footer .bHome:before { background-position: -2px 0; }
footer .bHome.active:before { background-position: -2px -29px; }
footer .bCall:before { background-position: -32px 0; }
footer .bCall.active:before { background-position: -32px -30px; }
footer .bOnline:before { background-position: -65px 0; }
footer .bOnline.active:before { background-position: -65px -30px; }
footer .bRoad:before { background-position: -98px 0; }
footer .bRoad.active:before { background-position: -98px -28px; }
footer .flashno { position: absolute; width: 20px; height: 20px; line-height: 20px; text-align: center; border: 2px solid #fff; right: 0; font-weight: bold; font-family: arial; top: 0px; font-style: normal; background: #d70000; text-shadow: none; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-radius: 12px; -webkit-animation: flash 2s infinite; animation: flash 2s infinite; }

.notification { position: fixed; top: 0; left: 0; width: 100%; height: 77px; background: #05726e; padding: 18px 10px; color: #fff; line-height: 1.2em; display: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4); }
.notification a { position: absolute; right: 10px; top: 0; color: #fff; }
.notification a i { display: block; width: 80px; height: 30px; line-height: 30px; font-weight: bold; background: #fda431; text-align: center; color: #1d5d53; margin-bottom: 14px; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }

/* 页面中间漂浮
.popupWin { position: fixed; width: 224px; left: 50%; top: 50%; display: none; margin-left: -112px; margin-top: -67px; z-index: 3; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.popupTitle { background: #04807c; height: 30px; line-height: 30px; color: #fff; position: relative; }
.popupTitle:before { content: ""; display: inline-block; vertical-align: middle; width: 32px; height: 100%; margin-left: 5px; background: url(/static/img/icon_popup.png) no-repeat; -webkit-background-size: 61px auto; background-size: 61px auto; }
.popupTitle a { position: absolute; top: 0; right: 0; display: block; width: 28px; height: 100%; background: url(/static/img/icon_popup.png) no-repeat -32px 2px #047672; -webkit-background-size: 61px auto; background-size: 61px auto; }

.popupInner { padding: 8px; background: #f2f2f2; border-bottom: 1px solid #d3d3d3; border-left: 1px solid #d3d3d3; border-right: 1px solid #d3d3d3; }
.popupInner img { width: 56px; height: auto; }
.popupInner .dialogBtn { width: 140px; background: #fff; padding: 8px; font-size: 12px; color: #666; white-space: nowrap; position: relative; border: 1px solid #e9e9e9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.popupInner .dialogBtn i { display: block; color: #ff7500; margin-top: 10px; text-decoration: underline; }
.popupInner .dialogBtn:before, .popupInner .dialogBtn:after { width: 0; height: 0; content: ""; position: absolute; right: 10px; border: 6px solid transparent; }
.popupInner .dialogBtn:before { border-top-color: #fff; bottom: -10px; z-index: 1; }
.popupInner .dialogBtn:after { border-top-color: #e9e9e9; bottom: -11px; z-index: 0; }
.popupInner .popB { margin: 10px 0 0 0; }
.popupInner .popB p { font-size: 14px; padding-top: 6px; color: #666; }
.popupInner .popB .flashNo { display: inline-block; width: 14px; height: 14px; vertical-align: middle; background: #ff7500; text-align: center; color: #fff; line-height: 14px; font-family: arial; -webkit-animation: flash 1s infinite; animation: flash 1s infinite; }
.popupInner .replyQuickly { display: inline-block; width: 72px; height: 26px; line-height: 24px; text-align: center; background: #04807c; color: #fff; font-size: 14px; border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-radius:2px; -webkit-box-shadow: inset 0 -2px 1px #014441; box-shadow: inset 0 -2px 1px #014441; }
 */
.wrapInner { padding: 10px; overflow: hidden; }

.innerNav { background: #fff; line-height: 40px; font-size: 14px; text-align: center; border: 1px solid #dadbdf; }
.innerNav li { width: 33.3%; }
.innerNav li:nth-of-type(1) img, .innerNav li:nth-of-type(2) img, .innerNav li:nth-of-type(3) img, .innerNav li:nth-of-type(4) img { margin-top: 8px; }
.innerNav li:nth-of-type(5) img { max-width: 28px; }
.innerNav li:nth-of-type(6) img { max-width: 20px; }
.innerNav a { color: #666; display: block; height: 40px; width: 100%; white-space: nowrap; }
.innerNav a:hover, .innerNav a:active { background: #eee; }
.innerNav img { float: left; height: auto; vertical-align: middle; max-width: 30px; margin-left: 10px; }

.sectionTitle { line-height: 33px; text-indent: 10px; color: #fff; background: #04807c; margin: 10px 0 0 0; }
.sectionTitle a { color: #fff; }

.icoList li a { position: relative; }
.icoList li a:before { content: ""; width: 6px; height: 6px; left: 7px; top: 50%; margin-top: -3px; background: #027e7a; position: absolute; border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-radius:3px; }

.arcList { margin-top: 10px; }
.arcList li { margin-bottom: 10px; background: #fff; /* padding: 0 80px 0 0; */ position: relative; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
.arcList .arcLink { display: block; padding: 10px 0 10px 20px; }
.arcList .arcLink:hover, .arcList .arcLink:active { -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4); }
.arcList .askDoc {padding:0; display: block; width: 60px; height: 35px; line-height: 35px; background: #099c9c; color: #fff; text-align: center; border-bottom: 2px solid #055e5e; position: absolute; right: 10px; top: 50%; margin-top: -18px; }
.arcList a { display: block; background: #fff; padding: 10px 10px 10px 20px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
.arcList h3 { color: #04807c; position: relative; margin-bottom: 2px; }
.arcList h3:before { content: ""; width: 6px; height: 6px; display: inline-block; background: #04807c; position: absolute; left: -10px; top: 5px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-radius: 3px; }
.arcList p { color: #666; font-size: 14px; height: 43px; overflow: hidden; line-height: 1.6em; }
.arcList i { color: #ff0000; }
.arcList .hotFlag:before, .arcList .newFlag:before { content: ""; display: block; position: absolute; left: -3px; top: -3px; width: 40px; height: 39px; background: ur/static/img/listCorner.png) no-repeat; -webkit-background-size: 40px auto; background-size: 40px auto; }
.arcList .hotFlag:before { background-position: left top; }
.arcList .newFlag:before { background-position: left bottom; }
.arcListSection { padding: 10px; }

.pagingArc { font-size: 0; margin: 10px 0; }
.pagingArc a { font-size: 14px; display: inline-block; width: 48%; height: 40px; line-height: 40px; background: #4696a3; position: relative; color: #fff; padding: 0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.pagingArc a:before { content: ""; height: 0; width: 0; border: 20px solid white; position: absolute; top: 0; }
.pagingArc a:hover, .pagingArc a:active { background: #a6a6a6; }
.pagingArc a:nth-of-type(1) { float: left; padding-left: 25px; }
.pagingArc a:nth-of-type(1):hover:before { border-right-color: #a6a6a6; }
.pagingArc a:nth-of-type(1):before { left: -20px; border-right-color: #4696a3; }
.pagingArc a:nth-of-type(2) { padding: 0 20px 0 10px; float: right; }
.pagingArc a:nth-of-type(2):hover:before { border-left-color: #a6a6a6; }
.pagingArc a:nth-of-type(2):before { right: -20px; border-left-color: #4696a3; }
.pagingArc a:nth-of-type(2) ~ span { display: none; }

.paging { text-align: center; margin: 10px 0; padding: 0 20px; }
.paging a { display: block; color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.paging span { display: inline-block; width: 100% !important; height: 40px !important; line-height: 40px !important; color: #fff; background: #4696a3; position: relative; }
.paging span:before { content: ""; height: 0; width: 0; border: 20px solid transparent; position: absolute; top: 0; }
.paging span:hover, .paging span:active { background: #a6a6a6; }
.paging span.prePage { width: 48% !important; float: left; }
.paging span.prePage:hover:before { border-right-color: #a6a6a6; }
.paging span.prePage:before { left: -40px; border-right-color: #4696a3; }
.paging span.nextPage { width: 48% !important; float: right; }
.paging span.nextPage:hover:before { border-left-color: #a6a6a6; }
.paging span.nextPage:before { right: -40px; border-left-color: #4696a3; }
.paging span.nextPage ~ span { display: none; }

.commonIll { margin-top: 10px; text-align: center; line-height: 30px; font-size: 14px; }
.commonIll li { width: 25%; margin-bottom: 6px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.commonIll li:nth-of-type(4n+1) { padding-right: 6px; }
.commonIll li:nth-of-type(4n+2), .commonIll li:nth-of-type(4n+3) { padding: 0 3px; }
.commonIll li:nth-of-type(4n+4) { padding-left: 6px; }
.commonIll a { display: block; color: #04807c; background: #fff; border: 1px solid #dadbdf; }
.commonIll a:hover, .commonIll a:active { -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); }

.contactBtn { margin: 10px 0; text-align: center; line-height: 36px; }

.contactPhone, .contactOnline { width: 48%; font-size: 14px; color: #fff; overflow: hidden; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-radius:5px;}
.contactPhone i:before, .contactOnline i:before { content: ""; display: inline-block; vertical-align: middle; width: 28px; height: 28px; margin-right: 1px; border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;border-radius:14px; }
.contactPhone i, .contactPhone b, .contactOnline i, .contactOnline b { display: block; }
.contactPhone b, .contactOnline b { background: rgba(255, 255, 255, 0.2); }
.contactPhone:hover, .contactPhone:active, .contactOnline:hover, .contactOnline:active { -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.8); box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.8); }

.contactPhone { background: #fd8724; }
.contactPhone i:before { background: url(/static/img/icons.png) no-repeat -125px 0px #e06702; -webkit-background-size: 155px auto; background-size: 155px auto; }

.contactOnline { background: #04807c; }
.contactOnline i:before { background: url(/static/img/icons.png) no-repeat -107px -23px #065956; -webkit-background-size: 133px auto; background-size: 133px auto; }

article { padding: 5px; background: #fff; }

.arcTitle { text-align: center; color: #000; font-size: 18px; line-height: 1.4em; margin: 10px 0; }

.arcMeta { text-align: center; color: #666; font-size: 14px; padding-bottom: 15px; border-bottom: 1px solid #e9e9e9; }

.arcContent { padding:10px; line-height: 1.8em; color: #666;}
.arcContent p { margin-bottom:15px; }
.arcContent p:first-letter{margin-left:2em;}
.arcContent img { max-width: 100%; height: auto !important; }
.arcContent strong,.arcContent b{ font-weight:bold !important; }
.arcContent em,.arcContent i{font-style:italic !important;}
.showAllContent { display:none !important; width: 50%; margin: 0 auto; display: block; text-align: center; line-height: 2em; color: #666; color: #fff; background: #008f84; border-bottom: 1px solid #e9e9e9; margin-top: 10px; }

.arcInfos { font-size: 14px; padding: 10px 5px; color: #666; }
.arcInfos i { color: #04807c; }

.roadSection { background: #fff; padding: 10px; }
.roadSection ul { line-height: 1.4em; font-size: 14px; color: #666; padding-bottom: 10px; border-bottom: 1px solid #e9e9e9; }
.roadSection ul a { color: #04807c; }
.roadSection li { position: relative; padding-left: 20px; }
.roadSection li:before { content: ""; display: inline-block; position: absolute; left: 5px; top: 8px; width: 6px; height: 6px; background: #04807c; margin: 0 5px 0 2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.roadSection img { max-width: 100%; height: auto; }

.mapImg { text-align: center; padding: 10px 0; line-height: 0; }

.warmNotice { border: 1px dashed #ffcc00; padding: 10px; background: #fbf9eb; }
.warmNotice h3 { color: #f56c11; margin-bottom: 5px; }
.warmNotice p { line-height: 1.4em; color: #666; }

.roadLink1, .roadLink2 { display: block; text-align: center; line-height: 45px; margin-top: 10px; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2); border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-radius:5px; }

.roadLink1 { color: #279d99; font-size: 14px; -webkit-box-shadow: inset 0 -3px 1px #939292; box-shadow: inset 0 -3px 1px #939292; background: -webkit-gradient(linear, left top, left bottom, from(white), to(#d9d8d8)); background: -webkit-linear-gradient(top, white, #d9d8d8); background: linear-gradient(to bottom, white, #d9d8d8); }

.roadLink2 { color: #fff; background: #04807c; -webkit-box-shadow: inset 0 -3px 1px #014643; box-shadow: inset 0 -3px 1px #014643; }
.roadLink2 b { font-size: 18px; margin-right: 5px; }
.roadLink2:before { content: ""; display: inline-block; vertical-align: middle; margin-right: 5px; width: 22px; height: 30px; background: url(/static/img/icons.png) no-repeat -160px -3px; -webkit-background-size: 188px auto; background-size: 188px auto; }

.redTxt{color:red !important;}

/*Add by dxl for ydbanner*/
.yd_banner {display:none;text-align:center;margin-top:10px;}
.yd_banner img {max-width:100%;height:auto;}

/*评论by DXL*/
.fix:after { display: block; content: "$"; height: 0; clear: both; overflow: hidden; visibility: hidden; }
.artComments {font-size:16px; font-family: "Microsoft Yahei"; background: #fff; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.artComments dl { padding: 10px; border-top: 1px solid #ededed; }
.artComments ul { margin-bottom: 10px; }
.artComments li { font-size: 14px; float: left; margin-left: 5px; }
.artComments li i { padding: 0 5px 0 3px; color: #4b9999;font-style: initial;}
.artComments li:last-of-type i { color: #ff6600;font-style: initial;}
.artComments dt { margin-bottom: 10px; }
.artComments dt i { color: #a9a9a9; padding-left: 8px;font-style: initial;}
.artComments dt b { font-weight: bold; color: #007c78; }
.artComments dd { line-height: 20px; }
 
.artCommentWrap h3 { color: #007c78; font-weight: bold; }
.artCommentWrap textarea { border: 1px solid #007c7a; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 5px 10px; width: 100%; margin-top: 5px; font: 14px/18px "Microsoft Yahei"; }
 
.artCommentSub { text-align: right; }
.artCommentSub input { background: #007d7b; color: #fff; border: none; font: 16px/18px "Microsoft Yahei"; padding: 5px 10px; }

@-webkit-keyframes flash { 0%,40%,100% { opacity: 1; } 50%,90% { opacity: 0; } }
@keyframes flash { 0%,40%,100% { opacity: 1; } 50%,90% { opacity: 0; } }

.popupWin { position: fixed; width: 242px; left: 50%; top: 50%;margin-left: -121px; margin-top: -67px; z-index: 3; }
.popupWin .l{ float:left; }
.popupWin .r{ float:right; }
.popupWin i{ font-style:normal; }
.popupWin>div{  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
.popupTitle { background: #04807c; height: 30px; line-height: 30px; color: #fff; position: relative; }
.popupTitle span{ font-size:12px; }
.popupTitle:before { content: ""; display: inline-block; vertical-align: middle; width: 32px; height: 100%; margin-left: 5px; background: url(/static/img/icon_popup.png) no-repeat; -webkit-background-size: 61px auto; background-size: 61px auto; }
.popupTitle a { position: absolute; top: 0; right: 0; display: block; width: 28px; height: 100%; background: url(/static/img/icon_popup.png) no-repeat -32px 2px #047672; -webkit-background-size: 61px auto; background-size: 61px auto; }
.popupInner { padding: 8px; background: #f2f2f2; border-bottom: 1px solid #d3d3d3; border-left: 1px solid #d3d3d3; border-right: 1px solid #d3d3d3; }
.popupInner img { width: 56px; height: auto; }
.popupInner .dialogBtn { width: 140px; background: #fff; padding: 8px; font-size: 12px; color: #666; white-space: nowrap; position: relative; border: 1px solid #e9e9e9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.popupInner .dialogBtn i { display: block; color: #ff7500; margin-top: 10px; text-decoration: underline; }
.popupInner .dialogBtn:before, .popupInner .dialogBtn:after { width: 0; height: 0; content: ""; position: absolute; right: 10px; border: 6px solid transparent; }
.popupInner .dialogBtn:before { border-top-color: #fff; bottom: -10px; z-index: 1; }
.popupInner .dialogBtn:after { border-top-color: #e9e9e9; bottom: -11px; z-index: 0; }
.popupInner .popB { margin: 10px 0 0 0; }
.popupInner .popB p { font-size: 14px; padding-top: 6px; color: #666; }
.popupInner .popB .flashNo { display: inline-block; width: 14px; height: 14px; vertical-align: middle; background: #ff7500; text-align: center; color: #fff; line-height: 14px; font-family: arial; -webkit-animation: flash 1s infinite; animation: flash 1s infinite; }
.popupInner .replyQuickly { display: inline-block; width: 72px; height: 26px; line-height: 24px; text-align: center; background: #04807c; color: #fff; font-size: 14px; border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-radius:2px; -webkit-box-shadow: inset 0 -2px 1px #014441; box-shadow: inset 0 -2px 1px #014441; }



/*hide animation for popup*/
.fadeScale{opacity:0;-webkit-transform:scale(0.3,0.3);transform:scale(0.3,0.3);}
.fadeOut{opacity:0;}
.fadeUp{opacity:0;-webkit-transform:translate(0,-100px);transform:translate(0,-100px);}
.flipX{opacity:0; -webkit-transform: rotateX(90deg);transform: rotateX(90deg);}
.flipY{opacity:0; -webkit-transform: rotateY(90deg);transform: rotateY(90deg);}

a[href*="tongji"]{ display:none; }

.topColors { text-align: center; overflow: hidden; }
.topColors li { display: table; width: 100%; margin-bottom: 2px; }
.topColors li:nth-of-type(1) { font-size: 20px; }
.topColors li:nth-of-type(1) a{ padding:0; }
/*
.topColors li:nth-of-type(1) a:nth-of-type(1) span { background: #d1a0a4; }
.topColors li:nth-of-type(1) a:nth-of-type(2) span { background: #daa08a; }
*/
.topColors li:nth-of-type(1) span { height: 40px; line-height: 40px; background:#027e7a; }
.topColors li:nth-of-type(1) em{ font-size:22px; margin-right:6px; }
.topColors li:nth-of-type(2) a:nth-of-type(1) span { background: #96C0C5; }
.topColors li:nth-of-type(2) a:nth-of-type(2) span { background: #A6C49F; }
.topColors li:nth-of-type(3) a:nth-of-type(1) span { background: #A1CF98; }
.topColors li:nth-of-type(3) a:nth-of-type(2) span { background: #B2A7BB; }
.topColors li:nth-of-type(4) a:nth-of-type(1) span { background: #85B29A; }
.topColors li:nth-of-type(4) a:nth-of-type(2) span { background: #C5AF86; }
.topColors a { display: table-cell; color: #fff; }
.topColors a:nth-of-type(1) { padding-right: 1px; }
.topColors a:nth-of-type(2) { padding-left: 1px; }
.topColors span { display: block; height: 30px; line-height: 30px; }
.topColors span:active { -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5); }
.topColors b { display: inline-block; width: 99%; font-weight: normal; }
.topColors b, .arcList h3 { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

/*弹窗*/
.pop2colInner { font-family: "Microsoft YaHei"; }
 
.fix:after { display: block; content: "$"; height: 0; clear: both; overflow: hidden; visibility: hidden; }
 
.l { float: left; }
 
.r { float: right; }
 
.cell { display:table-cell; width:2000px; }
 
@-webkit-keyframes flash { 0%,40%,100% { opacity: 1; }
  50%,90% { opacity: 0; } }
 
@keyframes flash { 0%,40%,100% { opacity: 1; }
  50%,90% { opacity: 0; } }
 
.pop2col { width: 220px; position: fixed; left: 50%; top: 50%; margin-left: -110px; margin-top: -103px; z-index: 4; }
 
.pop2colInner { border: 2px solid #257570; background:#fff; }
.pop2colInner img { border: 1px solid #277772; margin-right: 5px; }
.pop2colInner h2 { height: 30px; color: #fff; background: #196e69; line-height: 30px; position: relative; }
.pop2colInner h2:before { content: ""; display: inline-block; vertical-align: middle; margin: -3px 5px 5px 5px; width: 30px; height: 100%; background: url(/stati/static/img/icon_popup.png) no-repeat left center; -webkit-background-size: 56px auto; background-size: 56px auto; }
.pop2colInner .cancelPop { position: absolute; display: block; width: 30px; height: 100%; background: #16615c; right: -2px; top: -2px; }
.pop2colInner .cancelPop:before { content: ""; position: absolute; width: 22px; height: 22px; left: 50%; top: 50%; margin-top: -11px; margin-left: -11px; background: url(/stati/static/img/icon_popup.png) no-repeat right center; -webkit-background-size: 46px auto; background-size: 46px auto; }
.pop2colInner > div { padding: 5px 0 5px 5px; }
.pop2colInner ul { font-size: 14px; line-height: 1.4em; padding-top: 3px; }
.pop2colInner ul a { color: #262626; }
.pop2colInner li { padding-left: 20px; position: relative; }
.pop2colInner li:before, .pop2colInner li:after { content: ""; position: absolute; }
.pop2colInner li:before { width: 14px; height: 14px; border: 1px solid #196e69; left: 0; top: 1px; border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-radius: 8px; }
.pop2colInner li:after { left: 4px; top: 5px; width: 8px; height: 8px; background: #196e69; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-radius: 4px; }
.pop2colInner b { color: #d70000; }
.pop2colInner .mMsg { line-height:1em; font-size: 14px; text-align: center; padding: 4px 0; background: #d0d0d0; }
.pop2colInner .mMsg i { -webkit-animation: flash 1.2s infinite; animation: flash 1.2s infinite; font-style: normal; padding: 1px 5px; display: inline-block; background: #f87400; color: #fff; }
.pop2colInner .mMsg a { display: inline-block; color: #fff; background: #196e69; padding: 2px 4px 4px 4px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 -2px 1px #114d49; box-shadow: inset 0 -2px 1px #114d49; }
.pop2colInner .female { text-align: center; }
.pop2colInner .female a { display: block; color: #e06700; font-weight: bold; margin: 5px 0; font-size: 18px; -webkit-animation: flash 1s infinite; animation: flash 1s infinite; }
 
.road_nr p{text-align:left; text-indent:2em; padding:3px 0; color:#515151; font-size:12px;}
.road_nr h2{font-size:12px; text-align:left;}
.sy_doc1{padding-top:10px;}
.sy_doc1 li{padding:0 10px 0 10px; border-bottom:1px solid #e3e1e1; margin-bottom:10px; height:125px; overflow:hidden;}
.sy_doc1 a img{border:1px solid #dedede; padding:1px; margin-right:10px;}
.sy_doc1 a{color:#ff6600;}
.sy_doc1 a:hover{color:#ff6000;}
.sy_doc1 p{text-indent:2me; font-size:12px;text-align:left; color:#515151;}
.sy_doc1 .nor{border:none; margin-bottom:0;}
.onl_top{ height:29px; line-height:29px; background:#4a4a4a; text-align:center; color:#fff;}
.onl_nr{ font-size:12px; color:#4a4a4a; padding:8px 0;}
.onl_nr .input{ background:url(/static/img/int1.png) no-repeat; width:205px; height:30px; line-height:30px; padding-left:2px; border:none;}
.onl_nr .txt{overflow-x:hidden; line-height:22px;background:url(/static/img/int2.png) no-repeat; width:205px; height:91px; line-height:30px; padding-left:2px; border:none;}
.onl_nr p{padding:1px 0 1px 8px;}
.onl_nr div{ padding:1px 0 1px 5px;}
.onl_nr .onl_tj{ padding-top:10px;}
 
.onl_foot{ height:33px; border-top:1px solid #2c2c2c; line-height:33px; background:#4a4a4a;}
.onl_foot a{color:#fff; padding:0 8px;}
.onl_foot a:hover{color:#fff600;}
 
 
#top{position:fixed;width:100%;line-height:40px;top:0px;left:0;z-index:99; background:#fff;}
#bottom{position:fixed;width:100%;bottom:0px;cursor:pointer;}
#top2{position:fixed;width:100%;line-height:40px;top:0px;left:0;z-index:99; background:#fff;}
 
 
 
.firstdiv{width:100%; margin:0 auto;max-width:400px;}
.firstdiv #top{ width:100%; margin:0 auto; text-align:center; left:auto;max-width:400px;}
.firstdiv #bottom{width:100%; margin:0 auto; text-align:center; left:auto;max-width:400px;}
.jww_tj{height:0; line-height:0; overflow:hidden;}
#pfjw{width: 100%;}
#pfjw {position:fixed;top:40%; margin-top:2%;_margin-top:19%;}
*html #pfjw{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop));}
.pfjw_nr{width:220px;height:80px;border:1px solid #a38154; background:#fff; margin:0 auto;}
.pfjw_nr h2{font:bold 16px/42px "Microsoft YaHei"; color:#726761; text-align:center; }
.pfjw_nr ul{height:40px;}
.pfjw_nr li{float:left; display:inline; margin-left:59px;width:45px; height:25px; display:block; background:#d57600; color:#fff; text-align:center; font-weight:bold; cursor:pointer;}
.pfjw_nr a{width:45px; height:25px; display:block; background:#d57600; color:#fff; text-align:center; font-weight:bold;}
.pfjw_nr a:hover{ text-decoration:none; color:#fff600;}

.hotSection{ padding:10px 10px 0 10px; background:#e8e8e8; }
.hotTitle { background: #00877d;color: #fff; padding: 10px; border-top-left-radius: 3px; border-top-right-radius: 3px; }
.hotWrap { text-align: center; margin-top: 5px; }
.hotWrap ul { display: table; margin-bottom: 4px; width: 100%; }
.hotWrap li { display: table-cell; }
.hotWrap a { display: block; background: #fff; color: #00877c; padding: 10px 5px; }