@charset "UTF-8";
#loadingbox {
  position: fixed;
  z-index: 1000;
  width: auto;
  height: 60px;
  line-height: 60px;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-family: simsun;
}

.color_main {
  color: #e65243;
}

.red {
  color: #d72323;
}

.level {
  font-size: 0;
}
.level li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  vertical-align: middle;
}

.dl dl {
  width: 100%;
  clear: both;
  font-size: 0;
}
.dl dt, .dl dd {
  vertical-align: middle;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
}
.dl dt {
  padding-right: 10px;
  text-align: right;
}
.dl .vt {
  vertical-align: top;
}
.dl .tl {
  text-align: left;
}

.w1100 {
  width: 1100px;
}

.w100p {
  min-width: 1100px;
}

.inp {
  -webkit-box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
  box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
  outline: none;
  border: 1px solid #dadada;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
}
.inp:hover, .inp:focus {
  border: 1px solid #e65243;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dadada !important;
  -webkit-box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
  box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
}

.otw, .ul_newsinfo a, .zhzxnewsbox .ul_zhzx .span_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bg_black50 {
  background: url(../images/bg_black50.png) 0 0 repeat\9;
  background: rgba(0, 0, 0, 0.5);
}

.bg_black65 {
  background: url(../images/bg_black65.png) 0 0 repeat\9;
  background: rgba(0, 0, 0, 0.65);
}

.bg_black40 {
  background: url(../images/bg_black40.png) 0 0 no-repeat\9;
  background: rgba(0, 0, 0, 0.4);
}

.bg_black30 {
  background: url(../images/bg_black30.png) 0 0 repeat\9;
  background: rgba(0, 0, 0, 0.3);
}

.bg_white50 {
  background: url(../images/bg_white50.png) 0 0 repeat\9;
  background: rgba(255, 255, 255, 0.5);
}

/** 
* 修改时间：2014-05-30
* 参考： html5doctor.com Reset Stylesheet v1.6.1和YUI 3.5.0和Eric Meyer's Reset CSS v2.0和normalize.css v1.0.0，以及参考tmall等网站
**/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* vertical-align:baseline; */
  background: transparent;
}

body {
  line-height: 1;
  font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1',tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
}

ol, ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

