html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, img {
    margin: 0;
    padding: 0; }
  .awyts:hover{
    color:#fff;
    
  }
  body {
    color: #595959;
    font-family: "SimSun";
    font-size: 14px;
    background: #ffffff;
    line-height: 1.5; }
  
  .fl {
    float: left; }
  
  .fr {
    float: right; }
  
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  
  .clearfix:after {
    clear: both; }
  
  .clear {
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden; }
    .f16{
      font-size: 16px !important;
    }
    .f18{
      font-size: 18px !important;
    }
  .anit:hover{
    -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            -o-transition: -o-transform 0.3s;
            -moz-transition: transform 0.3s, -moz-transform 0.3s;
            -webkit-transform: translateX(-5px);
               -moz-transform: translateX(-5px);
                -ms-transform: translateX(-5px);
                 -o-transform: translateX(-5px);
                    transform: translateX(-5px);
  }
  a {
     color: #595959;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    a:hover {
      color: #7c7e7f;
      text-decoration: none; }
  
  article, aside, footer, header, nav, menu, details, section {
    display: block; }
  
  input {
    padding-top: 0;
    padding-bottom: 0; }
    input::-moz-focus-inner {
      border: 0;
      padding: 0; }
  
  select, input {
    vertical-align: middle; }
  
  select, input, textarea {
    font-size: 12px;
    margin: 0; }
  
  input[type="text"], input[type="password"], textarea {
    outline-style: none;
    -webkit-appearance: none; }
  
  textarea {
    resize: none; }
  
  ol, ul {
    list-style-type: none;
    clear: both; }
  
  li {
    display: inline;
    float: left; }
  
  fieldset, img, a img, :link img, :visited img {
    border: 0; }
  
  img {
    display: block; }
  
  .imgAni img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  
  .imgAni:hover img {
    -webkit-transform: scale(1.15, 1.15);
       -moz-transform: scale(1.15, 1.15);
        -ms-transform: scale(1.15, 1.15);
         -o-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15); }
  
  address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal; }
  
  em {
    font-style: normal; }
  
  h1, h2, h3, h4, h5 {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: normal; }
  
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  .blankH4 {
    height: 4px; }
  
  .blankH6 {
    height: 6px; }
  
  .blankH8 {
    height: 8px; }
  
  .blankH10 {
    height: 10px; }
  
  .blankH12 {
    height: 12px; }
  
  .blankH14 {
    height: 14px; }
  
  .blankH16 {
    height: 16px; }
  
  .blankH18 {
    height: 18px; }
  
  .blankH20 {
    height: 20px; }
  
  .blankH22 {
    height: 22px; }
  
  .blankH24 {
    height: 24px; }
  
  .blankH26 {
    height: 26px; }
  
  .blankH28 {
    height: 28px; }
  
  .blankH30 {
    height: 30px; }
  
  .blankH32 {
    height: 32px; }
  
  .blankH34 {
    height: 34px; }
  
  .blankH36 {
    height: 36px; }
  
  .blankH38 {
    height: 38px; }
  
  .blankH40 {
    height: 40px; }
  
  .common_wrap {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto; }
  
  @font-face {
    font-family: 'Helvetica';
    src: url("../fonts/helvetica.eot");
    src: url("../fonts/helvetica.eot") format("embedded-opentype"), url("../fonts/helvetica.woff") format("woff"), url("../fonts/helvetica.ttf") format("truetype"), url("../fonts/helvetica.svg#helvetica") format("svg");
    font-weight: normal;
    font-style: normal; }
  
  @font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
  
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  
  .glyphicon-asterisk:before {
    content: "\002a"; }
  
  .glyphicon-plus:before {
    content: "\002b"; }
  
  .glyphicon-euro:before,
  .glyphicon-eur:before {
    content: "\20ac"; }
  
  .glyphicon-minus:before {
    content: "\2212"; }
  
  .glyphicon-cloud:before {
    content: "\2601"; }
  
  .glyphicon-envelope:before {
    content: "\2709"; }
  
  .glyphicon-pencil:before {
    content: "\270f"; }
  
  .glyphicon-glass:before {
    content: "\e001"; }
  
  .glyphicon-music:before {
    content: "\e002"; }
  
  .glyphicon-search:before {
    content: "\e003"; }
  
  .glyphicon-heart:before {
    content: "\e005"; }
  
  .glyphicon-star:before {
    content: "\e006"; }
  
  .glyphicon-star-empty:before {
    content: "\e007"; }
  
  .glyphicon-user:before {
    content: "\e008"; }
  
  .glyphicon-film:before {
    content: "\e009"; }
  
  .glyphicon-th-large:before {
    content: "\e010"; }
  
  .glyphicon-th:before {
    content: "\e011"; }
  
  .glyphicon-th-list:before {
    content: "\e012"; }
  
  .glyphicon-ok:before {
    content: "\e013"; }
  
  .glyphicon-remove:before {
    content: "\e014"; }
  
  .glyphicon-zoom-in:before {
    content: "\e015"; }
  
  .glyphicon-zoom-out:before {
    content: "\e016"; }
  
  .glyphicon-off:before {
    content: "\e017"; }
  
  .glyphicon-signal:before {
    content: "\e018"; }
  
  .glyphicon-cog:before {
    content: "\e019"; }
  
  .glyphicon-trash:before {
    content: "\e020"; }
  
  .glyphicon-home:before {
    content: "\e021"; }
  
  .glyphicon-file:before {
    content: "\e022"; }
  
  .glyphicon-time:before {
    content: "\e023"; }
  
  .glyphicon-road:before {
    content: "\e024"; }
  
  .glyphicon-download-alt:before {
    content: "\e025"; }
  
  .glyphicon-download:before {
    content: "\e026"; }
  
  .glyphicon-upload:before {
    content: "\e027"; }
  
  .glyphicon-inbox:before {
    content: "\e028"; }
  
  .glyphicon-play-circle:before {
    content: "\e029"; }
  
  .glyphicon-repeat:before {
    content: "\e030"; }
  
  .glyphicon-refresh:before {
    content: "\e031"; }
  
  .glyphicon-list-alt:before {
    content: "\e032"; }
  
  .glyphicon-lock:before {
    content: "\e033"; }
  
  .glyphicon-flag:before {
    content: "\e034"; }
  
  .glyphicon-headphones:before {
    content: "\e035"; }
  
  .glyphicon-volume-off:before {
    content: "\e036"; }
  
  .glyphicon-volume-down:before {
    content: "\e037"; }
  
  .glyphicon-volume-up:before {
    content: "\e038"; }
  
  .glyphicon-qrcode:before {
    content: "\e039"; }
  
  .glyphicon-barcode:before {
    content: "\e040"; }
  
  .glyphicon-tag:before {
    content: "\e041"; }
  
  .glyphicon-tags:before {
    content: "\e042"; }
  
  .glyphicon-book:before {
    content: "\e043"; }
  
  .glyphicon-bookmark:before {
    content: "\e044"; }
  
  .glyphicon-print:before {
    content: "\e045"; }
  
  .glyphicon-camera:before {
    content: "\e046"; }
  
  .glyphicon-font:before {
    content: "\e047"; }
  
  .glyphicon-bold:before {
    content: "\e048"; }
  
  .glyphicon-italic:before {
    content: "\e049"; }
  
  .glyphicon-text-height:before {
    content: "\e050"; }
  
  .glyphicon-text-width:before {
    content: "\e051"; }
  
  .glyphicon-align-left:before {
    content: "\e052"; }
  
  .glyphicon-align-center:before {
    content: "\e053"; }
  
  .glyphicon-align-right:before {
    content: "\e054"; }
  
  .glyphicon-align-justify:before {
    content: "\e055"; }
  
  .glyphicon-list:before {
    content: "\e056"; }
  
  .glyphicon-indent-left:before {
    content: "\e057"; }
  
  .glyphicon-indent-right:before {
    content: "\e058"; }
  
  .glyphicon-facetime-video:before {
    content: "\e059"; }
  
  .glyphicon-picture:before {
    content: "\e060"; }
  
  .glyphicon-map-marker:before {
    content: "\e062"; }
  
  .glyphicon-adjust:before {
    content: "\e063"; }
  
  .glyphicon-tint:before {
    content: "\e064"; }
  
  .glyphicon-edit:before {
    content: "\e065"; }
  
  .glyphicon-share:before {
    content: "\e066"; }
  
  .glyphicon-check:before {
    content: "\e067"; }
  
  .glyphicon-move:before {
    content: "\e068"; }
  
  .glyphicon-step-backward:before {
    content: "\e069"; }
  
  .glyphicon-fast-backward:before {
    content: "\e070"; }
  
  .glyphicon-backward:before {
    content: "\e071"; }
  
  .glyphicon-play:before {
    content: "\e072"; }
  
  .glyphicon-pause:before {
    content: "\e073"; }
  
  .glyphicon-stop:before {
    content: "\e074"; }
  
  .glyphicon-forward:before {
    content: "\e075"; }
  
  .glyphicon-fast-forward:before {
    content: "\e076"; }
  
  .glyphicon-step-forward:before {
    content: "\e077"; }
  
  .glyphicon-eject:before {
    content: "\e078"; }
  
  .glyphicon-chevron-left:before {
    content: "\e079"; }
  
  .glyphicon-chevron-right:before {
    content: "\e080"; }
  
  .glyphicon-plus-sign:before {
    content: "\e081"; }
  
  .glyphicon-minus-sign:before {
    content: "\e082"; }
  
  .glyphicon-remove-sign:before {
    content: "\e083"; }
  
  .glyphicon-ok-sign:before {
    content: "\e084"; }
  
  .glyphicon-question-sign:before {
    content: "\e085"; }
  
  .glyphicon-info-sign:before {
    content: "\e086"; }
  
  .glyphicon-screenshot:before {
    content: "\e087"; }
  
  .glyphicon-remove-circle:before {
    content: "\e088"; }
  
  .glyphicon-ok-circle:before {
    content: "\e089"; }
  
  .glyphicon-ban-circle:before {
    content: "\e090"; }
  
  .glyphicon-arrow-left:before {
    content: "\e091"; }
  
  .glyphicon-arrow-right:before {
    content: "\e092"; }
  
  .glyphicon-arrow-up:before {
    content: "\e093"; }
  
  .glyphicon-arrow-down:before {
    content: "\e094"; }
  
  .glyphicon-share-alt:before {
    content: "\e095"; }
  
  .glyphicon-resize-full:before {
    content: "\e096"; }
  
  .glyphicon-resize-small:before {
    content: "\e097"; }
  
  .glyphicon-exclamation-sign:before {
    content: "\e101"; }
  
  .glyphicon-gift:before {
    content: "\e102"; }
  
  .glyphicon-leaf:before {
    content: "\e103"; }
  
  .glyphicon-fire:before {
    content: "\e104"; }
  
  .glyphicon-eye-open:before {
    content: "\e105"; }
  
  .glyphicon-eye-close:before {
    content: "\e106"; }
  
  .glyphicon-warning-sign:before {
    content: "\e107"; }
  
  .glyphicon-plane:before {
    content: "\e108"; }
  
  .glyphicon-calendar:before {
    content: "\e109"; }
  
  .glyphicon-random:before {
    content: "\e110"; }
  
  .glyphicon-comment:before {
    content: "\e111"; }
  
  .glyphicon-magnet:before {
    content: "\e112"; }
  
  .glyphicon-chevron-up:before {
    content: "\e113"; }
  
  .glyphicon-chevron-down:before {
    content: "\e114"; }
  
  .glyphicon-retweet:before {
    content: "\e115"; }
  
  .glyphicon-shopping-cart:before {
    content: "\e116"; }
  
  .glyphicon-folder-close:before {
    content: "\e117"; }
  
  .glyphicon-folder-open:before {
    content: "\e118"; }
  
  .glyphicon-resize-vertical:before {
    content: "\e119"; }
  
  .glyphicon-resize-horizontal:before {
    content: "\e120"; }
  
  .glyphicon-hdd:before {
    content: "\e121"; }
  
  .glyphicon-bullhorn:before {
    content: "\e122"; }
  
  .glyphicon-bell:before {
    content: "\e123"; }
  
  .glyphicon-certificate:before {
    content: "\e124"; }
  
  .glyphicon-thumbs-up:before {
    content: "\e125"; }
  
  .glyphicon-thumbs-down:before {
    content: "\e126"; }
  
  .glyphicon-hand-right:before {
    content: "\e127"; }
  
  .glyphicon-hand-left:before {
    content: "\e128"; }
  
  .glyphicon-hand-up:before {
    content: "\e129"; }
  
  .glyphicon-hand-down:before {
    content: "\e130"; }
  
  .glyphicon-circle-arrow-right:before {
    content: "\e131"; }
  
  .glyphicon-circle-arrow-left:before {
    content: "\e132"; }
  
  .glyphicon-circle-arrow-up:before {
    content: "\e133"; }
  
  .glyphicon-circle-arrow-down:before {
    content: "\e134"; }
  
  .glyphicon-globe:before {
    content: "\e135"; }
  
  .glyphicon-wrench:before {
    content: "\e136"; }
  
  .glyphicon-tasks:before {
    content: "\e137"; }
  
  .glyphicon-filter:before {
    content: "\e138"; }
  
  .glyphicon-briefcase:before {
    content: "\e139"; }
  
  .glyphicon-fullscreen:before {
    content: "\e140"; }
  
  .glyphicon-dashboard:before {
    content: "\e141"; }
  
  .glyphicon-paperclip:before {
    content: "\e142"; }
  
  .glyphicon-heart-empty:before {
    content: "\e143"; }
  
  .glyphicon-link:before {
    content: "\e144"; }
  
  .glyphicon-phone:before {
    content: "\e145"; }
  
  .glyphicon-pushpin:before {
    content: "\e146"; }
  
  .glyphicon-usd:before {
    content: "\e148"; }
  
  .glyphicon-gbp:before {
    content: "\e149"; }
  
  .glyphicon-sort:before {
    content: "\e150"; }
  
  .glyphicon-sort-by-alphabet:before {
    content: "\e151"; }
  
  .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"; }
  
  .glyphicon-sort-by-order:before {
    content: "\e153"; }
  
  .glyphicon-sort-by-order-alt:before {
    content: "\e154"; }
  
  .glyphicon-sort-by-attributes:before {
    content: "\e155"; }
  
  .glyphicon-sort-by-attributes-alt:before {
    content: "\e156"; }
  
  .glyphicon-unchecked:before {
    content: "\e157"; }
  
  .glyphicon-expand:before {
    content: "\e158"; }
  
  .glyphicon-collapse-down:before {
    content: "\e159"; }
  
  .glyphicon-collapse-up:before {
    content: "\e160"; }
  
  .glyphicon-log-in:before {
    content: "\e161"; }
  
  .glyphicon-flash:before {
    content: "\e162"; }
  
  .glyphicon-log-out:before {
    content: "\e163"; }
  
  .glyphicon-new-window:before {
    content: "\e164"; }
  
  .glyphicon-record:before {
    content: "\e165"; }
  
  .glyphicon-save:before {
    content: "\e166"; }
  
  .glyphicon-open:before {
    content: "\e167"; }
  
  .glyphicon-saved:before {
    content: "\e168"; }
  
  .glyphicon-import:before {
    content: "\e169"; }
  
  .glyphicon-export:before {
    content: "\e170"; }
  
  .glyphicon-send:before {
    content: "\e171"; }
  
  .glyphicon-floppy-disk:before {
    content: "\e172"; }
  
  .glyphicon-floppy-saved:before {
    content: "\e173"; }
  
  .glyphicon-floppy-remove:before {
    content: "\e174"; }
  
  .glyphicon-floppy-save:before {
    content: "\e175"; }
  
  .glyphicon-floppy-open:before {
    content: "\e176"; }
  
  .glyphicon-credit-card:before {
    content: "\e177"; }
  
  .glyphicon-transfer:before {
    content: "\e178"; }
  
  .glyphicon-cutlery:before {
    content: "\e179"; }
  
  .glyphicon-header:before {
    content: "\e180"; }
  
  .glyphicon-compressed:before {
    content: "\e181"; }
  
  .glyphicon-earphone:before {
    content: "\e182"; }
  
  .glyphicon-phone-alt:before {
    content: "\e183"; }
  
  .glyphicon-tower:before {
    content: "\e184"; }
  
  .glyphicon-stats:before {
    content: "\e185"; }
  
  .glyphicon-sd-video:before {
    content: "\e186"; }
  
  .glyphicon-hd-video:before {
    content: "\e187"; }
  
  .glyphicon-subtitles:before {
    content: "\e188"; }
  
  .glyphicon-sound-stereo:before {
    content: "\e189"; }
  
  .glyphicon-sound-dolby:before {
    content: "\e190"; }
  
  .glyphicon-sound-5-1:before {
    content: "\e191"; }
  
  .glyphicon-sound-6-1:before {
    content: "\e192"; }
  
  .glyphicon-sound-7-1:before {
    content: "\e193"; }
  
  .glyphicon-copyright-mark:before {
    content: "\e194"; }
  
  .glyphicon-registration-mark:before {
    content: "\e195"; }
  
  .glyphicon-cloud-download:before {
    content: "\e197"; }
  
  .glyphicon-cloud-upload:before {
    content: "\e198"; }
  
  .glyphicon-tree-conifer:before {
    content: "\e199"; }
  
  .glyphicon-tree-deciduous:before {
    content: "\e200"; }
  
  .glyphicon-cd:before {
    content: "\e201"; }
  
  .glyphicon-save-file:before {
    content: "\e202"; }
  
  .glyphicon-open-file:before {
    content: "\e203"; }
  
  .glyphicon-level-up:before {
    content: "\e204"; }
  
  .glyphicon-copy:before {
    content: "\e205"; }
  
  .glyphicon-paste:before {
    content: "\e206"; }
  
  .glyphicon-alert:before {
    content: "\e209"; }
  
  .glyphicon-equalizer:before {
    content: "\e210"; }
  
  .glyphicon-king:before {
    content: "\e211"; }
  
  .glyphicon-queen:before {
    content: "\e212"; }
  
  .glyphicon-pawn:before {
    content: "\e213"; }
  
  .glyphicon-bishop:before {
    content: "\e214"; }
  
  .glyphicon-knight:before {
    content: "\e215"; }
  
  .glyphicon-baby-formula:before {
    content: "\e216"; }
  
  .glyphicon-tent:before {
    content: "\26fa"; }
  
  .glyphicon-blackboard:before {
    content: "\e218"; }
  
  .glyphicon-bed:before {
    content: "\e219"; }
  
  .glyphicon-apple:before {
    content: "\f8ff"; }
  
  .glyphicon-erase:before {
    content: "\e221"; }
  
  .glyphicon-hourglass:before {
    content: "\231b"; }
  
  .glyphicon-lamp:before {
    content: "\e223"; }
  
  .glyphicon-duplicate:before {
    content: "\e224"; }
  
  .glyphicon-piggy-bank:before {
    content: "\e225"; }
  
  .glyphicon-scissors:before {
    content: "\e226"; }
  
  .glyphicon-bitcoin:before {
    content: "\e227"; }
  
  .glyphicon-btc:before {
    content: "\e227"; }
  
  .glyphicon-xbt:before {
    content: "\e227"; }
  
  .glyphicon-yen:before {
    content: "\00a5"; }
  
  .glyphicon-jpy:before {
    content: "\00a5"; }
  
  .glyphicon-ruble:before {
    content: "\20bd"; }
  
  .glyphicon-rub:before {
    content: "\20bd"; }
  
  .glyphicon-scale:before {
    content: "\e230"; }
  
  .glyphicon-ice-lolly:before {
    content: "\e231"; }
  
  .glyphicon-ice-lolly-tasted:before {
    content: "\e232"; }
  
  .glyphicon-education:before {
    content: "\e233"; }
  
  .glyphicon-option-horizontal:before {
    content: "\e234"; }
  
  .glyphicon-option-vertical:before {
    content: "\e235"; }
  
  .glyphicon-menu-hamburger:before {
    content: "\e236"; }
  
  .glyphicon-modal-window:before {
    content: "\e237"; }
  
  .glyphicon-oil:before {
    content: "\e238"; }
  
  .glyphicon-grain:before {
    content: "\e239"; }
  
  .glyphicon-sunglasses:before {
    content: "\e240"; }
  
  .glyphicon-text-size:before {
    content: "\e241"; }
  
  .glyphicon-text-color:before {
    content: "\e242"; }
  
  .glyphicon-text-background:before {
    content: "\e243"; }
  
  .glyphicon-object-align-top:before {
    content: "\e244"; }
  
  .glyphicon-object-align-bottom:before {
    content: "\e245"; }
  
  .glyphicon-object-align-horizontal:before {
    content: "\e246"; }
  
  .glyphicon-object-align-left:before {
    content: "\e247"; }
  
  .glyphicon-object-align-vertical:before {
    content: "\e248"; }
  
  .glyphicon-object-align-right:before {
    content: "\e249"; }
  
  .glyphicon-triangle-right:before {
    content: "\e250"; }
  
  .glyphicon-triangle-left:before {
    content: "\e251"; }
  
  .glyphicon-triangle-bottom:before {
    content: "\e252"; }
  
  .glyphicon-triangle-top:before {
    content: "\e253"; }
  
  .glyphicon-console:before {
    content: "\e254"; }
  
  .glyphicon-superscript:before {
    content: "\e255"; }
  
  .glyphicon-subscript:before {
    content: "\e256"; }
  
  .glyphicon-menu-left:before {
    content: "\e257"; }
  
  .glyphicon-menu-right:before {
    content: "\e258"; }
  
  .glyphicon-menu-down:before {
    content: "\e259"; }
  
  .glyphicon-menu-up:before {
    content: "\e260"; }
  
  .f12 {
    font-size: 12px; }
  
  .f14 {
    font-size: 14px; }
  
  .f16 {
    font-size: 16px; }
  
  .f18 {
    font-size: 18px; }
  
  .f20 {
    font-size: 20px; }
  
  .f22 {
    font-size: 22px; }
  
  .f24 {
    font-size: 24px; }
  
  .f26 {
    font-size: 26px; }
  
  .f28 {
    font-size: 28px; }
  
  .f30 {
    font-size: 30px; }
  
  .fontB {
    font-weight: bold; }
  
  .fontNb {
    font-weight: normal; }
  
  .fontWr {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; }
  
  .white {
    color: #fff; }
    .white a {
      color: #fff; }
      .white a:hover {
        color: white; }
  
  .red {
    color: #ee0e09; }
    .red a {
      color: #ee0e09; }
      .red a:hover {
        color: #f73733; }
  
  .blue {
    color: #2066ae; }
    .blue a {
      color: #2066ae; }
      .blue a:hover {
        color: #297fd8; }
  
  .yellow {
    color: #fe6c00; }
    .yellow a {
      color: #fe6c00; }
      .yellow a:hover {
        color: #ff8932; }
  
  .green {
    color: #406604; }
    .green a {
      color: #406604; }
      .green a:hover {
        color: #5f9706; }
  
  .gray {
    color: #999; }
    .gray a {
      color: #999; }
      .gray a:hover {
        color: #b3b3b3; }
  
  .violet {
    color: #d06ecb; }
    .violet a {
      color: #d06ecb; }
      .violet a:hover {
        color: #dc95d9; }
  
  .footer {
    width: 1050px;
    height: auto;
    overflow: hidden;
    padding: 20px 0px;
    font-size: 12px;
    color: #6abcff;
    line-height: 28px;
    margin: 0 auto; }
    .footer img {
      float: left;
      width: 56px;
      height: 64px;
      margin-left: 30px;
      margin-top: 20px; }
      
    .footer .cont {
      float: left;
      margin-left: 14px; }
      .footer .cont a {
        color: #6abcff; }
  
  .p_footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #348fd9;
    font-size: 12px;
    color: #6abcff;
    line-height: 28px;
    border-top: 3px solid #0c71c4;
    padding-bottom: 20px; }
    .p_footer .link {
      width: 980px;
      height: auto;
      overflow: hidden;
      margin: 20px auto; }
      .p_footer .link select {
        width: 180px;
        height: 25px;
        overflow: hidden;
        margin-right: 9px;
        margin-left: 2px; }
    .p_footer .p_footer_cont {
      width: 1050px;
      height: auto;
      overflow: hidden;
      margin: 0px auto;
      padding-top: 10px;
      background: url("../images/footer_line.png") no-repeat; }
      .p_footer .p_footer_cont img {
        float: left;
        width: 56px;
        height: 64px;
        margin-top: 20px; }
        .p_footer .p_footer_cont img.t2{
          float: right;
          width: 110px;
          height: 55px;
  
        }
      .p_footer .p_footer_cont .cont {
        float: left;
        margin-left: 14px; }
  
  .inputs, .btn {
    border: 0;
    background: none;
    float: left;
    overflow: hidden;
    display: inline-block; }
  
  .btn {
    cursor: pointer; }
  
  #shares {
    width: 100px;
    height: 200px;
    overflow: visible;
    position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||300)));
    left:50%;
    margin-left: 500px;
    z-index: 30;
    top: 200px; }
    #shares ul li {
      width: 100px;
      height: 50px;
      overflow: visible;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      transition: all .3s ease-out;
      position: relative; }
      #shares ul li .pic {
        width: 44px;
        height: 44px;
        overflow: hidden;
        margin: 7px auto auto 34px;
        background-image: url("../images/shares-s7cf43a336b.png");
        background-repeat: no-repeat; }
      #shares ul li h3 {
        width: 100%;
        height: 28px;
        overflow: hidden;
        line-height: 28px;
        text-align: center;
        display: block; }
      #shares ul li.sina {
        background: #df4d69; }
        #shares ul li.sina .pic {
          background-position: 0 -88px; }
        #shares ul li.sina:hover {
          background: #e7788d; }
      #shares ul li.qq {
        background: #45aaf2; }
        #shares ul li.qq .pic {
          background-position: 0 -44px; }
        #shares ul li.qq:hover {
          background: #75c0f5; }
      #shares ul li.weixin {
        background: #3eb135; }
        #shares ul li.weixin .pic {
          background-position: 0 -132px; }
        #shares ul li.weixin:hover {
          background: #58ca4f; }
        #shares ul li.weixin .content {
          width: 132px;
          height: 145px;
          overflow: hidden;
          position: absolute;
          right: 111px;
          top: 0;
          background: url(../images/weixin_bg.png) no-repeat;
          display: none; }
          #shares ul li.weixin .content img {
            margin: 10px auto auto 18px; }
      #shares ul li.obstacle {
        background: #1d8ac6; }
        #shares ul li.obstacle .pic {
          background-position: 0 0; }
        #shares ul li.obstacle:hover {
          background: #35a4e1; }
      #shares ul li a {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: block; }
      #shares ul li#gotop {
        width: 111px;
        height: 41px;
        overflow: hidden;
        background: url(../images/return.png) no-repeat 20px center #efefef;
        line-height: 41px;
  
        text-indent: 42px;
        display: none;
        font-size: 12px; }
        #shares ul li#gotop a {
          width: 100%;
          height: 100%;
          overflow: hidden;
          display: block; }
        #shares ul li#gotop:hover {
          background: url(../images/return.png) no-repeat 20px center #d9d9d9; }
  
  .p_next {
    width: auto;
    height: 24px;
    overflow: hidden;
    margin: 30px auto;
    text-align: center;
    }
    .p_next ul li {
      width: auto;
      height: 24px;
      overflow: hidden;
      line-height: 24px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 10px;
      font-size: 12px;
      background: #ebebeb;
      cursor: pointer; }
      .p_next ul li a {
        color: #3b3b3b; }
      .p_next ul li.blue {
        background: #85bdf3;
        color: #fff; }
        .p_next ul li.blue a {
          color: #fff; }
      .p_next ul li.perv {
        padding-left: 16px;
        padding-right: 16px; }
      .p_next ul li.next {
        padding-left: 16px;
        padding-right: 16px; }
      .p_next ul li.on {
        background: #2f8ce7;
        color: #fff; }
        .p_next ul li.on a {
          color: #fff; }
      .p_next ul li:hover {
        background: #2f8ce7;
        color: #fff; }
        .p_next ul li:hover a {
          color: #fff; }
  
  .slideBox {
    width: 560px;
    height: 320px;
    overflow: hidden;
    position: relative; }
    .slideBox .hd {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 85px;
      height: 22px;
      overflow: hidden;
      z-index: 2; }
      .slideBox .hd ul {
        overflow: hidden;
        zoom: 1; }
        .slideBox .hd ul li {
          width: 8px;
          height: 8px;
          overflow: hidden;
          margin: 0 9px auto auto;
          display: inline;
          cursor: pointer;
          background: #b3adad; }
          .slideBox .hd ul li.on {
            background: #ffffff; }
    .slideBox .bd {
      height: 320px;
      overflow: hidden; }
      .slideBox .bd ul li {
        position: relative;
        height: 320px;
        overflow: hidden; }
        .slideBox .bd ul li .pic {
          width: 560px;
          height: 320px;
          overflow: hidden; }
          .slideBox .bd ul li .pic a {
            width: 100%;
            height: 100%;
            overflow: hidden;
            display: block; }
          .slideBox .bd ul li .pic img {
            width: 560px;
            height: 320px;
            overflow: hidden; }
        .slideBox .bd ul li .bg {
          position: absolute;
          bottom: 0;
          left: 0;
          background: #000;
          opacity: 0.6;
          width: 560px;
          height: 36px;
          overflow: hidden;
          z-index: 1; }
        .slideBox .bd ul li .title {
          width: 454px;
          height: 36px;
          overflow: hidden;
          position: absolute;
          line-height: 36px;
          bottom: 0;
          left: 0;
          z-index: 3;
          margin-left: 0;
          text-indent: 10px; }
          .slideBox .bd ul li .title a {
            color: #fff;
            overflow: hidden;
            white-space: nowrap;
            font-size: 14px; }
  
  .p_zx_list {
    width: 686px;
    height: auto;
    overflow: hidden; }
    .p_zx_list .zx_list {
      width: 100%;
      overflow: hidden;
      padding-bottom: 20px;
      border-bottom: 1px dashed #dbdbdb;
      margin-top: 20px; }
      .p_zx_list .zx_list .pic {
        width: 190px;
        height: 140px;
        overflow: hidden;
        float: left;
        margin-right: 26px;
        margin-left: 10px; }
      .p_zx_list .zx_list p {
        width: 460px;
        overflow: hidden;
        float: left;
        line-height: 32px; }
      .p_zx_list .zx_list span {
        width: auto;
        float: left;
        padding: 5px 10px;
        margin-right: 4px;
        background: #60afe7;
        color: #fff;
        -webkit-box-shadow: 2px 2px 5px #b7d4e9;
        box-shadow: 2px 2px 5px #b7d4e9;
        font-size: 12px;
        margin-top: 10px; }
  
  .p_jd_table {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px; }
    .p_jd_table td input {
      height: 26px;
      width: 97%;
      padding-left: 4px;
      line-height: 26px;
      border: 1px solid #cecece;
      -webkit-box-shadow: 1px 2px 1px #eeeeee inset;
      box-shadow: 1px 2px 1px #eeeeee inset; }
    .p_jd_table td.in_red {
      position: relative; }
      .p_jd_table td.in_red span {
        position: absolute;
        top: 14px;
        right: 10px; }
    .p_jd_table td textarea {
      border: 1px solid #cecece;
      -webkit-box-shadow: 1px 2px 1px #eeeeee inset;
      box-shadow: 1px 2px 1px #eeeeee inset; }
    .p_jd_table td.in_fuj {
      position: relative; }
      .p_jd_table td.in_fuj .file {
        position: absolute;
        top: 2px;
        right: 3px;
        height: 26px;
        opacity: 0;
        width: 58px;
        cursor: pointer; }
    .p_jd_table td .btn {
      background: #f3f3f3;
      border: 1px solid #cecece;
      width: 58px;
      height: 26px;
      border-radius: 3px;
      margin-right: 3px;
      cursor: pointer;
      margin-top: -1px; }
  
  .p_btn {
    width: 100%;
    margin: 10px 0px; }
    .p_btn input {
      width: 121px !important;
      height: 37px !important;
      color: #fff;
      font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
      border: none !important;
      font-size: 16px;
      margin-left: 8px;
      cursor: pointer; }
      .p_btn input[type="submit"] {
        background: #60afe7;
        -webkit-box-shadow: 2px 2px 5px #cae4f7;
        box-shadow: 2px 2px 5px #cae4f7; }
      .p_btn input[type="reset"] {
        background: #f3ba0d;
        -webkit-box-shadow: 2px 2px 5px #f6eac5;
        box-shadow: 2px 2px 5px #f6eac5; }
  
  .p_btn1 {
    width: 100%;
    margin: 20px 0px; }
    .p_btn1 input {
      width: 156px;
      height: 37px;
      color: #fff;
      font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
      border: none;
      font-size: 16px;
      margin-left: 10px;
      cursor: pointer;
      -webkit-box-shadow: 2px 2px 5px #cae4f7;
      box-shadow: 2px 2px 5px #cae4f7;
      text-indent: 45px;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .p_btn1 input.t1 {
        background: url("../images/btn_pencil.png") no-repeat 20% center #60afe7; }
        .p_btn1 input.t1:hover {
          background: url("../images/btn_pencil.png") no-repeat 20% center #5291bd; }
      .p_btn1 input.t2 {
        background: url("../images/btn_menu.png") no-repeat 20% center #60afe7; }
        .p_btn1 input.t2:hover {
          background: url("../images/btn_menu.png") no-repeat 20% center #5291bd; }
  
  .p_xz {
    width: 670px;
    margin: 20px auto;
    overflow: hidden;
    padding-bottom: 30px; }
    .p_xz p {
      line-height: 34px; }
  
  .p_xjxq {
    width: 940px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 5px #deeffb;
    box-shadow: 2px 2px 5px #deeffb; }
    .p_xjxq .title {
      font-size: 18px;
      font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
      height: 40px;
      line-height: 40px;
      text-indent: 50px;
      color: #fff; }
    .p_xjxq .xl_laix .title {
      background: url("../images/xj_lx.png") no-repeat left top #539cda; }
    .p_xjxq .xl_laix .cont {
      width: 920px;
      height: auto;
      overflow: hidden;
      margin: 15px auto 30px; }
      .p_xjxq .xl_laix .cont .top_title {
        height: 45px;
        overflow: hidden; }
        .p_xjxq .xl_laix .cont .top_title h3 {
          font-size: 20px;
          font-weight: bold;
          color: #727272;
          float: left;
          line-height: 40px; }
        .p_xjxq .xl_laix .cont .top_title span {
          float: right;
          font-size: 12px;
          color: #7e7e7e;
          line-height: 50px; }
    .p_xjxq .xl_huif .title {
      background: url("../images/xj_huif.png") no-repeat left top #539cda;
      margin-bottom: 10px; }
    .p_xjxq .xl_huif .cont {
      width: 920px;
      height: auto;
      overflow: hidden;
      margin: 10px auto 30px; }
    .p_xjxq p {
      line-height: 28px; }
  
  .p_zaixdc .dc_top p {
    border-bottom: none !important; }
  
  .p_zaixdc .dc_top .fj {
    width: 895px;
    margin: 10px auto;
    overflow: visible; }
    .p_zaixdc .dc_top .fj span {
      float: left;
      padding: 5px 20px;
      background: #60afe7;
      color: #fff;
      -webkit-box-shadow: 2px 2px 5px #b7d4e9;
      box-shadow: 2px 2px 5px #b7d4e9;
      font-size: 12px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .p_zaixdc .dc_top .fj ol {
      width: 800px;
      overflow: visible;
      list-style-type: decimal;
      margin-left: 30px;
      margin-top: 10px; }
      .p_zaixdc .dc_top .fj ol li {
        display: list-item;
        width: 98%;
        line-height: 28px;
        font-size: 12px; }
  
  .p_zj_list {
    width: 686px;
    height: auto;
    overflow: hidden;
    margin-top: 20px; }
    .p_zj_list .title {
      width: 680px;
      height: 40px;
      line-height: 40px;
      margin-left: 10px; }
      .p_zj_list .title li span {
        display: block;
        width: 104px;
        text-align: center;
        background: #d4d4d4;
        font-size: 18px;
        font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #707070;
        margin-right: 12px; }
      .p_zj_list .title li.on span {
        background: #215eaa;
        color: #fff; }
      .p_zj_list .title li.on span.bg {
        height: 6px;
        background: url("../images/zj_bg.png") no-repeat center top;
        color: #fff; }
    .p_zj_list .contMain {
      width: 686px;
      overflow: hidden;
      margin-left: 10px; }
      .p_zj_list .contMain .keep, .p_zj_list .contMain .end {
        width: 100%;
        height: auto;
        background: #f3f3f3;
        padding: 20px 0px 10px;
        overflow: hidden;
        margin-top: 20px;
        }
        .p_zj_list .contMain .keep .pic, .p_zj_list .contMain .end .pic {
          width: 82px;
          height: 90px;
          overflow: hidden;
          margin-left: 20px; }
        .p_zj_list .contMain .keep .cont, .p_zj_list .contMain .end .cont {overflow: visible;margin-right: 10px;}
          .p_zj_list .contMain .keep .cont .title, .p_zj_list .contMain .end .cont .title {
            width: 100%;
            height: 30px;
            line-height: 30px;
            margin-bottom: 6px;
            margin-left: 0px; }
            .p_zj_list .contMain .keep .cont .title h3, .p_zj_list .contMain .end .cont .title h3 {
              font-family: "SimSun";
              font-weight: bold;
              float: left; }
            .p_zj_list .contMain .keep .cont .title span, .p_zj_list .contMain .end .cont .title span {
              float: right;
              font-size: 12px; }
          .p_zj_list .contMain .keep .cont p, .p_zj_list .contMain .end .cont p {
            line-height: 28px;
            font-size: 12px; }
          .p_zj_list .contMain .keep .cont .more, .p_zj_list .contMain .end .cont .more {
            float: right;
            padding: 5px 10px;
            margin-right: 4px;
            background: #60afe7;
            color: #fff;
            -webkit-box-shadow: 2px 2px 5px #b7d4e9;
                    box-shadow: 2px 2px 5px #b7d4e9;
            font-size: 12px;
            margin-top: 4px; }
            .p_zj_list .contMain .keep .cont .more:hover, .p_zj_list .contMain .end .cont .more:hover{
              -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            -o-transition: -o-transform 0.3s;
            -moz-transition: transform 0.3s, -moz-transform 0.3s;
            -webkit-transform: translateX(-5px);
               -moz-transform: translateX(-5px);
                -ms-transform: translateX(-5px);
                 -o-transform: translateX(-5px);
                    transform: translateX(-5px);
            }
      .p_zj_list .contMain .end .more {
        background: #787878 !important;
        -webkit-box-shadow: 2px 2px 5px #bababa !important;
                box-shadow: 2px 2px 5px #bababa !important; }
  
  .p_zhuant {
    width: 960px;
    height: auto;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    }
    .p_zhuant .title{
      width: 940px;
      height: 297px;
      overflow: hidden;
      background: url(../images/zhuant_pic.png) no-repeat;
      font-family: "Arial";
      font-size: 40px;
      position: relative;
    }
    .p_zhuant .title span .next,.p_zhuant .title span .prev{
      position: absolute;
      bottom: 25px;
      font-weight: bold;
      font-size: 12px;
      font-family: "SimSun";
      cursor: pointer;
      z-index: 10
  
    } 
    .p_zhuant .title span a{
      color: #2c87cc}
    .p_zhuant .title span .next{
      right: 30% !important;
  
    }
    .p_zhuant .title span .prev{
      left: 570px;
  
    }
  .p_zhuant .title ul{
    width: 344px;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: 70px;
  
  }
  .p_zhuant .title ul li{
    margin-right: 10px;
    color: #a5ceee;
    height:50px;
    line-height: 50px
  }
  .p_zhuant .title ul li.on{
    color: #fff;
    background: #2c87cd;
    padding: 0px 10px;
  
  }
  .p_zhuant .contMain dl {
      width: 100%;
      height: 165px;
      overflow: hidden;
      padding-bottom: 25px;
      border-bottom: 1px dashed #dbdbdb;
      margin-top: 20px;
      }
      .p_zhuant .contMain dl dt {
        float: left;
        width: 173px; }
      .p_zhuant .contMain dl dd {
        width: 720px;
        float: right; }
        .p_zhuant .contMain dl dd div {
          font-weight: bold;
          float: left;
          height: 30px; }
        .p_zhuant .contMain dl dd span.time {
          float: right;
          font-size: 12px;
          margin-top: 5px; }
        .p_zhuant .contMain dl dd p {
 text-indent: 2em;
          line-height: 30px;
          font-size: 12px; 
          display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}
        .p_zhuant .contMain dl dd span.xq {
  margin-top: 0 !important;
          display: block;
          float: right;
          padding: 5px 10px;
          background: #60afe7;
          color: #fff;
          -webkit-box-shadow: 2px 2px 5px #b7d4e9;
                  box-shadow: 2px 2px 5px #b7d4e9;
          font-size: 12px;
          margin-top: -10px; }
          /*2017/4/19 rljÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼*/
          .p_zhuant .contMain dl dd span.xq a {
          color: #fff;}
          .p_zhuant .contMain dl dd span.xq a:hover {
          color: #fff;}
          /*2017/4/19 rljÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½*/
  .p_zaixdc {
    width: 940px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 5px #deeffb;
            box-shadow: 2px 2px 5px #deeffb; }
    .p_zaixdc .dc_top {
      width: 100%;
      overflow: hidden; }
      .p_zaixdc .dc_top h3 {
        width: 820px;
        line-height: 38px;
        text-align: center;
        color: #2276be;
        font-size: 24px;
        font-weight: bold;
        margin: 10px auto 0px auto; }
      .p_zaixdc .dc_top .time {
        width: 100%;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        background: #f2f2f2;
        margin: 15px 0px;
        text-align: center;
        font-size: 12px; }
      .p_zaixdc .dc_top p {
        width: 96%;
        margin: 0px auto 20px;
        line-height: 32px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6; }
    .p_zaixdc .p_dc_table {
      width: 98%;
      margin: 15px auto 10px;
      font-size: 12px;
      overflow: hidden; }
      .p_zaixdc .p_dc_table .title {
        margin-bottom: 15px; }
      .p_zaixdc .p_dc_table li {
        width: 98%;
        margin: 0px 0px 10px 30px; }
        .p_zaixdc .p_dc_table li input[type="radio"] {
          vertical-align: sub; }
    .p_zaixdc table {
      border: 1px solid #CCC;
      border-top: none;
      border-right: none;
      margin: 15px 30px; }
      .p_zaixdc table td {
        height: 28px;
        line-height: 28px;
        border-top: 1px solid #CCC;
        border-right: 1px solid #CCC; }
        .p_zaixdc table td .p_dc_bl {
          width: 186px;
          height: 16px;
          overflow: hidden;
          border: #e0e0e0 1px solid;
          background: #fbfbfb; }
          .p_zaixdc table td .p_dc_bl span {
            height: 16px;
            display: block;
            overflow: hidden;
            background: url(../images/pic_dcjg.png) repeat-x left top;
            text-align: left; }
    .p_zaixdc .btn {
      width: 100%;
      margin: 10px 0px; }
      .p_zaixdc .btn input {
        width: 121px;
        height: 37px;
        color: #fff;
        font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
        border: none;
        font-size: 16px;
        margin-left: 8px;
        cursor: pointer; }
        .p_zaixdc .btn input[type="submit"] {
          background: #60afe7;
          -webkit-box-shadow: 2px 2px 5px #cae4f7;
                  box-shadow: 2px 2px 5px #cae4f7; }
        .p_zaixdc .btn input[type="reset"] {
          background: #f3ba0d;
          -webkit-box-shadow: 2px 2px 5px #f6eac5;
                  box-shadow: 2px 2px 5px #f6eac5; }
  
  body {
        background-image: url(../images/bg.jpg);
      background-position-y: -70px;
      background-color: #dff4fd;
      background-repeat: no-repeat;
    
    }
  
  .cont1 {
    width: 980px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    overflow: hidden; }
  
  .top {
    width: 100%;
    height: 44px;
    overflow: visible;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EDEDED));
    background: #ffffff\9
     }
    /* 2017/08/29 rljÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ 
    .top .top_cont {
      width: 1000px;
      height: 44px;
      overflow: visible;
      margin: 0 auto; }
      .top .top_cont .left {
        width: auto;
        height: 44px;
        overflow: visible;
        float: left; }
        .top .top_cont .left li {
          height: 44px;
          line-height: 44px;
          padding: 0px 10px;
          border-left: 1px solid #dedede;
          position: relative; }
          .top .top_cont .left li .ico {
            width: 26px;
            height: 29px;
            overflow: visible;
            margin: 6px 7px 0px 4px;
            float: left; }
          .top .top_cont .left li h3 {
            font-size: 12px;
            font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
            font-weight: normal;
            float: left; }
          .top .top_cont .left li .Wb{
            width:132px;
    height:145px;
    overflow:hidden;
    position:absolute;
    top:34px;
    left:0;
    z-index:12;
    display:none;
    background:url(../images/pic_wb.png) no-repeat;
    _background:none;
      _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_WB.png");
          }
          .top .top_cont .left li .Wx{
            width:132px;
    height:145px;
    overflow:hidden;
    position:absolute;
    top:34px;
    left:0;
    z-index:12;
    display:none;
    background:url(../images/pic_wx.png) no-repeat;
    _background:none;
      _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_wx.png");
          }
          .top .top_cont .left li .App{
            width:132px;
    height:145px;
    overflow:hidden;
    position:absolute;
    top:34px;
    left:0;
    z-index:12;
    display:none;
    background:url(../images/pic_app.png) no-repeat;
    _background:none;
      _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_APP.png");
          }
          .top .top_cont .left li .Wb img,.top .top_cont .left li .Wx img,.top .top_cont .left li .App img{
    margin:13px auto auto 5px;
  }
      .top .top_cont .ser {
        float: right;
        width: 290px;
        height: 30px;
        overflow: hidden;
        margin-top: 6px; }
        .top .top_cont .ser .t1 input {
          width: 217px;
          height: 28px;
          overflow: hidden;
          line-height: 28px;
          color: #808080;
          background: none;
          border: 1px solid #e0e0e0;
          border-right: none;
          padding-left: 10px; }
        .top .top_cont .ser .t2 input {
          width: 60px;
          height: 30px;
          overflow: hidden;
          background: url("../images/ser.png") no-repeat center center #ffc000;
          border: none;
          cursor: pointer;
          border-bottom: 2px solid #d9a300;
          text-indent: -99999px; }
          .top .top_cont .ser .t2 input:hover {
            background: url("../images/ser.png") no-repeat center center #d9a300; }
  */
  
  /* start 2017/08/29 */
    .top .top_cont {
      width: 1200px;
      height: 44px;
      overflow: visible;
      margin: 0 auto; }
      .top .top_cont .left {
        width: auto;
        height: 44px;
        overflow: visible;
        float: left;
        margin-right: 10px;
       }
  
        .top .top_cont .left li {
          height: 44px;
          line-height: 44px;
          padding: 0px 10px;
          border-left: 1px solid #dedede;
          position: relative; }
          .top .top_cont .left li .ico {
            width: 26px;
            height: 29px;
            overflow: visible;
            margin: 14px 4px 0px 2px;
            float: left; }
          .top .top_cont .left li h3 {
            font-size: 12px;
            font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
            font-weight: normal;
            float: left; }
          .top .top_cont .left li .Wb{
            width:132px;
    height:145px;
    overflow:hidden;
    position:absolute;
    top:34px;
    left:0;
    z-index:12;
    display:none;
    background:url(../images/pic_wb.png) no-repeat;
    _background:none;
      _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_WB.png");
          }
          .top .top_cont .left li .Wx{
            width:132px;
    height:145px;
    overflow:hidden;
    position:absolute;
    top:34px;
    left:0;
    z-index:12;
    display:none;
    background:url(../images/pic_wx.png) no-repeat;
    _background:none;
      _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_wx.png");
          }
          .top .top_cont .left li .App{
            width:132px;
            margin-left:49px;
    height:145px;
    overflow:hidden;
    position:absolute;
    top:34px;
    left:0;
    z-index:12;
    display:none;
    background:url(../images/pic_app1.png) no-repeat;
    _background:none;
      _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_APP.png");
          }
          .top .top_cont .left li .Wb img,.top .top_cont .left li .Wx img,.top .top_cont .left li .App img{
    margin:13px auto auto 5px;
  }
      .top .top_cont .ser {
        float: left;
        width: 240px;
        height: 30px;
        overflow: hidden;
        margin-top: 6px; }
        .top .gj_ser{
          background: #ffc000;
          border-bottom: 2px solid #d9a300;
          color: #fff;
          height: 28px;
          line-height: 28px;
          margin-top: 6px;
        }
        .back_old a{
          display: block;
          width: 105px;
          height: 44px;
          background: url("../images/old02.png") no-repeat; 
          /*background: url("../images/old01.png") no-repeat;*/
        }
        .top .gj_ser a{
          color: #fff;
          padding: 0px 10px
        }
        .top .top_cont .ser .t1 input {
          width: 180px;
          height: 28px;
          overflow: hidden;
          line-height: 28px;
          color: #808080;
          background: none;
          border: 1px solid #e0e0e0;
          border-right: none;
          padding-left: 10px; }
        .top .top_cont .ser .t2 input {
          width: 40px;
          height: 30px;
          overflow: hidden;
          background: url("../images/ser.png") no-repeat center center #ffc000;
          border: none;
          cursor: pointer;
          border-bottom: 2px solid #d9a300;
          text-indent: -99999px; }
          .top .top_cont .ser .t2 input:hover {
            background: url("../images/ser.png") no-repeat center center #d9a300; }
  /* end 2017/08/29 */
  
  .page_nav {
    width: 980px;
    height: 56px;
    overflow: hidden;
    line-height: 56px;
    background: url("../images/page_nav.png") repeat top left;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 20px; }
    .page_nav li {
      width: 163px;
      text-align: center;
      background: url("../images/page_nav_li.png") no-repeat right top; }
      .page_nav li a {
        color: #fff; }
      .page_nav li:hover {
        font-weight: bold;
        cursor: pointer; }
      .page_nav li .on {
        font-weight: bold; }
  
  .zmhd_contWaip {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../images/tou_bg.png") repeat left top;
    padding: 10px 0px;
    -webkit-box-shadow: 1px 2px 12px #d0e7f9;
            box-shadow: 1px 2px 12px #d0e7f9;
    margin-top: 20px;
    margin-top: 0px; }
    .zmhd_contWaip .zmhd_cont {
      width: 980px;
      height: auto;
      margin: 0 auto;
      overflow: hidden;
      background: url("../images/page_bg.png") repeat-y left top;
      -webkit-box-shadow: 1px 1px 20px #bbdaf9;
              box-shadow: 1px 1px 20px #bbdaf9; }
      .zmhd_contWaip .zmhd_cont .page_menu {
        width: 218px;
        height: auto;
        overflow: hidden;
        margin-left: 12px; }
        .zmhd_contWaip .zmhd_cont .page_menu .title {
          width: 100%;
          height: 82px;
          overflow: hidden;
          background: #3a93eb;
          position: relative;
          line-height: 82px;
          -webkit-box-shadow: 1px 2px 12px #c9def1;
                  box-shadow: 1px 2px 12px #c9def1;
          font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; }
          .zmhd_contWaip .zmhd_cont .page_menu .title .name_waip {
            position: absolute;
            z-index: 2; }
            .zmhd_contWaip .zmhd_cont .page_menu .title .name_waip .ico {
              width: 30px;
              height: 30px;
              overflow: hidden;
              float: left;
              margin: 30px 10px 0px 35px; }
            .zmhd_contWaip .zmhd_cont .page_menu .title .name_waip .name {
              float: left;
              color: #fff;
              font-size: 24px;
              font-weight: bold; }
          .zmhd_contWaip .zmhd_cont .page_menu .title .Enname {
            position: absolute;
            color: #5ca4ee;
            font-size: 38px;
            z-index: 1;
            top: 7px;
            left: 76px;
            text-transform: uppercase;
            font-weight: bold; }
        .zmhd_contWaip .zmhd_cont .page_menu ul {
          width: 100%;
          height: auto;
          overflow: hidden; 
          margin-top: 10px}
          .zmhd_contWaip .zmhd_cont .page_menu ul li {
            width: 100%;
            line-height: 40px;
            border-bottom: 1px solid #ededed;
            text-indent: 40px;
            cursor: pointer; 
            font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif
          }
            /*.zmhd_contWaip .zmhd_cont .page_menu ul li:hover a {
              color: #2181e1;
              font-weight: bold; }*/
            .zmhd_contWaip .zmhd_cont .page_menu ul li.on {
              width: 974px;
              text-indent: 34px;
              font-weight: bold;
              border-left: 6px solid #ffc000; }
              .zmhd_contWaip .zmhd_cont .page_menu ul li.on a {
                color: #2181e1; }
                .page_menu ul li span {
                  display:block;
                  height:40px; 
                  width:218px;
                  line-height:40px;
                  text-indent:40px;
                  outline:none;
                  position:relative;
                  font-size:16px
                }
  
                .page_menu ul li .active {
                  border-left: 6px solid #ffc000;
                  text-indent: 34px;
                }
                
                .page_menu ul li ul {
                  /* display:none; */
                }
                .page_menu ul li ul li{
                  background:none;
                  border-bottom: none !important;
                }
  
                .page_menu ul li ul li span {
                  height:36px;
                  width:218px;
                  line-height:41px;
                  font-size:14px;
                  position:relative;
                  background:none;
                  text-indent:59px;
                  /* font-weight:bold; */
                }
                .page_menu  ul li span.sel{
                  background:url(../images/p_li_on.png) no-repeat 24px center;
                }
                .page_menu ul li ul li span.sel{
                  width:218px;
                  height:41px;
                  display:block;
                  overflow:hidden;
                  background:url(../images/p_li_on.png) no-repeat 44px center;
                  color:#2181e1;
                }
                .page_menu ul li ul li span.sel a{
                  color: #2181e1
                }
      .zmhd_contWaip .zmhd_cont .cj_list {
        width: 727px;
        height: auto;
        overflow: hidden;
        margin-right: 12px;
        padding-bottom: 20px;
         }
        .zmhd_contWaip .zmhd_cont .cj_list .p_weiz {
          width: 100%;
          height: 40px;
          overflow: hidden;
          line-height: 40px;
          text-indent: 20px;
          background: url("../images/page_title.png") no-repeat left top #fff;
          font-size: 12px; }
          .zmhd_contWaip .zmhd_cont .cj_list .p_weiz a {
            color: #989797; }
        .zmhd_contWaip .zmhd_cont .cj_list .list {
          width: 690px;
          height: auto;
          overflow: hidden;
          margin-left: 17px; }
          .zmhd_contWaip .zmhd_cont .cj_list .list .list_title {
            width: 100%;
            height: 81px;
            overflow: hidden;
            overflow: visible;
            border-bottom: 1px solid #c7c7c7;
            font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
            margin-top: 4px;
            }
            .zmhd_contWaip .zmhd_cont .cj_list .list .list_title span {
              display: inline-block;
              border-bottom: 2px solid #eab209;
              line-height: 20px;
              padding: 0px 4px;
              font-size: 20px;
              color: #2276be;
              font-weight: bold;
              }
              .zmhd_contWaip .zmhd_cont .cj_list .list .list_title #cmial span {
                display: inline-block;
                border-bottom: none;
                line-height: 20px;
                padding: 0px 4px;
                font-size: 20px;
                color: #2276be;
                font-weight: bold;
                }
          .zmhd_contWaip .zmhd_cont .cj_list .list dl {
            width: 680px;
            height: auto;
            overflow: hidden;
            padding-bottom: 10px;
            padding-left: 10px;
            border-bottom: 1px solid #ececec;
            margin-top: 15px; }
            .zmhd_contWaip .zmhd_cont .cj_list .list dl dt {
              width: 100%;
              height: 34px;
              overflow: hidden;
              line-height: 34px;
              background: url("../images/cj_ico.png") no-repeat left center;
              font-weight: bold;
              text-indent: 40px; }
            .zmhd_contWaip .zmhd_cont .cj_list .list dl dd.text {
              line-height: 28px;
              font-size: 12px; }
            .zmhd_contWaip .zmhd_cont .cj_list .list dl dd.xq {
              width: 70px;
              text-align: center;
              height: 25px;
              line-height: 25px;
              background: #60afe7;
              color: #fff;
              float: right;
              font-size: 12px;
              margin-top: -10px;
              -webkit-box-shadow: 2px 2px 5px #b7d4e9;
                      box-shadow: 2px 2px 5px #b7d4e9; }
              .zmhd_contWaip .zmhd_cont .cj_list .list dl dd.xq a {
                color: #fff; }
          .zmhd_contWaip .zmhd_cont .cj_list .list .p_cont {
            width: 670px;
            height: auto;
            overflow: hidden;
            margin: 10px auto;
            line-height: 30px; }
          .zmhd_contWaip .zmhd_cont .cj_list .list .p_gkxj {
            width: 686px;
            height: auto;
            overflow: hidden;
            margin: 10px auto; }
            .zmhd_contWaip .zmhd_cont .cj_list .list .p_gkxj .xj_ser {
              width: 686px;
              height: 55px;
              overflow: hidden;
              background: url("../images/gkxj_pic.png") no-repeat left center;
              margin-top: 10px; }
              .zmhd_contWaip .zmhd_cont .cj_list .list .p_gkxj .xj_ser span {
                font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
                font-size: 16px;
                line-height: 55px;
                float: left;
                margin-left: 60px;
                margin-right: 20px; }
              .zmhd_contWaip .zmhd_cont .cj_list .list .p_gkxj .xj_ser input[type="text"] {
                width: 218px;
                height: 30px;
                overflow: hidden;
                padding-left: 10px;
                line-height: 30px;
                background: #fff;
                border: none;
                color: #c5bfbe;
                margin-right: 10px;
                float: left;
                margin-top: 14px; }
              .zmhd_contWaip .zmhd_cont .cj_list .list .p_gkxj .xj_ser input[type="submit"] {
                width: 55px;
                height: 30px;
                overflow: hidden;
                line-height: 30px;
                background: #51a8e7;
                border: none;
                color: #fff;
                text-align: center;
                cursor: pointer;
                float: left;
                margin-top: 14px; }
            .zmhd_contWaip .zmhd_cont .cj_list .list .p_gkxj .xj_table {
              width: 686px;
              height: auto;
              overflow: hidden;
              margin-top: 20px; }
              .zmhd_contWaip .zmhd_cont .cj_list .list .p_gkxj .xj_table table {
                width: 100%; }
                .zmhd_contWaip .zmhd_cont .cj_list .list .p_gkxj .xj_table table thead {
                  background: #f5f5f5;
                  border-bottom: 1px solid #d7d7d7;
                  color: #4e4e4e;
                  font-weight: bold; }
                  .zmhd_contWaip .zmhd_cont .cj_list .list .p_gkxj .xj_table table thead td {
                    line-height: 38px; }
                .zmhd_contWaip .zmhd_cont .cj_list .list .p_gkxj .xj_table table tr {
                  border-bottom: dashed 1px #dfdede; }
                  .zmhd_contWaip .zmhd_cont .cj_list .list .p_gkxj .xj_table table tr td {
                    line-height: 40px; }
        .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl {
          width: 690px;
          height: auto;
          overflow: hidden; }
          .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .ld_tz {
            background: #51a2f3;
            height: 30px;
            line-height: 30px;
            text-indent: 10px;
            margin: 15px 0px;
            font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; }
          .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .pic {
            float: left;
            width: 92px;
            height: 122px;
            overflow: hidden;
            padding: 6px;
            border: 1px solid #b9b9b9;
            margin-left: 4px; }
          .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .cont {
            width: 560px;
            height: auto;
            overflow: hidden;
            overflow: visible;
            float: right; }
            .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .cont h3 {
              color: #1870bb;
              font-size: 20px;
              font-weight: bold; }
            .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .cont p {
              line-height: 30px;
              margin: 5px 0px 10px; }
            .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .cont span {
              display: block;
              float: left;
              padding: 5px 15px;
              background: #60afe7;
              color: #fff;
              -webkit-box-shadow: 2px 2px 5px #b7d4e9;
                      box-shadow: 2px 2px 5px #b7d4e9;
              font-size: 12px; }
          .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .ld_list {
            width: 695px;
            height: auto;
            overflow: hidden;
            padding-top: 20px;
            margin-top: 20px;
            border-top: 1px dashed #dbdbdb; }
            .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .ld_list ul {
              width: 705px;
              height: auto;
              overflow: hidden; }
            .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .ld_list li {
              width: 112px;
              height: auto;
              overflow: hidden;
              margin-right: 4px; }
              .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .ld_list li span {
                display: block;
                width: 112px;
                height: 29px;
                overflow: hidden;
                line-height: 29px;
                background: #51a2f3;
                text-align: center;
                color: #fff;
                margin-bottom: 10px;
                font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
                font-size: 16px; }
              .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .ld_list li .pic {
                float: none;
                margin: 0 auto; }
              .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .ld_list li h4 {
                font-size: 16px;
                height: 30px;
                line-height: 30px;
                text-align: center; }
  
  .p_ty_list {
    width: 97%;
    height: auto;
    overflow: hidden;
    margin: 20px auto 10px; }
    .p_ty_list li {
      width: 98%;
      height: 36px;
      line-height: 36px;
      background: url("../images/csxl_list.png") no-repeat left center;
      padding-left: 20px;
      overflow: hidden;  
    text-overflow: ellipsis;
      white-space: nowrap; 
    }
  
  .p_tp_list {
    width: 686px;
    height: auto;
    overflow: hidden;
    margin-top: 20px; }
    .p_tp_list .tp_slibox {
      width: 100%;
      height: 326px;
      overflow: hidden;
      position: relative;
      padding-bottom: 20px;
      border-bottom: 1px dashed #dbdbdb; }
      .p_tp_list .tp_slibox .in_hd {
        position: absolute;
        bottom: 30px;
        right: 0px;
        width: 100px;
        height: 10px;
        overflow: hidden;
        z-index: 2; }
        .p_tp_list .tp_slibox .in_hd ul {
          overflow: hidden;
          zoom: 1; }
          .p_tp_list .tp_slibox .in_hd ul li {
            width: 9px;
            height: 9px;
            overflow: hidden;
            cursor: pointer;
            background: #bcbcbc;
            border-radius: 10px;
            margin-right: 10px; }
            .p_tp_list .tp_slibox .in_hd ul li.on {
              background: #fff; }
      .p_tp_list .tp_slibox .in_bd {
        height: 326px;
        overflow: hidden; }
        .p_tp_list .tp_slibox .in_bd ul li {
          width: 100%;
          position: relative;
          height: 339px;
          overflow: hidden;
          background: #f1f1f1; }
          .p_tp_list .tp_slibox .in_bd ul li .pic {
            width: 686px;
            height: 326px;
            overflow: hidden; }
            .p_tp_list .tp_slibox .in_bd ul li .pic a {
              width: 100%;
              height: 100%;
              overflow: hidden;
              display: block; }
            .p_tp_list .tp_slibox .in_bd ul li .pic img {
              width: 686px;
              height: 326px;
              overflow: hidden; }
            /*start 2017/07/19*/
          .p_tp_list .tp_slibox .in_bd ul li .text {
            width: 90%;
            height: 35px;
            overflow-y: hidden;
            position: absolute;
            bottom: 6px;
            line-height: 35px;
            z-index: 4;
            color: #fff; 
            text-indent: 10px;}
            .p_tp_list .tp_slibox .in_bd ul li .text .t_title {
              font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
              font-size: 16px;
              font-weight: bold;
              line-height: 26px; }
            /*.p_tp_list .tp_slibox .in_bd ul li .text .cont {
              width: 230px;
              margin: 10px auto 0px;
              line-height: 24px;
              font-size: 12px; }*/
            /*2017/4/20 rljÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼*/
            .p_tp_list .tp_slibox .in_bd ul li .text .t_title a {
              color: #fff; }
            .p_tp_list .tp_slibox .in_bd ul li .text .t_title a:hover {
              color: #fff; }
            /*2017/4/20 rljÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½*/
          .p_tp_list .tp_slibox .in_bd ul li .bg {
            position: absolute;
            bottom: 10px;
            right: 0;
            background: #000;
            opacity: 0.6;
            width: 100%;
            height: 35px;
            overflow: hidden;
            z-index: 1; }
            /*end 2017/07/19*/
    .p_tp_list .tp_list {
      width: 100%;
      overflow: hidden;
      margin-top: 20px; }
      .p_tp_list .tp_list li {
        width: 100%;
        height: 140px;
        overflow: hidden;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px dashed #dbdbdb; }
        .p_tp_list .tp_list li .cont {
          width: 490px; }
          .p_tp_list .tp_list li .cont .title {
            width: 100%;
            font-weight: bold;
            overflow: hidden; }
            .p_tp_list .tp_list li .cont .title span {
              font-weight: normal;
              font-size: 12px;
              float: right; }
          .p_tp_list .tp_list li .cont p {
            line-height: 30px;
            margin-top: 4px;
            font-size: 12px; }
          .p_tp_list .tp_list li .cont span.more {
            display: block;
            float: right;
            padding: 5px 10px;
            background: #60afe7;
            color: #fff;
            -webkit-box-shadow: 2px 2px 5px #b7d4e9;
                    box-shadow: 2px 2px 5px #b7d4e9;
            font-size: 12px;
            margin-top: 20px; }
  
  .p_stjs {
    width: 690px;
    height: auto;
    overflow: hidden;
    margin-left: 4px;
    margin-top: 10px;
    padding-bottom: 80px; }
    .p_stjs table td {
      height: 36px;
      line-height: 36px;
      overflow: visible;
      padding-left: 12px;
      background: url("../images/csxl_list.png") no-repeat left center; }
  .p_ldxl_cont{
   width: 940px;
      height: auto;
      overflow: hidden;
      padding: 10px;
      background: #fff;
  }
  .p_ldxl_cont .ld_top{
    width: 940px;
    height: auto;
    background: #d1e6fc;
    padding:10px 0px;
  }
  .p_ldxl_cont .ld_top td{
    padding-left: 10px;
    height: 30px;
    box-sizing: border-box;
  }
  .p_ldxl_cont .ld_top td span{
    margin-right: 20px;
    cursor: pointer;
  }
  .p_ldxl_cont .ld_top td span.on{
    background: #55a7f8;
    padding:5px 10px;
    color: #fff
  }
  .p_ldxl_cont .contMain{
    width: 100%;
    overflow: hidden;
    margin-top: 20px
  }
  .p_ldxl_cont .contMain .text{
    margin-left: 20px;
    line-height: 30px;
    font-size: 16px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  }
  .p_ldxl_cont .contMain h3{
    font-size: 24px;
    color: #1870bb;
    font-weight: bold;
    line-height: 40px;
  }
  .p_ldxl_cont .contMain .pic{
    width: 140px;
    height: 166px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .p_ldxl_cont .contMain p{
    line-height: 28px;
    text-indent: 20px;
  }
  .p_ldxl_cont .contMain .pic img{
    width: 140px;
    height: 166px;
  }
  .p_ldxl_cont .contMain h4{
    background: #e4effb;
    line-height: 28px;
    text-indent: 10px;
    font-size: 16px;
    font-weight: bold;
    margin:10px 0px;
  }
  .p_chusxl {
    width: 960px;
    height: auto;
    overflow: hidden;
    margin: 0 auto; }
    .p_chusxl .p_wz {
      width: 100%;
      height: 40px;
      overflow: hidden;
      line-height: 40px;
      text-indent: 20px;
      background: url("../images/page_title2.png") no-repeat left top #fff;
      font-size: 12px; }
    .p_chusxl .chus_cont {
      width: 940px;
      height: auto;
      overflow: hidden;
      padding: 10px;
      background: #fff; }
      .p_chusxl .chus_cont .title {
        width: 935px;
        height: 97px;
        overflow: hidden;
        overflow: visible;
        background: url("../images/csxl_bg.png") no-repeat left top; }
        .p_chusxl .chus_cont .title .t_top {
          width: 915px;
          height: 50px;
          overflow: hidden;
          overflow: visible;
          margin-left: 20px; }
          .p_chusxl .chus_cont .title .t_top .name {
            font-size: 24px;
            font-weight: bold;
            font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
            color: #fff;
            line-height: 50px; }
            .p_chusxl .chus_cont .title .t_top .name span {
              text-transform: uppercase;
              font-size: 14px;
              color: #55ade8; }
          .p_chusxl .chus_cont .title .t_top .qtcs {
            width: 190px;
            height: 25px;
            overflow: hidden;
            overflow: visible;
            background: url("../images/csxl_pic.png") no-repeat 90% center #429cdc;
            line-height: 25px;
            text-align: center;
            margin: 10px 10px 0px 0px;
            color: #fff;
            cursor: pointer;
            position: relative; }
            .p_chusxl .chus_cont .title .t_top .qtcs .qtcs_cont {
              width: 190px;
              height: 280px;
              overflow: hidden;
              overflow: visible;
              position: absolute;
              background: #429cdc;
              border: 1px solid #2182c7;
              top: 30px;
              left: 0px;
              display: none;
              font-size: 12px;
              cursor: default; }
              .p_chusxl .chus_cont .title .t_top .qtcs .qtcs_cont li {
                width: 180px;
                height: 28px;
                overflow: hidden;
                line-height: 28px;
                margin-left: 10px; }
        .p_chusxl .chus_cont .title .t_list {
          width: 915px;
          height: 40px;
          overflow: hidden;
          margin-left: 20px;
          font-size: 12px;
          line-height: 40px; }
      .p_chusxl .chus_cont .list {
        width: 925px;
        height: auto;
        overflow: hidden;
        margin: 10px 0px; }
        .p_chusxl .chus_cont .list .list_title {
          width: 100%;
          height: 42px;
          overflow: hidden;
          overflow: visible;
          border-bottom: 1px solid #c7c7c7;
          font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; }
          .p_chusxl .chus_cont .list .list_title span.name {
            float: left;
            border-bottom: 2px solid #eab209;
            line-height: 41px;
            padding: 0px 4px;
            font-size: 20px;
            color: #2276be;
            font-weight: bold; }
          .p_chusxl .chus_cont .list .list_title span.more {
            font-size: 12px;
            color: #9b9b9b;
            float: right;
            line-height: 52px;
            font-family: "SimSun";
            margin-right: 10px; }
            .p_chusxl .chus_cont .list .list_title span.more a {
              color: #9b9b9b; }
              .p_chusxl .chus_cont .list .list_title span.more a:hover {
                color: #2276be; }
        .p_chusxl .chus_cont .list .cont {
          width: 905px;
          height: auto;
          overflow: hidden;
          margin: 10px auto;
          line-height: 30px; }
        .p_chusxl .chus_cont .list dl {
          width: 905px;
          height: auto;
          overflow: hidden;
          margin: 10px auto; }
          .p_chusxl .chus_cont .list dl dd {
            background: url("../images/csxl_list.png") no-repeat left center;
            text-indent: 20px;
            line-height: 28px; }
  
  .p_tyxl {
    width: 940px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 5px #deeffb;
            box-shadow: 2px 2px 5px #deeffb; }
    .p_tyxl h3 {
      width: 100%;
      line-height: 38px;
      text-align: center;
      color: #2276be;
      font-size: 24px;
      font-weight: bold;
      margin-top: 10px; }
    .p_tyxl .time {
      width: 100%;
      height: 28px;
      line-height: 28px;
      overflow: hidden;
      background: #f2f2f2;
      margin: 15px 0px;
      text-align: center;
      font-size: 12px; }
    /*2017/11/2 rlj ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â
    .p_tyxl p {
      width: 910px;
      margin: 0 auto;
      line-height: 32px;
      padding-bottom: 20px; }*/
     .p_tyxl p {
      width: 910px;
      margin: 0 auto;
      line-height: 32px; }
      /* 20170821 rlj ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½
      .p_tyxl p img {
        width: 545px;
        height: 362px;
        overflow: hidden;
        margin: 20px auto; }
        */
    .p_tyxl p img {
        overflow: hidden;
        margin: 0 auto;
        display: inline-block;
        }
    .p_tyxl .xl_off {
      width: 244px;
      overflow: hidden;
      margin: 40px auto 10px;
      border-top: 1px solid #d9d9d9;
      padding-top: 10px; }
      .p_tyxl .xl_off img {
        display: inline;
        margin-left: 10px; }
  
  .cxfw_logo {
    width: 1017px;
    height: 254px;
    overflow: hidden;
    margin: 0 auto; }
  
  .cxfw_cont {
    width: 940px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 40px 20px 20px 20px;
    margin: 0 auto;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: 1px 4px 12px #f3f3f3;
            box-shadow: 1px 4px 12px #f3f3f3; }
  
  .cxfw_cont ul {
    width: 1000px;
    height: auto;
    overflow: hidden; }
  
  .cxfw_cont li {
    width: 295px;
    height: 172px;
    overflow: hidden;
    margin: 0px 10px 10px 6px; }
    .cxfw_cont li h3 {
      width: auto;
      height: 30px;
      overflow: hidden;
      text-align: center;
      font-size: 18px;
      font-weight: normal;
      margin-top: 10px; }
    .cxfw_cont li .ico {
      width: 62px;
      height: 62px;
      overflow: hidden;
      margin-top: 26px;
      margin-left: 120px; }
    .cxfw_cont li a {
      color: #fff; }
      .cxfw_cont li a:hover {
        color: #fff; }
  
  .cxfw_cont li.t1 {
    background: url(../images/li01.png) no-repeat; }
  
  .cxfw_cont li.t2 {
     background: url(../images/li02.png) no-repeat; }
  
  .cxfw_cont li.t3 {
      background: url(../images/li03.png) no-repeat;}
  
  .cxfw_cont li.t4 {
     background: url(../images/li04.png) no-repeat;}
  .cxfw_cont li.t5 {
      background: url(../images/li05.png) no-repeat; }
  .cxfw_cont li.t6 {
    background: url(../images/li06.png) no-repeat;}
  .wz_cont{
     width: 940px;
    height: auto;
    overflow: visible;
    background: #fff;
    padding: 20px 25px 40px 18px;
    margin: 0 auto;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: 1px 4px 12px #f3f3f3;
            box-shadow: 1px 4px 12px #f3f3f3; 
  }
  .wz_cont .cont{
    width: 945px;
    margin: 10px auto;
   background: url(../images/wangzdt_pic_01.png) no-repeat #fff;
   overflow: hidden;
  }
  .wz_cont .cont ul{
    width: 408px;
    height: auto;
    overflow: visible;
    margin-top:135px;
    position: relative;
  }
  .wz_cont .cont ul li{
    width: 408px;
    height: 77px;
    overflow: hidden;
    margin-bottom: 15px;
    
  }
  .wz_cont .cont ul li span{
    display: block;
    width: 100%;
    height: 77px;
    position: absolute;
    z-index: 10
  }
  .wz_cont .cont ul li div{
    position: absolute;
    right: 0px
  }
  .wz_cont .hj_cont{
    width: 945px;
    margin: 0px auto 10px auto;
  
   background: url(../images/wangzdt_pic_02.png) no-repeat #fff;
   overflow: hidden;
  }
  .wz_cont .st_cont{
    width: 945px;
    margin: 10px auto;
   background: url(../images/wangzdt_pic_04.png) no-repeat #fff !important;
   overflow: hidden;
  }
  .wz_cont .zm_cont{
    width: 945px;
    margin: 0px auto;
   background: url(../images/wangzdt_pic_03.png) no-repeat #fff !important;
   overflow: hidden;
  }
  .wz_cont .new_cont{
    width: 945px;
    margin: 0px auto;
   background: url(../images/wangzdt_pic_05.png) no-repeat #fff !important;
   padding-bottom: 290px;
   overflow: visible;
  }
  .wz_cont .new_cont .wangz_wz{
    padding-top: 10px;
    margin: 0px 0px 20px 30px !important;
  
  }
  .wz_cont .xx_cont{
    width: 945px;
    margin: 0px auto;
   background: url(../images/wangzdt_pic_06.png) no-repeat #fff !important;
   padding-bottom: 20px;
   overflow: hidden;
  }
  .wz_cont .xx_cont div.left_cont{
    width: 270px;
    overflow: hidden;
    height: 76px;
    background: #f3b864;
    border-radius: 10px;
    border-top-left-radius:0px; 
    border-bottom-left-radius:0px; 
      position: absolute;
    left: 220px;
    top: 0px;
    margin:0px;
    z-index: 10;
    display: none;
  }
  .wz_cont .xx_cont div.left_cont dl{
    width: 260px
  }
  .wz_cont .xx_cont div.left_cont dd{
    width: 45%;
    float: left;
    margin-left: 10px;
    line-height: 40px;
  
  }
  .wz_cont .xx_cont div.right_cont{
    width: 260px;
    overflow: hidden;
    height: 76px;
    background: #f3b864;
    border-radius: 10px;
    border-top-left-radius:0px; 
    border-bottom-left-radius:0px; 
      position: absolute;
    right: -250px;
    top: 0px;
    margin:0px;
    z-index: 10;
    display: none;
  }
  .wz_cont .xx_cont div.right_cont dl{
    width: 260px
  }
  .wz_cont .xx_cont div.right_cont dd{
    width: 45%;
    float: left;
    margin-left: 10px;
    line-height: 40px;
  
  }
  
  .wz_cont .new_cont div.left_xq{
    width: 183px;
    height: auto;
    overflow: visible;
    border:2px dashed #b3b3b3;
    border-radius: 10px;
    position: absolute;
    left: -220px;
    display: none;
  
  }
  .wz_cont .new_cont div.left_xq .xq_bg1{
    display: block;
    width: 33px;
    height: 37px;
    position: absolute;
    left: 177px;
    top:10px;
    background: url(../images/wz_xq_r1.png);
  }
  .wz_cont .new_cont div.right_xq{
    width: 183px;
    height: auto;
    overflow: visible;
    border:2px dashed #b3b3b3;
    border-radius: 10px;
    position: absolute;
    left: 260px;
    background: #fff;
    display: none;
  
  }
  .wz_cont .new_cont div.right_xq .xq_bg2{
    display: block;
    width: 33px;
    height: 37px;
    position: absolute;
    right: 170px;
    top:10px;
    background: url(../images/wz_xq_r2.png);
  }
  .wz_cont .new_cont div.right_xq p{
    width: 145px;
    margin: 10px auto;
    line-height: 22px;
    color: #6c6c6c
  }
  .wz_cont .new_cont div.left_xq p{
    width: 145px;
    margin: 10px auto;
    line-height: 22px;
    color: #6c6c6c
  }
  .wz_cont .hj_cont .wangz_wz{
    width: 90%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    color: #a6a6a6;
    margin: 20px 0px 20px 30px;
    overflow: hidden;
  }
  .wz_cont .hj_cont .wangz_wz a{
    float: left;
    padding-right: 20px;
    margin-right: 10px;
    color: #a6a6a6;
    display: block;
    background: url(../images/wz_wzpic.png) no-repeat right center;
  }
  .wz_cont .hj_cont h2{
    font-size: 50px;
    font-weight: bold;
    color: #0e82c5;
    line-height: 50px;
    text-indent: 30px;
    margin-bottom: 20px
  
  }
  /*20170718 ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ width: 680px;*/
  .wz_cont .hj_cont ul{
    width: 800px;
    height: auto;
    overflow: visible;
  }
  .wz_cont .hj_cont li{
    width: 230px;
    height: 76px;
    overflow: visible;
    border-radius: 4px;
    background: #459dd8;
    margin-left: 22px;
    margin-top: 20px;
    margin-right: 10px;
    transition: all .3s ease-in-out; 
    position: relative;
     
  }
  .wz_cont .hj_cont li.li_left{
    z-index: 20
  }
  .wz_cont .hj_cont li:hover{
    background: #f3b864;
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
         -o-transform: translateX(5px);
            transform: translateX(5px)
  }
  .wz_cont .hj_cont li .pic{
    float: left;
    width: 48px;
    height: 47px;
    margin-top: 18px;
    margin-left: 18px;
  }
  .wz_cont .hj_cont li h3{
    width: 110px;
    font-size: 20px;
    line-height: 30px;
    float: left;
    margin-left: 20px;
    margin-top: 10px
  }
  .wz_cont .hj_cont li h3.one{
    line-height: 55px;
  }
  .wz_cont .hj_cont li span{
    display: block;
    float: right;
    margin-right: 10px;
    font-size: 24px;
    margin-top: 20px
  }
  .huiy_cont {
    width: 940px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 20px 20px 40px 20px;
    margin: 0 auto;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: 1px 4px 12px #f3f3f3;
            box-shadow: 1px 4px 12px #f3f3f3; }
    .huiy_cont .title {
      width: 100%;
      height: 76px;
      overflow: hidden;
      overflow: visible; }
      .huiy_cont .title ul {
        width: 945px;
        overflow: visible; }
        .huiy_cont .title ul li {
          width: 458px;
          height: 76px; }
          .huiy_cont .title ul li span {
            display: block;
            background: #d4d4d4;
            color: #707070;
            font-size: 36px;
            text-align: center;
            font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; }
          .huiy_cont .title ul li span.bg {
            background: #fff;
            height: 8px; }
          .huiy_cont .title ul li.on span {
            color: #fff;
            background: #094186; }
          .huiy_cont .title ul li.on span.bg {
            background: url("../images/huiy_title.png") no-repeat center top #fff; }
    .huiy_cont .cont {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .huiy_cont .cont .slibox {
        width: 100%;
        height: 339px;
        overflow: hidden;
        position: relative;
        margin-bottom: 40px; }
        .huiy_cont .cont .slibox .in_hd {
          position: absolute;
          bottom: 12px;
          left: 410px;
          width: 150px;
          height: 20px;
          overflow: hidden;
          z-index: 2; }
          .huiy_cont .cont .slibox .in_hd ul {
            overflow: hidden;
            zoom: 1; }
            .huiy_cont .cont .slibox .in_hd ul li {
              width: 12px;
              height: 12px;
              overflow: hidden;
              cursor: pointer;
              background: #bcbcbc;
              border-radius: 10px;
              margin-right: 10px; }
              .huiy_cont .cont .slibox .in_hd ul li.on {
                background: #fff; }
        .huiy_cont .cont .slibox .in_bd {
          height: 339px;
          overflow: hidden; }
          .huiy_cont .cont .slibox .in_bd ul li {
            width: 100%;
            position: relative;
            height: 339px;
            overflow: hidden;
            background: #f1f1f1; }
            .huiy_cont .cont .slibox .in_bd ul li .pic {
              width: 562px;
              height: 339px;
              overflow: hidden; }
              .huiy_cont .cont .slibox .in_bd ul li .pic a {
                width: 100%;
                height: 100%;
                overflow: hidden;
                display: block; }
              .huiy_cont .cont .slibox .in_bd ul li .pic img {
                width: 562px;
                height: 339px;
                overflow: hidden; }
            .huiy_cont .cont .slibox .in_bd ul li .text {
              width: 330px;
              height: auto;
              overflow: hidden;
              overflow: visible;
              position: absolute;
              top: 10px;
              right: 20px;
              z-index: 3; }
              .huiy_cont .cont .slibox .in_bd ul li .text .t_title {
                font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
                font-size: 18px;
                font-weight: bold;
                line-height: 26px; }
              .huiy_cont .cont .slibox .in_bd ul li .text .cont {
                width: 320px;
                margin: 0 auto;
                line-height: 26px;
                font-size: 12px; }
              .huiy_cont .cont .slibox .in_bd ul li .text span {
                display: block;
                float: right;
                padding: 5px 10px;
                background: #60afe7;
                color: #fff;
                -webkit-box-shadow: 2px 2px 5px #b7d4e9;
                        box-shadow: 2px 2px 5px #b7d4e9;
                font-size: 12px;
                margin-top: 16px;
                 }
    .huiy_cont dl {
      width: 100%;
      height: 134px;
      overflow: hidden;
      padding-bottom: 25px;
      border-bottom: 1px dashed #dbdbdb;
      margin-top: 20px; }
      .huiy_cont dl dt {
        float: left;
        width: 173px; }
      .huiy_cont dl dd {
        width: 720px;
        float: right; }
        .huiy_cont dl dd div {
          font-weight: bold;
          float: left;
          height: 30px; }
        .huiy_cont dl dd span.time {
          float: right;
          font-size: 12px;
          margin-top: 5px; }
        .huiy_cont dl dd p {
          line-height: 30px;
          font-size: 12px; }
        .huiy_cont dl dd span.xq {
          display: block;
          float: right;
          padding: 5px 10px;
          background: #60afe7;
          color: #fff;
          -webkit-box-shadow: 2px 2px 5px #b7d4e9;
                  box-shadow: 2px 2px 5px #b7d4e9;
          font-size: 12px;
          margin-top: -10px; }
          .huiy_cont dl dd span.xq:hover{
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            -o-transition: -o-transform 0.3s;
            -moz-transition: transform 0.3s, -moz-transform 0.3s;
            -webkit-transform: translateX(-5px);
               -moz-transform: translateX(-5px);
                -ms-transform: translateX(-5px);
                 -o-transform: translateX(-5px);
                    transform: translateX(-5px);
  
          }
  
  .webigc_cont {
    width: 980px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 20px 15px;
    margin: 0 auto;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: 1px 4px 12px #f3f3f3;
            box-shadow: 1px 4px 12px #f3f3f3; }
    .webigc_cont .wb_list {
      width: 540px;
      overflow: hidden;
      margin-top: 10px;
      margin-left: 20px; }
      .webigc_cont .wb_list dl {
        width: 160px;
        height: auto;
        overflow: hidden;
        float: left; }
        .webigc_cont .wb_list dl.web_m {
          width: 200px;
          overflow: hidden;
          border-left: 1px solid #e9e9e9;
          border-right: 1px solid #e9e9e9; }
        .webigc_cont .wb_list dl dd {
          width: 100%;
          height: 130px;
          overflow: hidden;
          border-bottom: 1px solid #e9e9e9; }
          .webigc_cont .wb_list dl dd:hover img {
            -webkit-transition: -webkit-transform 0.8s;
            transition: -webkit-transform 0.8s;
            -o-transition: -o-transform 0.8s;
            -moz-transition: transform 0.8s, -moz-transform 0.8s;
            transition: transform 0.8s;
            transition: transform 0.8s, -webkit-transform 0.8s, -moz-transform 0.8s, -o-transform 0.8s;
            -webkit-transform: translateX(-20px);
               -moz-transform: translateX(-20px);
                -ms-transform: translateX(-20px);
                 -o-transform: translateX(-20px);
                    transform: translateX(-20px); }
          .webigc_cont .wb_list dl dd img {
            width: 130px;
            height: 104px;
            margin: 20px auto; }
    .webigc_cont .web_cont {
      width: 346px;
      height: auto;
      overflow: hidden;
      border: 1px solid #cccccc;
      padding: 10px;
      margin-top: 10px; }
      .webigc_cont .web_cont .cont_top {
        width: 326px;
        height: 55px;
        overflow: hidden;
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 15px;
        margin-top: 10px;
        padding-left: 10px; }
      .webigc_cont .web_cont .cont {
        width: 336px;
        height: 810px;
        overflow: hidden; }
        .webigc_cont .web_cont .cont ul {
          width: 318px;
          overflow: hidden;
          margin: 10px 0px 0px 10px; }
        .webigc_cont .web_cont .cont li {
          width: 100%;
          padding-bottom: 10px;
          border-bottom: 1px dashed #d2d2d2;
          font-size: 12px; }
          .webigc_cont .web_cont .cont li p {
            line-height: 20px; }
          .webigc_cont .web_cont .cont li img {
            width: 120px;
            height: 69px;
            overflow: hidden;
            padding: 6px;
            border: 1px solid #d2d2d2;
            margin: 8px 0px; }
          .webigc_cont .web_cont .cont li span {
            color: #9abbc8; }
            .webigc_cont .web_cont .cont li span a {
              color: #9abbc8; }
  
  .wugk_cont {
    width: 940px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 20px 20px 40px 20px;
    margin: 0 auto;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: 1px 4px 12px #f3f3f3;
            box-shadow: 1px 4px 12px #f3f3f3; }
    .wugk_cont .title {
      width: 213px;
      height: auto;
      overflow: hidden; }
      .wugk_cont .title ul.gk_title {
        width: 213px;
        height: auto;
        overflow: hidden; }
        .wugk_cont .title ul.gk_title li {
          width: 213px;
          height: 68px;
          overflow: hidden;
          margin-bottom: 10px;
          font-size: 24px;
          font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
          text-indent: 80px;
          line-height: 68px; }
          .wugk_cont .title ul.gk_title li.t1 {
            background: url("../images/wugk_pic_01.png") no-repeat left top; }
            .wugk_cont .title ul.gk_title li.t1.on {
              background: url("../images/wugk_pic_01on.png") no-repeat left top;
              color: #fff; }
          .wugk_cont .title ul.gk_title li.t2 {
            background: url("../images/wugk_pic_02.png") no-repeat left top; }
            .wugk_cont .title ul.gk_title li.t2.on {
              background: url("../images/wugk_pic_02on.png") no-repeat left top;
              color: #fff; }
          .wugk_cont .title ul.gk_title li.t3 {
            background: url("../images/wugk_pic_03.png") no-repeat left top; }
            .wugk_cont .title ul.gk_title li.t3.on {
              background: url("../images/wugk_pic_03on.png") no-repeat left top;
              color: #fff; }
          .wugk_cont .title ul.gk_title li.t4 {
            background: url("../images/wugk_pic_04.png") no-repeat left top; }
            .wugk_cont .title ul.gk_title li.t4.on {
              color: #fff;
              background: url("../images/wugk_pic_04on.png") no-repeat left top; }
          .wugk_cont .title ul.gk_title li.t5 {
            background: url("../images/wugk_pic_05.png") no-repeat left top; }
            .wugk_cont .title ul.gk_title li.t5.on {
              color: #fff;
              background: url("../images/wugk_pic_05on.png") no-repeat left top; }
      .wugk_cont .title ul.text {
        width: 204px;
        height: auto;
        overflow: hidden;
        background: #b4d4f2;
        padding: 10px 0px; }
        .wugk_cont .title ul.text li {
          width: 183px;
          height: auto;
          overflow: hidden;
          padding: 0px 5px 10px;
          margin-left: 8px; }
          .wugk_cont .title ul.text li.t1 {
            border-bottom: 1px solid #92b4d4;
            margin-bottom: 10px; }
    .wugk_cont .contMain {
      width: 690px;
      height: auto;
      overflow: hidden;
      margin-left: 20px; }
      .wugk_cont .contMain dd {
        width: 100%;
        height: 36px;
        line-height: 36px;
        background: url("../images/csxl_list.png") no-repeat left center;
        text-indent: 16px; }
  
  .huiy_footer {
    color: #58b6c1 !important; }
    .huiy_footer a {
      color: #58b6c1 !important; }
  
  .p_xgzc_title {
    position: relative;
    overflow: visible; }
    .p_xgzc_title ul {
      width: 1000px; }
      .p_xgzc_title ul li {
        position: relative;
        width: 315px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        margin-right: 16px;
        color: #fff; }
        .p_xgzc_title ul li .bg {
          position: absolute;
          top: 0;
          right: 0;
          background: url("../images/yjdx_pic.png") repeat-x left top;
          width: 315px;
          height: 53px;
          overflow: hidden;
          z-index: 1;
          -webkit-box-shadow: 2px 2px 6px #6eb5d5;
                  box-shadow: 2px 2px 6px #6eb5d5; }
        .p_xgzc_title ul li.on .bg {
          background: #1c7dbf; }
        .p_xgzc_title ul li h3 {
          font-size: 20px;
          width: 315px;
          height: 54px;
          line-height: 54px;
          text-align: center;
          position: absolute;
          top: 0px;
          left: 0px;
          z-index: 3; }
  
  .p_xgzc {
    width: 940px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 20px 20px 40px 20px;
    margin: 0 auto;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: 1px 4px 12px #f3f3f3;
            box-shadow: 1px 4px 12px #f3f3f3; }
    .p_xgzc .title {
      border-left: 5px solid #eab209;
      font-size: 20px;
      color: #2276be;
      text-indent: 10px;
      font-weight: bold;
      font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; }
    .p_xgzc .contMain {
      width: 920px;
      height: auto;
      overflow: hidden; }
      .p_xgzc .contMain dl {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #dbdbdb; }
        .p_xgzc .contMain dl dt {
          width: 100%;
          height: 32px;
          line-height: 32px;
          background: #ececec;
          overflow: hidden; }
          .p_xgzc .contMain dl dt h3 {
            float: left;
            font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: bold;
            margin-left: 10px; }
          .p_xgzc .contMain dl dt span {
            float: right;
            margin-right: 10px;
            font-size: 12px; }
        .p_xgzc .contMain dl dd.text {
          width: 900px;
          line-height: 28px;
          margin-left: 20px;
          font-size: 12px;
          margin-top: 10px; }
        .p_xgzc .contMain dl dd.xq {
          float: right;
          padding: 5px 10px;
          margin-right: 4px;
          background: #60afe7;
          color: #fff;
          -webkit-box-shadow: 2px 2px 5px #b7d4e9;
          box-shadow: 2px 2px 5px #b7d4e9;
          font-size: 12px;
          margin-top: 10px; }
  
  .zhif_index {
    position: absolute;
    overflow: hidden;
    height: 50px;
    top: 0px;
    left: 50%;
    margin-left: -500px; }
  
  .m_left {
    width: 218px;
    height: auto;
    overflow: hidden;
    margin-left: 12px; }
    .m_left ul {
      width: 193px;
      height: auto;
      overflow: hidden;
      margin: 0 auto; }
      .m_left ul li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #3a93eb;
        font-size: 18px;
        font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
        -webkit-box-shadow: 2px 2px 5px #cbe0f1;
                box-shadow: 2px 2px 5px #cbe0f1;
        margin-top: 15px;
        margin-bottom: 5px; }
  
  .c_right {
    width: 727px;
    height: auto;
    overflow: hidden;
    margin-right: 12px;
    -webkit-box-shadow: 1px 1px 20px #e6f1fc;
            box-shadow: 1px 1px 20px #e6f1fc;
    padding-bottom: 10px; }
    .c_right .list {
      width: 690px;
      height: auto;
      overflow: hidden;
      margin: 10px auto; }
      .c_right .list .list_title {
        width: 100%;
        height: 42px;
        overflow: visible;
        border-bottom: 1px solid #c7c7c7;
        font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; }
        .c_right .list .list_title span.name {
          display: inline-block;
          border-bottom: 2px solid #eab209;
          line-height: 41px;
          padding: 0px 4px;
          font-size: 20px;
          color: #2276be;
          font-weight: bold; }
        .c_right .list .list_title span.more {
          font-size: 12px;
          color: #9b9b9b;
          float: right;
          line-height: 52px;
          font-family: "SimSun";
          margin-right: 10px; }
          .c_right .list .list_title span.more a {
            color: #9b9b9b; }
            .c_right .list .list_title span.more a:hover {
              color: #2276be; }
      .c_right .list .cont {
        width: 98%;
        height: auto;
        overflow: hidden;
        margin: 10px auto;
        line-height: 30px; }
      .c_right .list dl {
        width: 98%;
        height: auto;
        overflow: hidden;
        margin: 10px auto; }
        .c_right .list dl dd {
          background: url("../images/csxl_list.png") no-repeat left center;
          text-indent: 20px;
          line-height: 28px; }
  
  
  .nav {
    width: 232px;
    height: 383px;
    overflow: visible;
    position: relative;
    background: #075da7;
  }
  .nav .nLi {
    width: 232px;
    height: 77px;
  }
  .nav .nLi h2 {
    width: 232px;
    height: 77px;
    overflow: hidden;
    display: block;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
  }
  .nav .nLi h2 .pic {
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline;
    margin: 24px auto auto 43px;
  }
  .nav .nLi h2 .text {
    width: 132px;
    line-height: 77px;
  }
  .nav .nLi h2.t1 .pic {
    background: url(../images/nav_ico_01.png) no-repeat;
  }
  .nav .nLi h2.t2 .pic {
    background: url(../images/nav_ico_02.png) no-repeat;
  }
  .nav .nLi h2.t3 .pic {
    background: url(../images/nav_ico_03.png) no-repeat;
  }
  .nav .nLi h2.t4 .pic {
    background: url(../images/nav_ico_04.png) no-repeat;
  }
  .nav .nLi h2.t5 .pic {
    background: url(../images/nav_ico_05.png) no-repeat;
  }
  .nav .nLi h2.t6 .pic {
    background: url(../images/nav_ico_06.png) no-repeat;
  }
  .nav .nLi h2.t7 .pic {
    background: url(../images/nav_ico_07.png) no-repeat;
  }
  .nav .nLi h2 a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
  }
  .nav .nLi.on h2 {
    background:#fff;
  }
  .nav .nLi.on h2 a{
    color:#2276be;
  }
  .nav .nLi.on h2.t1 .pic {
    background: url(../images/nav_ico_on_01.png) no-repeat;
  }
  .nav .nLi.on h2.t2 .pic {
    background: url(../images/nav_ico_on_02.png) no-repeat;
  }
  .nav .nLi.on h2.t3 .pic {
    background: url(../images/nav_ico_on_03.png) no-repeat;
  }
  .nav .nLi.on h2.t4 .pic {
    background: url(../images/nav_ico_on_04.png) no-repeat;
  }
  .nav .nLi.on h2.t5 .pic {
    background: url(../images/nav_ico_on_05.png) no-repeat;
  }
  .nav .nLi.on h2.t6 .pic {
    background: url(../images/nav_ico_on_06.png) no-repeat;
  }
  .nav .nLi.on h2.t7 .pic {
    background: url(../images/nav_ico_on_07.png) no-repeat;
  }
  .nav .sub {
    width: 738px;
    height: 383px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 232px;
    display: none;
    padding-left: 10px;
    z-index: 20;
  }
  /*start 2017/6/26*/
  .nav_cont {
    width: 740px;
    height: 384px;
    overflow: hidden;
  }
  /*end 2017/6/26*/
  .nav_news,.nav_stjs, .nav_xxgk, .nav_hjzl, .nav_hjgl, .nav_faq, .nav_bsfw {
    width: 720px;
    height: 364px;
    overflow: hidden;
    margin:10px auto;
  }
  
  .pub_title {
    width: 100%;
    height: 38px;
    overflow: hidden;
    background: url("../images/title_02.png") repeat-x left bottom;
  }
  .pub_title ul li {
    width: auto;
    height: 38px;
    overflow: hidden;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 4px;
    line-height: 38px;
  }
  .pub_title ul li.on {
    background: url("../images/title_01.png") repeat-x left bottom;
    color: #2276be;
    font-weight: bold;
  }
  .pub_title ul li.on a {
    color: #2276be;
  }
  
  .pub_main, .pub_main2 {
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 8px;
  }
  .pub_main ul li, .pub_main2 ul li {
    width: 100%;
    height: 34px;
    overflow: hidden;
    background: url(../images/dian.png) no-repeat left center;
    text-indent: 16px;
    line-height: 34px;
  }
  .pub_main ul li span, .pub_main2 ul li span {
    float: right;
  }
  
  .pub_main2 ul li {
    height: 32px;
    line-height: 32px;
  }
  
  .nav_news{
    background: url(../images/nav_flowr.png) no-repeat left bottom #fff;
  }
  .nav_news .zonghNew{
    width: 438px;
    height: 364px;
    overflow: hidden;
    background: url(../images/nav_zh.png) no-repeat right top;
    margin-left: 10px
  }
  .nav_news .zonghNew .in_title{
    width: 410px;
    height: 33px;
    border-bottom: 1px solid #c1c1c1;
    overflow: visible;
    margin-top: 10px;
  }
  .nav_news .zonghNew .in_title li{
    height: 32px;
    margin-right: 5px;
  }
  .nav_news .zonghNew .in_title li a{
    display: inline-block;
    width: auto;
    height: 26px;
    padding:0px 6px;
    background: #4b97d8;
    color: #fff;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
  .nav_news .zonghNew .in_title li:hover{
    border-bottom: 2px solid #eab209
  }
  .nav_news .zonghNew .in_title li:hover a{
    background: #eab209;
    font-weight: bold;
  }
  .nav_news .zonghNew .in_title li.on{
    border-bottom: 2px solid #eab209
  }
  .nav_news .zonghNew .in_title li.on a{
    background: #eab209;
    font-weight: bold;
  }
  .nav_news .zonghNew dl{
    width: 400px;
    height: 300px;
    margin-top: 10px;
    overflow: hidden;
    margin-left: 10px;
    overflow: hidden;
  
  }
  .nav_news .zonghNew dl dd{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../images/nav_dlbg.png) no-repeat left center;
    text-indent: 16px;
    overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 95%;
  }
  .nav_news .zonghNew dl dd span{
    color: #4b97d8;
    font-size: 12px;
  }
  .nav_news .tpNew{
    width: 252px;
    margin-right: 10px;
  }
  .nav_news .tpNew h3{
    font-size: 18px;
    font-weight: bold;
    color: #2276be;
    border-left: 5px solid #eab209;
    text-indent: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  
  }
  .nav_news .tpNew h3 a{
    color: #2276be
  }
  .nav_news .tpNew dl{
    width: 230px;
    overflow: hidden;
    margin:0 auto;
  }
  .nav_news .tpNew dd{
    width: 100%;
    height: 140px;
    margin-top: 10px;
  }
  .nav_news .tpNew dd img{
    width: 230px;
    height: 116px;
    overflow: hidden;
  }
  .nav_news .tpNew dd p{
    font-size: 12px;
    line-height: 24px;
  }
  .nav_stjs {
    background: url(../images/nav_flowr2.png) no-repeat right top #fff;
  }
  .nav_stjs .stld{
    width: 387px;
    height: 364px;
    overflow: hidden;
    background: url(../images/nav_zh.png) no-repeat right top;
    margin-left: 10px
  }
  .nav_stjs .stld .in_title{
    width:345px;
    height: 33px;
    border-bottom: 1px solid #c1c1c1;
    overflow: visible;
    margin-top: 10px;
  }
  .nav_stjs .stld .in_title li{
    height: 32px;
    margin-right: 5px;
  }
  .nav_stjs .stld .in_title li a{
    display: inline-block;
    width: auto;
    height: 26px;
    padding:0px 6px;
    background: #4b97d8;
    color: #fff;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
  .nav_stjs .stld .in_title li.on{
    border-bottom: 2px solid #eab209
  }
  .nav_stjs .stld .in_title li.on a{
    background: #eab209;
    font-weight: bold;
  }
  .nav_stjs .stld table{
    width:335px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .nav_stjs .stld td{
    height: 35px;
    background: url(../images/nav_dlbg.png) no-repeat left center;
    padding-left: 16px;
    font-size: 12px;
  }
  .nav_stjs .stld .znze{
    width: 360px;
    padding-top: 20px;
    background: url(../images/nav_znze.png) no-repeat left top;
    margin-top: 25px;
  }
  .nav_stjs .stld .znze a{
    display: block;
    width: 340px;
    height: 61px;
    overflow: hidden;
    background: #92ceed;
  }
  .nav_stjs .stld .znze a:hover{
    background: #87bad5;
  }
  .nav_stjs .jgsz{
    width: 312px;
    margin-right: 10px
  }
  .nav_stjs .jgsz .in_title{
    width: 312px;
    border-left: 5px solid #eab209;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
  
  }
  .nav_stjs .jgsz .in_title h3{
    width: 80px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
    
  }
  .nav_stjs .jgsz .in_title div{
    width: 160px;
    float: left;
    margin-left: 4px;
    overflow: hidden;
    margin-top: 5px;
  }
  .nav_stjs .jgsz .in_title li{
    padding:0px 5px;
    height: 17px;
    line-height: 17px;
    cursor: pointer;
  }
  .nav_stjs .jgsz .in_title li.on{
    color: #2276be
  }
  /*2017/10/25 rlj ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â
  .nav_stjs .jgsz td a{
      display: block;
    width: 100%;
    height: 100%;
    background: #ebebeb;
    font-size: 12px;
    line-height:22px;
  }
  */
  .nav_stjs .jgsz td a{
      display: block;
    width: 100%;
    height: 100%;
    background: #e8f5ff;
    font-size: 12px;
    line-height:22px;
  }
  .nav_stjs .jgsz td{
    border-left: 10px solid #fff;
    border-bottom: 10px solid #fff
  }
  /*2017/10/25 rlj ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â
  .nav_stjs .jgsz td a:hover{
  background: #b4e3fb;
  }
  */
  .nav_stjs .jgsz td a:hover{
  background: #b4e3fb;
  color:#2276be;
  }
  .nav_xxgk {
    background: url(../images/nav_flowr2.png) no-repeat right top #fff;
  }
  .nav_xxgk .tongzgk,.nav_zmhd .ldxx{
    width: 478px;
    height: 364px;
    overflow: hidden;
    background: url(../images/nav_zh.png) no-repeat right top;
    margin-left: 10px;
  }
  .nav_xxgk .tongzgk .tongzgk_cont,.nav_zmhd .ldxx .ldxx_top{
    width: 478px;
    height: 178px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .nav_xxgk .tongzgk .in_title,.nav_zmhd .ldxx_top .in_title{
    width: 450px;
    height: 33px;
    border-bottom: 1px solid #c1c1c1;
    overflow: visible;
    margin-top: 10px;
  }
  .nav_xxgk .tongzgk .in_title li,.nav_zmhd .ldxx_top .in_title li{
    height: 32px;
    margin-right: 5px;
  }
  .nav_xxgk .tongzgk .in_title li a,.nav_zmhd .ldxx_top .in_title li a{
    display: inline-block;
    width: auto;
    height: 26px;
    padding:0px 6px;
    background: #4b97d8;
    color: #fff;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
  /*start 2017/6/23*/
  .nav_xxgk .tongzgk .in_title li {
    margin-right: 6px;
  }
  .nav_xxgk .tongzgk .in_title li a{
    padding:0px 8px;
  }
  .nav_xxgk .tongzgk .tongzgk_cont{
    height: 141px;
  }
  .nav_xxgk .tongzgk .tongzgk_cont2{
    margin-top: 30px;
  
  }
  .nav_xxgk .tongzgk .tongzgk_cont2 .in_title li a{
    padding: 0px 14px
  }
  .nav_xxgk .hygq{
    width: 218px;
    border-top: 1px #d9d9d9 dashed;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 2px 0px;
  }
  .nav_xxgk .hygq ul{
    width: 230px;
    overflow: hidden;
  }
  .nav_xxgk .hygq li{
    width: 64px;
    height: 61px;
    text-align: center;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
    font-size: 12px;
  }
  .nav_xxgk .hygq li .ico{
    width: 45px;
    height: 30px;
    margin: 6px auto 2px;
  }
  /*end 2017/6/23*/
  .nav_xxgk .tongzgk .in_title li:hover,.nav_zmhd .ldxx_top .in_title li:hover{
    border-bottom: 2px solid #eab209
  }
  .nav_xxgk .tongzgk .in_title li:hover a,.nav_zmhd .ldxx_top .in_title li:hover a{
    background: #eab209;
    font-weight: bold;
  }
  .nav_xxgk .tongzgk .in_title li.on,.nav_zmhd .ldxx_top .in_title li.on{
    border-bottom: 2px solid #eab209
  }
  .nav_xxgk .tongzgk .in_title li.on a,.nav_zmhd .ldxx_top .in_title li.on a{
    background: #eab209;
    font-weight: bold;
  }
  .nav_xxgk .tongzgk dl,.nav_zmhd .ldxx_top dl{
    width: 450px;
    height: 300px;
    margin-top: 10px;
    overflow: hidden;
    margin-left: 10px;
    overflow: hidden;
  
  }
  .nav_xxgk .tongzgk dl dd,.nav_zmhd .ldxx_top dl dd{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../images/nav_dlbg.png) no-repeat left center;
    text-indent: 16px;
    overflow: hidden;
  }
  
  .nav_xxgk .gongkzd{
    width: 218px;
    margin-right: 10px;
  }
  .nav_xxgk .gk_top{
    margin-bottom: 10px;
  }
  .nav_xxgk .gk_top h3{
    font-size: 18px;
    font-weight: bold;
    color: #2276be;
    border-left: 5px solid #eab209;
    text-indent: 10px;
    margin-top: 10px;
    margin-bottom: 6px;
  
  }
  .nav_xxgk .gk_top h3 a{
    color: #2276be
  }
  .nav_xxgk .gk_top ul{
    width: 228px;
    overflow: hidden;
  }
  .nav_xxgk .gk_top li{
    width: 98px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
    margin-bottom: 10px;
  }
  .nav_xxgk .gk_top li:hover{
    background: #e8f5ff;
    border: 1px solid #95caf6
  }
  .nav_xxgk .gk_top li:hover a{
    color: #2276be
  }
  .nav_xxgk .ztzl{
    width: 218px;
    overflow: hidden;
  }
  .nav_xxgk .ztzl li{
    width: 218px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: #e7e7e7;
    margin-top:5px; 
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  .nav_xxgk .ztzl li:hover{
    background: #b4e3fb
  }
  .nav_xxgk .ztzl li img{
    width: 21px;
    height: 20px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 4px;
  }
  .nav_xxgk .ztzl li h3{
    width: 180px;
    float: left;
  }
  
  
  
  
  
  
  
  
  
  
  /*strat 2017/5/18*/
  .nav_hjgl .hd{
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 0px;
    margin-bottom: -6px;
    z-index: 10
  }
  .nav_hjgl .hd li{
    width: 12px;
    height: 12px;
    background: #bfd7ea;
    border-radius: 50%;
    float: none;
    display: inline-block;
    cursor: pointer;
  }
  .nav_hjgl .hd li.on{
    background: #5aa8e6
  }
  /*start 2017/5/18*/
  /*start 2017/6/26*/
  .nav_hjgl {
    width: 718px;
    height: 353px;
    background: #fff;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 12px;
    position: relative;
  }
  .nav_hjgl .bd{
    width: 490px;
  }
  
  .nav_hjgl .bd li{
    width: 230px;
    height: 35px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 14px;
    border: 1px solid #abd4ec;
    background: url(../images/nav_hj_bg.png) repeat left top;
  }
  .nav_hjgl .bd li:hover{
    background: #5aa8e6;
    border: 1px solid #2693d4;
  
  }
  .nav_hjgl .bd li a{
    display: block;
    width: 100%;
    height: 35px;
    transition: none;
  }
  .nav_hjgl .bd li .pic{
    width: 28px;
    height: 29px;
    overflow: hidden;
    float: left;
    background-image: url(../images/nav_hj_pic.png);
    margin-top: 4px;
    margin-left: 8px;
  }
  .nav_hjgl .bd li h3{
    width: 186px;
    float: right;
    font-weight: bold;
    font-size: 16px;
    line-height: 38px;
    color: #2276be
  }
  .nav_hjgl .bd li:hover h3{
    color: #fff;
  }
  .nav_hjgl .bd li:hover .pic{
  background-image: url(../images/nav_hj_pic_on.png);
  }
  .nav_hjgl .bd li.t1 .pic{
  background-position: 0px 0px; 
  }
  .nav_hjgl .bd li.t2 .pic{
   background-position: 0px -35px; 
  }
  .nav_hjgl .bd li.t3 .pic{
   background-position: 0px -64px; 
  }
  .nav_hjgl .bd li.t4 .pic{
   background-position: 0px -100px; 
  }
  .nav_hjgl .bd li.t5 .pic{
   background-position: 0px -128px; 
  }
  .nav_hjgl .bd li.t6 .pic{
   background-position: 0px -164px; 
  }
  .nav_hjgl .bd li.t7 .pic{
    background-position: 0px -197px; 
  }
  .nav_hjgl .bd li.t8 .pic{
   background-position: 0px -233px; 
  }
  .nav_hjgl .bd li.t9 .pic{
   background-position: 0px -270px; 
  }
  .nav_hjgl .bd li.t9 .pic{
    margin-top: 6px
  }
  .nav_hjgl .bd li.t2 .pic{
    margin-top: 6px
  }
  .nav_hjgl li.t6 .pic{
    margin-left: 8px;
  }
  .nav_hjgl .bd li.t9 h3{
    font-size: 13px;
  }
  .nav_hjgl .bd li.t10 .pic{
   background-position: 0px -306px; 
  }
  .nav_hjgl .bd li.t11 .pic{
   background-position: 0px -340px; 
  }
  .nav_hjgl .bd li.t12 .pic{
    background-position: 0px -373px; 
   }
  .nav_hjgl .bd li.t13 .pic{
   background-position: 0px -407px; 
  }
  .nav_hjgl .bd li.t14 .pic{
   background-position: 0px -443px; 
  }
  
  .nav_hjgl .bd li.t1:hover .pic{
  background-position: 0px 0px; 
  }
  .nav_hjgl .bd li.t2:hover .pic{
   background-position: 0px -35px; 
  }
  .nav_hjgl .bd li.t3:hover .pic{
   background-position: 0px -64px; 
  }
  .nav_hjgl .bd li.t4:hover .pic{
   background-position: 0px -100px; 
  }
  .nav_hjgl .bd li.t5:hover .pic{
   background-position: 0px -128px; 
  }
  .nav_hjgl .bd li.t6:hover .pic{
   background-position: 0px -164px; 
  }
  .nav_hjgl .bd li.t7:hover .pic{
    background-position: 0px -197px; 
  }
  .nav_hjgl .bd li.t8:hover .pic{
   background-position: 0px -233px; 
  }
  .nav_hjgl .bd li.t9:hover .pic{
   background-position: 0px -270px; 
  }
  .nav_hjgl .bd li.t10:hover .pic{
   background-position: 0px -306px; 
  }
  .nav_hjgl .bd li.t11:hover .pic{
   background-position: 0px -340px; 
  }
  .nav_hjgl .bd li.t12:hover .pic{
    background-position: 0px -373px; 
   }
  .nav_hjgl .bd li.t13:hover .pic{
   background-position: 0px -407px; 
  }
  .nav_hjgl .bd li.t14:hover .pic{
   background-position: 0px -443px; 
  }
  .nav_hjgl .hj_gb{
    width: 208px;
    height: 345px;
    overflow: hidden;
    padding-left: 10px;
    background: url(../images/hj_gbbg.png) no-repeat right top;
  } 
  .nav_hjgl .hj_gb h3{
    font-size: 18px;
    color: #2276be;
    font-weight: bold;
    border-left: 5px solid #eab209;
    height: 24px;
    line-height: 24px;
    text-indent: 10px;
  }
  .nav_hjgl .hj_gb h3 a{
    color: #2276be
  }
  .nav_hjgl .hj_gb .list{
    width: 176px;
    overflow: hidden;
    margin-top: 16px;
    margin-left: 6px;
    margin-bottom: 12px;
  }
  .nav_hjgl .hj_gb .list li{
    width: 174px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    text-align: center;
    margin-bottom: 14px;
  }
  .nav_hjgl .hj_gb .pic{
    width: 176px;
    margin-left: 6px;
  }
  .nav_hjgl .hj_gb .pic p{
    color: #2276be;
    font-size: 12px;
    height: 28px;
    line-height: 30px;
    text-align: center
  }
  /*end 2017/6/26*/
  /*end 2017/5/18*/
  
  /*
  20170518 rlj ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½
  .nav_hjgl {
    width: 718px;
    height: 353px;
    background: url("../images/nav_hj.png") no-repeat left top #fff;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 12px;
  }
  .nav_hjgl li{
    width: 220px;
    height: 105px;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .nav_hjgl li a{
    display: block;
    width: 220px;
    height: 105px;
    text-indent: -9999px;
  }
  .nav_hjgl li.t1{
    background: url(../images/nav_hj_pic01.png) no-repeat right top;
  }
  .nav_hjgl li.t2{
    background: url(../images/nav_hj_pic02.png) no-repeat right top;
  }
  .nav_hjgl li.t3{
    background: url(../images/nav_hj_pic03.png) no-repeat right top;
  }
  .nav_hjgl li.t4{
    background: url(../images/nav_hj_pic04.png) no-repeat right top;
  }
  .nav_hjgl li.t5{
    background: url(../images/nav_hj_pic05.png) no-repeat right top;
  }
  .nav_hjgl li.t6{
    background: url(../images/nav_hj_pic06.png) no-repeat right top;
  }
  .nav_hjgl li.t7{
    background: url(../images/nav_hj_pic07.png) no-repeat right top;
  }
  .nav_hjgl li.t8{
    background: url(../images/nav_hj_pic08.png) no-repeat right top;
  }
  .nav_hjgl li.t9{
    background: url(../images/nav_hj_pic09.png) no-repeat right top;
  }
  .nav_hjgl li:hover.t1{
    background: url(../images/nav_hj_pic_on01.png) no-repeat right top;
  }
  .nav_hjgl li:hover.t2{
    background: url(../images/nav_hj_pic_on02.png) no-repeat right top;
  }
  .nav_hjgl li:hover.t3{
    background: url(../images/nav_hj_pic_on03.png) no-repeat right top;
  }
  .nav_hjgl li:hover.t4{
    background: url(../images/nav_hj_pic_on04.png) no-repeat right top;
  }
  .nav_hjgl li:hover.t5{
    background: url(../images/nav_hj_pic_on05.png) no-repeat right top;
  }
  .nav_hjgl li:hover.t6{
    background: url(../images/nav_hj_pic_on06.png) no-repeat right top;
  }
  .nav_hjgl li:hover.t7{
    background: url(../images/nav_hj_pic_on07.png) no-repeat right top;
  }
  .nav_hjgl li:hover.t8{
    background: url(../images/nav_hj_pic_on08.png) no-repeat right top;
  }
  .nav_hjgl li:hover.t9{
    background: url(../images/nav_hj_pic_on09.png) no-repeat right top;
  }
  */
  
  .nav_zmhd{
    background: #fff;
    width: 718px;
    height: 364px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 10px;
  }
  .nav_zmhd .ldxx_top{
    position: relative;
  }
  .nav_zmhd .ldxx_top .xiex{
    width: 124px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 20px;
  }
  
  .nav_zmhd .ldxx_top .xiex li{
    width: auto;
    padding:0px 4px;
    background: #8ba4b8;
    margin-left: 5px;
    font-size: 12px;
  }
  .nav_zmhd .ldxx_top .xiex li:hover{
    background: #58a1da;
  }
  .nav_zmhd .zxft{
    width: 478px;
    height: 175px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .nav_zmhd .zxft .in_title{
    width: 450px;
    height: 33px;
    border-bottom: 1px solid #c1c1c1;
    overflow: visible;
    margin-top: 10px;
  }
  .nav_zmhd .zxft .in_title li{
    height: 32px;
    margin-right: 5px;
  }
  .nav_zmhd .zxft  .in_title li a{
    display: inline-block;
    width: auto;
    height: 26px;
    padding:0px 6px;
    background: #4b97d8;
    color: #fff;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 18px;
  }
  .nav_zmhd .zxft .in_title li:hover{
    border-bottom: 2px solid #eab209
  }
  .nav_zmhd .zxft .in_title li:hover a{
    background: #eab209;
    font-weight: bold;
  }
  .nav_zmhd .zxft .in_title li.on{
    border-bottom: 2px solid #eab209
  }
  .nav_zmhd .zxft .in_title li.on a{
    background: #eab209;
    font-weight: bold;
  }
  .nav_zmhd .zxft .tup{
    width: 188px;
    height: 118px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    margin-top: 10px;
  
  }
  
  .nav_zmhd .zxft .tup .pic img{
  width: 188px;
    height: 118px;
    overflow: hidden;
  }
  .nav_zmhd .zxft .tup .bg{
    width: 188px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
  .nav_zmhd .zxft .tup p{
    text-indent: 4px;
    width: 182px;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
  }
  
  .nav_zmhd .zxft dl{
    width: 236px;
    height: 120px;
    margin-top: 10px;
    overflow: hidden;
    margin-left: 10px;
    overflow: hidden;
  
  }
  .nav_zmhd .zxft dl dd{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../images/nav_dlbg.png) no-repeat left center;
    text-indent: 16px;
  }
  .nav_zmhd .cjwt{
    width: 214px;
    overflow: hidden;
    margin-right: 10px;
  
  }
  .nav_zmhd .cjwt li{
    width: 214px;
    height: 77px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .nav_zmhd .cjwt li a{
    display: block;
    width: 220px;
    height: 105px;
    text-indent: -9999px;
  }
  .nav_zmhd .cjwt li.t1{
    background: url(../images/nav_cj_pic_01.png) no-repeat right top;
  }
  .nav_zmhd .cjwt li.t2{
    background: url(../images/nav_cj_pic_02.png) no-repeat right top;
  }
  .nav_zmhd .cjwt li.t3{
    background: url(../images/nav_cj_pic_03.png) no-repeat right top;
  }
  .nav_zmhd .cjwt li.t4{
    background: url(../images/nav_cj_pic_04.png) no-repeat right top;
  }
  
  .nav_zmhd .cjwt li:hover.t1{
    background: url(../images/nav_cj_pic_on01.png) no-repeat right top;
  }
  .nav_zmhd .cjwt li:hover.t2{
    background: url(../images/nav_cj_pic_on02.png) no-repeat right top;
  }
  .nav_zmhd .cjwt li:hover.t3{
    background: url(../images/nav_cj_pic_on03.png) no-repeat right top;
  }
  .nav_zmhd .cjwt li:hover.t4{
    background: url(../images/nav_cj_pic_on04.png) no-repeat right top;
  }
  .slideWiap {
    width: 738px;
    height: 383px;
    overflow: hidden;
    position: relative;
  }
  .slideWiap .bg {
    width: 738px;
    height: 383px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    z-index: 1;
  }
  .slideWiap .contMain {
    width: 718px;
    height: 363px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 2;
  }
  
  .i_slideBox {
    width: 718px;
    height: 363px;
    overflow: hidden;
    position: relative;
  }
  .i_slideBox .hd {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 105px;
    height: 20px;
    overflow: hidden;
    z-index: 9;
  }
  .i_slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
  }
  .i_slideBox .hd ul li {
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 10px auto auto;
    display: inline;
    cursor: pointer;
    background: #a6a6a6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .i_slideBox .hd ul li.on {
    background: #ffffff;
  }
  .i_slideBox .bd {
    height: 363px;
    overflow: hidden;
  }
  .i_slideBox .bd ul li {
    position: relative;
    height: 363px;
    overflow: hidden;
  }
  .i_slideBox .bd ul li .pic {
    width: 718px;
    height: 363px;
    overflow: hidden;
  }
  .i_slideBox .bd ul li .pic a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
  }
  .i_slideBox .bd ul li .pic img {
    width: 718px;
    height: 363px;
    overflow: hidden;
  }
  .i_slideBox .bd ul li .bg2 {
    position: absolute;
    bottom: 16px;
    left: 117px;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    width: 585px;
    height: 92px;
    overflow: hidden;
    z-index: 2;
  }
  .i_slideBox .bd ul li .title {
    width: 554px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    bottom: 17px;
    left: 132px;
    z-index: 4;
  }
  .i_slideBox .bd ul li .title h3 {
    width: 554px;
    height: 38px;
    overflow: hidden;
    display: block;
    line-height: 38px;
  }
  .i_slideBox .bd ul li .title p {
    width: 554px;
    height: auto;
    overflow: hidden;
    display: block;
    line-height: 24px;
    text-indent: 24px;
  }
  .i_zxwj{
    width: 980px;
    overflow: hidden;
    background: url(../images/nav_new_bg.png) repeat left top;
    padding-bottom: 10px;
  }
  .i_zxwj .zxwj{
    width: 590px;
    height: 222px;
    margin-top: 10px;
    background: #fff;
    padding: 10px;
    margin-left: 10px;
    overflow: hidden;
  }
  .i_zxwj .zxwj .title{
    overflow: hidden;
    width: 100%;
    height: 29px;
  }
  .i_zxwj .zxwj .title li{
    height: 29px;
    margin-right: 5px;
  }
   .i_zxwj .zxwj .title li a{
   display: inline-block;
    width: auto;
    height: 26px;
    padding:0px 6px;
    background: #4b97d8;
    color: #fff;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 18px;
  }
  .i_zxwj .zxwj .title li:hover a{
    background: #eab209;
    font-weight: bold;
  }
   .i_zxwj .zxwj .title li.on{
    border-bottom: 2px solid #eab209
  }
   .i_zxwj .zxwj .title li.on a{
    background: #eab209;
    font-weight: bold;
  }
  .i_zxwj .zxwj dl{
    width: 570px;
    margin-top: 10px;
    overflow: hidden;
    margin-left: 10px;
    overflow: hidden;
  }
   .i_zxwj .zxwj dl dd{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../images/nav_dlbg.png) no-repeat left center;
    text-indent: 16px;
  }
   .i_zxwj .i_ztzl{
    width: 320px;
    background: #fff;
    overflow: hidden;
    padding: 10px;
    margin-top: 10px;
    margin-right: 10px;
   }
    .i_zxwj .i_ztzl .title{
      width: 90%;
      height: 30px;
      background: url(../images/ztzl_ico.png) no-repeat left center;
      padding-left: 20px;
    }
    .zt_top{
      width: 322px;
      height: 168px;
    }
    .zt_top .bd{
      width: 322px;
      overflow: hidden;
    }
    .zt_top  .inbd{
      width: 322px;
    }
      .i_zxwj .i_ztzl .title ul{
        overflow: hidden;
        width: 90%;
      }
    .i_zxwj .i_ztzl .title li{
      font-size: 16px;
      height: 20px;
      line-height: 20px;
      padding: 0px 10px;
      margin-top: 5px;
    }
  .i_zxwj .i_ztzl .title li.on a{
      color: #2276be
  }
  .i_ztzl .zt_top .zt{
    width: 322px;
    overflow: hidden;
  }
  .i_ztzl .zt_top .zt li{
    width: 322px;
    height: 59px;
    overflow: hidden;
    margin-bottom:10px;
  }
  
  .i_ztzl .zt_top .wgk{
    width: 338px;
    overflow: hidden;
  }
  .i_ztzl .zt_top .wgk li{
    width: 154px;
    height: 36px;
    overflow: hidden;
    margin-right: 14px;
    margin-bottom: 10px;
  }
  .i_ztzl .zt_top .wgk li a{
    display: block;
    width: 154px;
    height: 36px;
  }
  .i_ztzl .zt_top .wgk li.t1{
    background: url(../images/zt_pic_03.png) no-repeat right top;
  }
  .i_ztzl .zt_top .wgk li.t2{
    background: url(../images/zt_pic_05.png) no-repeat right top;
  }
  .i_ztzl .zt_top .wgk li.t3{
    background: url(../images/zt_pic_04.png) no-repeat right top;
  }
  .i_ztzl .zt_top .wgk li.t4{
    background: url(../images/zt_pic_06.png) no-repeat right top;
  }
  .i_ztzl .zt_top .wgk li.t5{
    width: 322px;
    background: url(../images/zt_pic_07.png) no-repeat right top;
  }
  .i_ztzl .zcfw{
    width: 322px;
    height: 48px;
    line-height: 48px;
    background: url(../images/i_zt_pic.png) no-repeat right top #fff;
    padding-top: 6px;
  }
  .i_ztzl .zcfw dl{
    background: #1f80cc;
    height: 48px;
    overflow: hidden;
  }
  .i_ztzl .zcfw dt{
    float: left;
    width: 100px;
    height: 48px;
    text-align: center;
    -moz-box-shadow:10px 0px 10px #136fb9; 
  -webkit-box-shadow:10px 0px 10px #136fb9; 
  box-shadow:10px 0px 10px #136fb9;
  color: #b7d9f7;
  }
  .i_ztzl .zcfw dd {
    float: left;
    width: 190px;
    margin-left: 20px;
  }
  .i_ztzl .zcfw dd a{
  padding: 0px 2px;
  }
  
  /*strat 2017/4/19*/
  .zf_cont{
    width: 94%;
    background: #fff;
    overflow: hidden;
    padding: 10px 20px;
    margin: 0 auto;
  }
  .zf_cont .zf_wz{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #595959;
    font-size: 12px;
  }
  .zf_cont .zf_wz a{
    color: #595959
  }
  .zf_cont .list_title {
    width: 100%;
    height: 42px;
    overflow: hidden;
    overflow: visible;
    border-bottom: 1px solid #c7c7c7;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; }
  .zf_cont .list_title span.name {
    float: left;
    border-bottom: 2px solid #eab209;
    line-height: 41px;
    padding: 0px 4px;
    font-size: 20px;
    color: #2276be;
    font-weight: bold; }
  .zf_cont dl {
          width: 905px;
          height: auto;
          overflow: hidden;
          margin: 10px auto; }
  .zf_cont dl dd {
            background: url("../images/csxl_list.png") no-repeat left center;
            text-indent: 20px;
            height: 30px;
            line-height: 30px; }
  .p_tyxl .xl_top {
      width: 940px;
      overflow: hidden;
      margin: 0 auto;
      padding: 10px 10px 20px;
      border-bottom: 1px dashed #dedede; }
      .p_tyxl .xl_top .pic {
        width: 318px;
        height: 225px;
        overflow: hidden; }
        .p_tyxl .xl_top .pic img{
           width: 318px;
        height: 225px;
        overflow: hidden;
        }
      .p_tyxl .xl_top .cont {
        width: 575px;
        overflow: hidden; 
        margin-right: 20px;}
        .p_tyxl .xl_top h4 {
          font-size: 20px;
          font-weight: bold;
          line-height: 36px; }
        .p_tyxl .xl_top .cont p {
          width: 100%;
          margin-top: 4px;
          line-height: 30px;
          padding-bottom: 0px;
        }
        .p_tyxl .xl_top .cont p.text {
          margin-top: 10px; }
  .p_tyxl p.contMain {
      line-height: 30px;
      width: 930px;
      margin: 10px auto; }
  .p_tyxl .zt_txt{
    font-size: 12px;
    line-height: 28px;
    margin-top: 10px;
    padding-bottom: 0px;
  }
  .ztgl_list{
    width: 940px;
    overflow: hidden;
    margin: 10px auto;
    background: url("../images/ztgl.png") repeat-y left top;
  }
  .ztgl_list .zt_menu{
    width: 203px;
    overflow: hidden;
    float: left;
  }
  .ztgl_list .zt_menu li{
    width: 193px;
    margin: 10px auto 0px 5px;
    height: 41px;
    color: #898989;
    background: #dddddd;
    text-align: center;
    line-height: 41px;
  }
  .ztgl_list .zt_menu li.on{
    background: #3a93eb;
    box-shadow: 1px 1px 6px #bbd2e6;
    color: #fff
  }
  .ztgl_list .zt_menu li.on a{
    color: #fff;
  }
  .ztgl_list .zt_menu li a{
    color: #898989;
    transition: none;
  }
  .ztgl_list .zt_contlist{
    width: 708px;
    overflow: hidden;
    float: left;
    margin-left: 15px;
  }
  .ztgl_list .zt_contlist dl {
          width: 100%;
          height: auto;
          overflow: hidden;
          margin: 10px auto; }
  .ztgl_list .zt_contlist dl dd {
            background: url("../images/csxl_list.png") no-repeat left center;
            text-indent: 20px;
            height: 30px;
            line-height: 30px; }
  /*end 2017/4/19*/
  
  /*start 2017/6/26*/
  .zdxx_cont{
    width: 960px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    margin:0 auto;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: 1px 4px 12px #f3f3f3;
    box-shadow: 1px 4px 12px #f3f3f3;
  }
  .zdxx_cont .contL{
    width: 621px;
    overflow: hidden
  }
  .zdxx_cont h3.title{
    height: 52px;
    line-height: 52px;
    width: 96%;
    margin-left: 18px;
    font-size: 20px;
    color: #2f89bc;
    overflow: hidden
  }
  .zdxx_cont h3.title a{
    color: #2f89bc
  }
  .zdxx_cont .gkmu{
    width: 612px;
    height: 196px;
    overflow: hidden;
    background: url(../images/zdxx_pic01.png) no-repeat left top;
  }
  .zdxx_cont ul.list{
    width: 97%;
    margin-left: 18px;
  }
  .zdxx_cont ul.list li{
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    color: #757267
  }
  .zdxx_cont .fgfgg {
    width: 298px;
    height: 196px;
    overflow: hidden;
    background: url(../images/zdxx_pic02.png) no-repeat left top;
  }
  .zdxx_cont .hjbh {
    width: 298px;
    height: 196px;
    overflow: hidden;
    background: url(../images/zdxx_pic03.png) no-repeat left top;
  }
  .zdxx_cont ul.list li a{
    color: #757267
  }
  .zdxx_cont .xzxk{
    width:298px;
    background: #d2e5fc;
    height: 416px;
  }
  .zdxx_cont ul.list2{
    width: 90%;
    margin-left: 16px;
    overflow: hidden
  }
  .zdxx_cont ul.list2 li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 14px;
  }
  .zdxx_cont ul.list2 li a{
    height: 32px;
    display: block;
    line-height: 32px;
    overflow: hidden
  }
  .zdxx_cont ul.list2 li span{
    color: #939393
  }
  .zdxx_cont .imageHover{
    width: 299px;
    overflow: hidden
  }
  .zdxx_cont .imageHover .pic{
    width: 299px;
    height: 196px;
    overflow: hidden;
  }
  .zdxx_cont .imageHover img{
    -webkit-transition: all ease-out .3s;
          -o-transition: all ease-out .3s;
          -moz-transition: all ease-out .3s;
          transition: all ease-out .3s;
  }
  .zdxx_cont .imageHover .pic:hover img{
    -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
           -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
               transform: scale(1.1);
          -webkit-transition: all .8s linear;
          -o-transition: all .8s linear;
          -moz-transition: all .8s linear;
          transition: all .8s linear; 
  }
  .zdxx_cont .msgc{
    width: 298px;
    height: 196px;
    overflow: hidden;
    background: #eff6fe
  }
  .zdxx_cont .contR{
    width: 299px;
    overflow: hidden
  }
  .wz_cont .hj_cont li h3.three{
    line-height: 20px;
    font-size: 16px
  }
  /*end 2017/6/26*/
  /*start 2017/6/28*/
  .xxgk_cont{
    background:none !important;
    -webkit-box-shadow:none !important;
    box-shadow: none !important; 
  }
  .xxgk_cont .page_menu{
    background: #fff;
  }
  .xxgk_cont .xxgk_pic{
    width: 727px;
    height: 73px;
    overflow: hidden;
    background: url(../images/xxgk_pic.jpg) no-repeat left top;
    margin-bottom: 10px;
  }
  .xxgk_cont .xxgk_pic a{
    display: block;
    width: 100%;
    line-height: 73px;
    font-size: 24px;
    color: #3a93eb;
    text-indent: 130px;
  }
  .xxgk_cont .xxgk_pic a h3{
    display: inline;
    font-weight: bold;
    margin-right: 10px;
  }
  .xxgk_cont .xx_list{
    background: #fff;
  }
  .xx_contFl{
    width: 230px;
  }
  .xx_contFl .page_menu{
    -webkit-box-shadow: 1px 1px 20px #d0e7f9;
     box-shadow: 1px 1px 20px #d0e7f9;
  }
  .xx_contFl .xx_gklist{
    width: 218px;
    margin-left: 12px;
  }
  .xx_contFl .xx_gklist li{
    width: 206px;
    height: 29px;
    border: 6px solid #fff;
    background: #3f98f2;
    margin-top: 10px;
    -webkit-box-shadow: 1px 1px 20px #d0e7f9;
     box-shadow: 1px 1px 20px #d0e7f9;
     line-height: 29px;
     font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
     color: #fff;
     font-size: 16px;
     font-weight: bold
  }
  .xx_contFl .xx_gklist li a{
    color: #fff;
  }
  .xx_contFl .xx_gklist li div{
    float: left;
    width: 20px;
    height: 18px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 6px;
  }
  .xx_contFl .xx_gklist li div.ico2{
    margin-top: 8px;
  }
  .p_zj_list .contMain .keep, .p_zj_list .contMain .end{
    background: none;
    border-bottom: 1px solid #ececec;
    padding-top: 0px;
  }
  .p_zj_list .title{
    margin-bottom: 20px;
  }
  .p_zj_list .contMain .keep .cont .title, .p_zj_list .contMain .end .cont .title{
    width: 500px;
    height: auto;
    float: left;
    overflow: hidden
  }
  .p_zj_list .contMain .keep .cont .title h3, .p_zj_list .contMain .end .cont .title h3{
    float: none;
  }
  .p_zj_list .contMain .keep .cont .title span, .p_zj_list .contMain .end .cont .title span{
    float: left
  }
  .p_zj_list .contMain .keep .pic, .p_zj_list .contMain .end .pic{
    width: 25px;
    height: 27px;
    margin-top: 10px;
  }

  .p_zj_list .contMain .keep .cont .more, .p_zj_list .contMain .end .cont .more{
    margin-top: 10px;
  }
  .p_zhuant .pic{
    width: 920px;
    height: 84px;
    background: url(../images/zt_pic01.png) no-repeat left top;
    border-bottom: 1px dashed #dbdbdb;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .p_zhuant .pic h3{
    font-size: 26px;
    color: #fff;
    text-indent: 20px;
    line-height: 82px;
    font-weight: bold;
  }
  .p_zhuant .menu{
    width: 160px;
    overflow: hidden;
    margin-left: 6px;
  }
  .p_zhuant .menu .hd{
    width: 100%;
    overflow: hidden
  }
  .p_zhuant .menu .hd li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 18px;
    background: #dddddd;
    color: #898989;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer
  }
  .p_zhuant .menu .hd li.on{
    background: #3a93eb;
    box-shadow: 1px 1px 13px #c7ddf0;
    color: #fff;
  }
  .p_zhuant .contMain{
    width: 728px;
    float: right
  
  }
  .p_zhuant .contMain .p_ty_list{
    margin-top: 0px;
    width: 95%;
  }
  
  
  .zfxx_logo{
    width: 1000px;
    overflow: hidden;
    height: 350px;
    margin: 0 auto;
    line-height: 340px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    text-align: center
  }
  .ztmb_cont{
    width: 980px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 1px 16px #e3ecf0;
    padding-left: 15px;
  }
  .ztmb_cont .ztmb_contL{
    width: 618px;
    overflow: hidden;
  }
  .ztmb_cont  .ztmb_list{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }
  .ztmb_cont  .ztmb_list .title{
    width: 99%;
    height: 31px;
    line-height: 33px;
    border-bottom: 2px solid #2799d1;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-indent: 36px;
    color: #fff;
    margin-bottom: 20px;
  }
  .ztmb_cont  .ztmb_list .title h3{
    width: 100%;
    height: 33px;
    background: url(../images/ztmb_pic.png) no-repeat left top;
  }
  .ztmb_cont  .ztmb_list ul{
    width: 100%;
    overflow: hidden;
  }
  .ztmb_cont  .ztmb_list li{
    width: 97%;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    background: url("../images/csxl_list.png") no-repeat left center;
    text-indent: 20px;
    margin-left: 4px;
  }
  .ztmb_cont .ztmb_contR{
    width: 335px;
    overflow: hidden;
    border-left: 1px solid #e0edf5;
    background: #f4fbff;
    padding-top: 20px;
  }
  .ztmb_cont .ztmb_list2{
    width: 295px;
    margin-left: 22px;
  }
  .ztmb_cont .ztmb_list2 .title{
    width: 100%;
    height: 31px;
    line-height: 31px;
    background: url(../images/ztmb_pic02.png) no-repeat left top;
    text-indent: 20px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-indent: 36px;
    color: #fff;
    overflow: hidden;
  }
  .ztmb_cont .ztmb_list2 ul{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
  
  }
  .ztmb_cont .ztmb_list2 li{
    width: 98%;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    background: url("../images/ztmb_pic04.png") no-repeat left center;
    text-indent: 20px;
    margin-left: 4px;
  }
  .ztmb_contR .pic{
    width: 295px;
    margin-left: 22px;
    border-top: 1px dashed #b8d0de;
    padding-top: 15px;
    margin-top: 10px;
    margin-bottom: 42px;
  }
  .zfxxgk_cont{
    width: 940px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: 1px 4px 12px #f3f3f3;
            box-shadow: 1px 4px 12px #f3f3f3; 
  }
  .zfxxgk_cont .menu{
    width: 238px;
    overflow: hidden;
  
  }
  .zfxxgk_cont .menu li{
    width: 227px;
    background: #d4d4d4;
    margin-bottom: 16px;
    cursor: pointer;
  }
  .zfxxgk_cont .menu li .ico{
    width: 27px;
    height: 27px;
    float: left;
    overflow: hidden;
    background-image: url(../images/zfxxgk_ico.png);
    margin-top: 20px;
    margin-left: 22px;
    margin-right: 15px;
  }
  .zfxxgk_cont .menu li h3{
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 68px;
  }
  .zfxxgk_cont .menu li.t1 .ico{
    background-position: 0px 0px;
  
  }
  .zfxxgk_cont .menu li.t2 .ico{
    background-position: 0px -28px;
  
  }
  .zfxxgk_cont .menu li.t3 .ico{
    background-position: 0px -58px;
  
  }
  .zfxxgk_cont .menu li.t4 .ico{
    background-position: 0px -87px;
  
  }
  .zfxxgk_cont .contMain{
    width: 695px;
    overflow: hidden;
  }
  .zfxxgk_cont .contMain .ser{
    width: 100%;
    height: 51px;
    background: #81baf1
  }
  .zfxxgk_cont .contMain .ser span{
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
    line-height: 51px;
  }
  .zfxxgk_cont .contMain .ser input[type="text"]{
    width: 410px;
    height: 31px;
    line-height: 31px;
    border: none;
    margin-top: -6px;
    padding-left: 4px;
  }
  .zfxxgk_cont .contMain .ser select{
    width: 81px;
    height: 31px;
    overflow: hidden;
    margin-top: -6px;
    border: none;
  }
  .zfxxgk_cont .contMain .ser input[type="button"]{
    width: 60px;
    height: 31px;
    line-height: 31px;
    border: none;
    margin-top: -6px;
    padding-left: 4px;
    text-indent: -99999px;
    background: url(../images/xxgk_pic.png) no-repeat;
    cursor: pointer;
    outline: none;
  }
  /*end 2017/6/28*/
  /*start 2017/6/29*/
  .zfxxgk_cont .xx_table {
    margin-top: 14px;
  }
  .zfxxgk_cont .xx_table td{
    line-height: 40px;
  }
  .zfxxgk_cont .xx_table thead{
    background: #f5f5f5;
    border-bottom: 1px solid #d7d7d7;
    color: #4e4e4e;
    font-weight: bold;}
    .zfxxgk_cont .xx_table tr{
      border-bottom: dashed 1px #dfdede;
    }
     .zfxxgk_cont .xx_table tr:hover{
      background: #f5f5f5
     }
  .zfxxgk_cont .menu li .bd_menu li{
  
    background: #bedbf7;
    color: #34638e;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 51px;
    text-indent: 10px;
    font-weight: bold;
    margin-bottom: 0px;
  }
  .zfxxgk_cont .menu li .bd_menu li a{
      color: #34638e;
  }
  .zfxxgk_cont .menu li .bd_menu ol{
    background: #bedbf7
  }
  .zfxxgk_cont .menu li .bd_menu ol a{
    display: block;
    width: 189px;
    border-bottom: 1px dashed #a1c1df;
    margin-left: 10px;
    line-height: 50px;
    color: #425a71;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
  }
  .zfxxgk_cont .menu li .bd_menu ol.no{
    display: none;
  }
  .zfxxgk_cont .menu li .bd_menu li.on div{
    width: 236px;
    background: url(../images/xxgk_pic2.png) no-repeat;
  }
  .zfxxgk_cont .menu li .ico.down{
    background-image: url(../images/zfxxgk_ico2.png);
  }
  .zfxxgk_cont .menu li.t1 .ico.down{
    background-position: 0px 0px;
  
  }
  .zfxxgk_cont .menu li.t2 .ico.down{
    background-position: 0px -28px;
  
  }
  .zfxxgk_cont .menu li.t3 .ico.down{
    background-position: 0px -58px;
  
  }
  .zfxxgk_cont .menu li.t4 .ico.down{
    background-position: 0px -87px;
  
  }
  .zfxxgk_cont .menu li div.head{
    width: 100%;
    overflow: hidden;
  }
  .zfxxgk_cont .menu li div.head.on{
    background: #0765bf;
    color: #fff;
  }
  /*end 2017/6/29*/
  /*start 2017/7/20*/
  .wzdt_logo{
    height:183px;
  }
  /*end 2017/7/20*/
  
  /* cms-page */
  #page-div .pagination-first{
    width: 100%;
  }
  
  #page-div .pagination-first a{
    display: inline-block;
    width: auto;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    background: #ebebeb;
    cursor: pointer;
  }
  #page-div .pagination-first .pagination-index{
    background: #85bdf3;
      color: #fff;
  }
  #page-div .pagination-first .active{
    background: #2f8ce7;
    color: #fff;
  }
  .stld_sjb{
    display: none;
  }
  .TRS_Editor .TRS_PreAppend p,
  #NewsContent p,
  #NewsContent span,
  .TRS_Editor .TRS_PreAppend span,
.TRS_Editor .TRS_PreAppend p a{
    color: revert-layer;
    font-size:14pt !important;
    font-family:ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â²Ãƒâ€šÃ‚Â¦ !important;
  }


.p_zhuant .contMain {


}


  @media (max-width: 768px) {



    /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨top */
    .top {
      height: 145px;
    }
    .top .top_cont{
      width: 100% !important;
      height: auto;
    }
    .top .gj_ser{
      display: none;
    }
    .top .top_cont .left{
      height: 106px;
      margin-right:0px;
    }
.xl_cont .TRS_Editor a img{
     width: auto !important;
}
    .top .top_cont .left li{
      width: 33.3%;
      padding: 0 10px !important;
      box-sizing: border-box;
      margin-top:4px ;
    }
    .top .top_cont .left ul li:last-child{
      display: none;
    }
    .top .top_cont .left ul li:nth-child(5){
      display: none;
    }
    .top .top_cont .ser{
      width: 73%;
      /* margin-left:1% ;
       */
       float: none;
       margin: 0 auto;
    }
    .top .top_cont .ser .t1 input{
      width: 180px !important;
    }
    .logo_flash {
      width: 100%;
      /* padding: 12px 0;  */
      box-sizing: border-box;
    }
    .logo_flash object{
      display: none;
    }
    .cont1{
      width: 100%;
    }
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª */
  .nav{
    display: none;
  }
  .page_nav {
    display: block !important;
    height: auto;
    background: #4fa5e6;
  }
  .page_nav li{
    width: 50%;
  }
  .page_nav li:nth-child(2n){
    background: none;
  }
  .page_nav li:nth-child(3){
    background-position-y:5px;
  }
  .page_nav li:nth-child(5){
    background-position-y:10px;
  }
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ */
  .slideWiap,
  .slideWiap .bg
  {
    width: 100%;
    height: 260px;
  }
  .slideWiap .contMain{
    width: 100%;
    left: 0;
    height: 260px;
  }
  .i_slideBox,
  .i_slideBox .bd{
    width: 100%;
    height: 260px;
  }
  .i_slideBox .bd ul li .title,
  .i_slideBox .bd ul li .bg2{
    width: 100%;
    height: 38px;
    line-height: 38px;
    bottom: 12px;
    left: 0;
  }
  .i_slideBox .bd ul li,
  .i_slideBox .bd ul li .pic{
    width: 100%;
    height: 260px;
  }
  .i_slideBox .bd ul li .pic img{
    width: 100%;
    height: 260px;
  }
  
  .i_slideBox .bd ul li .title h3{
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    font-size:14px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  
  }
  .i_slideBox .bd ul li .title p,
  .i_slideBox .hd{
    /* width: 100%; */
    display: none;
  }
  
  #gzfwpt{
    width: 100%;
    display: none;
  }
  .i_zxwj .zxwj{
    width: 100%;
    box-sizing: border-box;
      margin-left: 0px;
  
  }
  .i_zxwj{
    margin-top:-55px;
    height: 635px !important;
  }
  .i_zxwj .i_ztzl{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-right: 0;
  }
  .i_zxwj .zxwj .bd,.zt_top .bd{
    width: 100% !important;
  }
  .i_zxwj .zxwj dl{
    width: 100% !important;
    margin-left: 0px;
  }
  .i_zxwj .zxwj  dd a{
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .zt_top,
  .i_ztzl .zt_top .zt,
  .zt_top .inbd,
  .i_ztzl .zt_top .zt li,
  .i_ztzl .zt_top .zt li img{
    width: 100%;
  }
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */
  .zmhd_contWaip .zmhd_cont{
    background-image:none;
    background-color:#fff;
    width: 100%;
  }
  .zmhd_contWaip{
    background:none ;
    width: 100%;
    margin-top:0;
  }
  .zmhd_contWaip .zmhd_cont .page_menu{
    width: 100%;
    margin-left:0 ;
  }
  .zmhd_contWaip .zmhd_cont .page_menu ul li{
    width: 50%;
  }
  .zmhd_contWaip .zmhd_cont .page_menu ul li ul li{
  clear: both;
  }
  .zmhd_contWaip .zmhd_cont .cj_list{
    width: 100%;
    margin-right:0 ;
  }
  .zmhd_contWaip .zmhd_cont .cj_list .list{
    width: 100%;
    margin-left: 0px;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .p_tp_list,
  .p_tp_list .tp_slibox .in_bd ul li .text .t_title,
  .p_tp_list .tp_slibox .in_bd ul li .pic,
  .p_tp_list .tp_slibox .in_bd ul li .pic img{
    width: 100%;
  }
  .p_next{
    height: auto;
  }
  .p_tp_list .tp_slibox .in_hd{
    display: none;
  }
  .p_tp_list .tp_slibox .in_bd ul li .text .t_title a{
    display: inline-block;
    width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p_tp_list .tp_list li .cont{
    width: 52%;
  }
  .p_tp_list .tp_list li .fr{
    width: 45%;
  }
  .p_tp_list .tp_list li .fr img{
    width: 100%;
  }
  .p_tp_list .tp_list li .cont p{
    display: none;  
  }
  .p_ty_list li{
    text-indent: 8px  
  }
 
  
  /*  */
  .zmhd_contWaip .zmhd_cont .cj_list .list .p_cont{
    width: 100%;
  }
  
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ */
  .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl{
    width: 100%;
  }
  .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .cont{
    width: 50%;
  }
  .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .ld_list,
  .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .ld_list ul
  {
    width: 100%;
  }
  .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .ld_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .ld_list li{
    width: 48%;
  margin: 0 !important;
  }
  .zmhd_contWaip .zmhd_cont .cj_list .p_ldgl .ld_list li span{
    width: 70%;
    margin: 0 auto;
  }
  .p_ldxl_cont .contMain .text{
    width: 100% !important;
    box-sizing: border-box;
    margin-left: 0;
    padding: 0 5px;
  }
  .lis{
    text-indent: 8px !important;
  }
  .lis a{
    display: inline-block;
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p_stjs{
    width: 100%;
  }
  .p_stjs ul li{
    width: 100%;
  }
  .stld_sjb{
    display: block;
  }
  .stld_sjb2{
    display: none;
  }
  .p_stjs table{
    width: 100% !important;
  }
  .p_chusxl,.p_ldxl_cont{
    width: 100%;
    padding: 0;
  }
  .p_ldxl_cont .ld_top{
    width: 100%;
  }
  .p_ldxl_cont .ld_top table{
    width: 100% !important;
  }
  .p_ldxl_cont .ld_top td{
    display: block;
    width: 100%;
  }
  .p_ldxl_cont .contMain{
    padding: 0 5px;
    box-sizing: border-box;
  }
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  */
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬  */
  .zfxxgk_cont{
    width: 100%!important;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .zfxxgk_cont .menu,.zfxxgk_cont .menu li{
    width: 100%;
  }
  .zfxxgk_cont .menu li .bd_menu ol div.on{
    width: 100% !important;
  }
  #data_detail{
     height: 800px;             
  }
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */
  .xx_contFl,.xxgk_cont .xxgk_pic{
    width: 100%;
  }
  .cxfw_logo{
    width: 100%;
    height: auto;
  }
  .cxfw_logo img{
    width: 100%;
  }
  .zdxx_cont{
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .zdxx_cont .fgfgg,.zdxx_cont .hjbh{
    width: 100%;
    background-size: 100% 100%;
  }
  .mid_contl{
    width: 100%;
    margin: 0 !important;
  }
  .mid_contr{
    float: none;
    margin-top:10px ;
  }
  .p_chusxl .chus_cont{
    width: 100%;
      box-sizing: border-box;
  }
  .p_chusxl .chus_cont .title,
  .p_chusxl .chus_cont .list,
  .p_chusxl .chus_cont .list dl,
  .p_chusxl .chus_cont .title .t_list
  {
    width: 100%;
  }
  .p_chusxl .chus_cont .list dl dd{
    text-indent: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p_chusxl .chus_cont .list dl dd span{
    /* display: none; */
  }
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
  .p_tyxl .time{
    width: 100%;
    height: auto;
  }
  .bshare-custom{
    display: none;
  }
  .xl_cont .TRS_Editor img{
    width: 100% !important;
    height: auto !important;
  } 
  .Custom_UnionStyle p{
    width: 100% !important;
  }
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â® */
  .p_chusxl .p_wz{
    height: auto;
      background: white;
      padding: 0px 16px;
      box-sizing: border-box;
      line-height: 26px;
      text-indent: 0;
  }
  
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº */
  .webigc_cont{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 5px;
  }
  .webigc_cont .wb_list,
  .webigc_cont .wb_list dl,
  .webigc_cont .wb_list dl.web_m
  {
    width: 100%;
    margin: 0;
  }
  .webigc_cont .wb_list dl dd{
    width: 50%;
    float: left;
  }
  .webigc_cont .web_cont{
    width: 100%;
    height: 600px !important;
    box-sizing: border-box;
  }
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
  .p_tyxl{
    width: 100%;
    box-sizing: border-box;
  }
  #cjhhzt .p_tyxl *{
    max-width:100%;
  }
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  */
  
  
  .p_zj_list,
  .p_zj_list .title,
  .p_zj_list .contMain{
    width: 100%;
  }
  .p_zj_list .contMain{
    margin:0 ;
  }
  .p_zj_list .contMain .keep .pic{
    display: none;
  }
  .p_zj_list .contMain .keep .cont, 
  .p_zj_list .contMain .end .cont{
    width: 100%;
    margin: 0;
  }
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â  */
  .p_zx_list{
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 5px;
  }
  .p_zx_list .zx_list .pic{
    width: 100%;
    clear: both;
    margin: 0 ;
    text-align: center;
  }


    /*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */
    .footer{
      width: 100%;
    }
    .footer .cont{
      margin: 0;(max-width: 550px)
    }
    .p_footer .p_footer_cont{
      width: 100% !important;
      padding: 10px;
      box-sizing: border-box;
    } 
    .p_footer .link{
      display: none;
    }
  
    /*  */
    .p_zhuant{
      padding: 0 5px;
      box-sizing: border-box;
    }
    .p_zhuant,
    .p_zhuant .pic{
      width: 100%;
    }
    .p_zhuant .menu{
      width: 100%;
      margin: 0;
    }

    .tempWrap,
    .p_zhuant .contMain{
     width: 98vw !important;
    }
    .c_right .list{
    width: 100%;  
    }
    .c_right .list dl dd{
      text-indent: 10px !important;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .c_right .list dl dd span{
  display: none;
    }
    .page_menu ul li span{
      width: 100%;
      background-position-x: 135px !important;
    }
  
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */
  .p_zhuant .title{
    width: 100%;
    background-size: 100%;
    height: 250px;
    font-size: 16px !important;
  }
 .p_zhuant .title span .next, .p_zhuant .title span .prev {
    bottom:-10px !important;
}

.p_zhuant .title span .prev {
   left:30%;
}
  .p_zhuant .title ul li.on{
    box-sizing: border-box;
  }
  .p_zhuant .title ul{
    width: 100%;
 
  }

  .on tr{
  font-size: 16px !important;
  }
  .p_zhuant .title ul li table{
    width: 70px;
  }

  .p_zhuant .contMain dl dt{
    display: none;
  }
  .p_zhuant .contMain dl dd{
    width: 100%;
  }
  .tempWrap .tempWrap .hd{
    width: 100% !important;
    height: auto !important;
  }
  
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ */
  .wz_cont{
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .wz_cont .cont ul li,
  .wz_cont .cont ul li div img{
    width: 100%;
  }
  .wz_cont .cont ul li span{
    display: none !important;
  }
  .wz_cont .cont{
    width: 100%;
    background-size: 100%;
  }
  .wz_cont .hj_cont,
  .wz_cont .hj_cont ul
  {
    width: 100%;
    margin: 0;
  }
  .wz_cont .hj_cont li{
    width: 100%;
    margin: 10px 0;
  }
  .footer img{
    float: none;
    margin: 0 auto;
  }
  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° */
  #bmail{
    border-bottom: 1px solid;
    float: right;
    width: 80%;
    font-size: 15px;
  }
  .spe_gkxj{
    float: left;
    line-height: 45px;
  }
  
  
  
  
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ */
  .xl_table{
    width: 100% !important;
    box-sizing: border-box;
    min-height: 488px;
  }
  .xl_table td{
   width: 100%;
   display: block;
  text-align: left;
  box-sizing: border-box;
  }
  /*  */
  .i_zxwj .zxwj dl dd{
    text-indent: 6px;
  }
  .xl_off{
    display: none;
  }
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ */
  /* 
  .top{
      display: none;
    }
    .cont1{
      width: 100%;
    }
    .cont1 object{
      display: none;
    }
    .page_nav {
      background: none;
      height: auto;
      line-height: normal;
    }
    .page_nav ul{
      display: none;
    }
    .object{
      display: none;
    }
    .zmhd_contWaip{
      width: 100%;
      margin-top:0;
    }
    .p_chusxl{
      width: 97%;
    }
    .p_chusxl .p_wz{
      display: none;
    }
    .p_tyxl{
      width: 100%;
      box-sizing: border-box;
    }
    .bshare-custom{
      display: none;
    }
    .p_tyxl .time{
      width: 94%;
      height: auto;
      line-height: normal;
    }
    .xl_cont .TRS_Editor img{
      width: 100% !important;
      height: auto !important;
    } */
  
  }
  
  .contMain .uls .lis a{
    display: inline-block;
    overflow: hidden;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .kxyjytopa1 img{
    width: 200px;
    margin-bottom:10px;
  }
  
  @media  screen and (max-width: 550px) {
  
    body{
        width:100%;
    
    }
    .zmhd_contWaip{
         width:100%;
    }
  .xl_cont .TRS_Editor a img{
  width: auto !important;

    
  }
    html{
      background-position-x: 65%;
      background-size: 360%;
    }
    .p_xz {width:100%;}
    .p_btn1 {margin-left:0!important;text-align:center;}
    .p_btn1 input.t1, .awyts {float:unset!important;}
    }
