<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************
Blocks Styles
********************/
/**
Header Styles
*/
@media only screen and (min-width: 772px){
  .hiSlider-wrap li.hiSlider-item img {
      width: 100%;
      height: 300px;
  }
  }
.top_1{float:left;width: 45px;position: absolute;}
.top_2{float:right;width: 160px; right:0;}
.top_3_xb{float:left;width: 580px; }
.txt-tm{padding-top:0px;display: block; margin-bottom: 0px;width: 100%;-webkit-text-align:justify;
            text-align:justify;
            -webkit-text-align-last:justify;
            text-align-last:justify;
}
.txt-tm-s{ padding-top: 0px; width: 100%}
.left-line-txt{ padding-left: 30px; border-left: 2px solid #ccc; }


.mobile-inner_xb p{
  color: #676767;
  line-height: 25px;
  font-size: 16px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  margin:0px;
}
/*椤堕儴鎼滅储妗�*/
/* Header Top Styles */
.header {position: relative;z-index: 999; }
.header__top__inner {display: -webkit-box;display: -webkit-flex;display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.header__top__button .cr-btn::before {
  display: none; }

.header__top__button .cr-btn:hover {
  border-color: #00AC1F; }

.header__top__info {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .header__top__info li {
    display: inline-block;
    padding: 0 30px;
    vertical-align: middle;
    line-height: 1; }
    .header__top__info li:not(:last-child) {
      border-right: 1px solid rgba(255, 255, 255, 0.6); }
    .header__top__info li:first-child {
      padding-left: 0; }
    .header__top__info li:last-child {
      padding-right: 0; }
    .header__top__info li a {
      color: #fff;
      font-size: 15px;
      font-weight: 300;
      line-height: 1;
      vertical-align: middle; }
      .header__top__info li a i {
        padding-right: 7px; }
      .header__top__info li a:hover {
        color: #00AC1F; }

/* Header Bottom Styles */
.header__bottom__inner_xb{
  width: 1200px;
  /* background: #fafafa; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.header__logo a {
  display: inline-block;
  padding: 20px 0; }

/* Sticky Header */
.header__bottom_xb{ background:#eaeaea;box-shadow: 0 4px 4px rgba(0,0,0,.1);}
.sticky--header.is-sticky .header__bottom_xb {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  -webkit-animation: slideInDown 0.5s ease-in-out 1 both;
  -moz-animation: slideInDown 0.5s ease-in-out 1 both;
  -ms-animation: slideInDown 0.5s ease-in-out 1 both;
  -o-animation: slideInDown 0.5s ease-in-out 1 both;
  animation: slideInDown 0.5s ease-in-out 1 both;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.sticky--header.is-sticky .header__logo a {
  padding: 15px 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__top__info li {
    padding: 0 18px; }
  .sticky--header {
    position: relative; } }

@media only screen and (max-width: 767px) {
  .header__top__inner {
      display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 20px 0; }
  .header__top__info {
    margin-bottom: 15px;
    text-align: center; }
    .header__top__info li {
      padding: 0 20px; }
      .header__top__info li:first-child {
        padding-left: 20px; }
      .header__top__info li:last-child {
        padding-right: 20px; }
  .sticky--header {

    position: relative; } }

@media only screen and (max-width: 575px) {
  .mean-container .mean-nav {
    width: 100%; } }

/**
Navigation Styles
*/
.main-navigation_xb {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .main-navigation_xb &gt; ul &gt; li:hover &gt; a {
    color: #fff; }
  .main-navigation_xb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width:100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0; 

  }
    .main-navigation_xb ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding: 20px 12px;
      background:#eaeaea;}
      .main-navigation_xb ul li.active a{   color:#fff;}
       .main-navigation_xb ul li.active{
  
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding: 20px 12px;
      background:#008cd6;
   
      /* Dropdown Menu Styles */
      /* Last Element */ }
          .main-navigation_xb ul li:hover {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding: 20px 12px;
      background:#008cd6;
      /* Dropdown Menu Styles */
      /* Last Element */ }
      .main-navigation_xb ul li:first-child {
        padding-left: 11px; }
      .main-navigation_xb ul li:last-child {
        padding-right: 11px; }
        .main-navigation_xb ul li a:hover{}
      .main-navigation_xb ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: stretch;
        -moz-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        color: #323232;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase; }
      .main-navigation_xb ul li.cr-dropdown {
        position: relative; }
        .main-navigation_xb ul li.cr-dropdown &gt; a:after {
          content: "\f107";
          font-family: fontAwesome;
          margin-left:5px;
          line-height: 26px;
          display: inline-block; }
        .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu {
          position: absolute;
          left: 0;
          top: 100%;
          width: 160px;
          background: #ffffff;
          visibility: hidden;
          -webkit-transform: scaleY(0);
          -moz-transform: scaleY(0);
          -ms-transform: scaleY(0);
          -o-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: 0 0;
          -moz-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
          transform-origin: 0 0;
          -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
          z-index: 99; }
          .main-navigation_xb ul li.cr-dropdown .active{
  
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-self: stretch;
            -moz-align-self: stretch;
            -ms-flex-item-align: stretch;
            align-self: stretch;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            padding: 20px 10px;
            background:#008cd6;}
          .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu li {
            display: block;
            padding: 0;
            position: relative;
            /* Sub Dropdown Menu */ }
            .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu li a {
              display: block;
              font-size: 16px;
              height: 50px;
              background: #ffffff;
              color: #454545;
              padding: 0px 20px;
              line-height: 50px;
              position: relative;
              font-weight: 600; }
            .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu li:hover &gt; a {
              background: #008cd6;
              color: #ffffff; }
            .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub &gt; a {
              position: relative; }
              .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub &gt; a:after {
                content: "\f105";
                font-family: fontAwesome;
                position: absolute;
                right: 15px;
                top: 50%;
                height:40px;
                line-height: 50x;
                margin-top: -15px;
                font-size: 14px; }
            .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu li ul {
              position: absolute;
              left: 100%;
              top: 0;
              width: 200px;
              -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              z-index: 2;
              -webkit-transition: all 0.3s ease-in-out 0s;
              -moz-transition: all 0.3s ease-in-out 0s;
              -ms-transition: all 0.3s ease-in-out 0s;
              -o-transition: all 0.3s ease-in-out 0s;
              transition: all 0.3s ease-in-out 0s;
              -webkit-transform: scaleY(0);
              -moz-transform: scaleY(0);
              -ms-transform: scaleY(0);
              -o-transform: scaleY(0);
              transform: scaleY(0);
              -webkit-transform-origin: 0 0;
              -moz-transform-origin: 0 0;
              -ms-transform-origin: 0 0;
              -o-transform-origin: 0 0;
              transform-origin: 0 0;
              background: #fff; }
            .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu li:hover ul {
              visibility: visible;
              -webkit-transform: scaleY(1);
              -moz-transform: scaleY(1);
              -ms-transform: scaleY(1);
              -o-transform: scaleY(1);
              transform: scaleY(1); }
      .main-navigation_xb ul li:hover a:before {
        width: 100%; }
      .main-navigation_xb ul li:hover .cr-dropdown-menu {
        visibility: visible;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1); }
      .main-navigation_xb ul li.last-elements .cr-dropdown-menu {
        right: 0;
        left: auto; }
        .main-navigation_xb ul li.last-elements .cr-dropdown-menu .cr-sub-dropdown-menu {
          left: auto;
          right: 100%;
          background: #fff; }
    .main-navigation_xb ul ul {
      display: block;
      background: #fff; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-navigation_xb ul li {
    padding: 0 17px; } }

    /**
Banner2 Styles  绯婚儴
*/
.banner-area-xb {
  margin-top: 0 !important; }

.banner-xb {
  position: relative; }

.banner__single-xb {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 350px; }
  .banner__single-xb_list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height:280px; }
  .banner__single-xb:focus, .banner__single-xb:active {
    outline: 0; }

.banner__single__content-xb {
  padding: 55px 0 70px 0;
  color: #fff; }
  .banner__single__content-xb h5 {
    margin-bottom: 20px; }
  .banner__single__content-xb h1 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 20px; }
  .banner__single__content-xb p {
    font-size: 17px;
    margin-bottom: 20px; }
  .banner__single__content-xb .cr-btn {
    margin-top: 20px; }
  .banner__single__content-xb.color--black {
    color: #303030; }

.banner-slider-active-xb .banner__single__content-xb {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.6s ease-in 0.2s;
  -o-transition: all 0.6s ease-in 0.2s;
  transition: all 0.6s ease-in 0.2s; }

.banner-slider-active-xb .slick-current-xb .banner__single__content-xb {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__single__content-xb h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 15px; }
  .banner__single__content-xb a.cr-btn {
    margin-top: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__single-xb {
    margin-top: 0 !important; }
  .banner__single__content-xb {
    text-align: center; }
    .banner__single__content-xb h1 {
      font-size: 42px;
      line-height: 48px; } }

@media only screen and (max-width: 767px) {
  .banner__single-xb {
    margin-top: 0 !important; }
  .banner__single__content-xb {
    text-align: center; }
    .banner__single__content-xb h3 {
      font-size: 18px; }
    .banner__single__content-xb h1 {
      font-size: 32px;
      line-height: 48px;
      margin-bottom: 15px; }
    .banner__single__content-xb p {
      font-size: 16px;
      margin-bottom: 15px; }
    .banner__single__content-xb a.cr-btn {
      margin-top: 15px; } }

@media only screen and (max-width: 575px) {
  .banner__single__content-xb h1 {
    font-size: 28px;
    line-height: 38px; } }

/* Slider Arrow Style */
.banner-slider-active-xb {
  position: relative;}
  .banner-slider-active-xb .cr-slick-arrow {
    position: absolute; 
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    outline: none;
    border: none;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 30px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .banner-slider-active-xb .cr-slick-arrow i {
      line-height: 58px; }
    .banner-slider-active-xb .cr-slick-arrow:hover {
      background: #00AC1F; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-prev {
      left: 0; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-next {
      right: 0; }
  .banner-slider-active-xb:hover .cr-slick-arrow {
    visibility: visible;
    opacity: 1; }
    .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-prev {
      left: 2%; }
    .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-next {
      right: 2%; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-slider-active-xb .cr-slick-arrow {
    top: auto;
    bottom: 25px;
    height: 50px;
    width: 50px;
    font-size: 24px; }
    .banner-slider-active-xb .cr-slick-arrow i {
      line-height: 48px; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-prev {
      left: auto;
      right: 50%; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-next {
      right: auto;
      left: 50%; }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: calc(50% + 15px); }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: calc(50% + 15px); } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-slider-active-xb .cr-slick-arrow {
    height: 42px;
    width: 42px;
    font-size: 20px;
    top: auto;
    bottom: 25px; }
    .banner-slider-active-xb .cr-slick-arrow i {
      line-height: 40px; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-prev {
      left: auto;
      right: 50%; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-next {
      right: auto;
      left: 50%; }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: calc(50% + 15px); }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: calc(50% + 15px); } }

@media only screen and (max-width: 767px) {
  .banner-slider-active-xb .cr-slick-arrow {
    height: 36px;
    width: 36px;
    font-size: 18px;
    top: auto;
    bottom: 20px; }
    .banner-slider-active-xb .cr-slick-arrow i {
      line-height: 34px; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-prev {
      left: auto;
      right: 50%; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-next {
      right: auto;
      left: 50%; }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: calc(50% + 10px); }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: calc(50% + 10px); } }



.list-group-item span{color: #ccc;float: right;}
.list-group-item a{color:#222222;font-size: 15px}
.list-group-item a:hover{color:#008cd6;}
.section-title h3 a{color:#222222;}
 .section-title h3 a:hover{color:#008cd6;}
.xb_index_img span{font-weight: 600;}
h3 span.h3{font-size: 16px;line-height: 33px;margin-bottom: 0 !important}
/*.xb_index_img img{max-height: 168px}*/
/**/
.xb-top{ width: 100%;display: block; margin-top: -225px;background:rgba(34,34,34,.5);position:inherit;}
.info_xb{
  width: 100%;
display: block;
 margin:0 auto 0 auto;
 background: rgba(0,140,214,1);
 padding: 20px 15px 6px 15px;
}
.info_xb p{color:#fff;font-size: 16px;text-indent: 2em}
.info_xb{min-height: 226px;}
.info_xb p .cr-btn{float: right; margin-top:30px;background: #222;padding-left: 0;font-size: 16px;font-weight: none}
.xbjj-title img{display: block; min-height: 226px}
.xbjj-title span{width:60%;position: absolute; background:rgba(0,140,214,.8);height: 80px;left:20%;right:0;top:30%;font-size: 30px;color: #fff;padding: 20px;height: 40%}
/*骞荤伅鐒︾偣*/

/*绯婚儴妯℃澘2*/
/* focus */
#focus{width:100%;height:280px;overflow:hidden;position:relative;}
#focus ul{height:380px;position:absolute;}
#focus ul li{float:left;width:100%;height:280px;overflow:hidden;position:relative;background:#000;}
#focus ul li div{position:absolute;overflow:hidden;}
#focus .btnBg{position:absolute;width:800px;height:20px;left:0;bottom:0;background:#000;}
#focus .btn{position:absolute;width:780px;height:10px;padding:5px 10px;right:0;bottom:0;text-align:right;}
#focus .btn span{display:inline-block;_display:inline;_zoom:1;width:25px;height:10px;_font-size:0;margin-left:5px;cursor:pointer;background:#fff;}
#focus .btn span.on{background:#fff;}
#focus .preNext{width:45px;height:100px;position:absolute;top:90px;background:url(../images/sprite.png) no-repeat 0 0;cursor:pointer;}
#focus .pre{left:0;}
#focus .next{right:0;background-position:right top;}

/*绯婚儴妯℃澘宸﹁竟鍥剧墖鍙宠竟鏂囧瓧*/
.scroll-box {MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 800px; POSITION: relative}
.scroll-box .imgcon {WIDTH: 3200px; POSITION: relative}
.scroll-box .imgcon LI {DISPLAY: block; FLOAT: left}
.box {BACKGROUND: url(../images/vindex_03.png) repeat-x; WIDTH: 100%; POSITION: relative; HEIGHT: 375px}
.arrow-img {CURSOR: pointer; POSITION: absolute}
.imgcon LI {DISPLAY: none; POSITION: relative}
.tit-area-bg {RIGHT: 0px; BACKGROUND: #000; FILTER: alpha(opacity=75); WIDTH: 185px; POSITION: absolute; TOP: 0px; HEIGHT: 350px; opacity: .75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}
.tit-area {RIGHT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 175px; POSITION: absolute; TOP: 0px; HEIGHT: 350px}
.tit-area p{ padding-bottom:10px; width:100%;}
.mctit{MARGIN-TOP: 65px; FONT-WEIGHT: bold; FONT-SIZE: 20px; MARGIN-BOTTOM: 10px; COLOR: #fff; TEXT-ALIGN: left}
.mctit a{ color:#fff;}
.tit-area P {MARGIN: 0px; COLOR: #3abce9; LINE-HEIGHT: 20px; TEXT-ALIGN: left}
.imgcon .on {DISPLAY: block}
.imgmenu {MARGIN: 0px auto; WIDTH: 200px}
.imgmenu LI {BACKGROUND: url(../images/vindex_20.png) no-repeat; FLOAT: left; MARGIN-LEFT: 3px; WIDTH: 18px; CURSOR: pointer; HEIGHT: 13px}

.xb_info_bot a{margin-left:10px;padding: 8px 8px;margin-top: 6px;font-size: 16px;color:#fafafa;border:#fff 1px solid;border-radius: 4px;}
.xb_info_bot a:hover{background:#181616;color: #fafafa}
/* 鐒︾偣鍥� */
#wrap{
	width: 100%;
	/* height: 574px; */
	margin: 20px auto;
}
#wrap ul li .a1 img{
	width: 100%;
	height: 267px;
}
#wrap ul li{
	width: 100%;
	height: 267px;
	list-style: none;
  position: relative;
  display: block;
	overflow: hidden;
	/* margin: 5px; */
} 
#wrap ul li .a1{
  display: block;
  width: 100%;
}
#wrap ul li .a1 .divA{
	position: absolute;
  bottom: 0;
  left:10px;
  right:10px;
  height: 46px;
	padding: 10px 20px;
  background: #fafafa;
 
}
#wrap ul li .a1 .divA&gt;.p1{
	width: 99%;
	height: 25px;
	font-size: 16px;
    line-height: 25px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  
}
/*閬僵*/
#wrap ul li .a2{
  position: absolute;
  bottom: 0;
  left:10px;
  right:10px;
	left:-100%;
	width: 100%;
	height: 267px;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s;  
} 
/* #wrap ul li .a2 .p4{
	width: 100%;
	text-align: center;
	position: absolute;
	top:20px;
	left: -410px;
	color: #ffe605;
	font-size: 24px;
    font-weight: bold;
    transition: all 0.2s 0.1s ease-out ;  
} */
#wrap ul li .a2 .p5{
	width: 100%;
	text-align: center;
	line-height:25px ;
	position: absolute;
	top:20px;
	left: -410px;
	margin: 10px  0 10px;
	font-size: 16px;
    color: white;
    transition: all 0.2s 0.2s ease-out ;  
    padding:0 40px 20px 40px;
}
#wrap ul li .a2 .p7{
	position: absolute;
	bottom:-50px;
	left: 130px;
	width: 160px;
	height: 38px;
	line-height: 38px;
	border-radius: 10px;
	margin: 10px auto;
	border: 1px solid;
  transition: all 0.2s 0.5s ;

}
    /*  */
/*鍒楄〃椤� { margin-bottom:20px; }*/
.info_list{}
.info_list li a{color: #222}
 .info_list li { clear:both; overflow:hidden; border-bottom:#eee 1px solid; margin-bottom:30px;}
 .info_list ._img { width:100%; float:left; }
 .info_list ._img img{ -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;max-height:180px }
 .info_list ._intro { overflow:hidden; }
 .info_list ._title { display:block; height:32px; line-height:32px; font-size:18px; font-weight:normal; margin-bottom:5px; color:#333333; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
 .info_list ._info { height:20px; line-height:20px; color:#999999; margin-bottom:10px; }
 .info_list ._info a{  text-decoration:none; color: #000}
 .info_list ._text { line-height:1.8em; height:3.6em; overflow:hidden; font-size:16px; margin-bottom:15px;}
 .info_list ._more { display:inline-block; white-space:nowrap; width:auto; height:36px; line-height:32px; background-color:#fff; color:#555; padding:0 20px; border:1px solid #bababa;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
 .info_list li:hover ._title { color:#008cd6;  font-weight:bold;}
 .info_list li:hover ._more {border:1px solid #008cd6; background-color:#008cd6; color:#fff;}
 .info_list li:hover ._img img { transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);}
 .info_list li:hover ._text { color:#008cd6;}

 .info_list_title_top{top:0;
  left: 0;
  background: rgba(255,255,255,.8);
  line-height: 50px;
  position: relative;}
  .info_list_title_top .cur{background-color:#008cd6;color:#fff}.cur a{color:#fff}
.info_list_title_top .cur-in{font-size: 20px;line-height: 50px;  margin-bottom: 0;padding:0 10px 0 10px;}
.info_list_title_top .inthis{background-color:#008cd6;}
/* .info_list_title .inthis3{background-color:#333;} */
.info_list_title_top h1.inthis a{color:#fff}
.info_list_title_top .cur-in a{color:#333}
.info_list_title_top .title26{font-size: 20px;line-height: 50px;  margin-bottom: 0;padding:0 10px 0 10px;
 color:#fff;display:inline-block;}
.info_list_title_top h1:hover{font-size: 20px;line-height: 50px;  margin-bottom: 0;padding:0 10px 0 10px ;background:#28d8f0;
 display:inline-block}
 .info_list_title_top h1:hover a{color:#fff;}
.info_list_title_top .cur{background-color:#008cd6;color:#fff}.cur a{color:#fff}
.info_list_title_top a{display: }
.posi{text-align: right;float: right;padding-right:10px}
.info_list_title_top h1{display: inline-block;}

.nd_part1{ margin-bottom:40px; }
.nd_part1 li{min-height: 330px;}
.nd_part1  ul&gt;li{position: relative;}
.nd_part1 .txt_area{position: absolute;bottom: 0;;background:rgba(255, 255, 255, 1); left:10px;right:10px;}
.nd_part1 .txt_box{padding: 25px 30px;border: 1px solid;border-color: transparent transparent #DEDEDE transparent}
.nd_part1 .txt_box .li_tit{font-size: 16px;font-weight: bold;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;margin-bottom: 20px}
.nd_part1 .txt_box .li_dec{font-size: 14px;margin-bottom: 0px;line-height: 1.6;height: 0em;overflow: hidden;transition: 0.3s all ease}
.nd_part1 li:hover .txt_area{background:#008cd6;background-repeat:repeat;}
.nd_part1 li:hover .li_dec{margin-bottom: 20px;height: 3.2em;color: #ffffff}
.nd_part1 li:hover .li_tit{color: #ffffff;font-size: 18px}
.nd_part1 li:hover .li_riqi{color: #ffffff}
.nd_part1 li:hover li{background:#fafafa}
.info_list_title .cur{background-color:#008cd6;color:#fff}.cur a{color:#fff}
.info_list_title .cur-in{font-size: 20px;line-height: 50px;  margin-bottom: 0;padding:0 10px 0 10px;}
.info_list_title .inthis{background-color:#008cd6;}
/* .info_list_title .inthis3{background-color:#333;} */
.info_list_title h1.inthis a{color:#fff}
.info_list_title .cur-in a{color:#333}
.info_list_title .title26{font-size: 20px;line-height: 50px;  margin-bottom: 0;padding:0 10px 0 10px;
 color:#fff;display:inline-block;}
.info_list_title h1:hover{font-size: 20px;line-height: 50px;  margin-bottom: 0;padding:0 10px 0 10px ;background:#28d8f0;
 display:inline-block}
 .info_list_title h1:hover a{color:#fff;}
.info_list_title .cur{background-color:#008cd6;color:#fff}.cur a{color:#fff}
.info_list_title a{display: }
.posi{text-align: right;float: right;padding-right:10px}
.info_list_title h1{display: inline-block;}
.info_list li.list_no_line{padding-bottom: 30px}

._detailPage_bot ._mark {font-weight: bold; float: left; margin-right: 10px; }
._detailPage_bot ._title {font-size: 14px;  float: left; width: 68%;}
._detailPage_bot ._title:hover {color: #008cd6;}
._detailPage_bot ._time { float: right;}
._detailPage_bot {border-top: 1px solid #cccccc; margin-top:50px}
._detailPage_bot li {line-height: 30px; overflow: hidden; height: 30px;  padding: 0 10px; border-bottom: 1px solid #cccccc; }
.main_content h1{    font-size: 2em}
.main_content { line-height:2; min-height:200px; font-size:16px; color:#555555; margin-top:20px; }
.main_content  img{height:auto;}
.main_content a:hover{ color: #ccc }
._head h1{ padding-bottom: 10px;font-size: 2em;font-family: inherit; font-weight: 500;line-height: 1.5;color: inherit;}
._tool{ float:; line-height: 20px; font-size: 14px; padding-bottom: 10px; color:#999;}

.box01{ padding:15px; background-color:#f4f4f4; display:block;}
.box01 ._t{ font-size:20px; font-weight:bold; color:#000; margin-bottom:10px;}
.box01 ._p{ margin-top:15px; color:#444141;}
.box01 .more_btn{display:block; width:100px; line-height:35px; padding:0 15px; border:1px solid  #008cd6; color:#008cd6; overflow:hidden;color:#008cd6; margin-top:20px;position:relative;}
.box01 .more_btn:hover{background: #008cd6; color:#fff; }
.box01 .more_btn em{position:absolute; top:0px; right:15px;}
.chanr-link{ background:#f6f6f6; padding:15px; margin-bottom:20px;}
.chr-quick-link{ margin-bottom:15px;}
.chr-quick-link a._img { display: block; height: 0; overflow: hidden; padding-bottom: 45%; position: relative; }
.chr-quick-link a._img img { height: auto; left: 0; position: absolute; top: 0; width: 100%; }
.chr-quick-link ._cover{ background:url(../img/black.6.png) repeat; background:rgba(0,0,0,.5); display:block; position:absolute; bottom:0; left:0; width:100%; height:32px; line-height:32px; text-indent:15px; color:#fff; font-size:12px;}
.chr-quick-link ._cover ._title{  font-size:12px;}
.chr-quick-link ._cover ._line{ display:none; width:0; height:100%; vertical-align:middle;}
.chan-sublant{ font-size:20px; color:#333; margin-bottom:10px; font-weight:bold}


.info_list2 li {margin-bottom:40px;}
.info_list2 li .data{ font-family:Arial;border:1px #ccc solid; }
/* .info_list2 li .data img{ width:190px; height:130px;} */
.info_list2 li .data span{ display:block; text-align:center;}
.info_list2 li .data .day{ font-size:30px; font-weight:bold; background-color:#ccc;line-height: 60px; color: #fff;}
.info_list2 li .data .month{ font-size:0.77em; color:#565656; line-height:40px;background: #fafafa}
/* .info_list2 ._img{float:left;width: 15%;margin-right:2%;}
.info_list2 ._img img{height:100%;} */
.info_list2 ._t{font-size:22px;margin-bottom:10px;color:#000;font-weight:normal;}
.info_list2 ._p{line-height:30px;height:70px;overflow:hidden;padding-top:10px; margin-top:5px; color:#333;border-top:#ccc 1px dotted;}
/* .info_list2 ._p1{line-height:23px;height:23px;color:#ccc; } */
/* .info_list2 ._i{overflow:hidden;*zoom:1;margin-top: 25px;}
.info_list2 ._i span,.info_list2 ._i a{line-height:26px;padding:0 10px;}
.info_list2 ._i ._more{background:#06c;color:#fff;}
.info_list2 ._i ._date{background:#ededed;color:#999;} */
.info_list2 li:hover ._t{color: #008cd6;}
.info_list2 li:hover span{color:#008cd6;}
.info_list2 li:hover ._i ._more{background-color:#008cd6;}
.info_list2 li:hover .data{border-color:#008cd6;}
.info_list2 li:hover .data .day{background-color:#008cd6;}

.info_list3 .list_infonews{border-bottom: 1px #eaeaea solid;width: 100%}
.info_list3 li{line-height:60px;font-size: 16px;}
.info_list3 li:hover{background:#fafafa; cursor: pointer;}
.info_list3 li ._title{overflow: hidden;   text-overflow: ellipsis;
  white-space: nowrap;}
.info_list3 li ._date{text-align: right;color:#999999}


</pre></body></html>