h1, h2, h3 {
  font-weight: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:link {
  color: #e65243;
}
a:visited {
  color: #e65243;
}
a:hover {
  color: #c43021;
}
a:active {
  color: #e65243;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 按要求改变边框的颜色 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/** 
* 修改时间：2014-06-26
* 修改人：ABpasser
**/
/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto;
}

/* 行内元素对齐 */
.vm {
  vertical-align: middle;
}

.vt {
  vertical-align: top;
}

.vb {
  vertical-align: bottom;
}

/* display */
.dn {
  display: none;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.w10 {
  width: 10px;
}

.w100 {
  width: 100px;
}

.w10p {
  width: 10%;
}

.w20 {
  width: 20px;
}

.w200 {
  width: 200px;
}

.w20p {
  width: 20%;
}

.w30 {
  width: 30px;
}

.w300 {
  width: 300px;
}

.w30p {
  width: 30%;
}

.w40 {
  width: 40px;
}

.w400 {
  width: 400px;
}

.w40p {
  width: 40%;
}

.w50 {
  width: 50px;
}

.w500 {
  width: 500px;
}

.w50p {
  width: 50%;
}

.w60 {
  width: 60px;
}

.w600 {
  width: 600px;
}

.w60p {
  width: 60%;
}

.w70 {
  width: 70px;
}

.w700 {
  width: 700px;
}

.w70p {
  width: 70%;
}

.w80 {
  width: 80px;
}

.w800 {
  width: 800px;
}

.w80p {
  width: 80%;
}

.w90 {
  width: 90px;
}

.w900 {
  width: 900px;
}

.w90p {
  width: 90%;
}

.w100 {
  width: 100px;
}

.w1000 {
  width: 1000px;
}

.w100p {
  width: 100%;
}

.h100p {
  height: 100%;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.p0 {
  padding: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.mt1 {
  margin-top: 1px;
}

.mb1 {
  margin-bottom: 1px;
}

.ml1 {
  margin-left: 1px;
}

.mr1 {
  margin-right: 1px;
}

.p1 {
  padding: 1px;
}

.pt1 {
  padding-top: 1px;
}

.pb1 {
  padding-bottom: 1px;
}

.pl1 {
  padding-left: 1px;
}

.pr1 {
  padding-right: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mb2 {
  margin-bottom: 2px;
}

.ml2 {
  margin-left: 2px;
}

.mr2 {
  margin-right: 2px;
}

.p2 {
  padding: 2px;
}

.pt2 {
  padding-top: 2px;
}

.pb2 {
  padding-bottom: 2px;
}

.pl2 {
  padding-left: 2px;
}

.pr2 {
  padding-right: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mb3 {
  margin-bottom: 3px;
}

.ml3 {
  margin-left: 3px;
}

.mr3 {
  margin-right: 3px;
}

.p3 {
  padding: 3px;
}

.pt3 {
  padding-top: 3px;
}

.pb3 {
  padding-bottom: 3px;
}

.pl3 {
  padding-left: 3px;
}

.pr3 {
  padding-right: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mb4 {
  margin-bottom: 4px;
}

.ml4 {
  margin-left: 4px;
}

.mr4 {
  margin-right: 4px;
}

.p4 {
  padding: 4px;
}

.pt4 {
  padding-top: 4px;
}

.pb4 {
  padding-bottom: 4px;
}

.pl4 {
  padding-left: 4px;
}

.pr4 {
  padding-right: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.p5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.mt-1 {
  margin-top: -1px;
}

.mb-1 {
  margin-bottom: -1px;
}

.ml-1 {
  margin-left: -1px;
}

.mr-1 {
  margin-right: -1px;
}

/* padding */
.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.pl10 {
  padding-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

/* margin */
.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

/* float */
.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

/* position */
.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.b0 {
  bottom: 0;
}

.t0 {
  top: 0;
}

.l0 {
  left: 0;
}

.r0 {
  right: 0;
}

/* 清除浮动*/
.cf, .ul_justify a {
  *zoom: 1;
}

.cf:after, .ul_justify a:after {
  display: table;
  content: '';
  clear: both;
}

/* text-align */
.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}

.b {
  font-weight: bold;
}

.tno, .tno a {
  text-decoration: none;
}

.ovh {
  overflow: hidden;
}

.bgn {
  background: none !important;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f24 {
  font-size: 24px;
}

.f28 {
  font-size: 28px;
}

.f36 {
  font-size: 36px;
}

.lh20 {
  line-height: 20px;
}

.lh22 {
  line-height: 22px;
}

.lh24 {
  line-height: 24px;
}

.lh26 {
  line-height: 26px;
}

.lh28 {
  line-height: 28px;
}

.lh30 {
  line-height: 30px;
}

.lh36 {
  line-height: 36px;
}

.lh40 {
  line-height: 40px;
}

.lh20_h {
  line-height: 20px;
  height: 20px;
}

.lh22_h {
  line-height: 22px;
  height: 22px;
}

.lh24_h {
  line-height: 24px;
  height: 24px;
}

.lh26_h {
  line-height: 26px;
  height: 26px;
}

.lh28_h {
  line-height: 28px;
  height: 28px;
}

.lh30_h {
  line-height: 30px;
  height: 30px;
}

.lh36_h {
  line-height: 36px;
  height: 36px;
}

.lh40_h {
  line-height: 40px;
  height: 40px;
}

.bde {
  border: 1px solid #eee;
}

.bte {
  border-top: 1px solid #eee;
}

.bbe {
  border-bottom: 1px solid #eee;
}

.bdn {
  border: none;
}

.bdc {
  border: 1px solid #ccc;
}

.btc {
  border-top: 1px solid #ccc;
}

.bbc {
  border-bottom: 1px solid #ccc;
}

.bgfff {
  background: #fff;
}

.bgeee {
  background: #eee;
}

.cfff {
  color: #fff;
}

.ceee {
  color: #eee;
}

.cddd {
  color: #ddd;
}

.cccc {
  color: #ccc;
}

.c999 {
  color: #999;
}

.c666 {
  color: #666;
}

.c333 {
  color: #333;
}

.c000 {
  color: #000;
}

.wordwrap {
  word-wrap: break-word;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  background: #EDEDED;
}

.header .header_top {
  background: url(../images/bg_headtop.jpg) 0 0 repeat-x;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.header .tianqibox {
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 15px;
  padding-left: 20px;
  padding-top: 7.5px;
}
.header .span_timebox {
  margin-left: 130px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
}
.header .rightlinks {
  position: relative;
  margin-right: 100px;
  height: 30px;
  z-index: 3;
}
.header .rightlinks .span_show {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
  padding-right: 15px;
  background: url(../images/ico_arrow1.png) right center no-repeat;
}
.header .rightlinks .hiddenlink {
  position: absolute;
  background: #fff;
  left: -10px;
  top: 30px;
  right: -10px;
  display: none;
}
.header .rightlinks .hiddenlink a {
  display: block;
  border-bottom: 1px solid #AAAAAA;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
}
.header .rightlinks .hiddenlink a:hover {
  background: #eee;
}
.header .bannerbox {
  height: 113px;
}

.nav {
  height: 29px;
  background: url(../images/bg_nav.png) center center repeat-x;
}

.ul_nav {
  text-align: center;
}
.ul_nav li {
  padding: 0 20px;
  vertical-align: top;
  border-right: 1px solid #1D426F;
  border-left: 1px solid #000D24;
  height: 29px;
}
.ul_nav li:first-child {
  border-left: none;
}
.ul_nav li:last-child {
  border-right: none;
}
.ul_nav a {
  display: block;
  font-size: 16px;
  color: #fff;
  height: 29px;
  line-height: 29px;
}
.ul_nav a:hover {
  color: #EFD735;
}
.ul_nav li.cur a {
  color: #EFD735;
}

.footer {
  background: #fff;
  padding-top: 5px;
}
.footer .nav {
  margin: 0 5px;
  height: 26px;
}
.footer .ul_nav li {
  height: 26px;
}
.footer .ul_nav a {
  font-size: 15px;
  height: 26px;
  line-height: 26px;
}
.footer .friendlinks {
  margin: 5px;
  background: #EBECEB;
  border: 1px solid #A7A7A7;
  font-size: 14px;
  padding: 5px;
  padding-left: 10px;
}
.footer .friendlinks a {
  color: #010176;
  margin-right: 8px;
  display: inline-block;
  line-height: 20px;
}
.footer .friendlinks a:hover {
  color: #ff6000;
}
.footer .footer_b {
  text-align: center;
  font-size: 14px;
  padding-bottom: 100px;
  padding-top: 10px;
  line-height: 22px;
  color: #000;
}
.footer .footer_b a {
  color: #000;
  font-size: 14px;
  margin: 0 5px;
}
.footer .footer_b a:hover {
  color: #ff6000;
}

.main_container {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main_container .left_container {
  width: 830px;
  margin-left: 5px;
}
.main_container .right_side {
  margin-right: 5px;
  width: 255px;
}
.main_container .toptextscl {
  margin: 0 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.main_container .c_red {
  color: #C00;
}

.ul_textscl {
  width: 100000px;
}
.ul_textscl li {
  padding-right: 30px;
}
.ul_textscl a {
  display: block;
  /*font-size: 14px;*/
  font-size: 16px;
  color: #000066;
}
.ul_textscl a:hover {
  color: #FF0000;
}

.searchline {
  height: 28px;
  line-height: 28px;
  background: #6DB7D9;
  font-size: 0;
  border-radius: 5px 5px 0 0;
  padding-left: 10px;
}
.searchline input, .searchline span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
  margin-right: 5px;
}
.searchline span {
  margin-right: 0;
}
.searchline input[type="text"] {
  border: 1px solid #78797A;
  background: #E7F0FA;
  padding-left: 2px;
}
.searchline input[type="button"] {
  height: 18px;
  line-height: 16px;
  border-radius: 4px;
  color: #000;
  background: #FEFEFE;
  border: 1px solid #003C74;
  padding: 0 5px;
}
.searchline input[type="button"]:hover {
  background: #eee;
}
.searchline .span_text {
  vertical-align: -5px;
  height: 28px;
  line-height: 28px;
}
.searchline .inp_text1 {
  width: 130px;
}
.searchline .inp_text2 {
  width: 55px;
}
.searchline .inp_text3 {
  width: 242px;
}
.searchline .ml_span {
  margin-left: 5px;
}

.conditcfbox {
  height: 26px;
  line-height: 26px;
  color: #000;
  padding-left: 5px;
  font-size: 0;
}
.conditcfbox a {
  font-size: 14px;
  margin-right: 10px;
  color: #000;
}
.conditcfbox a:hover {
  color: #c00;
}
.conditcfbox .c_red {
  color: #C00;
}
.conditcfbox .a_box {
  height: 26px;
}
.conditcfbox .span_text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.conditcfbox .price_sort {
  margin-left: 20px;
}
.conditcfbox .price_sort a {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 22px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
}
.conditcfbox .price_sort .a_sortup1 {
  background-image: url(../images/up2.jpg);
}
.conditcfbox .price_sort .a_sortup2 {
  background-image: url(../images/up.jpg);
}
.conditcfbox .price_sort .a_sortdown1 {
  background-image: url(../images/down.jpg);
}
.conditcfbox .price_sort .a_sortdown2 {
  background-image: url(../images/down2.jpg);
}
.conditcfbox .price_sort .dn {
  display: none;
}
.conditcfbox select {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  height: 20px;
}

.ad_boximg {
  display: block;
  width: 100%;
}
.ad_boximg a, .ad_boximg img {
  display: block;
  width: 100%;
  font-size: 0;
  margin-bottom: 5px;
}
.ad_boximg .a_img {
  margin-bottom: 1px;
}

.main_table {
  border-left: 1px solid #9A9A9A;
  border-right: 1px solid #9A9A9A;
  border-bottom: 1px solid #9A9A9A;
}
.main_table .c_blue {
  color: #00F;
}
.main_table .table_thbox {
  border-top: 5px solid #2A8D69;
  background: #D7E7EA;
  line-height: 26px;
  padding: 0 10px;
  font-size: 14px;
}
.main_table .table_thbox a {
  color: #000;
  font-size: 14px;
  /*margin-right: 5px;*/
}
.main_table .table_thbox a.c_blue {
  color: #00F;
}
.main_table .table_thbox a:hover {
  color: #C00;
}
.main_table .table_thbox a.f12 {
  font-size: 12px;
}
.main_table .table_thbox.bom {
  border-top: none;
}
.main_table .table_main {
  width: 100%;
  font-size: 14px;
  color: #000;
}
.main_table .table_main td {
  cursor: pointer;
  border-bottom: 1px solid #C7CED2;
  padding: 8px 0;
}
.main_table .table_main td:nth-child(1) {
  width: 66px;
  text-align: center;
}
.main_table .table_main td:nth-child(2) {
  width: 15px;
  text-align: center;
 /* padding-left: 5px;*/
}
.main_table .table_main td:nth-child(3) {
  width: 60px;
  text-align: center;
}
.main_table .table_main td:nth-child(4) {
  width: 14px;
  text-align: center;
}
.main_table .table_main td:nth-child(5) {
  padding-left: 5px;
}
.main_table .table_main td:nth-child(6) {
  padding-left: 5px;
}
.main_table .table_main td:nth-child(7) {
  width: 66px;
  text-align: center;
}
.main_table .table_main td:nth-child(8) {
  /*width: 95px;*/
  /*text-align: center;*/
  /*padding-left: 5px;*/
  width: 100px;
  text-align: center;
  padding-left: 0px;
}
.main_table .table_main tr:last-child td {
  border-bottom: none;
}
.main_table .table_main tr:hover td {
  background: #CEECF2;
}
.main_table .table_main th {
  background: #F1F1F1;
  font-weight: normal;
  border-bottom: 1px solid #9A9A9A;
  border-top: 1px solid #9A9A9A;
  height: 24px;
  line-height: 24px;
}

.p_teltitle {
  background: url(../images/ico_tele.jpg) 20px center no-repeat;
  width: 178px;
  height: 26px;
  padding: 2px 0px 2px 62px;
  line-height: 26px;
  font-size: 14px;
}
.p_teltitle .span_fwb {
  font-weight: bold;
}

.part_rbox {
  border: 1px solid #9A9A9A;
  margin-bottom: 5px;
}
.part_rbox .p_r_title {
  background: url(../images/box_t.jpg) 0 0 repeat-x;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  text-align: center;
}
.part_rbox .p_r_title .span_time {
  color: #ED0052;
  font-size: 14px;
  float: right !important;
}
.part_rbox .p_r_title .span_time + .span_text {
  float: left;
}
.part_rbox .p_r_title .span_text {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.part_rbox .p_r_title .a_more {
  font-size: 14px;
  color: #000;
}
.part_rbox .p_r_title .a_more:hover {
  color: #B00001;
}
.part_rbox .part_cont {
  padding: 5px 0;
  background: #E2F3F5;
}
.part_rbox .a_imgsingbox {
  display: block;
  width: 100%;
}
.part_rbox .a_imgsingbox img {
  display: block;
  width: 100%;
}
.part_rbox .ul_swiptch {
  text-align: center;
}
.part_rbox .ul_swiptch li {
  width: 75px;
  margin: 0 10px;
  cursor: pointer;
  color: #0800A8;
  font-weight: bold;
  text-align: center;
  height: 25px;
  vertical-align: bottom;
  font-size: 14px;
}
.part_rbox .ul_swiptch li.on {
  background: #F4FCFF;
  border-radius: 3px 3px 0 0;
}
.part_rbox .a_linkbox {
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}
.part_rbox .a_linkbox + .a_linkbox {
  border-top: 1px solid #9A9A9A;
}
.part_rbox .a_linkbox .span_line1 {
  margin-left: 26px;
  margin-right: 10px;
}
.part_rbox .a_linkbox .span_line2 {
  margin-left: 7px;
  margin-right: 10px;
}
.part_rbox .a_linkbox .span_line3 {
  margin: 0 5px;
}
.part_rbox .a_linkbox a, .part_rbox .a_linkbox span {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  color: #000027;
}
.part_rbox .a_linkbox a:hover {
  color: #FF0303;
}
.part_rbox .projectcr {
  background: #AEE0E4;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.part_rbox .projectcr a {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  color: #000;
}
.part_rbox .projectcr a:hover {
  color: #B00001;
}
.part_rbox .table_zst {
  width: 100%;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: -1px;
}
.part_rbox .table_zst .hidden {
  display: none;
}
.part_rbox .table_zst th {
  border: 1px solid #9A9A9A;
  background: #E1E1E1;
  font-weight: normal;
}
.part_rbox .table_zst th:first-child {
  border-left: none;
}
.part_rbox .table_zst th:last-child {
  border-right: none;
}
.part_rbox .table_zst td {
  border: 1px solid #9A9A9A;
  text-align: center;
  background: #FCFCFC;
  cursor: pointer;
}
.part_rbox .table_zst td:first-child {
  border-left: none;
}
.part_rbox .table_zst td:last-child {
  border-right: none;
}
.part_rbox .table_zst tr:hover td {
  background: #c1e6ed;
}

.ul_justify {
  padding-left: 2px;
  margin-top: -2px;
}
.ul_justify.hidden {
  margin-top: 0;
  display: none;
}
.ul_justify.ul_two li {
  width: 50%;
}
.ul_justify.ul_three li {
  width: 33.33%;
}
.ul_justify li {
  box-sizing: border-box;
  padding-right: 2px;
  margin-top: 2px;
}
.ul_justify .hidden {
  display: none;
}
.ul_justify a {
  display: block;
  border: 1px #D1D1D1 solid;
  background: #F4FCFF;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  color: #000;
}
.ul_justify a:hover {
  background: #C1E6ED;
}
.ul_justify .span_text {
  float: left;
  display: block;
  text-align: right;
  width: 56%;
  margin-left: 5px;
}
.ul_justify .span_num {
  float: left;
  width: 30%;
  margin-left: 5px;
  color: #B00001;
}

.ul_newsinfo {
  padding: 5px;
}
.ul_newsinfo li {
  line-height: 24px;
  height: 24px;
  padding-left: 3px;
}
.ul_newsinfo a {
  display: block;
  font-size: 14px;
  color: #000;
}
.ul_newsinfo a:hover {
  color: #FF0303;
}
.ul_newsinfo .hidden {
  display: none;
}

.input_searchbox {
  padding: 5px 10px;
  font-size: 0;
}
.input_searchbox .inp_text {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  border: 1px solid #78797A;
  font-size: 12px;
  color: #333;
  background: #E7F0FA;
}
.input_searchbox .bombtn {
  padding-top: 5px;
}
.input_searchbox .inp_btn {
  height: 20px;
  line-height: 19px;
  border-radius: 4px;
  color: #000;
  background: #FEFEFE;
  border: 1px solid #003C74;
  padding: 0 5px;
  font-size: 12px;
  margin-right: 5px;
}
.input_searchbox .inp_btn:hover {
  background: #eee;
}

.detailpagebox {
  /*border-top: 1px solid #9A9A9A;*/
  border-top: 5px solid #2A8D69;
  border-bottom: 1px solid #9A9A9A;
  padding: 10px;
  padding-top: 40px;
}
.detailpagebox h1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.detailpagebox .uploadbox {
  font-size: 15px;
  line-height: 24px;
  padding: 20px 10px 40px;
}

.imgmapbox {
  background: #CCC;
  padding: 5px;
  padding-bottom: 45px;
  position: relative;
  border: 1px solid #9A9A9A;
  margin-top: 5px;
}
.imgmapbox img {
  display: block;
  width: 100%;
}
.imgmapbox .a_viewbigim {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 69px;
  height: 27px;
  background: url(../images/btn_map1.jpg) center center no-repeat;
}

.part_rboxkc {
  margin-top: 5px;
  border: 1px solid #9A9A9A;
}
.part_rboxkc .p_r_title {
  text-align: center;
  height: 26px;
  line-height: 26px;
  background: url(../images/box_t.jpg) center top repeat-x;
  font-size: 14px;
  font-weight: bold;
}
.part_rboxkc .p_title {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  background: #d9eff1;
  padding-left: 5px;
  padding-right: 5px;
}
.part_rboxkc .p_title .a_more {
  color: #000;
  font-weight: normal;
}
.part_rboxkc .p_title .a_more:hover {
  color: #f00;
}
.part_rboxkc .tablebox {
  padding: 5px;
}
.part_rboxkc .table_kcr {
  border: 1px solid #999999;
  width: 100%;
}
.part_rboxkc .table_kcr td {
  width: 50%;
  border: 1px solid #999;
  padding-left: 10px;
  font-size: 14px;
}
.part_rboxkc .table_kcr a {
  color: #000;
}
.part_rboxkc .table_kcr a:hover {
  color: #f00;
}

.picMarquee-left {
  height: 113.59px;
  overflow: hidden;
}
.picMarquee-left .bd li {
  width: 151.428px;
  margin-right: 5px;
  height: 113.5998px;
}
.picMarquee-left .bd li img {
  display: block;
  width: 100%;
  height: 100%;
}

.zhzxnewsbox {
  border: 1px solid #9A9A9A;
  /*margin-top: 5px;*/
}
.zhzxnewsbox .p_toptittle {
  border-top: 5px solid #2A8D69;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  background: #C9E4FF;
}
.zhzxnewsbox .ul_zhzx {
  border-top: 1px solid #B5B9BC;
}
.zhzxnewsbox .ul_zhzx li {
  border-bottom: 1px solid #B5B9BC;
}
.zhzxnewsbox .ul_zhzx a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 70px;
  font-size: 14px;
  color: #000;
}
.zhzxnewsbox .ul_zhzx a:hover {
  background: #CFECF2;
}
.zhzxnewsbox .ul_zhzx .span_text {
  display: inline-block;
  max-width: 540px;
  padding-left: 10px;
  background: url(../images/li1.jpg) 0 center no-repeat;
}
.zhzxnewsbox .ul_zhzx .span_time {
  color: #444;
}
.zhzxnewsbox .bompages {
  height: 30px;
  line-height: 30px;
  background: #C9E4FF;
  padding-right: 50px;
}
.zhzxnewsbox .bompages a {
  color: #000;
  font-size: 14px;
}
.zhzxnewsbox .bompages a:hover {
  color: #f00;
}

.lawtable {
  margin-top: -1px;
}

.law_tb {
  width: 100%;
  font-size: 14px;
}
.law_tb th {
  line-height: 22px;
  border: 1px solid #9A9A9A;
  font-weight: normal;
  background: #EAEAEA;
  padding: 3px;
  padding-left: 30px;
  text-align: left;
}
.law_tb th:first-child {
  width: 50%;
}
.law_tb th:last-child {
  width: 16%;
}

.ul_law li {
  border-bottom: 1px solid #9A9A9A;
}
.ul_law .p_lawtitle {
  background: #F7F7F7;
  padding-left: 30px;
  padding-right: 20px;
  height: 30px;
  line-height: 30px;
  border-left: 1px solid #9A9A9A;
  border-right: 1px solid #9A9A9A;
}
.ul_law .p_lawtitle span {
  font-size: 14px;
  font-weight: bold;
}
.ul_law .p_lawtitle a {
  font-size: 14px;
  color: #000;
}
.ul_law .p_lawtitle a:hover {
  color: #f00;
}
.ul_law table {
  width: 100%;
  margin-bottom: -1px;
  font-size: 14px;
}
.ul_law table td {
  border: 1px solid #9A9A9A;
  line-height: 22px;
  padding: 3px;
  padding-left: 30px;
  cursor: pointer;
}
.ul_law table td:first-child {
  width: 50%;
  padding-left: 57px;
}
.ul_law table td:last-child {
  width: 16%;
}
.ul_law table tr:hover td {
  background: #AEE0E4;
}

.banner_slide .bd img {
  display: block;
  width: 100%;
  height: 100%;
}
